@charset "UTF-8";
.loader-wrap{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  z-index: 100000000000;
}
.loader {
  color: #05cafb;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}



/*  .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:80vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}


.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.my-header header {
  border-bottom: 1px solid #aebfc6;
  position: static !important;
}
.my-header header > div {
  max-width: 1800px;
}
ul.reports {
  display: flex;
  flex-direction: column;
}
ul.reports li:nth-child(1) {
  order: 1;
}
ul.reports li:nth-child(2) {
  order: 2;
}
ul.reports li:nth-child(3) {
  order: 3;
}
ul.reports li:nth-child(4) {
  order: 4;
}
ul.reports li:nth-child(5) {
  order: 5;
}
ul.reports li:nth-child(6) {
  order: 6;
}
ul.reports li:nth-child(7) {
  order: 7;
}
ul.reports li:nth-child(8) {
  order: 8;
}
ul.reports.manager li:nth-child(4) {
  order: 6;
}
ul.reports.manager li:nth-child(6) {
  order: 4;
}
ul.reports.supervisor li:nth-child(3) {
  order: 5;
}
ul.reports.supervisor li:nth-child(4) {
  order: 6;
}
ul.reports.supervisor li:nth-child(5) {
  order: 4;
}
ul.reports.supervisor li:nth-child(6) {
  order: 2;
}
.hide-sm {
  display: unset !important;
}
@media (max-width: 440px) {
.hide-sm {
    display: none !important;
}
}
:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.anchor-simple {
  text-decoration: underline;
  cursor: pointer;
}
.anchor-simple:hover {
  text-decoration: none;
}
.anchor {
  text-decoration: underline;
  cursor: pointer;
}
.anchor:hover {
  text-decoration: none;
}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner::after,.multiselect__spinner::before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0-8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent;animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner::after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8)}.multiselect__loading-enter-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-leave-active{transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:0}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotateZ(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input{padding:0 0 0 5px;margin-bottom:8px}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:0;border-radius:5px;background:#fff;width:calc(100%);transition:border .1s ease;box-sizing:border-box;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:0}.multiselect__single{padding:0 0 0 5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon::after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus::after,.multiselect__tag-icon:hover::after{color:#fff}.multiselect__current,.multiselect__select{line-height:16px;display:block;box-sizing:border-box;margin:0;text-decoration:none;cursor:pointer}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select::before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option::after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:0;color:#fff}.multiselect__option--highlight::after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected::after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight::after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option::after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}

.loader-wrap[data-v-6d8299b4] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000000000;
}
.loader[data-v-6d8299b4] {
  color: #2c3e50;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 !important;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6-6d8299b4 1.7s infinite ease,round-6d8299b4 1.7s infinite ease;
  animation: load6-6d8299b4 1.7s infinite ease,round-6d8299b4 1.7s infinite ease;
}
@-webkit-keyframes load6-6d8299b4 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6-6d8299b4 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round-6d8299b4 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round-6d8299b4 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.white-icon[data-v-0e7ee8a7] {
  fill: #ffffff;
}
.blue-icon[data-v-0e7ee8a7] {
  fill: #2980b9;
}

.loader-wrap[data-v-0b4b5eb2]{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  z-index: 100000000000;
}
.loader[data-v-0b4b5eb2] {
  color: #2c3e50;
  font-size: 20px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 !important;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6-0b4b5eb2 1.7s infinite ease,round-0b4b5eb2 1.7s infinite ease;
  animation: load6-0b4b5eb2 1.7s infinite ease,round-0b4b5eb2 1.7s infinite ease;
}
@-webkit-keyframes load6-0b4b5eb2 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6-0b4b5eb2 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round-0b4b5eb2 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round-0b4b5eb2 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


.st0[data-v-363dd8c7] {
  fill: none;
  stroke: #6c3db7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st1[data-v-363dd8c7] {
  fill: none;
  stroke: #1f992a;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st2[data-v-363dd8c7] {
  fill: none;
  stroke: #6a83ba;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st3[data-v-363dd8c7] {
  fill: #8a8aff;
  stroke: #8a8aff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st4[data-v-363dd8c7] {
  fill: #6c3db7;
  stroke: #6c3db7;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st5[data-v-363dd8c7] {
  fill: #a576ff;
  stroke: #a576ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st6[data-v-363dd8c7] {
  fill: #f2bb41;
  stroke: #f2bb41;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st7[data-v-363dd8c7] {
  fill: #e08838;
  stroke: #e08838;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st8[data-v-363dd8c7] {
  fill: #1f992a;
  stroke: #1f992a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st9[data-v-363dd8c7] {
  fill: #5ec11e;
  stroke: #5ec11e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st10[data-v-363dd8c7] {
  fill: #e3faff;
  stroke: #e3faff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st11[data-v-363dd8c7] {
  fill: #ff5093;
  stroke: #ff5093;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st12[data-v-363dd8c7] {
  fill: #b7257f;
  stroke: #b7257f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st13[data-v-363dd8c7] {
  fill: #5189e5;
  stroke: #5189e5;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st14[data-v-363dd8c7] {
  fill: #6ebaff;
  stroke: #6ebaff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st15[data-v-363dd8c7] {
  fill: #edd977;
  stroke: #edd977;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st16[data-v-363dd8c7] {
  fill: #8c43ff;
  stroke: #8c43ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st17[data-v-363dd8c7] {
  fill: #5252ba;
  stroke: #5252ba;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st18[data-v-363dd8c7] {
  fill: none;
  stroke: #e3faff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st19[data-v-363dd8c7] {
  fill: #354c75;
  stroke: #354c75;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st0[data-v-4b9b6354] {
  fill: #e74c3c;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}

.st0[data-v-a2860b78] {
  fill: #fff;
}
.vueperslide{white-space:normal;background-size:cover;-ms-flex-negative:0;flex-shrink:0;display:block;width:100%;position:relative}.vueperslide--clone-1{position:absolute;top:0;bottom:0;right:100%}.vueperslides--rtl .vueperslide--clone-1{right:auto;left:100%}.vueperslide[href]{-webkit-user-drag:none}.vueperslide__image{background-size:cover}.vueperslide__image,.vueperslide__loader{position:absolute;top:0;left:0;right:0;bottom:0}.vueperslide__loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){height:100%;margin:auto}.vueperslides--fade .vueperslide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:opacity ease-in-out;transition:opacity ease-in-out;-webkit-transition-duration:inherit;transition-duration:inherit}.vueperslides--fade .vueperslide--active,.vueperslides--fade .vueperslide--visible{z-index:1;opacity:1}.vueperslides--slide-image-inside .vueperslide{overflow:hidden}.vueperslides--3d .vueperslide{position:absolute;z-index:-1;height:100%}.vueperslides--3d .vueperslide--active,.vueperslides--3d .vueperslide--next-slide,.vueperslides--3d .vueperslide--previous-slide{z-index:0}.vueperslides--3d .vueperslide--active{z-index:1}.vueperslides--3d .vueperslide[face=front]{-webkit-transform:rotateY(90deg) translateX(-50%) rotateY(-90deg);transform:rotateY(90deg) translateX(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=right]{-webkit-transform:rotateY(90deg) translateX(50%);transform:rotateY(90deg) translateX(50%);-webkit-transform-origin:100% 0;transform-origin:100% 0}.vueperslides--3d .vueperslide[face=back]{-webkit-transform:rotateY(270deg) translateX(-50%) rotateY(-90deg);transform:rotateY(270deg) translateX(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=left]{-webkit-transform:rotateY(270deg) translateX(-50%);transform:rotateY(270deg) translateX(-50%);-webkit-transform-origin:0 0;transform-origin:0 0}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after,.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:before{content:"";position:absolute;bottom:100%;left:-1em;right:-1em;height:2em;-webkit-box-shadow:0 0 20px rgba(0,0,0,.25);box-shadow:0 0 20px rgba(0,0,0,.25);z-index:2}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after{top:100%;bottom:auto}.vueperslides__arrows{color:#fff}.vueperslides__arrows--outside{color:currentColor}.vueperslides__arrow{top:50%;background-color:transparent;border:none;opacity:.7}.vueperslides--rtl .vueperslides__arrow--next,.vueperslides__arrow--prev{right:auto;left:.5em}.vueperslides--rtl .vueperslides__arrow--prev,.vueperslides__arrow--next{left:auto;right:.5em}.vueperslides__arrow:hover{opacity:1}.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--next,.vueperslides__arrows--outside .vueperslides__arrow--prev{right:auto;left:-3.5em}.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--prev,.vueperslides__arrows--outside .vueperslides__arrow--next{left:auto;right:-3.5em}.vueperslides__paused{top:.7em;right:.7em;opacity:0;text-shadow:0 0 3px rgba(0,0,0,.4);z-index:1}.vueperslides:hover .vueperslides__paused{opacity:1}.vueperslides__bullets:not(.vueperslides__bullets--outside){color:#fff}.vueperslides__bullet{margin:1.5em .6em;padding:0;border:none;background:none}.vueperslides__bullet .default{width:12px;height:12px;border-radius:12px;border:1px solid currentColor;background-color:transparent;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),0 0 3px rgba(0,0,0,.3);box-shadow:0 0 1px rgba(0,0,0,.5),0 0 3px rgba(0,0,0,.3);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.vueperslides__bullet .default span{display:none}.vueperslides__bullet--active .default{border-width:6px}.vueperslide,.vueperslide__image{background-position:50%}.vueperslide__video{outline:none}.vueperslide--no-pointer-events:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vueperslide--has-image-inside .vueperslide__content-wrapper,.vueperslide--has-video .vueperslide__content-wrapper,.vueperslide__content-wrapper.parallax-fixed-content{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.vueperslides{position:relative}.vueperslides--fixed-height .vueperslide,.vueperslides--fixed-height .vueperslides__inner,.vueperslides--fixed-height .vueperslides__parallax-wrapper{height:inherit}.vueperslides--fixed-height .vueperslides__parallax-wrapper{padding-bottom:0!important}.vueperslides--fixed-height.vueperslides--bullets-outside{margin-bottom:4em}.vueperslides__inner{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vueperslides__parallax-wrapper{position:relative;overflow:hidden}.vueperslides--3d .vueperslides__parallax-wrapper{overflow:visible}.vueperslides__track{position:absolute;top:0;height:100%;left:0;right:0;overflow:hidden;z-index:1}.vueperslides--parallax .vueperslides__track{height:200%;-webkit-transform:translateY(0);transform:translateY(0)}.vueperslides--touchable .vueperslides__track{cursor:ew-resize;cursor:-webkit-grab;cursor:grab}.vueperslides--touchable .vueperslides__track--dragging,.vueperslides--touchable .vueperslides__track--mousedown{cursor:-webkit-grabbing;cursor:grabbing}.vueperslides--3d .vueperslides__track{overflow:visible;-webkit-perspective:100em;perspective:100em}.vueperslides__track-inner{white-space:nowrap;-webkit-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.vueperslides--no-animation .vueperslides__track-inner{-webkit-transition-duration:0s!important;transition-duration:0s!important}.vueperslides--fade .vueperslides__track-inner{white-space:normal;-webkit-transition:none;transition:none}.vueperslides--3d .vueperslides__track-inner{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.vueperslides__track--mousedown .vueperslides__track-inner{-webkit-transition:transform .25s ease-in-out!important;transition:transform .25s ease-in-out!important}.vueperslides__track--dragging .vueperslides__track-inner{-webkit-transition:none;transition:none}.vueperslides__arrow{position:absolute;font-size:inherit;color:inherit;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;z-index:2;line-height:1}.vueperslides__arrow,.vueperslides__arrow svg{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.vueperslides__arrow svg{vertical-align:middle;stroke:currentColor;fill:none;width:3.5em;padding:1em;stroke-width:1;-webkit-box-sizing:border-box;box-sizing:border-box}.vueperslides__arrow svg:hover{stroke-width:1.3}.vueperslides__paused{position:absolute;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.vueperslides__bullets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;left:0;right:0}.vueperslides__bullets--outside{position:relative}.vueperslides__bullet,.vueperslides__bullets button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;z-index:2;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;color:inherit}.vueperslides__bullet::-moz-focus-inner,.vueperslides__bullets button::-moz-focus-inner{border:0}.vueperslides__fractions{position:absolute;top:.8em;left:.5em;z-index:2;padding:.2em 1em;border:1px solid hsla(0,0%,100%,.5);border-radius:2em;background:hsla(0,0%,100%,.2);color:#fff}.vueperslides__progress{position:absolute;top:0;left:0;right:0;z-index:2;height:6px;color:rgba(0,0,0,.7)}.vueperslides__progress>*{position:absolute;top:0;bottom:0;left:0;background:currentColor;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}
::v-deep .vueperslide--loading {
  opacity: 0;
}

p.anchor.color-blue[data-v-32069aab] {
  width: max-content;
}

[data-v-6576a774]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-6576a774] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-6576a774] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-6576a774] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-6576a774] {
  width: 100%;
}
.home-icon img[data-v-6576a774] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-6576a774] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-6576a774] {
  line-height: 30px;
}
.list-style-none[data-v-6576a774] {
  list-style: none;
}
.burger-menu[data-v-6576a774] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-6576a774] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-6576a774] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-6576a774] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-6576a774] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-6576a774] {
  position: relative;
}
.card-product .my-close[data-v-6576a774] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-6576a774] {
  margin: 0;
}
.filtro-form input[data-v-6576a774] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-6576a774] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-6576a774] {
  padding: 20px 0 0;
}
.img-tiny[data-v-6576a774] {
  width: 80px;
}
.img-item img[data-v-6576a774] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-6576a774] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-6576a774] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-6576a774]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-6576a774] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-6576a774] {
  margin-left: 10px;
}
.notifications section[data-v-6576a774] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-6576a774] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-6576a774] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-6576a774],
.list-complete-leave-to[data-v-6576a774] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-6576a774] {
  position: absolute;
}
#_op_data_r[data-v-6576a774],
#_op_data_antifraud[data-v-6576a774] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-6576a774],
iframe#_op_data_antifraud[data-v-6576a774],
iframe#device_profile[data-v-6576a774],
iframe#thm_mp_cntnr[data-v-6576a774] {
  position: absolute !important;
}
iframe[data-v-6576a774] {
  background: #fff !important;
}
.main-content[data-v-6576a774] {
  padding-top: 30px;
}
.card-contactStory[data-v-6576a774] {
  width: 93vw;
}
.card-contactStory img[data-v-6576a774] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-6576a774] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-6576a774] {
  width: 280px;
}
.dropped[data-v-6576a774] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-6576a774] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-6576a774]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-6576a774] {
  display: block !important;
}
.dropped .dropdown a[data-v-6576a774] {
  color: #fff;
}
.dropped .dropdown a[data-v-6576a774]:hover {
  text-decoration: underline;
}
.line-height25[data-v-6576a774] {
  line-height: 25px;
}
aside[data-v-6576a774] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-6576a774] {
  height: 100vh;
}
.my-header[data-v-6576a774] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-6576a774] {
  position: inherit !important;
}
.my-header-menu[data-v-6576a774] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-6576a774] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-6576a774]:hover {
  background: hannah;
}
.menu-api-activate[data-v-6576a774] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-6576a774] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-6576a774] {
  position: relative;
}
.menu-api-item a[data-v-6576a774]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-6576a774] {
  padding: 0 !important;
}
.card-product[data-v-6576a774] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-6576a774] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-6576a774] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-6576a774] {
  margin: 0;
}
.sticky-home[data-v-6576a774] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-6576a774] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-6576a774]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-6576a774] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-6576a774]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-6576a774] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-6576a774]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-6576a774] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-6576a774] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-6576a774] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-6576a774]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-6576a774] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-6576a774] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-6576a774] {
  display: block !important;
}
.leftPositionSubMenu[data-v-6576a774] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-6576a774] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-6576a774],
.circle-toggle-box[data-v-6576a774] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-6576a774] {
  left: 44px !important;
}
.triangleStatus[data-v-6576a774]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-6576a774] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-6576a774] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-6576a774] {
  overflow: visible !important;
}
.width-max80[data-v-6576a774] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-6576a774] {
  display: flex !important;
}
.flex-none[data-v-6576a774] {
  flex: none;
}
.flex-nowrap[data-v-6576a774] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-6576a774] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-6576a774] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-6576a774] {
  flex-direction: column;
}
.flex-col-row[data-v-6576a774] {
  flex-direction: column;
}
.flex-row[data-v-6576a774] {
  flex-direction: row;
}
.flex-between-align[data-v-6576a774] {
  align-content: space-between;
}
.flex-middle[data-v-6576a774] {
  align-items: center;
}
.flex-bottom[data-v-6576a774] {
  align-items: flex-end;
}
.flex-between[data-v-6576a774] {
  justify-content: space-between;
}
.flex-center[data-v-6576a774] {
  justify-content: center;
}
.flex-right[data-v-6576a774] {
  justify-content: flex-end;
}
.flex-left[data-v-6576a774] {
  justify-content: flex-start;
}
.flex-evenly[data-v-6576a774] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-6576a774] {
  flex-grow: 1;
}
.flex-grow-2[data-v-6576a774] {
  flex-grow: 2;
}
.flex-grow-3[data-v-6576a774] {
  flex-grow: 3;
}
.flex-grow-4[data-v-6576a774] {
  flex-grow: 4;
}
.flex-grow-5[data-v-6576a774] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-6576a774] {
  align-items: flex-start;
}
.flex800[data-v-6576a774] {
  display: none;
}
.flexc-flex[data-v-6576a774] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-6576a774] {
  display: none;
}
.flex-display-50-10[data-v-6576a774] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-6576a774] {
  display: none;
}
.show760[data-v-6576a774] {
  display: none;
}
.hide[data-v-6576a774] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-6576a774] {
    display: block !important;
}
.badge-display[data-v-6576a774] {
    display: none;
}
.badge-display2[data-v-6576a774] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-6576a774] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-6576a774] {
    display: block;
}
.badge-display2[data-v-6576a774] {
    display: none;
}
.fix-width[data-v-6576a774] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-6576a774] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-6576a774] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-6576a774] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-6576a774] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-6576a774] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-6576a774] {
    width: 50%;
}
.width100-40[data-v-6576a774] {
    width: 40%;
}
.show600[data-v-6576a774] {
    display: block;
}
.width-controll-btn-typeweek[data-v-6576a774] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-6576a774] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-6576a774] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-6576a774] {
    width: 220px !important;
}
.leftPositionControl[data-v-6576a774] {
    left: -40px !important;
}
.container-tipo-envio[data-v-6576a774] {
    display: flex;
}
.width-controll-buys-item[data-v-6576a774] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-6576a774] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-6576a774] {
    top: 380px !important;
}
.my-header-menu[data-v-6576a774] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-6576a774] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-6576a774] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-6576a774] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-6576a774] {
    min-width: 400px;
}
.cart-btn-add[data-v-6576a774] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-6576a774] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-6576a774] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-6576a774] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-6576a774] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-6576a774] {
    justify-content: left;
}
.flex-mid[data-v-6576a774] {
    display: flex !important;
}
.msg-stock[data-v-6576a774] {
    padding: 10px 0 0;
}
.counter-cart[data-v-6576a774] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-6576a774] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-6576a774] {
    display: none;
}
.badge-display2[data-v-6576a774] {
    display: block;
}
.show760[data-v-6576a774] {
    display: block;
}
.hide760[data-v-6576a774] {
    display: none;
}
.grid-products[data-v-6576a774] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-6576a774] {
    margin: auto;
}
.mr-h[data-v-6576a774] {
    margin: auto;
}
.width-control-otherProducts[data-v-6576a774] {
    width: 170px !important;
}
.leftPositionControl[data-v-6576a774] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-6576a774] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-6576a774] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-6576a774] {
    width: 30vw !important;
}
.product-item[data-v-6576a774] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-6576a774] {
    width: 90% !important;
}
.my-container[data-v-6576a774] {
    width: 680px !important;
}
.login[data-v-6576a774] {
    width: 310px !important;
}
.width-cuotas-control[data-v-6576a774] {
    width: 278px !important;
}
.flexc-flex[data-v-6576a774] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-6576a774] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-6576a774] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-6576a774] {
    height: 140px;
}
.width-control-input-chat[data-v-6576a774] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-6576a774] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-6576a774] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-6576a774] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-6576a774] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-6576a774] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-6576a774] {
    width: 270px !important;
}
.leftPositionControl[data-v-6576a774] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-6576a774] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-6576a774] {
    width: 17vw !important;
}
.filters-wrap[data-v-6576a774] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-6576a774] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-6576a774] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-6576a774] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-6576a774] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-6576a774] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-6576a774] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-6576a774] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-6576a774]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-6576a774] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-6576a774] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-6576a774]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-6576a774] {
    max-width: 330px !important;
}
.iterable-box[data-v-6576a774] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-6576a774] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-6576a774] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-6576a774] {
    width: 160px !important;
}
.my-container[data-v-6576a774] {
    width: 800px !important;
}
.search-btn-box[data-v-6576a774] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-6576a774] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-6576a774] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-6576a774] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-6576a774] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-6576a774] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-6576a774] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-6576a774] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-6576a774] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-6576a774] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-6576a774] {
    width: 280px !important;
}
.width300-desktop[data-v-6576a774] {
    width: 300px !important;
}
.concept-item-stats[data-v-6576a774] {
    width: 80%;
}
.widthHalf-desktop[data-v-6576a774] {
    width: 50% !important;
}
.column-desktop[data-v-6576a774] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-6576a774] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-6576a774] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-6576a774] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-6576a774],
.flex-desktop[data-v-6576a774] {
    display: flex !important;
}
.block-desktop[data-v-6576a774] {
    display: block !important;
}
.hide-desktop[data-v-6576a774] {
    display: none !important;
}
.fixButton[data-v-6576a774] {
    top: -20px;
}
.width-cuotas-control[data-v-6576a774] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-6576a774] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-6576a774] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-6576a774] {
    display: none !important;
}
.bottom10-desktop[data-v-6576a774] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-6576a774] {
    left: -125px !important;
}
.grid-products[data-v-6576a774] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-6576a774] {
    width: 1000px !important;
}
.showFullDesktop[data-v-6576a774] {
    display: block !important;
}
.leftPositionControl[data-v-6576a774] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-6576a774] {
    display: none !important;
}
.show-only-desktop[data-v-6576a774] {
    display: flex !important;
}
.leftPositionControl[data-v-6576a774] {
    left: -260px !important;
}
.catalog-container[data-v-6576a774] {
    margin: unset;
}
.carrito-catalog[data-v-6576a774] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-6576a774] {
    left: -280px !important;
}
}
.grid-container[data-v-6576a774] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-6576a774] {
  grid-column: span 1;
}
.grid-item-1[data-v-6576a774] {
  grid-column: span 1;
}
.grid-item-2[data-v-6576a774] {
  grid-column: span 2;
}
.grid-item-3[data-v-6576a774] {
  grid-column: span 3;
}
.grid-item-4[data-v-6576a774] {
  grid-column: span 4;
}
.grid-item-5[data-v-6576a774] {
  grid-column: span 5;
}
.grid-item-6[data-v-6576a774] {
  grid-column: span 6;
}
.grid-item-7[data-v-6576a774] {
  grid-column: span 7;
}
.grid-item-8[data-v-6576a774] {
  grid-column: span 8;
}
.grid-item-9[data-v-6576a774] {
  grid-column: span 9;
}
.grid-item-10[data-v-6576a774] {
  grid-column: span 10;
}
.grid-item-11[data-v-6576a774] {
  grid-column: span 11;
}
.grid-item-12[data-v-6576a774] {
  grid-column: span 12;
}
.grid-cart[data-v-6576a774] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-6576a774] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-6576a774] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-6576a774] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-6576a774] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-6576a774] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-6576a774] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-6576a774] {
  gap: 10px;
}
.gap20[data-v-6576a774] {
  gap: 20px;
}
.grid-box[data-v-6576a774] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-6576a774] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-6576a774] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-6576a774],
.grid-3 div[data-v-6576a774],
.grid-4 div[data-v-6576a774] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-6576a774] {
  background: #fff;
}
.grid-item-odd[data-v-6576a774]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-6576a774] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-6576a774] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-6576a774] {
  max-width: 350px;
}
.margin0[data-v-6576a774] {
  margin: 0 !important;
}
.margin0-5[data-v-6576a774] {
  margin: 0 5px;
}
.margin10-0[data-v-6576a774] {
  margin: 10px 0;
}
.margin10-5[data-v-6576a774] {
  margin: 10px 5px;
}
.margin0-10[data-v-6576a774] {
  margin: 0 10px;
}
.margin0-15[data-v-6576a774] {
  margin: 0 15px;
}
.margin15-0[data-v-6576a774] {
  margin: 15px 0px;
}
.margin20-0[data-v-6576a774] {
  margin: 20px 0;
}
.margin20-10[data-v-6576a774] {
  margin: 20px 10px;
}
.margin30-0[data-v-6576a774] {
  margin: 30px 0;
}
.margin40-0[data-v-6576a774] {
  margin: 40px 0;
}
.margin20-40[data-v-6576a774] {
  margin: 20px 40px;
}
.margin0-20[data-v-6576a774] {
  margin: 0 20px;
}
.margin5[data-v-6576a774] {
  margin: 5px;
}
.margin5-0[data-v-6576a774] {
  margin: 5px 0;
}
.margin10[data-v-6576a774] {
  margin: 10px;
}
.margin10-20[data-v-6576a774] {
  margin: 10px 20px;
}
.margin15[data-v-6576a774] {
  margin: 15px;
}
.margin20[data-v-6576a774] {
  margin: 20px;
}
.margin30[data-v-6576a774] {
  margin: 30px;
}
.margin50[data-v-6576a774] {
  margin: 50px;
}
.margin-right-auto[data-v-6576a774] {
  margin-right: auto;
}
.margin-left-auto[data-v-6576a774] {
  margin-left: auto;
}
.ml-h[data-v-6576a774] {
  margin-left: auto;
}
.mr-h[data-v-6576a774] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-6576a774] {
  margin-bottom: 5px;
}
.margin-top5[data-v-6576a774] {
  margin-top: 5px !important;
}
.margin-top10[data-v-6576a774] {
  margin-top: 10px !important;
}
.margin-top15[data-v-6576a774] {
  margin-top: 15px !important;
}
.margin-top20[data-v-6576a774] {
  margin-top: 20px !important;
}
.margin-top30[data-v-6576a774] {
  margin-top: 30px !important;
}
.margin-top35[data-v-6576a774] {
  margin-top: 35px !important;
}
.margin-top40[data-v-6576a774] {
  margin-top: 40px !important;
}
.margin-top50[data-v-6576a774] {
  margin-top: 50px !important;
}
.margin-top60[data-v-6576a774] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-6576a774] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-6576a774] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-6576a774] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-6576a774] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-6576a774] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-6576a774] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-6576a774] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-6576a774] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-6576a774] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-6576a774] {
  margin-left: 5px !important;
}
.margin-left10[data-v-6576a774] {
  margin-left: 10px !important;
}
.margin-left15[data-v-6576a774] {
  margin-left: 15px !important;
}
.margin-left20[data-v-6576a774] {
  margin-left: 20px !important;
}
.margin-left30[data-v-6576a774] {
  margin-left: 30px !important;
}
.margin-left35[data-v-6576a774] {
  margin-left: 35px !important;
}
.margin-left40[data-v-6576a774] {
  margin-left: 40px !important;
}
.margin-left50[data-v-6576a774] {
  margin-left: 50px !important;
}
.margin-left60[data-v-6576a774] {
  margin-left: 60px !important;
}
.margin-right5[data-v-6576a774] {
  margin-right: 5px !important;
}
.margin-right10[data-v-6576a774] {
  margin-right: 10px !important;
}
.margin-right15[data-v-6576a774] {
  margin-right: 15px !important;
}
.margin-right20[data-v-6576a774] {
  margin-right: 20px !important;
}
.margin-right30[data-v-6576a774] {
  margin-right: 30px !important;
}
.margin-right35[data-v-6576a774] {
  margin-right: 35px !important;
}
.margin-right40[data-v-6576a774] {
  margin-right: 40px !important;
}
.margin-right50[data-v-6576a774] {
  margin-right: 50px !important;
}
.margin-right60[data-v-6576a774] {
  margin-right: 60px !important;
}
.my-5[data-v-6576a774] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-6576a774] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-6576a774] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-6576a774] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-6576a774] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-6576a774] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-6576a774] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-6576a774] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-6576a774] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-6576a774] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-6576a774] {
  padding: 0 !important;
}
.padding5[data-v-6576a774] {
  padding: 5px;
}
.padding10[data-v-6576a774] {
  padding: 10px;
}
.padding15[data-v-6576a774] {
  padding: 15px;
}
.padding20[data-v-6576a774] {
  padding: 20px;
}
.padding30[data-v-6576a774] {
  padding: 30px;
}
.padding40[data-v-6576a774] {
  padding: 40px;
}
.padding40-0[data-v-6576a774] {
  padding: 40px 0;
}
.padding-left5[data-v-6576a774] {
  padding-left: 5px;
}
.padding-left10[data-v-6576a774] {
  padding-left: 10px;
}
.padding-left15[data-v-6576a774] {
  padding-left: 15px;
}
.padding-left20[data-v-6576a774] {
  padding-left: 20px;
}
.padding-right5[data-v-6576a774] {
  padding-right: 5px;
}
.padding-right10[data-v-6576a774] {
  padding-right: 10px;
}
.padding-right15[data-v-6576a774] {
  padding-right: 15px;
}
.padding-right20[data-v-6576a774] {
  padding-right: 20px;
}
.padding-right30[data-v-6576a774] {
  padding-right: 30px;
}
.padding-right40[data-v-6576a774] {
  padding-right: 40px;
}
.padding-top0[data-v-6576a774] {
  padding-top: 0px;
}
.padding-top5[data-v-6576a774] {
  padding-top: 5px;
}
.padding-top10[data-v-6576a774] {
  padding-top: 10px;
}
.padding-top15[data-v-6576a774] {
  padding-top: 15px;
}
.padding-top20[data-v-6576a774] {
  padding-top: 20px;
}
.padding-top30[data-v-6576a774] {
  padding-top: 30px;
}
.padding-top50[data-v-6576a774] {
  padding-top: 50px;
}
.padding-top60[data-v-6576a774] {
  padding-top: 60px;
}
.padding-top70[data-v-6576a774] {
  padding-top: 70px;
}
.padding-top90[data-v-6576a774] {
  padding-top: 90px;
}
.padding-top100[data-v-6576a774] {
  padding-top: 100px;
}
.padding-top120[data-v-6576a774] {
  padding-top: 120px;
}
.padding-top180[data-v-6576a774] {
  padding-top: 180px;
}
.padding-bottom0[data-v-6576a774] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-6576a774] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-6576a774] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-6576a774] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-6576a774] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-6576a774] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-6576a774] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-6576a774] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-6576a774] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-6576a774] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-6576a774] {
  padding-bottom: 240px;
}
.padding10-0[data-v-6576a774] {
  padding: 10px 0;
}
.padding10-5[data-v-6576a774] {
  padding: 10px 5px;
}
.padding0-5[data-v-6576a774] {
  padding: 0 5px;
}
.padding0-10[data-v-6576a774] {
  padding: 0 10px;
}
.padding0-15[data-v-6576a774] {
  padding: 0 15px;
}
.padding20-0[data-v-6576a774] {
  padding: 20px 0;
}
.padding20-10[data-v-6576a774] {
  padding: 20px 10px;
}
.padding15-20[data-v-6576a774] {
  padding: 15px 20px;
}
.padding15-0[data-v-6576a774] {
  padding: 15px 0px;
}
.padding20-5[data-v-6576a774] {
  padding: 20px 5px;
}
.padding0-20[data-v-6576a774] {
  padding: 0 20px;
}
.padding5-20[data-v-6576a774] {
  padding: 5px 20px;
}
.padding5-15[data-v-6576a774] {
  padding: 5px 15px;
}
.padding5-10[data-v-6576a774] {
  padding: 5px 10px;
}
.padding15-10[data-v-6576a774] {
  padding: 15px 10px;
}
.padding1em[data-v-6576a774] {
  padding: 1em;
}
.padding10-20[data-v-6576a774] {
  padding: 10px 20px;
}
.padding5-0[data-v-6576a774] {
  padding: 5px 0;
}
.padding30-10[data-v-6576a774] {
  padding: 30px 10px;
}
.px-5[data-v-6576a774] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-6576a774] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-6576a774] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-6576a774] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-6576a774] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-6576a774] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-6576a774] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-6576a774] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-6576a774] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-6576a774] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-6576a774] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-6576a774] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-6576a774] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-6576a774] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-6576a774] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-6576a774] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-6576a774] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-6576a774] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-6576a774] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-6576a774] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-6576a774] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-6576a774] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-6576a774] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-6576a774] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-6576a774] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-6576a774] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-6576a774] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-6576a774] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-6576a774]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-6576a774] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-6576a774]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-6576a774] {
  border: 0 !important;
}
.borderRed[data-v-6576a774] {
  border-color: #f00 !important;
}
.border-aside[data-v-6576a774] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-6576a774] {
  border: none;
}
.borderLightgray[data-v-6576a774] {
  border: 1px solid lightgray;
}
.borderGray[data-v-6576a774] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-6576a774] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-6576a774] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-6576a774] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-6576a774] {
  border: 1px solid #fff;
}
.border2green[data-v-6576a774] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-6576a774] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-6576a774] {
  border: 2px solid #fff;
}
.border2gold[data-v-6576a774] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-6576a774] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-6576a774] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-6576a774] {
  border-color: #d42717 !important;
}
.border1green[data-v-6576a774] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-6576a774] {
  border-color: #f00 !important;
}
.border-fixed[data-v-6576a774] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-6576a774] {
  border-radius: 40px;
}
.radius30[data-v-6576a774] {
  border-radius: 30px;
}
.radius20[data-v-6576a774] {
  border-radius: 20px;
}
.radius15[data-v-6576a774] {
  border-radius: 15px;
}
.radius8[data-v-6576a774] {
  border-radius: 8px;
}
.radius3[data-v-6576a774] {
  border-radius: 3px !important;
}
.rounded[data-v-6576a774] {
  border-radius: 50%;
}
.rounded5[data-v-6576a774] {
  border-radius: 5px;
}
.round10[data-v-6576a774] {
  border-radius: 10px;
}
.box-border[data-v-6576a774] {
  box-sizing: border-box;
}
.text-center[data-v-6576a774] {
  text-align: center;
}
.text-right[data-v-6576a774] {
  text-align: right;
}
.text-left[data-v-6576a774] {
  text-align: left;
}
.text-lowercase[data-v-6576a774] {
  text-transform: lowercase;
}
.text-uppercase[data-v-6576a774] {
  text-transform: uppercase;
}
.text-capitalize[data-v-6576a774] {
  text-transform: capitalize !important;
}
.text-none[data-v-6576a774] {
  text-transform: none;
}
.text-ellipsis[data-v-6576a774] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-6576a774] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-6576a774]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-6576a774] {
  text-decoration: underline;
}
.text-underline[data-v-6576a774]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-6576a774] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-6576a774] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-6576a774] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-6576a774] {
  word-break: break-all;
}
.font-bold[data-v-6576a774] {
  font-weight: bold;
}
.price-through[data-v-6576a774] {
  text-decoration: line-through;
}
.font-italic[data-v-6576a774] {
  font-style: italic;
}
.font095em[data-v-6576a774] {
  font-size: 0.95em;
}
.font1em[data-v-6576a774] {
  font-size: 1em !important;
}
.font2em[data-v-6576a774] {
  font-size: 2em;
}
.font2-2em[data-v-6576a774] {
  font-size: 2.2em;
}
.font3em[data-v-6576a774] {
  font-size: 3em;
}
.font4em[data-v-6576a774] {
  font-size: 4em;
}
.font1-5em[data-v-6576a774] {
  font-size: 1.5em;
}
.font1-7em[data-v-6576a774] {
  font-size: 1.7em;
}
.font1-3em[data-v-6576a774] {
  font-size: 1.3em;
}
.font1-4em[data-v-6576a774] {
  font-size: 1.4em;
}
.font-9em[data-v-6576a774] {
  font-size: 0.9em;
}
.font10[data-v-6576a774] {
  font-size: 10px;
}
.font11[data-v-6576a774] {
  font-size: 11px;
}
.font12[data-v-6576a774] {
  font-size: 12px;
}
.font13[data-v-6576a774] {
  font-size: 13px;
}
.font14[data-v-6576a774] {
  font-size: 14px;
}
.font15[data-v-6576a774] {
  font-size: 15px;
}
.font16[data-v-6576a774] {
  font-size: 16px;
}
.font17[data-v-6576a774] {
  font-size: 17px;
}
.font18[data-v-6576a774] {
  font-size: 18px;
}
.font19[data-v-6576a774] {
  font-size: 19px;
}
.font20[data-v-6576a774] {
  font-size: 20px;
}
.font21[data-v-6576a774] {
  font-size: 21px;
}
.font22[data-v-6576a774] {
  font-size: 22px;
}
.font23[data-v-6576a774] {
  font-size: 23px;
}
.font24[data-v-6576a774] {
  font-size: 24px;
}
.font25[data-v-6576a774] {
  font-size: 25px;
}
.font26[data-v-6576a774] {
  font-size: 26px;
}
.font27[data-v-6576a774] {
  font-size: 27px;
}
.font28[data-v-6576a774] {
  font-size: 28px;
}
.font29[data-v-6576a774] {
  font-size: 29px;
}
.font30[data-v-6576a774] {
  font-size: 30px;
}
.font31[data-v-6576a774] {
  font-size: 31px;
}
.font32[data-v-6576a774] {
  font-size: 32px;
}
.font33[data-v-6576a774] {
  font-size: 33px;
}
.font34[data-v-6576a774] {
  font-size: 34px;
}
.font35[data-v-6576a774] {
  font-size: 35px;
}
.font36[data-v-6576a774] {
  font-size: 36px;
}
.font37[data-v-6576a774] {
  font-size: 37px;
}
.font38[data-v-6576a774] {
  font-size: 38px;
}
.font39[data-v-6576a774] {
  font-size: 39px;
}
.font40[data-v-6576a774] {
  font-size: 40px;
}
.font-normal[data-v-6576a774] {
  font-weight: normal;
}
.color-white[data-v-6576a774] {
  color: #fff;
}
.color-transparent[data-v-6576a774] {
  color: transparent !important;
}
.color-black[data-v-6576a774] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-6576a774] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-6576a774] {
  color: fuchia;
}
.color-gray[data-v-6576a774] {
  color: #a5afb9;
}
.color-hardgray[data-v-6576a774] {
  color: #4d5263;
}
.color-hannah[data-v-6576a774] {
  color: #EA184D;
}
.color-lightgray[data-v-6576a774] {
  color: #d3d3d3;
}
.color-darkblue[data-v-6576a774] {
  color: #2c3e50;
}
.color-darkgray[data-v-6576a774] {
  color: #757575;
}
.color-lightred[data-v-6576a774] {
  color: #e74c3c;
}
.color-red[data-v-6576a774] {
  color: #e74c3c;
}
.color-blue[data-v-6576a774] {
  color: #2980b9;
}
.color-yellow[data-v-6576a774] {
  color: #f49d1e;
}
.color-orange[data-v-6576a774] {
  color: #ffa500;
}
.color-green[data-v-6576a774] {
  color: #2AA186;
}
.color-gplus[data-v-6576a774] {
  color: #d42717;
}
.back-bluelight[data-v-6576a774] {
  background: #EBF0FF !important;
}
.back-blue[data-v-6576a774] {
  background: #2980b9 !important;
}
.back-hannah[data-v-6576a774] {
  background: #EA184D !important;
}
.back-purple[data-v-6576a774] {
  background: #8e44ad;
}
.back-green[data-v-6576a774] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-6576a774] {
  background: #2AA186;
}
.back-yellow[data-v-6576a774] {
  background: #f49d1e !important;
}
.back-gold[data-v-6576a774] {
  background: #f49d1e !important;
}
.back-red[data-v-6576a774] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-6576a774] {
  background: #e74c3c;
}
.back-lightred[data-v-6576a774] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-6576a774] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-6576a774] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-6576a774] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-6576a774] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-6576a774] {
  background: #f49d1e !important;
}
.back-gplus[data-v-6576a774] {
  background: #d42717;
}
.back-darkblue[data-v-6576a774] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-6576a774] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-6576a774] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-6576a774] {
  background: #3e3d40;
}
.back-midgray[data-v-6576a774] {
  background: #ececec;
}
.back-gray[data-v-6576a774] {
  background: #a5afb9;
}
.back-black[data-v-6576a774] {
  background: #121212;
}
.back-transparent[data-v-6576a774] {
  background: transparent;
}
.back-white[data-v-6576a774] {
  background: #fff !important;
}
.back-white-simple[data-v-6576a774] {
  background-color: #fff;
}
.back-lightgray[data-v-6576a774] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-6576a774] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-6576a774] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-6576a774] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-6576a774] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-6576a774] {
  background: #D6DFE4;
}
.bg-aside[data-v-6576a774] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-6576a774] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-6576a774] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-6576a774] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-6576a774] {
  background: #fff;
}
.back-item-odd-white[data-v-6576a774]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-6576a774] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-6576a774] {
  position: relative;
}
.absolute[data-v-6576a774] {
  position: absolute;
}
.fixed[data-v-6576a774] {
  position: fixed;
}
.fixed-bottom[data-v-6576a774] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-6576a774] {
  position: sticky;
}
.sticky.active[data-v-6576a774] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-6576a774] {
  bottom: 0;
}
.right0[data-v-6576a774] {
  right: 0 !important;
}
.left0[data-v-6576a774] {
  left: 0 !important;
}
.leftPositionControl[data-v-6576a774] {
  left: -10px;
}
.width100-50[data-v-6576a774] {
  width: 100%;
}
.width100-40[data-v-6576a774] {
  width: 100%;
}
.min-width100[data-v-6576a774] {
  min-width: 100%;
}
.min-width90[data-v-6576a774] {
  min-width: 90%;
}
.min-width80[data-v-6576a774] {
  min-width: 80% !important;
}
.min-width70[data-v-6576a774] {
  min-width: 70%;
}
.min-width60[data-v-6576a774] {
  min-width: 60%;
}
.min-width50[data-v-6576a774] {
  max-width: 50%;
}
.min-width45[data-v-6576a774] {
  min-width: 45%;
}
.min-width40[data-v-6576a774] {
  min-width: 40%;
}
.min-width30[data-v-6576a774] {
  min-width: 30%;
}
.min-width20[data-v-6576a774] {
  min-width: 20%;
}
.min-width25[data-v-6576a774] {
  min-width: 25%;
}
.min-width10[data-v-6576a774] {
  min-width: 10%;
}
.width100[data-v-6576a774] {
  width: 100%;
}
.width90[data-v-6576a774] {
  width: 90%;
}
.width80[data-v-6576a774] {
  width: 80% !important;
}
.width70[data-v-6576a774] {
  width: 70%;
}
.width60[data-v-6576a774] {
  width: 60%;
}
.width50[data-v-6576a774] {
  width: 50%;
}
.width45[data-v-6576a774] {
  width: 45%;
}
.width40[data-v-6576a774] {
  width: 40%;
}
.width30[data-v-6576a774] {
  width: 30%;
}
.width20[data-v-6576a774] {
  width: 20%;
}
.width25[data-v-6576a774] {
  width: 25%;
}
.width10[data-v-6576a774] {
  width: 10%;
}
.width-min[data-v-6576a774] {
  width: min-content;
}
.max-width800[data-v-6576a774] {
  max-width: 800px;
}
.widthCenter[data-v-6576a774] {
  width: 80%;
}
.max-width600[data-v-6576a774] {
  max-width: 600px;
}
.max-width300[data-v-6576a774] {
  max-width: 300px;
}
.widthHalf[data-v-6576a774] {
  width: 50%;
}
.width-sellProductImg-control[data-v-6576a774] {
  width: 150px;
}
.top-control-sellProduct[data-v-6576a774] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-6576a774] {
  width: 100%;
}
.width-cuotas-control-item[data-v-6576a774] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-6576a774] {
  width: 163px;
}
.width-control-btn-inline[data-v-6576a774] {
  width: 195px;
}
.width-controll-buys-item[data-v-6576a774] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-6576a774] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-6576a774] {
  width: 180px;
}
.width-pasarela-img-control[data-v-6576a774] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-6576a774] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-6576a774] {
  width: 95%;
}
.width-pasarela[data-v-6576a774] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-6576a774]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-6576a774]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-6576a774]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-6576a774]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-6576a774] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-6576a774] {
  max-height: 100%;
}
.height220[data-v-6576a774] {
  height: 220px;
}
.height100vh[data-v-6576a774] {
  height: 100vh !important;
}
.heightFilters[data-v-6576a774] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-6576a774] {
  height: 100%;
}
.height-aside[data-v-6576a774] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-6576a774] {
  height: 0px;
}
.heightBox[data-v-6576a774] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-6576a774] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-6576a774] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-6576a774] {
  justify-content: center;
}
.pointer[data-v-6576a774] {
  cursor: pointer !important;
}
.cursor-move[data-v-6576a774] {
  cursor: move !important;
}
.cursor-not[data-v-6576a774] {
  cursor: not-allowed !important;
}
.events-none[data-v-6576a774] {
  pointer-events: none;
}
.shadow[data-v-6576a774] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-6576a774] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-6576a774] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-6576a774] {
  transition: 0.3s;
}
.hoverShadow[data-v-6576a774]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-6576a774] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-6576a774] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-6576a774] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-6576a774] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-6576a774] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-6576a774] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-6576a774] {
  width: 40px;
  height: 40px;
}
.square35[data-v-6576a774] {
  width: 35px;
  height: 35px;
}
.square30[data-v-6576a774] {
  width: 30px;
  height: 30px;
}
.square25[data-v-6576a774] {
  width: 25px;
  height: 25px;
}
.square12[data-v-6576a774] {
  width: 12px;
  height: 12px;
}
.square15[data-v-6576a774] {
  width: 15px;
  height: 15px;
}
.square17[data-v-6576a774] {
  width: 17px;
  height: 17px;
}
.square18[data-v-6576a774] {
  width: 18px;
  height: 18px;
}
.square20[data-v-6576a774] {
  width: 20px;
  height: 20px;
}
.square50[data-v-6576a774] {
  width: 50px;
  height: 50px;
}
.square70[data-v-6576a774] {
  width: 70px;
  height: 70px;
}
.square55[data-v-6576a774] {
  width: 55px;
  height: 55px;
}
.square100[data-v-6576a774] {
  width: 100px;
  height: 100px;
}
.square10[data-v-6576a774] {
  width: 10px;
  height: 10px;
}
.square200[data-v-6576a774] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-6576a774] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-6576a774] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-6576a774] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-6576a774] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-6576a774] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-6576a774] {
  overflow-y: hidden;
}
.remove-scroll[data-v-6576a774] {
  overflow-y: hidden;
}
.active-scroll[data-v-6576a774] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-6576a774] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-6576a774] {
  overflow: hidden !important;
}
.overflow-auto[data-v-6576a774] {
  overflow: auto !important;
}
.hidden[data-v-6576a774] {
  visibility: hidden;
}
.offscreen[data-v-6576a774] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-6576a774] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-6576a774] {
  opacity: 0;
}
.opacity30[data-v-6576a774] {
  opacity: 0.3;
}
.opacity50[data-v-6576a774] {
  opacity: 0.5;
}
.opacity70[data-v-6576a774] {
  opacity: 0.7;
}
.opacity80[data-v-6576a774] {
  opacity: 0.8;
}
.transition30[data-v-6576a774] {
  transition: 0.3s;
}
.cleared[data-v-6576a774] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-6576a774] {
  transition: 0.1s;
}
.hover-green[data-v-6576a774]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-6576a774] {
  animation: aside-6576a774 0.5s reverse;
}
.aside-leave-active[data-v-6576a774] {
  animation: aside-6576a774 0.5s;
}
.asideContent-enter-active[data-v-6576a774] {
  animation: asideContent-6576a774 0.3s reverse;
}
.asideContent-leave-active[data-v-6576a774] {
  animation: asideContent-6576a774 0.3s;
}
@keyframes aside-6576a774 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-6576a774 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-6576a774 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-6576a774] {
  animation: spin-6576a774 2s infinite;
}
@keyframes spin-6576a774 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-6576a774] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-6576a774] {
  padding: 3px;
}
.carousel__pagination-button[data-v-6576a774] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-6576a774] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-6576a774]::after {
  display: none !important;
}
.pagination[data-v-6576a774] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-6576a774] {
  display: inline;
}
.pagination > li > a[data-v-6576a774], .pagination > li > span[data-v-6576a774] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-6576a774], .pagination > li:first-child > span[data-v-6576a774] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-6576a774], .pagination > li:last-child > span[data-v-6576a774] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-6576a774]:hover, .pagination > li > span[data-v-6576a774]:hover, .pagination > li > a[data-v-6576a774]:focus, .pagination > li > span[data-v-6576a774]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-6576a774], .pagination > .active > span[data-v-6576a774], .pagination > .active > a[data-v-6576a774]:hover, .pagination > .active > span[data-v-6576a774]:hover, .pagination > .active > a[data-v-6576a774]:focus, .pagination > .active > span[data-v-6576a774]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-6576a774] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-6576a774]:hover, .pagination > .disabled > span[data-v-6576a774]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-6576a774] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-6576a774]:hover, .pagination > .disabled > a[data-v-6576a774]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-6576a774], .pagination-lg > li > span[data-v-6576a774] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-6576a774], .pagination-lg > li:first-child > span[data-v-6576a774] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-6576a774], .pagination-lg > li:last-child > span[data-v-6576a774] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-6576a774], .pagination-sm > li > span[data-v-6576a774] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-6576a774], .pagination-sm > li:first-child > span[data-v-6576a774] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-6576a774], .pagination-sm > li:last-child > span[data-v-6576a774] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-6576a774] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-6576a774] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-6576a774] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-6576a774] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-6576a774] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-6576a774] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-6576a774] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-6576a774]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-6576a774] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-6576a774]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-6576a774] {
  overflow: unset !important;
}
.btn-shadow[data-v-6576a774] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-6576a774] {
  margin-left: 0px;
}
.reset-button[data-v-6576a774] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-6576a774] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-6576a774]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-6576a774] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-6576a774] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-6576a774],
.btn-finalize[data-v-6576a774] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-6576a774] {
  right: 7px;
}
.btn-finalize[data-v-6576a774] {
  left: 7px;
}
.tab-counter[data-v-6576a774] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-6576a774] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-6576a774] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-6576a774] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-6576a774] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-6576a774] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-6576a774] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-6576a774] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-6576a774] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-6576a774] {
  transition: 0.5s;
}
.tab[data-v-6576a774]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-6576a774] {
  color: #2980b9;
}
.tab.active[data-v-6576a774]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-6576a774] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-6576a774] {
  width: 220px;
}
.badge-display[data-v-6576a774], .badge-display2[data-v-6576a774] {
  min-width: 224px;
}
.my-badge[data-v-6576a774] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-6576a774] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-6576a774] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-6576a774] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-6576a774] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-6576a774] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-6576a774] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-6576a774] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-6576a774] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-6576a774] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-6576a774] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-6576a774] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-6576a774] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-6576a774] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-6576a774] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-6576a774] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-6576a774] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-6576a774] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-6576a774] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-6576a774] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-6576a774] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-6576a774] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-6576a774] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-6576a774] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-6576a774] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-6576a774] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-6576a774] {
  flex-wrap: wrap;
}
.vueperslide[data-v-6576a774] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-6576a774] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-6576a774] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-6576a774] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-6576a774] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-6576a774] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-6576a774] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-6576a774] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-6576a774] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-6576a774] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-6576a774] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-6576a774] {
  width: 100%;
}
.img-product-detail[data-v-6576a774] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-6576a774] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-6576a774] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-6576a774] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-6576a774] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-6576a774] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-6576a774] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-6576a774] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-6576a774] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-6576a774] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-6576a774] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-6576a774] {
  text-align: center;
}
.modal-enter[data-v-6576a774], .modal-leave-active[data-v-6576a774] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-6576a774], .modal-leave-active .modal-container[data-v-6576a774] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-6576a774] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-6576a774] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-6576a774] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-6576a774] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-6576a774] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-6576a774]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-6576a774] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-6576a774] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-6576a774] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-6576a774]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-6576a774] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-6576a774] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-6576a774] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-6576a774]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-6576a774] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-6576a774] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-6576a774] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-6576a774]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-6576a774] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-6576a774] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-6576a774] {
  display: none;
}
.vdp-datepicker input[data-v-6576a774] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-6576a774]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-6576a774] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-6576a774] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-6576a774 ease-in-out infinite;
}
.vue-treeselect__control[data-v-6576a774] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-6576a774] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-6576a774] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-6576a774] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-6576a774] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-6576a774] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-6576a774] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-6576a774] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-6576a774 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-6576a774 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-6576a774 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-6576a774 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-6576a774 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-6576a774 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-6576a774],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-6576a774] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-6576a774] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-6576a774] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-6576a774],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-6576a774] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-6576a774] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-6576a774] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-6576a774] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-6576a774],
.vue-treeselect span[data-v-6576a774] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-6576a774] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-6576a774] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-6576a774]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-6576a774] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-6576a774] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-6576a774],
.vue-treeselect__control[data-v-6576a774]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-6576a774] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-6576a774] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-6576a774],
.vue-treeselect__multi-value[data-v-6576a774] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-6576a774] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-6576a774] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-6576a774] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-6576a774] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-6576a774],
.vue-treeselect__single-value[data-v-6576a774] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-6576a774] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-6576a774] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-6576a774] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-6576a774] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-6576a774] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-6576a774]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-6576a774] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-6576a774] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-6576a774],
.vue-treeselect__multi-value-label[data-v-6576a774] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-6576a774] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-6576a774] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-6576a774],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-6576a774] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-6576a774] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-6576a774] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-6576a774] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-6576a774] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-6576a774] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-6576a774] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-6576a774] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-6576a774] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-6576a774] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-6576a774] {
  display: none;
}
.vue-treeselect__input[data-v-6576a774],
.vue-treeselect__sizer[data-v-6576a774] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-6576a774] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-6576a774]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-6576a774] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-6576a774] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-6576a774] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-6576a774] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-6576a774 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-6576a774 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-6576a774]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-6576a774] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-6576a774] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-6576a774] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-6576a774] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-6576a774] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-6576a774] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-6576a774] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-6576a774] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-6576a774] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-6576a774] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-6576a774] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-6576a774] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-6576a774] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-6576a774] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-6576a774]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-6576a774] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-6576a774],
.vue-treeselect__option-arrow-placeholder[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-6576a774] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-6576a774] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-6576a774],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-6576a774] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-6576a774] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-6576a774] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-6576a774] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-6576a774] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-6576a774] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-6576a774],
.vue-treeselect__minus-mark[data-v-6576a774] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-6576a774] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-6576a774] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6576a774] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-6576a774] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-6576a774] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6576a774] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6576a774] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-6576a774] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-6576a774] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-6576a774] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-6576a774] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-6576a774] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-6576a774] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-6576a774] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-6576a774] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-6576a774] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-6576a774] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-6576a774] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-6576a774] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-6576a774] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-6576a774] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-6576a774] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-6576a774]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-6576a774] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-6576a774]::before,
.vue-treeselect__icon-error[data-v-6576a774]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-6576a774]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-6576a774]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-6576a774] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-6576a774 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-6576a774 linear infinite;
}
.vue-treeselect__icon-loader[data-v-6576a774]::before,
.vue-treeselect__icon-loader[data-v-6576a774]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-6576a774 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-6576a774 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-6576a774]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-6576a774]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-6576a774],
.vac-loader-wrapper[data-v-6576a774] {
  display: none !important;
}
.vac-room-name[data-v-6576a774] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-6576a774] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-6576a774] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-6576a774] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-6576a774] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-6576a774] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-6576a774] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-6576a774] {
  min-height: 24px !important;
}
.tagWarn[data-v-6576a774] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-6576a774]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-6576a774] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-6576a774]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-6576a774]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-6576a774] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-6576a774] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-6576a774] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-6576a774] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-6576a774]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-6576a774] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-6576a774]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-6576a774] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-6576a774] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-6576a774] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-6576a774]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-6576a774] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-6576a774]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-6576a774] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-6576a774]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-6576a774]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-6576a774] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-6576a774] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-6576a774] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-6576a774]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-6576a774] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-6576a774] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-6576a774] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-6576a774]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-6576a774] {
  font-size: 1.15em;
}
.my-select[data-v-6576a774] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-6576a774] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-6576a774] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-6576a774] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-6576a774] {
  width: 160px;
}
.my-select[data-v-6576a774] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-6576a774] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-6576a774] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-6576a774] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-6576a774] {
  width: 160px;
}
.input-cupon[data-v-6576a774] {
  display: flex;
}
.input-cupon > div > span[data-v-6576a774] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-6576a774] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-6576a774] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-6576a774]:not(:checked),
input[type=checkbox].check[data-v-6576a774]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-6576a774],
input[type=checkbox].check:checked + label[data-v-6576a774] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-6576a774]:before,
input[type=checkbox].check:checked + label[data-v-6576a774]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-6576a774]:after,
input[type=checkbox].check:checked + label[data-v-6576a774]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-6576a774]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-6576a774]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-6576a774]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-6576a774]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-6576a774]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-6576a774] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-6576a774]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-6576a774]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-6576a774] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-6576a774] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-6576a774] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-6576a774] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-6576a774] {
  opacity: 1;
}
.multiselect__tag[data-v-6576a774] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-6576a774] {
  background: #2AA186 !important;
}
.multiselect[data-v-6576a774] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-6576a774]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-6576a774] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-6576a774] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-6576a774]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-6576a774]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-6576a774]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-6576a774]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-6576a774] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-6576a774] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-6576a774] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-6576a774] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6576a774] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-6576a774] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6576a774]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6576a774]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6576a774]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-6576a774] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-6576a774] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-6576a774] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-6576a774] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-6576a774]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-6576a774] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-6576a774] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-6576a774] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-6576a774] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-6576a774] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6576a774] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6576a774]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-6576a774] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-6576a774] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-6576a774], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-6576a774] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-6576a774] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-6576a774] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-6576a774], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-6576a774] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-6576a774], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-6576a774] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-6576a774]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-6576a774]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-6576a774] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-6576a774] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-6576a774] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-6576a774] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-6576a774] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-6576a774] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-6576a774] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-6576a774] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-6576a774] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-6576a774] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-6576a774] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-6576a774] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-6576a774] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-6576a774] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-6576a774] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-6576a774]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-6576a774] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-6576a774] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-6576a774] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-6576a774] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-6576a774] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-6576a774] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-6576a774] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-6576a774] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-6576a774], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-6576a774] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-6576a774] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-6576a774] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-6576a774] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-6576a774] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-6576a774] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-6576a774] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-6576a774] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-6576a774], .v3-emoji-picker .v3-header[data-v-6576a774] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-6576a774] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-6576a774] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-6576a774] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-6576a774]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-6576a774], .v3-emoji-picker .v3-skin-tones[data-v-6576a774] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6576a774]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-6576a774] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-6576a774] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-6576a774] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-6576a774], body[data-v-6576a774] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-6576a774], body.home[data-v-6576a774] {
  background-color: #fff;
}
[data-v-6576a774]:focus {
  outline: none !important;
}
a[data-v-6576a774] {
  text-decoration: none;
}
a[data-v-6576a774]:hover,
a[data-v-6576a774]:focus {
  text-decoration: none;
}
img[data-v-6576a774] {
  border: 0;
}
textarea[data-v-6576a774] {
  resize: none;
}
h1[data-v-6576a774],
h2[data-v-6576a774],
h3[data-v-6576a774],
h4[data-v-6576a774],
h5[data-v-6576a774],
h6[data-v-6576a774] {
  font-weight: bold;
}
.box[data-v-6576a774] {
  flex: 1;
  padding: 1px;
  text-align: center;
}
:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.grid-home {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 760px) {
.grid-home > div:last-of-type {
    display: none;
}
.grid-home.col6 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-home.col5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-home.col4 {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 600px) {
.grid-home {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
}
@media (max-width: 320px) {
.grid-home {
    grid-template-columns: 1fr !important;
    /* 1 columna, ocupa todo el ancho */
    gap: 16px;
    width: 100% !important;
}
.grid-home .menu-buttom {
    max-width: 100% !important;
}
}
.heightBox[data-v-1cff98e3] {
  height: 170px !important;
}

[data-v-2277d2ae]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-2277d2ae] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-2277d2ae] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-2277d2ae] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-2277d2ae] {
  width: 100%;
}
.home-icon img[data-v-2277d2ae] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-2277d2ae] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-2277d2ae] {
  line-height: 30px;
}
.list-style-none[data-v-2277d2ae] {
  list-style: none;
}
.burger-menu[data-v-2277d2ae] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-2277d2ae] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-2277d2ae] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-2277d2ae] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-2277d2ae] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-2277d2ae] {
  position: relative;
}
.card-product .my-close[data-v-2277d2ae] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-2277d2ae] {
  margin: 0;
}
.filtro-form input[data-v-2277d2ae] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-2277d2ae] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-2277d2ae] {
  padding: 20px 0 0;
}
.img-tiny[data-v-2277d2ae] {
  width: 80px;
}
.img-item img[data-v-2277d2ae] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-2277d2ae] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-2277d2ae] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-2277d2ae]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-2277d2ae] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-2277d2ae] {
  margin-left: 10px;
}
.notifications section[data-v-2277d2ae] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-2277d2ae] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-2277d2ae] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-2277d2ae],
.list-complete-leave-to[data-v-2277d2ae] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-2277d2ae] {
  position: absolute;
}
#_op_data_r[data-v-2277d2ae],
#_op_data_antifraud[data-v-2277d2ae] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-2277d2ae],
iframe#_op_data_antifraud[data-v-2277d2ae],
iframe#device_profile[data-v-2277d2ae],
iframe#thm_mp_cntnr[data-v-2277d2ae] {
  position: absolute !important;
}
iframe[data-v-2277d2ae] {
  background: #fff !important;
}
.main-content[data-v-2277d2ae] {
  padding-top: 30px;
}
.card-contactStory[data-v-2277d2ae] {
  width: 93vw;
}
.card-contactStory img[data-v-2277d2ae] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-2277d2ae] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-2277d2ae] {
  width: 280px;
}
.dropped[data-v-2277d2ae] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-2277d2ae] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-2277d2ae]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-2277d2ae] {
  display: block !important;
}
.dropped .dropdown a[data-v-2277d2ae] {
  color: #fff;
}
.dropped .dropdown a[data-v-2277d2ae]:hover {
  text-decoration: underline;
}
.line-height25[data-v-2277d2ae] {
  line-height: 25px;
}
aside[data-v-2277d2ae] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-2277d2ae] {
  height: 100vh;
}
.my-header[data-v-2277d2ae] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-2277d2ae] {
  position: inherit !important;
}
.my-header-menu[data-v-2277d2ae] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-2277d2ae] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-2277d2ae]:hover {
  background: hannah;
}
.menu-api-activate[data-v-2277d2ae] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-2277d2ae] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-2277d2ae] {
  position: relative;
}
.menu-api-item a[data-v-2277d2ae]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-2277d2ae] {
  padding: 0 !important;
}
.card-product[data-v-2277d2ae] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-2277d2ae] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-2277d2ae] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-2277d2ae] {
  margin: 0;
}
.sticky-home[data-v-2277d2ae] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-2277d2ae] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-2277d2ae]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-2277d2ae] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-2277d2ae]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-2277d2ae] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-2277d2ae]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-2277d2ae] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-2277d2ae] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-2277d2ae] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-2277d2ae]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-2277d2ae] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-2277d2ae] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-2277d2ae] {
  display: block !important;
}
.leftPositionSubMenu[data-v-2277d2ae] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-2277d2ae] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-2277d2ae],
.circle-toggle-box[data-v-2277d2ae] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-2277d2ae] {
  left: 44px !important;
}
.triangleStatus[data-v-2277d2ae]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-2277d2ae] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-2277d2ae] {
  overflow: visible !important;
}
.width-max80[data-v-2277d2ae] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-2277d2ae] {
  display: flex !important;
}
.flex-none[data-v-2277d2ae] {
  flex: none;
}
.flex-nowrap[data-v-2277d2ae] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-2277d2ae] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-2277d2ae] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-2277d2ae] {
  flex-direction: column;
}
.flex-col-row[data-v-2277d2ae] {
  flex-direction: column;
}
.flex-row[data-v-2277d2ae] {
  flex-direction: row;
}
.flex-between-align[data-v-2277d2ae] {
  align-content: space-between;
}
.flex-middle[data-v-2277d2ae] {
  align-items: center;
}
.flex-bottom[data-v-2277d2ae] {
  align-items: flex-end;
}
.flex-between[data-v-2277d2ae] {
  justify-content: space-between;
}
.flex-center[data-v-2277d2ae] {
  justify-content: center;
}
.flex-right[data-v-2277d2ae] {
  justify-content: flex-end;
}
.flex-left[data-v-2277d2ae] {
  justify-content: flex-start;
}
.flex-evenly[data-v-2277d2ae] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-2277d2ae] {
  flex-grow: 1;
}
.flex-grow-2[data-v-2277d2ae] {
  flex-grow: 2;
}
.flex-grow-3[data-v-2277d2ae] {
  flex-grow: 3;
}
.flex-grow-4[data-v-2277d2ae] {
  flex-grow: 4;
}
.flex-grow-5[data-v-2277d2ae] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-2277d2ae] {
  align-items: flex-start;
}
.flex800[data-v-2277d2ae] {
  display: none;
}
.flexc-flex[data-v-2277d2ae] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-2277d2ae] {
  display: none;
}
.flex-display-50-10[data-v-2277d2ae] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-2277d2ae] {
  display: none;
}
.show760[data-v-2277d2ae] {
  display: none;
}
.hide[data-v-2277d2ae] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-2277d2ae] {
    display: block !important;
}
.badge-display[data-v-2277d2ae] {
    display: none;
}
.badge-display2[data-v-2277d2ae] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-2277d2ae] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-2277d2ae] {
    display: block;
}
.badge-display2[data-v-2277d2ae] {
    display: none;
}
.fix-width[data-v-2277d2ae] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-2277d2ae] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-2277d2ae] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-2277d2ae] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-2277d2ae] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-2277d2ae] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-2277d2ae] {
    width: 50%;
}
.width100-40[data-v-2277d2ae] {
    width: 40%;
}
.show600[data-v-2277d2ae] {
    display: block;
}
.width-controll-btn-typeweek[data-v-2277d2ae] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-2277d2ae] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-2277d2ae] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-2277d2ae] {
    width: 220px !important;
}
.leftPositionControl[data-v-2277d2ae] {
    left: -40px !important;
}
.container-tipo-envio[data-v-2277d2ae] {
    display: flex;
}
.width-controll-buys-item[data-v-2277d2ae] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-2277d2ae] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-2277d2ae] {
    top: 380px !important;
}
.my-header-menu[data-v-2277d2ae] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-2277d2ae] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-2277d2ae] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-2277d2ae] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-2277d2ae] {
    min-width: 400px;
}
.cart-btn-add[data-v-2277d2ae] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-2277d2ae] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-2277d2ae] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-2277d2ae] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-2277d2ae] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-2277d2ae] {
    justify-content: left;
}
.flex-mid[data-v-2277d2ae] {
    display: flex !important;
}
.msg-stock[data-v-2277d2ae] {
    padding: 10px 0 0;
}
.counter-cart[data-v-2277d2ae] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-2277d2ae] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-2277d2ae] {
    display: none;
}
.badge-display2[data-v-2277d2ae] {
    display: block;
}
.show760[data-v-2277d2ae] {
    display: block;
}
.hide760[data-v-2277d2ae] {
    display: none;
}
.grid-products[data-v-2277d2ae] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-2277d2ae] {
    margin: auto;
}
.mr-h[data-v-2277d2ae] {
    margin: auto;
}
.width-control-otherProducts[data-v-2277d2ae] {
    width: 170px !important;
}
.leftPositionControl[data-v-2277d2ae] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-2277d2ae] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-2277d2ae] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-2277d2ae] {
    width: 30vw !important;
}
.product-item[data-v-2277d2ae] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-2277d2ae] {
    width: 90% !important;
}
.my-container[data-v-2277d2ae] {
    width: 680px !important;
}
.login[data-v-2277d2ae] {
    width: 310px !important;
}
.width-cuotas-control[data-v-2277d2ae] {
    width: 278px !important;
}
.flexc-flex[data-v-2277d2ae] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-2277d2ae] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-2277d2ae] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-2277d2ae] {
    height: 140px;
}
.width-control-input-chat[data-v-2277d2ae] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-2277d2ae] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-2277d2ae] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-2277d2ae] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-2277d2ae] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-2277d2ae] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-2277d2ae] {
    width: 270px !important;
}
.leftPositionControl[data-v-2277d2ae] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-2277d2ae] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-2277d2ae] {
    width: 17vw !important;
}
.filters-wrap[data-v-2277d2ae] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-2277d2ae] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-2277d2ae] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-2277d2ae] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-2277d2ae] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-2277d2ae] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-2277d2ae] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-2277d2ae] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-2277d2ae]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-2277d2ae] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-2277d2ae] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-2277d2ae]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-2277d2ae] {
    max-width: 330px !important;
}
.iterable-box[data-v-2277d2ae] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-2277d2ae] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-2277d2ae] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-2277d2ae] {
    width: 160px !important;
}
.my-container[data-v-2277d2ae] {
    width: 800px !important;
}
.search-btn-box[data-v-2277d2ae] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-2277d2ae] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-2277d2ae] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-2277d2ae] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-2277d2ae] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-2277d2ae] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-2277d2ae] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-2277d2ae] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-2277d2ae] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-2277d2ae] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-2277d2ae] {
    width: 280px !important;
}
.width300-desktop[data-v-2277d2ae] {
    width: 300px !important;
}
.concept-item-stats[data-v-2277d2ae] {
    width: 80%;
}
.widthHalf-desktop[data-v-2277d2ae] {
    width: 50% !important;
}
.column-desktop[data-v-2277d2ae] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-2277d2ae] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-2277d2ae] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-2277d2ae] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-2277d2ae],
.flex-desktop[data-v-2277d2ae] {
    display: flex !important;
}
.block-desktop[data-v-2277d2ae] {
    display: block !important;
}
.hide-desktop[data-v-2277d2ae] {
    display: none !important;
}
.fixButton[data-v-2277d2ae] {
    top: -20px;
}
.width-cuotas-control[data-v-2277d2ae] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-2277d2ae] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-2277d2ae] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-2277d2ae] {
    display: none !important;
}
.bottom10-desktop[data-v-2277d2ae] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-2277d2ae] {
    left: -125px !important;
}
.grid-products[data-v-2277d2ae] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-2277d2ae] {
    width: 1000px !important;
}
.showFullDesktop[data-v-2277d2ae] {
    display: block !important;
}
.leftPositionControl[data-v-2277d2ae] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-2277d2ae] {
    display: none !important;
}
.show-only-desktop[data-v-2277d2ae] {
    display: flex !important;
}
.leftPositionControl[data-v-2277d2ae] {
    left: -260px !important;
}
.catalog-container[data-v-2277d2ae] {
    margin: unset;
}
.carrito-catalog[data-v-2277d2ae] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-2277d2ae] {
    left: -280px !important;
}
}
.grid-container[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-2277d2ae] {
  grid-column: span 1;
}
.grid-item-1[data-v-2277d2ae] {
  grid-column: span 1;
}
.grid-item-2[data-v-2277d2ae] {
  grid-column: span 2;
}
.grid-item-3[data-v-2277d2ae] {
  grid-column: span 3;
}
.grid-item-4[data-v-2277d2ae] {
  grid-column: span 4;
}
.grid-item-5[data-v-2277d2ae] {
  grid-column: span 5;
}
.grid-item-6[data-v-2277d2ae] {
  grid-column: span 6;
}
.grid-item-7[data-v-2277d2ae] {
  grid-column: span 7;
}
.grid-item-8[data-v-2277d2ae] {
  grid-column: span 8;
}
.grid-item-9[data-v-2277d2ae] {
  grid-column: span 9;
}
.grid-item-10[data-v-2277d2ae] {
  grid-column: span 10;
}
.grid-item-11[data-v-2277d2ae] {
  grid-column: span 11;
}
.grid-item-12[data-v-2277d2ae] {
  grid-column: span 12;
}
.grid-cart[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-2277d2ae] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-2277d2ae] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-2277d2ae] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-2277d2ae] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-2277d2ae] {
  gap: 10px;
}
.gap20[data-v-2277d2ae] {
  gap: 20px;
}
.grid-box[data-v-2277d2ae] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-2277d2ae],
.grid-3 div[data-v-2277d2ae],
.grid-4 div[data-v-2277d2ae] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-2277d2ae] {
  background: #fff;
}
.grid-item-odd[data-v-2277d2ae]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-2277d2ae] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-2277d2ae] {
  max-width: 350px;
}
.margin0[data-v-2277d2ae] {
  margin: 0 !important;
}
.margin0-5[data-v-2277d2ae] {
  margin: 0 5px;
}
.margin10-0[data-v-2277d2ae] {
  margin: 10px 0;
}
.margin10-5[data-v-2277d2ae] {
  margin: 10px 5px;
}
.margin0-10[data-v-2277d2ae] {
  margin: 0 10px;
}
.margin0-15[data-v-2277d2ae] {
  margin: 0 15px;
}
.margin15-0[data-v-2277d2ae] {
  margin: 15px 0px;
}
.margin20-0[data-v-2277d2ae] {
  margin: 20px 0;
}
.margin20-10[data-v-2277d2ae] {
  margin: 20px 10px;
}
.margin30-0[data-v-2277d2ae] {
  margin: 30px 0;
}
.margin40-0[data-v-2277d2ae] {
  margin: 40px 0;
}
.margin20-40[data-v-2277d2ae] {
  margin: 20px 40px;
}
.margin0-20[data-v-2277d2ae] {
  margin: 0 20px;
}
.margin5[data-v-2277d2ae] {
  margin: 5px;
}
.margin5-0[data-v-2277d2ae] {
  margin: 5px 0;
}
.margin10[data-v-2277d2ae] {
  margin: 10px;
}
.margin10-20[data-v-2277d2ae] {
  margin: 10px 20px;
}
.margin15[data-v-2277d2ae] {
  margin: 15px;
}
.margin20[data-v-2277d2ae] {
  margin: 20px;
}
.margin30[data-v-2277d2ae] {
  margin: 30px;
}
.margin50[data-v-2277d2ae] {
  margin: 50px;
}
.margin-right-auto[data-v-2277d2ae] {
  margin-right: auto;
}
.margin-left-auto[data-v-2277d2ae] {
  margin-left: auto;
}
.ml-h[data-v-2277d2ae] {
  margin-left: auto;
}
.mr-h[data-v-2277d2ae] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-2277d2ae] {
  margin-bottom: 5px;
}
.margin-top5[data-v-2277d2ae] {
  margin-top: 5px !important;
}
.margin-top10[data-v-2277d2ae] {
  margin-top: 10px !important;
}
.margin-top15[data-v-2277d2ae] {
  margin-top: 15px !important;
}
.margin-top20[data-v-2277d2ae] {
  margin-top: 20px !important;
}
.margin-top30[data-v-2277d2ae] {
  margin-top: 30px !important;
}
.margin-top35[data-v-2277d2ae] {
  margin-top: 35px !important;
}
.margin-top40[data-v-2277d2ae] {
  margin-top: 40px !important;
}
.margin-top50[data-v-2277d2ae] {
  margin-top: 50px !important;
}
.margin-top60[data-v-2277d2ae] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-2277d2ae] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-2277d2ae] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-2277d2ae] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-2277d2ae] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-2277d2ae] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-2277d2ae] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-2277d2ae] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-2277d2ae] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-2277d2ae] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-2277d2ae] {
  margin-left: 5px !important;
}
.margin-left10[data-v-2277d2ae] {
  margin-left: 10px !important;
}
.margin-left15[data-v-2277d2ae] {
  margin-left: 15px !important;
}
.margin-left20[data-v-2277d2ae] {
  margin-left: 20px !important;
}
.margin-left30[data-v-2277d2ae] {
  margin-left: 30px !important;
}
.margin-left35[data-v-2277d2ae] {
  margin-left: 35px !important;
}
.margin-left40[data-v-2277d2ae] {
  margin-left: 40px !important;
}
.margin-left50[data-v-2277d2ae] {
  margin-left: 50px !important;
}
.margin-left60[data-v-2277d2ae] {
  margin-left: 60px !important;
}
.margin-right5[data-v-2277d2ae] {
  margin-right: 5px !important;
}
.margin-right10[data-v-2277d2ae] {
  margin-right: 10px !important;
}
.margin-right15[data-v-2277d2ae] {
  margin-right: 15px !important;
}
.margin-right20[data-v-2277d2ae] {
  margin-right: 20px !important;
}
.margin-right30[data-v-2277d2ae] {
  margin-right: 30px !important;
}
.margin-right35[data-v-2277d2ae] {
  margin-right: 35px !important;
}
.margin-right40[data-v-2277d2ae] {
  margin-right: 40px !important;
}
.margin-right50[data-v-2277d2ae] {
  margin-right: 50px !important;
}
.margin-right60[data-v-2277d2ae] {
  margin-right: 60px !important;
}
.my-5[data-v-2277d2ae] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-2277d2ae] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-2277d2ae] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-2277d2ae] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-2277d2ae] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-2277d2ae] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-2277d2ae] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-2277d2ae] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-2277d2ae] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-2277d2ae] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-2277d2ae] {
  padding: 0 !important;
}
.padding5[data-v-2277d2ae] {
  padding: 5px;
}
.padding10[data-v-2277d2ae] {
  padding: 10px;
}
.padding15[data-v-2277d2ae] {
  padding: 15px;
}
.padding20[data-v-2277d2ae] {
  padding: 20px;
}
.padding30[data-v-2277d2ae] {
  padding: 30px;
}
.padding40[data-v-2277d2ae] {
  padding: 40px;
}
.padding40-0[data-v-2277d2ae] {
  padding: 40px 0;
}
.padding-left5[data-v-2277d2ae] {
  padding-left: 5px;
}
.padding-left10[data-v-2277d2ae] {
  padding-left: 10px;
}
.padding-left15[data-v-2277d2ae] {
  padding-left: 15px;
}
.padding-left20[data-v-2277d2ae] {
  padding-left: 20px;
}
.padding-right5[data-v-2277d2ae] {
  padding-right: 5px;
}
.padding-right10[data-v-2277d2ae] {
  padding-right: 10px;
}
.padding-right15[data-v-2277d2ae] {
  padding-right: 15px;
}
.padding-right20[data-v-2277d2ae] {
  padding-right: 20px;
}
.padding-right30[data-v-2277d2ae] {
  padding-right: 30px;
}
.padding-right40[data-v-2277d2ae] {
  padding-right: 40px;
}
.padding-top0[data-v-2277d2ae] {
  padding-top: 0px;
}
.padding-top5[data-v-2277d2ae] {
  padding-top: 5px;
}
.padding-top10[data-v-2277d2ae] {
  padding-top: 10px;
}
.padding-top15[data-v-2277d2ae] {
  padding-top: 15px;
}
.padding-top20[data-v-2277d2ae] {
  padding-top: 20px;
}
.padding-top30[data-v-2277d2ae] {
  padding-top: 30px;
}
.padding-top50[data-v-2277d2ae] {
  padding-top: 50px;
}
.padding-top60[data-v-2277d2ae] {
  padding-top: 60px;
}
.padding-top70[data-v-2277d2ae] {
  padding-top: 70px;
}
.padding-top90[data-v-2277d2ae] {
  padding-top: 90px;
}
.padding-top100[data-v-2277d2ae] {
  padding-top: 100px;
}
.padding-top120[data-v-2277d2ae] {
  padding-top: 120px;
}
.padding-top180[data-v-2277d2ae] {
  padding-top: 180px;
}
.padding-bottom0[data-v-2277d2ae] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-2277d2ae] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-2277d2ae] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-2277d2ae] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-2277d2ae] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-2277d2ae] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-2277d2ae] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-2277d2ae] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-2277d2ae] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-2277d2ae] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-2277d2ae] {
  padding-bottom: 240px;
}
.padding10-0[data-v-2277d2ae] {
  padding: 10px 0;
}
.padding10-5[data-v-2277d2ae] {
  padding: 10px 5px;
}
.padding0-5[data-v-2277d2ae] {
  padding: 0 5px;
}
.padding0-10[data-v-2277d2ae] {
  padding: 0 10px;
}
.padding0-15[data-v-2277d2ae] {
  padding: 0 15px;
}
.padding20-0[data-v-2277d2ae] {
  padding: 20px 0;
}
.padding20-10[data-v-2277d2ae] {
  padding: 20px 10px;
}
.padding15-20[data-v-2277d2ae] {
  padding: 15px 20px;
}
.padding15-0[data-v-2277d2ae] {
  padding: 15px 0px;
}
.padding20-5[data-v-2277d2ae] {
  padding: 20px 5px;
}
.padding0-20[data-v-2277d2ae] {
  padding: 0 20px;
}
.padding5-20[data-v-2277d2ae] {
  padding: 5px 20px;
}
.padding5-15[data-v-2277d2ae] {
  padding: 5px 15px;
}
.padding5-10[data-v-2277d2ae] {
  padding: 5px 10px;
}
.padding15-10[data-v-2277d2ae] {
  padding: 15px 10px;
}
.padding1em[data-v-2277d2ae] {
  padding: 1em;
}
.padding10-20[data-v-2277d2ae] {
  padding: 10px 20px;
}
.padding5-0[data-v-2277d2ae] {
  padding: 5px 0;
}
.padding30-10[data-v-2277d2ae] {
  padding: 30px 10px;
}
.px-5[data-v-2277d2ae] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-2277d2ae] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-2277d2ae] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-2277d2ae] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-2277d2ae] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-2277d2ae] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-2277d2ae] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-2277d2ae] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-2277d2ae] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-2277d2ae] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-2277d2ae] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-2277d2ae] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-2277d2ae] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-2277d2ae] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-2277d2ae] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-2277d2ae] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-2277d2ae] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-2277d2ae] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-2277d2ae] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-2277d2ae] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-2277d2ae] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-2277d2ae] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-2277d2ae] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-2277d2ae] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-2277d2ae] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-2277d2ae] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-2277d2ae] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-2277d2ae] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-2277d2ae]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-2277d2ae] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-2277d2ae]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-2277d2ae] {
  border: 0 !important;
}
.borderRed[data-v-2277d2ae] {
  border-color: #f00 !important;
}
.border-aside[data-v-2277d2ae] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-2277d2ae] {
  border: none;
}
.borderLightgray[data-v-2277d2ae] {
  border: 1px solid lightgray;
}
.borderGray[data-v-2277d2ae] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-2277d2ae] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-2277d2ae] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-2277d2ae] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-2277d2ae] {
  border: 1px solid #fff;
}
.border2green[data-v-2277d2ae] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-2277d2ae] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-2277d2ae] {
  border: 2px solid #fff;
}
.border2gold[data-v-2277d2ae] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-2277d2ae] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-2277d2ae] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-2277d2ae] {
  border-color: #d42717 !important;
}
.border1green[data-v-2277d2ae] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-2277d2ae] {
  border-color: #f00 !important;
}
.border-fixed[data-v-2277d2ae] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-2277d2ae] {
  border-radius: 40px;
}
.radius30[data-v-2277d2ae] {
  border-radius: 30px;
}
.radius20[data-v-2277d2ae] {
  border-radius: 20px;
}
.radius15[data-v-2277d2ae] {
  border-radius: 15px;
}
.radius8[data-v-2277d2ae] {
  border-radius: 8px;
}
.radius3[data-v-2277d2ae] {
  border-radius: 3px !important;
}
.rounded[data-v-2277d2ae] {
  border-radius: 50%;
}
.rounded5[data-v-2277d2ae] {
  border-radius: 5px;
}
.round10[data-v-2277d2ae] {
  border-radius: 10px;
}
.box-border[data-v-2277d2ae] {
  box-sizing: border-box;
}
.text-center[data-v-2277d2ae] {
  text-align: center;
}
.text-right[data-v-2277d2ae] {
  text-align: right;
}
.text-left[data-v-2277d2ae] {
  text-align: left;
}
.text-lowercase[data-v-2277d2ae] {
  text-transform: lowercase;
}
.text-uppercase[data-v-2277d2ae] {
  text-transform: uppercase;
}
.text-capitalize[data-v-2277d2ae] {
  text-transform: capitalize !important;
}
.text-none[data-v-2277d2ae] {
  text-transform: none;
}
.text-ellipsis[data-v-2277d2ae] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-2277d2ae] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-2277d2ae]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-2277d2ae] {
  text-decoration: underline;
}
.text-underline[data-v-2277d2ae]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-2277d2ae] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-2277d2ae] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-2277d2ae] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-2277d2ae] {
  word-break: break-all;
}
.font-bold[data-v-2277d2ae] {
  font-weight: bold;
}
.price-through[data-v-2277d2ae] {
  text-decoration: line-through;
}
.font-italic[data-v-2277d2ae] {
  font-style: italic;
}
.font095em[data-v-2277d2ae] {
  font-size: 0.95em;
}
.font1em[data-v-2277d2ae] {
  font-size: 1em !important;
}
.font2em[data-v-2277d2ae] {
  font-size: 2em;
}
.font2-2em[data-v-2277d2ae] {
  font-size: 2.2em;
}
.font3em[data-v-2277d2ae] {
  font-size: 3em;
}
.font4em[data-v-2277d2ae] {
  font-size: 4em;
}
.font1-5em[data-v-2277d2ae] {
  font-size: 1.5em;
}
.font1-7em[data-v-2277d2ae] {
  font-size: 1.7em;
}
.font1-3em[data-v-2277d2ae] {
  font-size: 1.3em;
}
.font1-4em[data-v-2277d2ae] {
  font-size: 1.4em;
}
.font-9em[data-v-2277d2ae] {
  font-size: 0.9em;
}
.font10[data-v-2277d2ae] {
  font-size: 10px;
}
.font11[data-v-2277d2ae] {
  font-size: 11px;
}
.font12[data-v-2277d2ae] {
  font-size: 12px;
}
.font13[data-v-2277d2ae] {
  font-size: 13px;
}
.font14[data-v-2277d2ae] {
  font-size: 14px;
}
.font15[data-v-2277d2ae] {
  font-size: 15px;
}
.font16[data-v-2277d2ae] {
  font-size: 16px;
}
.font17[data-v-2277d2ae] {
  font-size: 17px;
}
.font18[data-v-2277d2ae] {
  font-size: 18px;
}
.font19[data-v-2277d2ae] {
  font-size: 19px;
}
.font20[data-v-2277d2ae] {
  font-size: 20px;
}
.font21[data-v-2277d2ae] {
  font-size: 21px;
}
.font22[data-v-2277d2ae] {
  font-size: 22px;
}
.font23[data-v-2277d2ae] {
  font-size: 23px;
}
.font24[data-v-2277d2ae] {
  font-size: 24px;
}
.font25[data-v-2277d2ae] {
  font-size: 25px;
}
.font26[data-v-2277d2ae] {
  font-size: 26px;
}
.font27[data-v-2277d2ae] {
  font-size: 27px;
}
.font28[data-v-2277d2ae] {
  font-size: 28px;
}
.font29[data-v-2277d2ae] {
  font-size: 29px;
}
.font30[data-v-2277d2ae] {
  font-size: 30px;
}
.font31[data-v-2277d2ae] {
  font-size: 31px;
}
.font32[data-v-2277d2ae] {
  font-size: 32px;
}
.font33[data-v-2277d2ae] {
  font-size: 33px;
}
.font34[data-v-2277d2ae] {
  font-size: 34px;
}
.font35[data-v-2277d2ae] {
  font-size: 35px;
}
.font36[data-v-2277d2ae] {
  font-size: 36px;
}
.font37[data-v-2277d2ae] {
  font-size: 37px;
}
.font38[data-v-2277d2ae] {
  font-size: 38px;
}
.font39[data-v-2277d2ae] {
  font-size: 39px;
}
.font40[data-v-2277d2ae] {
  font-size: 40px;
}
.font-normal[data-v-2277d2ae] {
  font-weight: normal;
}
.color-white[data-v-2277d2ae] {
  color: #fff;
}
.color-transparent[data-v-2277d2ae] {
  color: transparent !important;
}
.color-black[data-v-2277d2ae] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-2277d2ae] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-2277d2ae] {
  color: fuchia;
}
.color-gray[data-v-2277d2ae] {
  color: #a5afb9;
}
.color-hardgray[data-v-2277d2ae] {
  color: #4d5263;
}
.color-hannah[data-v-2277d2ae] {
  color: #EA184D;
}
.color-lightgray[data-v-2277d2ae] {
  color: #d3d3d3;
}
.color-darkblue[data-v-2277d2ae] {
  color: #2c3e50;
}
.color-darkgray[data-v-2277d2ae] {
  color: #757575;
}
.color-lightred[data-v-2277d2ae] {
  color: #e74c3c;
}
.color-red[data-v-2277d2ae] {
  color: #e74c3c;
}
.color-blue[data-v-2277d2ae] {
  color: #2980b9;
}
.color-yellow[data-v-2277d2ae] {
  color: #f49d1e;
}
.color-orange[data-v-2277d2ae] {
  color: #ffa500;
}
.color-green[data-v-2277d2ae] {
  color: #2AA186;
}
.color-gplus[data-v-2277d2ae] {
  color: #d42717;
}
.back-bluelight[data-v-2277d2ae] {
  background: #EBF0FF !important;
}
.back-blue[data-v-2277d2ae] {
  background: #2980b9 !important;
}
.back-hannah[data-v-2277d2ae] {
  background: #EA184D !important;
}
.back-purple[data-v-2277d2ae] {
  background: #8e44ad;
}
.back-green[data-v-2277d2ae] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-2277d2ae] {
  background: #2AA186;
}
.back-yellow[data-v-2277d2ae] {
  background: #f49d1e !important;
}
.back-gold[data-v-2277d2ae] {
  background: #f49d1e !important;
}
.back-red[data-v-2277d2ae] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-2277d2ae] {
  background: #e74c3c;
}
.back-lightred[data-v-2277d2ae] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-2277d2ae] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-2277d2ae] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-2277d2ae] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-2277d2ae] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-2277d2ae] {
  background: #f49d1e !important;
}
.back-gplus[data-v-2277d2ae] {
  background: #d42717;
}
.back-darkblue[data-v-2277d2ae] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-2277d2ae] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-2277d2ae] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-2277d2ae] {
  background: #3e3d40;
}
.back-midgray[data-v-2277d2ae] {
  background: #ececec;
}
.back-gray[data-v-2277d2ae] {
  background: #a5afb9;
}
.back-black[data-v-2277d2ae] {
  background: #121212;
}
.back-transparent[data-v-2277d2ae] {
  background: transparent;
}
.back-white[data-v-2277d2ae] {
  background: #fff !important;
}
.back-white-simple[data-v-2277d2ae] {
  background-color: #fff;
}
.back-lightgray[data-v-2277d2ae] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-2277d2ae] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-2277d2ae] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-2277d2ae] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-2277d2ae] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-2277d2ae] {
  background: #D6DFE4;
}
.bg-aside[data-v-2277d2ae] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-2277d2ae] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-2277d2ae] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-2277d2ae] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-2277d2ae] {
  background: #fff;
}
.back-item-odd-white[data-v-2277d2ae]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-2277d2ae] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-2277d2ae] {
  position: relative;
}
.absolute[data-v-2277d2ae] {
  position: absolute;
}
.fixed[data-v-2277d2ae] {
  position: fixed;
}
.fixed-bottom[data-v-2277d2ae] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-2277d2ae] {
  position: sticky;
}
.sticky.active[data-v-2277d2ae] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-2277d2ae] {
  bottom: 0;
}
.right0[data-v-2277d2ae] {
  right: 0 !important;
}
.left0[data-v-2277d2ae] {
  left: 0 !important;
}
.leftPositionControl[data-v-2277d2ae] {
  left: -10px;
}
.width100-50[data-v-2277d2ae] {
  width: 100%;
}
.width100-40[data-v-2277d2ae] {
  width: 100%;
}
.min-width100[data-v-2277d2ae] {
  min-width: 100%;
}
.min-width90[data-v-2277d2ae] {
  min-width: 90%;
}
.min-width80[data-v-2277d2ae] {
  min-width: 80% !important;
}
.min-width70[data-v-2277d2ae] {
  min-width: 70%;
}
.min-width60[data-v-2277d2ae] {
  min-width: 60%;
}
.min-width50[data-v-2277d2ae] {
  max-width: 50%;
}
.min-width45[data-v-2277d2ae] {
  min-width: 45%;
}
.min-width40[data-v-2277d2ae] {
  min-width: 40%;
}
.min-width30[data-v-2277d2ae] {
  min-width: 30%;
}
.min-width20[data-v-2277d2ae] {
  min-width: 20%;
}
.min-width25[data-v-2277d2ae] {
  min-width: 25%;
}
.min-width10[data-v-2277d2ae] {
  min-width: 10%;
}
.width100[data-v-2277d2ae] {
  width: 100%;
}
.width90[data-v-2277d2ae] {
  width: 90%;
}
.width80[data-v-2277d2ae] {
  width: 80% !important;
}
.width70[data-v-2277d2ae] {
  width: 70%;
}
.width60[data-v-2277d2ae] {
  width: 60%;
}
.width50[data-v-2277d2ae] {
  width: 50%;
}
.width45[data-v-2277d2ae] {
  width: 45%;
}
.width40[data-v-2277d2ae] {
  width: 40%;
}
.width30[data-v-2277d2ae] {
  width: 30%;
}
.width20[data-v-2277d2ae] {
  width: 20%;
}
.width25[data-v-2277d2ae] {
  width: 25%;
}
.width10[data-v-2277d2ae] {
  width: 10%;
}
.width-min[data-v-2277d2ae] {
  width: min-content;
}
.max-width800[data-v-2277d2ae] {
  max-width: 800px;
}
.widthCenter[data-v-2277d2ae] {
  width: 80%;
}
.max-width600[data-v-2277d2ae] {
  max-width: 600px;
}
.max-width300[data-v-2277d2ae] {
  max-width: 300px;
}
.widthHalf[data-v-2277d2ae] {
  width: 50%;
}
.width-sellProductImg-control[data-v-2277d2ae] {
  width: 150px;
}
.top-control-sellProduct[data-v-2277d2ae] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-2277d2ae] {
  width: 100%;
}
.width-cuotas-control-item[data-v-2277d2ae] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-2277d2ae] {
  width: 163px;
}
.width-control-btn-inline[data-v-2277d2ae] {
  width: 195px;
}
.width-controll-buys-item[data-v-2277d2ae] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-2277d2ae] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-2277d2ae] {
  width: 180px;
}
.width-pasarela-img-control[data-v-2277d2ae] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-2277d2ae] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-2277d2ae] {
  width: 95%;
}
.width-pasarela[data-v-2277d2ae] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-2277d2ae]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-2277d2ae]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-2277d2ae]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-2277d2ae]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-2277d2ae] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-2277d2ae] {
  max-height: 100%;
}
.height220[data-v-2277d2ae] {
  height: 220px;
}
.height100vh[data-v-2277d2ae] {
  height: 100vh !important;
}
.heightFilters[data-v-2277d2ae] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-2277d2ae] {
  height: 100%;
}
.height-aside[data-v-2277d2ae] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-2277d2ae] {
  height: 0px;
}
.heightBox[data-v-2277d2ae] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-2277d2ae] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-2277d2ae] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-2277d2ae] {
  justify-content: center;
}
.pointer[data-v-2277d2ae] {
  cursor: pointer !important;
}
.cursor-move[data-v-2277d2ae] {
  cursor: move !important;
}
.cursor-not[data-v-2277d2ae] {
  cursor: not-allowed !important;
}
.events-none[data-v-2277d2ae] {
  pointer-events: none;
}
.shadow[data-v-2277d2ae] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-2277d2ae] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-2277d2ae] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-2277d2ae] {
  transition: 0.3s;
}
.hoverShadow[data-v-2277d2ae]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-2277d2ae] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-2277d2ae] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-2277d2ae] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-2277d2ae] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-2277d2ae] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-2277d2ae] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-2277d2ae] {
  width: 40px;
  height: 40px;
}
.square35[data-v-2277d2ae] {
  width: 35px;
  height: 35px;
}
.square30[data-v-2277d2ae] {
  width: 30px;
  height: 30px;
}
.square25[data-v-2277d2ae] {
  width: 25px;
  height: 25px;
}
.square12[data-v-2277d2ae] {
  width: 12px;
  height: 12px;
}
.square15[data-v-2277d2ae] {
  width: 15px;
  height: 15px;
}
.square17[data-v-2277d2ae] {
  width: 17px;
  height: 17px;
}
.square18[data-v-2277d2ae] {
  width: 18px;
  height: 18px;
}
.square20[data-v-2277d2ae] {
  width: 20px;
  height: 20px;
}
.square50[data-v-2277d2ae] {
  width: 50px;
  height: 50px;
}
.square70[data-v-2277d2ae] {
  width: 70px;
  height: 70px;
}
.square55[data-v-2277d2ae] {
  width: 55px;
  height: 55px;
}
.square100[data-v-2277d2ae] {
  width: 100px;
  height: 100px;
}
.square10[data-v-2277d2ae] {
  width: 10px;
  height: 10px;
}
.square200[data-v-2277d2ae] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-2277d2ae] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-2277d2ae] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-2277d2ae] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-2277d2ae] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-2277d2ae] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-2277d2ae] {
  overflow-y: hidden;
}
.remove-scroll[data-v-2277d2ae] {
  overflow-y: hidden;
}
.active-scroll[data-v-2277d2ae] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-2277d2ae] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-2277d2ae] {
  overflow: hidden !important;
}
.overflow-auto[data-v-2277d2ae] {
  overflow: auto !important;
}
.hidden[data-v-2277d2ae] {
  visibility: hidden;
}
.offscreen[data-v-2277d2ae] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-2277d2ae] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-2277d2ae] {
  opacity: 0;
}
.opacity30[data-v-2277d2ae] {
  opacity: 0.3;
}
.opacity50[data-v-2277d2ae] {
  opacity: 0.5;
}
.opacity70[data-v-2277d2ae] {
  opacity: 0.7;
}
.opacity80[data-v-2277d2ae] {
  opacity: 0.8;
}
.transition30[data-v-2277d2ae] {
  transition: 0.3s;
}
.cleared[data-v-2277d2ae] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-2277d2ae] {
  transition: 0.1s;
}
.hover-green[data-v-2277d2ae]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-2277d2ae] {
  animation: aside-2277d2ae 0.5s reverse;
}
.aside-leave-active[data-v-2277d2ae] {
  animation: aside-2277d2ae 0.5s;
}
.asideContent-enter-active[data-v-2277d2ae] {
  animation: asideContent-2277d2ae 0.3s reverse;
}
.asideContent-leave-active[data-v-2277d2ae] {
  animation: asideContent-2277d2ae 0.3s;
}
@keyframes aside-2277d2ae {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-2277d2ae {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-2277d2ae {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-2277d2ae] {
  animation: spin-2277d2ae 2s infinite;
}
@keyframes spin-2277d2ae {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-2277d2ae] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-2277d2ae] {
  padding: 3px;
}
.carousel__pagination-button[data-v-2277d2ae] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-2277d2ae] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-2277d2ae]::after {
  display: none !important;
}
.pagination[data-v-2277d2ae] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-2277d2ae] {
  display: inline;
}
.pagination > li > a[data-v-2277d2ae], .pagination > li > span[data-v-2277d2ae] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-2277d2ae], .pagination > li:first-child > span[data-v-2277d2ae] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-2277d2ae], .pagination > li:last-child > span[data-v-2277d2ae] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-2277d2ae]:hover, .pagination > li > span[data-v-2277d2ae]:hover, .pagination > li > a[data-v-2277d2ae]:focus, .pagination > li > span[data-v-2277d2ae]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-2277d2ae], .pagination > .active > span[data-v-2277d2ae], .pagination > .active > a[data-v-2277d2ae]:hover, .pagination > .active > span[data-v-2277d2ae]:hover, .pagination > .active > a[data-v-2277d2ae]:focus, .pagination > .active > span[data-v-2277d2ae]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-2277d2ae] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-2277d2ae]:hover, .pagination > .disabled > span[data-v-2277d2ae]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-2277d2ae] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-2277d2ae]:hover, .pagination > .disabled > a[data-v-2277d2ae]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-2277d2ae], .pagination-lg > li > span[data-v-2277d2ae] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-2277d2ae], .pagination-lg > li:first-child > span[data-v-2277d2ae] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-2277d2ae], .pagination-lg > li:last-child > span[data-v-2277d2ae] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-2277d2ae], .pagination-sm > li > span[data-v-2277d2ae] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-2277d2ae], .pagination-sm > li:first-child > span[data-v-2277d2ae] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-2277d2ae], .pagination-sm > li:last-child > span[data-v-2277d2ae] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-2277d2ae] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-2277d2ae] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-2277d2ae] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-2277d2ae] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-2277d2ae] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-2277d2ae] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-2277d2ae] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-2277d2ae]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-2277d2ae] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-2277d2ae]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-2277d2ae] {
  overflow: unset !important;
}
.btn-shadow[data-v-2277d2ae] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-2277d2ae] {
  margin-left: 0px;
}
.reset-button[data-v-2277d2ae] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-2277d2ae] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-2277d2ae]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-2277d2ae] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-2277d2ae] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-2277d2ae],
.btn-finalize[data-v-2277d2ae] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-2277d2ae] {
  right: 7px;
}
.btn-finalize[data-v-2277d2ae] {
  left: 7px;
}
.tab-counter[data-v-2277d2ae] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-2277d2ae] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-2277d2ae] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-2277d2ae] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-2277d2ae] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-2277d2ae] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-2277d2ae] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-2277d2ae] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-2277d2ae] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-2277d2ae] {
  transition: 0.5s;
}
.tab[data-v-2277d2ae]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-2277d2ae] {
  color: #2980b9;
}
.tab.active[data-v-2277d2ae]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-2277d2ae] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-2277d2ae] {
  width: 220px;
}
.badge-display[data-v-2277d2ae], .badge-display2[data-v-2277d2ae] {
  min-width: 224px;
}
.my-badge[data-v-2277d2ae] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-2277d2ae] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-2277d2ae] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-2277d2ae] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-2277d2ae] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-2277d2ae] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-2277d2ae] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-2277d2ae] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-2277d2ae] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-2277d2ae] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-2277d2ae] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-2277d2ae] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-2277d2ae] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-2277d2ae] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-2277d2ae] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-2277d2ae] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-2277d2ae] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-2277d2ae] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-2277d2ae] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-2277d2ae] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-2277d2ae] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-2277d2ae] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-2277d2ae] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-2277d2ae] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-2277d2ae] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-2277d2ae] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-2277d2ae] {
  flex-wrap: wrap;
}
.vueperslide[data-v-2277d2ae] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-2277d2ae] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-2277d2ae] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-2277d2ae] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-2277d2ae] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-2277d2ae] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-2277d2ae] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-2277d2ae] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-2277d2ae] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-2277d2ae] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-2277d2ae] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-2277d2ae] {
  width: 100%;
}
.img-product-detail[data-v-2277d2ae] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-2277d2ae] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-2277d2ae] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-2277d2ae] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-2277d2ae] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-2277d2ae] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-2277d2ae] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-2277d2ae] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-2277d2ae] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-2277d2ae] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-2277d2ae] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-2277d2ae] {
  text-align: center;
}
.modal-enter[data-v-2277d2ae], .modal-leave-active[data-v-2277d2ae] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-2277d2ae], .modal-leave-active .modal-container[data-v-2277d2ae] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-2277d2ae] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-2277d2ae] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-2277d2ae] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-2277d2ae] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-2277d2ae] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-2277d2ae]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-2277d2ae] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-2277d2ae] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-2277d2ae] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-2277d2ae]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-2277d2ae] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-2277d2ae] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-2277d2ae] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-2277d2ae]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-2277d2ae] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-2277d2ae] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-2277d2ae] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-2277d2ae]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-2277d2ae] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-2277d2ae] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-2277d2ae] {
  display: none;
}
.vdp-datepicker input[data-v-2277d2ae] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-2277d2ae]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-2277d2ae] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-2277d2ae] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-2277d2ae ease-in-out infinite;
}
.vue-treeselect__control[data-v-2277d2ae] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-2277d2ae] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-2277d2ae] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-2277d2ae] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-2277d2ae] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-2277d2ae] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-2277d2ae] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-2277d2ae] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-2277d2ae {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-2277d2ae {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-2277d2ae {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-2277d2ae {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-2277d2ae {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-2277d2ae {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-2277d2ae],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-2277d2ae] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-2277d2ae] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-2277d2ae] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-2277d2ae],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-2277d2ae] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-2277d2ae] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-2277d2ae] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-2277d2ae] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-2277d2ae],
.vue-treeselect span[data-v-2277d2ae] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-2277d2ae] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-2277d2ae] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-2277d2ae]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-2277d2ae] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-2277d2ae] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-2277d2ae],
.vue-treeselect__control[data-v-2277d2ae]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-2277d2ae] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-2277d2ae] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-2277d2ae],
.vue-treeselect__multi-value[data-v-2277d2ae] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-2277d2ae] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-2277d2ae] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-2277d2ae] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-2277d2ae] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-2277d2ae],
.vue-treeselect__single-value[data-v-2277d2ae] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-2277d2ae] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-2277d2ae] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-2277d2ae] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-2277d2ae] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-2277d2ae] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-2277d2ae]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-2277d2ae] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-2277d2ae] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-2277d2ae],
.vue-treeselect__multi-value-label[data-v-2277d2ae] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-2277d2ae] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-2277d2ae] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-2277d2ae],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-2277d2ae] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-2277d2ae] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-2277d2ae] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-2277d2ae] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-2277d2ae] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-2277d2ae] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-2277d2ae] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-2277d2ae] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-2277d2ae] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-2277d2ae] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-2277d2ae] {
  display: none;
}
.vue-treeselect__input[data-v-2277d2ae],
.vue-treeselect__sizer[data-v-2277d2ae] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-2277d2ae] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-2277d2ae]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-2277d2ae] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-2277d2ae] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-2277d2ae] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-2277d2ae] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-2277d2ae cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-2277d2ae cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-2277d2ae]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-2277d2ae] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-2277d2ae] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-2277d2ae] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-2277d2ae] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-2277d2ae] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-2277d2ae] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-2277d2ae] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-2277d2ae] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-2277d2ae] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-2277d2ae] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-2277d2ae] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-2277d2ae] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-2277d2ae]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-2277d2ae] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-2277d2ae],
.vue-treeselect__option-arrow-placeholder[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-2277d2ae] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-2277d2ae] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-2277d2ae],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-2277d2ae] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-2277d2ae] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-2277d2ae] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-2277d2ae] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-2277d2ae] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-2277d2ae] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-2277d2ae],
.vue-treeselect__minus-mark[data-v-2277d2ae] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-2277d2ae] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-2277d2ae] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-2277d2ae] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-2277d2ae] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-2277d2ae] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-2277d2ae] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-2277d2ae] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-2277d2ae] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-2277d2ae] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-2277d2ae] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-2277d2ae] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-2277d2ae] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-2277d2ae] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-2277d2ae] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-2277d2ae] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-2277d2ae] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-2277d2ae] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-2277d2ae] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-2277d2ae] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-2277d2ae] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-2277d2ae] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-2277d2ae] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-2277d2ae]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-2277d2ae] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-2277d2ae]::before,
.vue-treeselect__icon-error[data-v-2277d2ae]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-2277d2ae]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-2277d2ae]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-2277d2ae] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-2277d2ae linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-2277d2ae linear infinite;
}
.vue-treeselect__icon-loader[data-v-2277d2ae]::before,
.vue-treeselect__icon-loader[data-v-2277d2ae]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-2277d2ae ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-2277d2ae ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-2277d2ae]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-2277d2ae]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-2277d2ae],
.vac-loader-wrapper[data-v-2277d2ae] {
  display: none !important;
}
.vac-room-name[data-v-2277d2ae] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-2277d2ae] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-2277d2ae] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-2277d2ae] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-2277d2ae] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-2277d2ae] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-2277d2ae] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-2277d2ae] {
  min-height: 24px !important;
}
.tagWarn[data-v-2277d2ae] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-2277d2ae]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-2277d2ae] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-2277d2ae]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-2277d2ae]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-2277d2ae] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-2277d2ae] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-2277d2ae] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-2277d2ae] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-2277d2ae]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-2277d2ae] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-2277d2ae]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-2277d2ae] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-2277d2ae] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-2277d2ae] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-2277d2ae]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-2277d2ae] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-2277d2ae]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-2277d2ae] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-2277d2ae]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-2277d2ae]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-2277d2ae] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-2277d2ae] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-2277d2ae] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-2277d2ae]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-2277d2ae] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-2277d2ae] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-2277d2ae] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-2277d2ae]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-2277d2ae] {
  font-size: 1.15em;
}
.my-select[data-v-2277d2ae] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-2277d2ae] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-2277d2ae] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-2277d2ae] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-2277d2ae] {
  width: 160px;
}
.my-select[data-v-2277d2ae] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-2277d2ae] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-2277d2ae] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-2277d2ae] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-2277d2ae] {
  width: 160px;
}
.input-cupon[data-v-2277d2ae] {
  display: flex;
}
.input-cupon > div > span[data-v-2277d2ae] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-2277d2ae] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-2277d2ae] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-2277d2ae]:not(:checked),
input[type=checkbox].check[data-v-2277d2ae]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-2277d2ae],
input[type=checkbox].check:checked + label[data-v-2277d2ae] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-2277d2ae]:before,
input[type=checkbox].check:checked + label[data-v-2277d2ae]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-2277d2ae]:after,
input[type=checkbox].check:checked + label[data-v-2277d2ae]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-2277d2ae]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-2277d2ae]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-2277d2ae]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-2277d2ae]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-2277d2ae]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-2277d2ae] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-2277d2ae]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-2277d2ae]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-2277d2ae] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-2277d2ae] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-2277d2ae] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-2277d2ae] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-2277d2ae] {
  opacity: 1;
}
.multiselect__tag[data-v-2277d2ae] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-2277d2ae] {
  background: #2AA186 !important;
}
.multiselect[data-v-2277d2ae] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-2277d2ae]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-2277d2ae] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-2277d2ae] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-2277d2ae]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-2277d2ae]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-2277d2ae]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-2277d2ae]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-2277d2ae] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-2277d2ae] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-2277d2ae] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-2277d2ae] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-2277d2ae] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-2277d2ae] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-2277d2ae]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-2277d2ae]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-2277d2ae]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-2277d2ae] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-2277d2ae] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-2277d2ae] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-2277d2ae] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-2277d2ae]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-2277d2ae] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-2277d2ae] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-2277d2ae] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-2277d2ae] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-2277d2ae] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-2277d2ae] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-2277d2ae]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-2277d2ae] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-2277d2ae] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-2277d2ae], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-2277d2ae] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-2277d2ae] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-2277d2ae] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-2277d2ae], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-2277d2ae] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-2277d2ae], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-2277d2ae] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-2277d2ae]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-2277d2ae]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-2277d2ae] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-2277d2ae] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-2277d2ae] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-2277d2ae] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-2277d2ae] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-2277d2ae] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-2277d2ae] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-2277d2ae] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-2277d2ae] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-2277d2ae] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-2277d2ae] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-2277d2ae] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-2277d2ae] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-2277d2ae] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-2277d2ae] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-2277d2ae]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-2277d2ae] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-2277d2ae] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-2277d2ae] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-2277d2ae] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-2277d2ae] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-2277d2ae] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-2277d2ae] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-2277d2ae] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-2277d2ae], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-2277d2ae] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-2277d2ae] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-2277d2ae] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-2277d2ae] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-2277d2ae] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-2277d2ae] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-2277d2ae] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-2277d2ae] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-2277d2ae], .v3-emoji-picker .v3-header[data-v-2277d2ae] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-2277d2ae] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-2277d2ae] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-2277d2ae] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-2277d2ae]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-2277d2ae], .v3-emoji-picker .v3-skin-tones[data-v-2277d2ae] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-2277d2ae]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-2277d2ae] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-2277d2ae] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-2277d2ae] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-2277d2ae], body[data-v-2277d2ae] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-2277d2ae], body.home[data-v-2277d2ae] {
  background-color: #fff;
}
[data-v-2277d2ae]:focus {
  outline: none !important;
}
a[data-v-2277d2ae] {
  text-decoration: none;
}
a[data-v-2277d2ae]:hover,
a[data-v-2277d2ae]:focus {
  text-decoration: none;
}
img[data-v-2277d2ae] {
  border: 0;
}
textarea[data-v-2277d2ae] {
  resize: none;
}
h1[data-v-2277d2ae],
h2[data-v-2277d2ae],
h3[data-v-2277d2ae],
h4[data-v-2277d2ae],
h5[data-v-2277d2ae],
h6[data-v-2277d2ae] {
  font-weight: bold;
}
.switch[data-v-2277d2ae] {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}
@media (max-width: 520px) {
.switch[data-v-2277d2ae] {
    width: 50px;
    height: 24px;
}
}
.switch .label[data-v-2277d2ae]::after,
.switch .label[data-v-2277d2ae]::before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
}
@media (max-width: 520px) {
.switch .label[data-v-2277d2ae]::after,
.switch .label[data-v-2277d2ae]::before {
    font-size: 11px;
}
}
.switch .label[data-v-2277d2ae]::after {
  content: attr(data-off);
  right: -10px;
  top: 52%;
  opacity: 1;
}
@media (max-width: 520px) {
.switch .label[data-v-2277d2ae]::after {
    right: -5px;
}
}
.switch .label[data-v-2277d2ae]::before {
  content: attr(data-on);
  left: 22px;
  opacity: 0;
}
@media (max-width: 520px) {
.switch .label[data-v-2277d2ae]::before {
    left: 15px;
}
}
.switch input[data-v-2277d2ae] {
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
}
.switch input:checked + .slider[data-v-2277d2ae] {
  background-color: #18A085;
}
.switch input:focus + .slider[data-v-2277d2ae] {
  box-shadow: 0 0 1px #18A085;
}
.switch input:checked + .slider[data-v-2277d2ae]::before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
@media (max-width: 520px) {
.switch input:checked + .slider[data-v-2277d2ae]::before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}
}
.switch input:checked ~ .label[data-v-2277d2ae]::after {
  opacity: 0;
}
.switch input:checked ~ .label[data-v-2277d2ae]::before {
  opacity: 1;
}
.switch .slider[data-v-2277d2ae] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #95A5A6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider[data-v-2277d2ae]:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 520px) {
.switch .slider[data-v-2277d2ae]:before {
    height: 16px;
    width: 16px;
}
}
.switch .slider.round[data-v-2277d2ae] {
  border-radius: 34px;
}
.switch .slider.round[data-v-2277d2ae]::before {
  border-radius: 50%;
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.file-uploads {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
}
.file-uploads.file-uploads-html4 input,
.file-uploads.file-uploads-html5 label {
  /* background fix ie  click */
  background: #fff;
  opacity: 0;
  font-size: 20em;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.file-uploads.file-uploads-html5 input,
.file-uploads.file-uploads-html4 label {
  /* background fix ie  click */
  position: absolute;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  position: fixed;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}

.heightBoxIntructions {
  height: 470px !important;
}

/* Cropper.js v1.5.4
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-08-03T08:38:38.177Z
*/
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
.cropper-point.point-se {
    height: 15px;
    width: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
    height: 10px;
    width: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
}
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.truncate-lines {
  display: -webkit-box;
  /* Caja flexible */
  -webkit-box-orient: vertical;
  /* Orientación vertical */
  -webkit-line-clamp: 2;
  /* Mostrar solo 2 líneas */
  overflow: hidden;
  /* Ocultar contenido que exceda */
  text-overflow: ellipsis;
  /* Añadir puntos suspensivos (...) */
  opacity: 1;
}.cursor-na[data-v-09a6219c]{cursor:"not-allowed"}.rtl{direction:rtl}.vuejs3-datepicker{color:#2f2f2f;display:inline-block;position:relative}.vuejs3-datepicker *{box-sizing:border-box}.vuejs3-datepicker input{border:1px solid}.vuejs3-datepicker__icon{display:-webkit-flex;display:-ms-flexbox;display:flex}.vuejs3-datepicker__value{border:1px solid;border-radius:5px;cursor:pointer;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-width:200px;padding:13px 15px}.vuejs3-datepicker__content{font-size:15px;margin-left:10px}.vuejs3-datepicker__typeablecalendar{left:10px;position:absolute;top:10px}.vuejs3-datepicker__inputvalue{border:1px solid;border-radius:5px;cursor:pointer;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-width:200px;padding:12px 10px 13px 35px}.vuejs3-datepicker__calendar{background:#fff;border-radius:4px;box-shadow:0 .2rem 1rem #0000001f;margin-top:4px;position:absolute;width:300px;z-index:100}.vuejs3-datepicker__calendar-topbar{background-color:#40b983;border-radius:4px 4px 0 0;color:#fff;padding:25px;text-align:center}.vuejs3-datepicker__calendar-topbar-year{cursor:pointer;font-size:30px;margin:0;padding-bottom:10px}.vuejs3-datepicker__calendar-topbar-day{font-size:20px;margin:0}.vuejs3-datepicker__calendar-actionarea{padding:10px}.vuejs3-datepicker__calendar header{display:block;line-height:40px}.vuejs3-datepicker__calendar header span{float:left;text-align:center;width:71.42857142857143%}.vuejs3-datepicker__calendar header .next,.vuejs3-datepicker__calendar header .prev{float:left;position:relative;text-indent:-10000px;width:14.285714285714286%}.vuejs3-datepicker__calendar header .next:after,.vuejs3-datepicker__calendar header .prev:after{content:"";height:8px;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translate(-50%) translateY(-50%) rotate(45deg);width:8px}.vuejs3-datepicker__calendar header .prev:after{border-bottom:1px solid #2f2f2f;border-left:1px solid #2f2f2f}.vuejs3-datepicker__calendar header .next.disabled:after,.vuejs3-datepicker__calendar header .prev.disabled:after{opacity:.5}.vuejs3-datepicker__calendar header .next:after{border-right:1px solid #2f2f2f;border-top:1px solid #2f2f2f}.vuejs3-datepicker__calendar header .next:not(.disabled),.vuejs3-datepicker__calendar header .prev:not(.disabled),.vuejs3-datepicker__calendar header .up:not(.disabled){border-radius:4px;cursor:pointer;font-size:15px}.vuejs3-datepicker__calendar header .next:not(.disabled):hover,.vuejs3-datepicker__calendar header .prev:not(.disabled):hover,.vuejs3-datepicker__calendar header .up:not(.disabled):hover{background:#f8f8f8}.vuejs3-datepicker__calendar .disabled{color:#ddd;cursor:default}.vuejs3-datepicker__calendar .flex-rtl{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:inherit}.vuejs3-datepicker__calendar .cell{border:1px solid transparent;display:inline-block;font-size:14px;height:40px;line-height:40px;padding:0 5px;text-align:center;vertical-align:middle;width:14.285714285714286%}.vuejs3-datepicker__calendar .cell.month,.vuejs3-datepicker__calendar .cell.year{height:50px;line-height:28px;padding:10px 5px}.vuejs3-datepicker__calendar .cell.day-header{text-transform:uppercase}.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).day,.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).month,.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).year{cursor:pointer;transition:.45s}.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:1px solid #40b983}.vuejs3-datepicker__calendar .cell.selected{background:#40b983;color:#fff}.vuejs3-datepicker__calendar .cell.selected:hover{background:#40b983}.vuejs3-datepicker__calendar .cell.highlighted{background:#40b983;color:#fff}.vuejs3-datepicker__calendar .cell.highlighted.selected{background:#40b983}.vuejs3-datepicker__calendar .cell.highlighted.disabled{color:#a3a3a3}.vuejs3-datepicker__calendar .cell.highlighted.highlight-start,.vuejs3-datepicker__calendar .cell.highlighted:last-child{background:#2f9668}.vuejs3-datepicker__calendar .cell.grey{color:#888}.vuejs3-datepicker__calendar .cell.grey:hover{background:inherit}.vuejs3-datepicker__calendar .cell.day-header{cursor:inherit;font-size:75%;white-space:nowrap}.vuejs3-datepicker__calendar .cell.day-header:hover{background:inherit}.vuejs3-datepicker__calendar .month,.vuejs3-datepicker__calendar .year{width:33.333%}.vuejs3-datepicker__calendar-button,.vuejs3-datepicker__clear-button{cursor:pointer;font-style:normal;position:absolute;right:12px;top:12px}.vuejs3-datepicker__calendar-button.disabled,.vuejs3-datepicker__clear-button.disabled{color:#999;cursor:default}.vuejs3-datepicker #calendar-div{background-color:#fff;border-radius:5px}.dp-error{color:red;font-size:12px}.backdrop{background-color:#00000080;bottom:0;cursor:pointer;display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:2}

.vuejs3-datepicker__calendar {
  width: 100%;
  box-shadow: none;
}
.vuejs3-datepicker__calendar-topbar {
  display: none;
}



.grid-5-links {
  display: grid;
  grid-template-columns: 35% 35% 10% 10% 10%;
  /* grid-gap: 10px; */
  /* grid-auto-rows: minmax(10px, auto); */
  /*background: red;*/
  border: 2px solid white;
  /* text-align:center; */
  width: 100%;
  /* padding: 10px; */
}

/* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.grid-4[data-v-86aae694] {
  display: grid;
  grid-template-columns: 25% 30% 15% 26%;
  grid-gap: 5px;
  grid-auto-rows: minmax(10px, auto);
  /*border:1px solid white;*/
  width: 100%;
}
.vue-slide-bar[data-v-86aae694] {
  background: #2aa186 !important;
  height: 13px !important;
}
.vue-slide-bar-process[data-v-86aae694] {
  background: #e74c3c !important;
}
.vue-slide-bar-tooltip-top[data-v-86aae694] {
  top: 3px !important;
}
.vue-slide-bar-separate[data-v-86aae694] {
  font-size: 13px !important;
  /* top:10px; */
}
.back-darkblue-important[data-v-86aae694] {
  background: #2c3e50 !important;
}
.back-yellow-percent[data-v-86aae694] {
  background: #f49d1e !important;
}
.back-green-percent[data-v-86aae694] {
  background: #2aa186 !important;
}
.heightDropdown[data-v-86aae694] {
  height: auto !important;
  overflow: auto !important;
}
.color-white-scoped[data-v-86aae694] {
  color: white !important;
}

.grid-4-weeks {
  display: grid;
  grid-template-columns: 20% 35% 6% 35%;
  grid-gap: 5px;
  grid-auto-rows: minmax(10px, auto);
  /*border:1px solid white;*/
  width: 100%;
}

/*
* Style for nestable
*/
.nestable {
  position: relative;
}
.nestable-rtl {
  direction: rtl;
}
.nestable .nestable-list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}
.nestable-rtl .nestable-list {
  padding: 0 40px 0 0;
}
.nestable > .nestable-list {
  padding: 0;
}
.nestable-item,
.nestable-item-copy {
  margin: 10px 0 0;
}
.nestable-item:first-child,
.nestable-item-copy:first-child {
  margin-top: 0;
}
.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
  margin-top: 10px;
}
.nestable-item {
  position: relative;
}
.nestable-item.is-dragging .nestable-list {
  pointer-events: none;
}
.nestable-item.is-dragging * {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nestable-item.is-dragging:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(106, 127, 233, 0.274);
  border: 1px dashed rgb(73, 100, 241);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nestable-drag-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.nestable-rtl .nestable-drag-layer {
  left: auto;
  right: 0;
}
.nestable-drag-layer > .nestable-list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: rgba(106, 127, 233, 0.274);
}
.nestable-rtl .nestable-drag-layer > .nestable-list {
  padding: 0;
}
.nestable [draggable="true"] {
  cursor: move;
}
.nestable-handle {
  display: inline;
}

.grid-5 {
  display: grid;
  grid-template-columns: 10% 32% 30% 19% 9%;
  grid-gap: 7px;
  grid-auto-rows: minmax(10px, auto);
  /*background: red;*/
  /*border:1px solid white;*/
  width: 100%;
}

.grid-3-inventory {
	  display: grid;
	  grid-template-columns:15% 35% 28% 16%;
	  grid-gap: 5px;
	  grid-auto-rows: minmax(10px, auto);
	  /*background: red;*/
	  border:1px solid white;
	  width: 100%;
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-7 {
  display: grid;
  grid-template-columns: 6% 23% 11% 14% 19% 19% 7%;
  grid-gap: 5px;
  grid-auto-rows: minmax(10px, auto);
  /*background: red;*/
  border: 1px solid white;
  width: 100%;
}
.multiselect__single {
  color: inherit !important;
  font-weight: 400 !important;
}

.grid-8 {
  display: grid;
  grid-template-columns: 22% 14% 13% 15% 15% 14% 7%;
  grid-gap: 5px;
  grid-auto-rows: minmax(10px, auto);
  /*background: red;*/
  border: 1px solid white;
  width: 100%;
}

.grid-8 {
	  display: grid;
	  grid-template-columns:3% 18% 14% 13% 15% 15% 14% 7%;
	  grid-gap: 5px;
	  grid-auto-rows: minmax(10px, auto);
	  /*background: red;*/
	  border:1px solid white;
	  width: 100%;
}

 /* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}


.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.loaderMini[data-v-3214ee9a] {
  color: #f00;
  font-size: 80px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6-3214ee9a 1.7s infinite ease,round-3214ee9a 1.7s infinite ease;
  animation: load6-3214ee9a 1.7s infinite ease,round-3214ee9a 1.7s infinite ease;
}
@-webkit-keyframes load6-3214ee9a {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6-3214ee9a {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round-3214ee9a {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round-3214ee9a {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


.modal-mask[data-v-4f7bfe78] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop[data-v-4f7bfe78] {
  position: absolute;
  inset: 0;
}
.modal-close[data-v-4f7bfe78] {
  position: absolute;
  top: -40px;
  right: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.modal-close[data-v-4f7bfe78]:hover {
  background: #fff;
}
.modal-wrapper[data-v-4f7bfe78] {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}

.whatsapp-icon-container[data-v-c3904a5b] {
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.full-screen-btn[data-v-c3904a5b] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 #aaa;
}
.full-screen-btn[data-v-c3904a5b]:hover {
  box-shadow: 0 0 8px 0 #aaa;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

[data-v-f77f7da4] .disabled {
  background: white !important;
}



[data-v-76421c0c]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-76421c0c] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-76421c0c] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-76421c0c] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-76421c0c] {
  width: 100%;
}
.home-icon img[data-v-76421c0c] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-76421c0c] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-76421c0c] {
  line-height: 30px;
}
.list-style-none[data-v-76421c0c] {
  list-style: none;
}
.burger-menu[data-v-76421c0c] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-76421c0c] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-76421c0c] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-76421c0c] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-76421c0c] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-76421c0c] {
  position: relative;
}
.card-product .my-close[data-v-76421c0c] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-76421c0c] {
  margin: 0;
}
.filtro-form input[data-v-76421c0c] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-76421c0c] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-76421c0c] {
  padding: 20px 0 0;
}
.img-tiny[data-v-76421c0c] {
  width: 80px;
}
.img-item img[data-v-76421c0c] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-76421c0c] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-76421c0c] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-76421c0c]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-76421c0c] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-76421c0c] {
  margin-left: 10px;
}
.notifications section[data-v-76421c0c] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-76421c0c] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-76421c0c] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-76421c0c],
.list-complete-leave-to[data-v-76421c0c] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-76421c0c] {
  position: absolute;
}
#_op_data_r[data-v-76421c0c],
#_op_data_antifraud[data-v-76421c0c] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-76421c0c],
iframe#_op_data_antifraud[data-v-76421c0c],
iframe#device_profile[data-v-76421c0c],
iframe#thm_mp_cntnr[data-v-76421c0c] {
  position: absolute !important;
}
iframe[data-v-76421c0c] {
  background: #fff !important;
}
.main-content[data-v-76421c0c] {
  padding-top: 30px;
}
.card-contactStory[data-v-76421c0c] {
  width: 93vw;
}
.card-contactStory img[data-v-76421c0c] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-76421c0c] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-76421c0c] {
  width: 280px;
}
.dropped[data-v-76421c0c] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-76421c0c] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-76421c0c]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-76421c0c] {
  display: block !important;
}
.dropped .dropdown a[data-v-76421c0c] {
  color: #fff;
}
.dropped .dropdown a[data-v-76421c0c]:hover {
  text-decoration: underline;
}
.line-height25[data-v-76421c0c] {
  line-height: 25px;
}
aside[data-v-76421c0c] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-76421c0c] {
  height: 100vh;
}
.my-header[data-v-76421c0c] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-76421c0c] {
  position: inherit !important;
}
.my-header-menu[data-v-76421c0c] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-76421c0c] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-76421c0c]:hover {
  background: hannah;
}
.menu-api-activate[data-v-76421c0c] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-76421c0c] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-76421c0c] {
  position: relative;
}
.menu-api-item a[data-v-76421c0c]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-76421c0c] {
  padding: 0 !important;
}
.card-product[data-v-76421c0c] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-76421c0c] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-76421c0c] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-76421c0c] {
  margin: 0;
}
.sticky-home[data-v-76421c0c] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-76421c0c] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-76421c0c]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-76421c0c] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-76421c0c]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-76421c0c] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-76421c0c]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-76421c0c] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-76421c0c] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-76421c0c] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-76421c0c]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-76421c0c] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-76421c0c] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-76421c0c] {
  display: block !important;
}
.leftPositionSubMenu[data-v-76421c0c] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-76421c0c] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-76421c0c],
.circle-toggle-box[data-v-76421c0c] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-76421c0c] {
  left: 44px !important;
}
.triangleStatus[data-v-76421c0c]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-76421c0c] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-76421c0c] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-76421c0c] {
  overflow: visible !important;
}
.width-max80[data-v-76421c0c] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-76421c0c] {
  display: flex !important;
}
.flex-none[data-v-76421c0c] {
  flex: none;
}
.flex-nowrap[data-v-76421c0c] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-76421c0c] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-76421c0c] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-76421c0c] {
  flex-direction: column;
}
.flex-col-row[data-v-76421c0c] {
  flex-direction: column;
}
.flex-row[data-v-76421c0c] {
  flex-direction: row;
}
.flex-between-align[data-v-76421c0c] {
  align-content: space-between;
}
.flex-middle[data-v-76421c0c] {
  align-items: center;
}
.flex-bottom[data-v-76421c0c] {
  align-items: flex-end;
}
.flex-between[data-v-76421c0c] {
  justify-content: space-between;
}
.flex-center[data-v-76421c0c] {
  justify-content: center;
}
.flex-right[data-v-76421c0c] {
  justify-content: flex-end;
}
.flex-left[data-v-76421c0c] {
  justify-content: flex-start;
}
.flex-evenly[data-v-76421c0c] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-76421c0c] {
  flex-grow: 1;
}
.flex-grow-2[data-v-76421c0c] {
  flex-grow: 2;
}
.flex-grow-3[data-v-76421c0c] {
  flex-grow: 3;
}
.flex-grow-4[data-v-76421c0c] {
  flex-grow: 4;
}
.flex-grow-5[data-v-76421c0c] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-76421c0c] {
  align-items: flex-start;
}
.flex800[data-v-76421c0c] {
  display: none;
}
.flexc-flex[data-v-76421c0c] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-76421c0c] {
  display: none;
}
.flex-display-50-10[data-v-76421c0c] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-76421c0c] {
  display: none;
}
.show760[data-v-76421c0c] {
  display: none;
}
.hide[data-v-76421c0c] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-76421c0c] {
    display: block !important;
}
.badge-display[data-v-76421c0c] {
    display: none;
}
.badge-display2[data-v-76421c0c] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-76421c0c] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-76421c0c] {
    display: block;
}
.badge-display2[data-v-76421c0c] {
    display: none;
}
.fix-width[data-v-76421c0c] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-76421c0c] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-76421c0c] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-76421c0c] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-76421c0c] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-76421c0c] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-76421c0c] {
    width: 50%;
}
.width100-40[data-v-76421c0c] {
    width: 40%;
}
.show600[data-v-76421c0c] {
    display: block;
}
.width-controll-btn-typeweek[data-v-76421c0c] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-76421c0c] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-76421c0c] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-76421c0c] {
    width: 220px !important;
}
.leftPositionControl[data-v-76421c0c] {
    left: -40px !important;
}
.container-tipo-envio[data-v-76421c0c] {
    display: flex;
}
.width-controll-buys-item[data-v-76421c0c] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-76421c0c] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-76421c0c] {
    top: 380px !important;
}
.my-header-menu[data-v-76421c0c] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-76421c0c] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-76421c0c] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-76421c0c] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-76421c0c] {
    min-width: 400px;
}
.cart-btn-add[data-v-76421c0c] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-76421c0c] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-76421c0c] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-76421c0c] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-76421c0c] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-76421c0c] {
    justify-content: left;
}
.flex-mid[data-v-76421c0c] {
    display: flex !important;
}
.msg-stock[data-v-76421c0c] {
    padding: 10px 0 0;
}
.counter-cart[data-v-76421c0c] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-76421c0c] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-76421c0c] {
    display: none;
}
.badge-display2[data-v-76421c0c] {
    display: block;
}
.show760[data-v-76421c0c] {
    display: block;
}
.hide760[data-v-76421c0c] {
    display: none;
}
.grid-products[data-v-76421c0c] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-76421c0c] {
    margin: auto;
}
.mr-h[data-v-76421c0c] {
    margin: auto;
}
.width-control-otherProducts[data-v-76421c0c] {
    width: 170px !important;
}
.leftPositionControl[data-v-76421c0c] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-76421c0c] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-76421c0c] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-76421c0c] {
    width: 30vw !important;
}
.product-item[data-v-76421c0c] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-76421c0c] {
    width: 90% !important;
}
.my-container[data-v-76421c0c] {
    width: 680px !important;
}
.login[data-v-76421c0c] {
    width: 310px !important;
}
.width-cuotas-control[data-v-76421c0c] {
    width: 278px !important;
}
.flexc-flex[data-v-76421c0c] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-76421c0c] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-76421c0c] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-76421c0c] {
    height: 140px;
}
.width-control-input-chat[data-v-76421c0c] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-76421c0c] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-76421c0c] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-76421c0c] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-76421c0c] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-76421c0c] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-76421c0c] {
    width: 270px !important;
}
.leftPositionControl[data-v-76421c0c] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-76421c0c] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-76421c0c] {
    width: 17vw !important;
}
.filters-wrap[data-v-76421c0c] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-76421c0c] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-76421c0c] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-76421c0c] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-76421c0c] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-76421c0c] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-76421c0c] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-76421c0c] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-76421c0c]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-76421c0c] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-76421c0c] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-76421c0c]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-76421c0c] {
    max-width: 330px !important;
}
.iterable-box[data-v-76421c0c] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-76421c0c] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-76421c0c] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-76421c0c] {
    width: 160px !important;
}
.my-container[data-v-76421c0c] {
    width: 800px !important;
}
.search-btn-box[data-v-76421c0c] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-76421c0c] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-76421c0c] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-76421c0c] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-76421c0c] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-76421c0c] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-76421c0c] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-76421c0c] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-76421c0c] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-76421c0c] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-76421c0c] {
    width: 280px !important;
}
.width300-desktop[data-v-76421c0c] {
    width: 300px !important;
}
.concept-item-stats[data-v-76421c0c] {
    width: 80%;
}
.widthHalf-desktop[data-v-76421c0c] {
    width: 50% !important;
}
.column-desktop[data-v-76421c0c] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-76421c0c] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-76421c0c] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-76421c0c] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-76421c0c],
.flex-desktop[data-v-76421c0c] {
    display: flex !important;
}
.block-desktop[data-v-76421c0c] {
    display: block !important;
}
.hide-desktop[data-v-76421c0c] {
    display: none !important;
}
.fixButton[data-v-76421c0c] {
    top: -20px;
}
.width-cuotas-control[data-v-76421c0c] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-76421c0c] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-76421c0c] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-76421c0c] {
    display: none !important;
}
.bottom10-desktop[data-v-76421c0c] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-76421c0c] {
    left: -125px !important;
}
.grid-products[data-v-76421c0c] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-76421c0c] {
    width: 1000px !important;
}
.showFullDesktop[data-v-76421c0c] {
    display: block !important;
}
.leftPositionControl[data-v-76421c0c] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-76421c0c] {
    display: none !important;
}
.show-only-desktop[data-v-76421c0c] {
    display: flex !important;
}
.leftPositionControl[data-v-76421c0c] {
    left: -260px !important;
}
.catalog-container[data-v-76421c0c] {
    margin: unset;
}
.carrito-catalog[data-v-76421c0c] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-76421c0c] {
    left: -280px !important;
}
}
.grid-container[data-v-76421c0c] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-76421c0c] {
  grid-column: span 1;
}
.grid-item-1[data-v-76421c0c] {
  grid-column: span 1;
}
.grid-item-2[data-v-76421c0c] {
  grid-column: span 2;
}
.grid-item-3[data-v-76421c0c] {
  grid-column: span 3;
}
.grid-item-4[data-v-76421c0c] {
  grid-column: span 4;
}
.grid-item-5[data-v-76421c0c] {
  grid-column: span 5;
}
.grid-item-6[data-v-76421c0c] {
  grid-column: span 6;
}
.grid-item-7[data-v-76421c0c] {
  grid-column: span 7;
}
.grid-item-8[data-v-76421c0c] {
  grid-column: span 8;
}
.grid-item-9[data-v-76421c0c] {
  grid-column: span 9;
}
.grid-item-10[data-v-76421c0c] {
  grid-column: span 10;
}
.grid-item-11[data-v-76421c0c] {
  grid-column: span 11;
}
.grid-item-12[data-v-76421c0c] {
  grid-column: span 12;
}
.grid-cart[data-v-76421c0c] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-76421c0c] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-76421c0c] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-76421c0c] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-76421c0c] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-76421c0c] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-76421c0c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-76421c0c] {
  gap: 10px;
}
.gap20[data-v-76421c0c] {
  gap: 20px;
}
.grid-box[data-v-76421c0c] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-76421c0c] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-76421c0c] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-76421c0c],
.grid-3 div[data-v-76421c0c],
.grid-4 div[data-v-76421c0c] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-76421c0c] {
  background: #fff;
}
.grid-item-odd[data-v-76421c0c]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-76421c0c] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-76421c0c] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-76421c0c] {
  max-width: 350px;
}
.margin0[data-v-76421c0c] {
  margin: 0 !important;
}
.margin0-5[data-v-76421c0c] {
  margin: 0 5px;
}
.margin10-0[data-v-76421c0c] {
  margin: 10px 0;
}
.margin10-5[data-v-76421c0c] {
  margin: 10px 5px;
}
.margin0-10[data-v-76421c0c] {
  margin: 0 10px;
}
.margin0-15[data-v-76421c0c] {
  margin: 0 15px;
}
.margin15-0[data-v-76421c0c] {
  margin: 15px 0px;
}
.margin20-0[data-v-76421c0c] {
  margin: 20px 0;
}
.margin20-10[data-v-76421c0c] {
  margin: 20px 10px;
}
.margin30-0[data-v-76421c0c] {
  margin: 30px 0;
}
.margin40-0[data-v-76421c0c] {
  margin: 40px 0;
}
.margin20-40[data-v-76421c0c] {
  margin: 20px 40px;
}
.margin0-20[data-v-76421c0c] {
  margin: 0 20px;
}
.margin5[data-v-76421c0c] {
  margin: 5px;
}
.margin5-0[data-v-76421c0c] {
  margin: 5px 0;
}
.margin10[data-v-76421c0c] {
  margin: 10px;
}
.margin10-20[data-v-76421c0c] {
  margin: 10px 20px;
}
.margin15[data-v-76421c0c] {
  margin: 15px;
}
.margin20[data-v-76421c0c] {
  margin: 20px;
}
.margin30[data-v-76421c0c] {
  margin: 30px;
}
.margin50[data-v-76421c0c] {
  margin: 50px;
}
.margin-right-auto[data-v-76421c0c] {
  margin-right: auto;
}
.margin-left-auto[data-v-76421c0c] {
  margin-left: auto;
}
.ml-h[data-v-76421c0c] {
  margin-left: auto;
}
.mr-h[data-v-76421c0c] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-76421c0c] {
  margin-bottom: 5px;
}
.margin-top5[data-v-76421c0c] {
  margin-top: 5px !important;
}
.margin-top10[data-v-76421c0c] {
  margin-top: 10px !important;
}
.margin-top15[data-v-76421c0c] {
  margin-top: 15px !important;
}
.margin-top20[data-v-76421c0c] {
  margin-top: 20px !important;
}
.margin-top30[data-v-76421c0c] {
  margin-top: 30px !important;
}
.margin-top35[data-v-76421c0c] {
  margin-top: 35px !important;
}
.margin-top40[data-v-76421c0c] {
  margin-top: 40px !important;
}
.margin-top50[data-v-76421c0c] {
  margin-top: 50px !important;
}
.margin-top60[data-v-76421c0c] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-76421c0c] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-76421c0c] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-76421c0c] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-76421c0c] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-76421c0c] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-76421c0c] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-76421c0c] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-76421c0c] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-76421c0c] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-76421c0c] {
  margin-left: 5px !important;
}
.margin-left10[data-v-76421c0c] {
  margin-left: 10px !important;
}
.margin-left15[data-v-76421c0c] {
  margin-left: 15px !important;
}
.margin-left20[data-v-76421c0c] {
  margin-left: 20px !important;
}
.margin-left30[data-v-76421c0c] {
  margin-left: 30px !important;
}
.margin-left35[data-v-76421c0c] {
  margin-left: 35px !important;
}
.margin-left40[data-v-76421c0c] {
  margin-left: 40px !important;
}
.margin-left50[data-v-76421c0c] {
  margin-left: 50px !important;
}
.margin-left60[data-v-76421c0c] {
  margin-left: 60px !important;
}
.margin-right5[data-v-76421c0c] {
  margin-right: 5px !important;
}
.margin-right10[data-v-76421c0c] {
  margin-right: 10px !important;
}
.margin-right15[data-v-76421c0c] {
  margin-right: 15px !important;
}
.margin-right20[data-v-76421c0c] {
  margin-right: 20px !important;
}
.margin-right30[data-v-76421c0c] {
  margin-right: 30px !important;
}
.margin-right35[data-v-76421c0c] {
  margin-right: 35px !important;
}
.margin-right40[data-v-76421c0c] {
  margin-right: 40px !important;
}
.margin-right50[data-v-76421c0c] {
  margin-right: 50px !important;
}
.margin-right60[data-v-76421c0c] {
  margin-right: 60px !important;
}
.my-5[data-v-76421c0c] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-76421c0c] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-76421c0c] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-76421c0c] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-76421c0c] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-76421c0c] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-76421c0c] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-76421c0c] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-76421c0c] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-76421c0c] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-76421c0c] {
  padding: 0 !important;
}
.padding5[data-v-76421c0c] {
  padding: 5px;
}
.padding10[data-v-76421c0c] {
  padding: 10px;
}
.padding15[data-v-76421c0c] {
  padding: 15px;
}
.padding20[data-v-76421c0c] {
  padding: 20px;
}
.padding30[data-v-76421c0c] {
  padding: 30px;
}
.padding40[data-v-76421c0c] {
  padding: 40px;
}
.padding40-0[data-v-76421c0c] {
  padding: 40px 0;
}
.padding-left5[data-v-76421c0c] {
  padding-left: 5px;
}
.padding-left10[data-v-76421c0c] {
  padding-left: 10px;
}
.padding-left15[data-v-76421c0c] {
  padding-left: 15px;
}
.padding-left20[data-v-76421c0c] {
  padding-left: 20px;
}
.padding-right5[data-v-76421c0c] {
  padding-right: 5px;
}
.padding-right10[data-v-76421c0c] {
  padding-right: 10px;
}
.padding-right15[data-v-76421c0c] {
  padding-right: 15px;
}
.padding-right20[data-v-76421c0c] {
  padding-right: 20px;
}
.padding-right30[data-v-76421c0c] {
  padding-right: 30px;
}
.padding-right40[data-v-76421c0c] {
  padding-right: 40px;
}
.padding-top0[data-v-76421c0c] {
  padding-top: 0px;
}
.padding-top5[data-v-76421c0c] {
  padding-top: 5px;
}
.padding-top10[data-v-76421c0c] {
  padding-top: 10px;
}
.padding-top15[data-v-76421c0c] {
  padding-top: 15px;
}
.padding-top20[data-v-76421c0c] {
  padding-top: 20px;
}
.padding-top30[data-v-76421c0c] {
  padding-top: 30px;
}
.padding-top50[data-v-76421c0c] {
  padding-top: 50px;
}
.padding-top60[data-v-76421c0c] {
  padding-top: 60px;
}
.padding-top70[data-v-76421c0c] {
  padding-top: 70px;
}
.padding-top90[data-v-76421c0c] {
  padding-top: 90px;
}
.padding-top100[data-v-76421c0c] {
  padding-top: 100px;
}
.padding-top120[data-v-76421c0c] {
  padding-top: 120px;
}
.padding-top180[data-v-76421c0c] {
  padding-top: 180px;
}
.padding-bottom0[data-v-76421c0c] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-76421c0c] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-76421c0c] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-76421c0c] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-76421c0c] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-76421c0c] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-76421c0c] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-76421c0c] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-76421c0c] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-76421c0c] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-76421c0c] {
  padding-bottom: 240px;
}
.padding10-0[data-v-76421c0c] {
  padding: 10px 0;
}
.padding10-5[data-v-76421c0c] {
  padding: 10px 5px;
}
.padding0-5[data-v-76421c0c] {
  padding: 0 5px;
}
.padding0-10[data-v-76421c0c] {
  padding: 0 10px;
}
.padding0-15[data-v-76421c0c] {
  padding: 0 15px;
}
.padding20-0[data-v-76421c0c] {
  padding: 20px 0;
}
.padding20-10[data-v-76421c0c] {
  padding: 20px 10px;
}
.padding15-20[data-v-76421c0c] {
  padding: 15px 20px;
}
.padding15-0[data-v-76421c0c] {
  padding: 15px 0px;
}
.padding20-5[data-v-76421c0c] {
  padding: 20px 5px;
}
.padding0-20[data-v-76421c0c] {
  padding: 0 20px;
}
.padding5-20[data-v-76421c0c] {
  padding: 5px 20px;
}
.padding5-15[data-v-76421c0c] {
  padding: 5px 15px;
}
.padding5-10[data-v-76421c0c] {
  padding: 5px 10px;
}
.padding15-10[data-v-76421c0c] {
  padding: 15px 10px;
}
.padding1em[data-v-76421c0c] {
  padding: 1em;
}
.padding10-20[data-v-76421c0c] {
  padding: 10px 20px;
}
.padding5-0[data-v-76421c0c] {
  padding: 5px 0;
}
.padding30-10[data-v-76421c0c] {
  padding: 30px 10px;
}
.px-5[data-v-76421c0c] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-76421c0c] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-76421c0c] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-76421c0c] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-76421c0c] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-76421c0c] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-76421c0c] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-76421c0c] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-76421c0c] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-76421c0c] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-76421c0c] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-76421c0c] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-76421c0c] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-76421c0c] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-76421c0c] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-76421c0c] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-76421c0c] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-76421c0c] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-76421c0c] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-76421c0c] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-76421c0c] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-76421c0c] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-76421c0c] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-76421c0c] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-76421c0c] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-76421c0c] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-76421c0c] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-76421c0c] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-76421c0c]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-76421c0c] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-76421c0c]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-76421c0c] {
  border: 0 !important;
}
.borderRed[data-v-76421c0c] {
  border-color: #f00 !important;
}
.border-aside[data-v-76421c0c] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-76421c0c] {
  border: none;
}
.borderLightgray[data-v-76421c0c] {
  border: 1px solid lightgray;
}
.borderGray[data-v-76421c0c] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-76421c0c] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-76421c0c] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-76421c0c] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-76421c0c] {
  border: 1px solid #fff;
}
.border2green[data-v-76421c0c] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-76421c0c] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-76421c0c] {
  border: 2px solid #fff;
}
.border2gold[data-v-76421c0c] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-76421c0c] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-76421c0c] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-76421c0c] {
  border-color: #d42717 !important;
}
.border1green[data-v-76421c0c] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-76421c0c] {
  border-color: #f00 !important;
}
.border-fixed[data-v-76421c0c] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-76421c0c] {
  border-radius: 40px;
}
.radius30[data-v-76421c0c] {
  border-radius: 30px;
}
.radius20[data-v-76421c0c] {
  border-radius: 20px;
}
.radius15[data-v-76421c0c] {
  border-radius: 15px;
}
.radius8[data-v-76421c0c] {
  border-radius: 8px;
}
.radius3[data-v-76421c0c] {
  border-radius: 3px !important;
}
.rounded[data-v-76421c0c] {
  border-radius: 50%;
}
.rounded5[data-v-76421c0c] {
  border-radius: 5px;
}
.round10[data-v-76421c0c] {
  border-radius: 10px;
}
.box-border[data-v-76421c0c] {
  box-sizing: border-box;
}
.text-center[data-v-76421c0c] {
  text-align: center;
}
.text-right[data-v-76421c0c] {
  text-align: right;
}
.text-left[data-v-76421c0c] {
  text-align: left;
}
.text-lowercase[data-v-76421c0c] {
  text-transform: lowercase;
}
.text-uppercase[data-v-76421c0c] {
  text-transform: uppercase;
}
.text-capitalize[data-v-76421c0c] {
  text-transform: capitalize !important;
}
.text-none[data-v-76421c0c] {
  text-transform: none;
}
.text-ellipsis[data-v-76421c0c] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-76421c0c] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-76421c0c]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-76421c0c] {
  text-decoration: underline;
}
.text-underline[data-v-76421c0c]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-76421c0c] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-76421c0c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-76421c0c] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-76421c0c] {
  word-break: break-all;
}
.font-bold[data-v-76421c0c] {
  font-weight: bold;
}
.price-through[data-v-76421c0c] {
  text-decoration: line-through;
}
.font-italic[data-v-76421c0c] {
  font-style: italic;
}
.font095em[data-v-76421c0c] {
  font-size: 0.95em;
}
.font1em[data-v-76421c0c] {
  font-size: 1em !important;
}
.font2em[data-v-76421c0c] {
  font-size: 2em;
}
.font2-2em[data-v-76421c0c] {
  font-size: 2.2em;
}
.font3em[data-v-76421c0c] {
  font-size: 3em;
}
.font4em[data-v-76421c0c] {
  font-size: 4em;
}
.font1-5em[data-v-76421c0c] {
  font-size: 1.5em;
}
.font1-7em[data-v-76421c0c] {
  font-size: 1.7em;
}
.font1-3em[data-v-76421c0c] {
  font-size: 1.3em;
}
.font1-4em[data-v-76421c0c] {
  font-size: 1.4em;
}
.font-9em[data-v-76421c0c] {
  font-size: 0.9em;
}
.font10[data-v-76421c0c] {
  font-size: 10px;
}
.font11[data-v-76421c0c] {
  font-size: 11px;
}
.font12[data-v-76421c0c] {
  font-size: 12px;
}
.font13[data-v-76421c0c] {
  font-size: 13px;
}
.font14[data-v-76421c0c] {
  font-size: 14px;
}
.font15[data-v-76421c0c] {
  font-size: 15px;
}
.font16[data-v-76421c0c] {
  font-size: 16px;
}
.font17[data-v-76421c0c] {
  font-size: 17px;
}
.font18[data-v-76421c0c] {
  font-size: 18px;
}
.font19[data-v-76421c0c] {
  font-size: 19px;
}
.font20[data-v-76421c0c] {
  font-size: 20px;
}
.font21[data-v-76421c0c] {
  font-size: 21px;
}
.font22[data-v-76421c0c] {
  font-size: 22px;
}
.font23[data-v-76421c0c] {
  font-size: 23px;
}
.font24[data-v-76421c0c] {
  font-size: 24px;
}
.font25[data-v-76421c0c] {
  font-size: 25px;
}
.font26[data-v-76421c0c] {
  font-size: 26px;
}
.font27[data-v-76421c0c] {
  font-size: 27px;
}
.font28[data-v-76421c0c] {
  font-size: 28px;
}
.font29[data-v-76421c0c] {
  font-size: 29px;
}
.font30[data-v-76421c0c] {
  font-size: 30px;
}
.font31[data-v-76421c0c] {
  font-size: 31px;
}
.font32[data-v-76421c0c] {
  font-size: 32px;
}
.font33[data-v-76421c0c] {
  font-size: 33px;
}
.font34[data-v-76421c0c] {
  font-size: 34px;
}
.font35[data-v-76421c0c] {
  font-size: 35px;
}
.font36[data-v-76421c0c] {
  font-size: 36px;
}
.font37[data-v-76421c0c] {
  font-size: 37px;
}
.font38[data-v-76421c0c] {
  font-size: 38px;
}
.font39[data-v-76421c0c] {
  font-size: 39px;
}
.font40[data-v-76421c0c] {
  font-size: 40px;
}
.font-normal[data-v-76421c0c] {
  font-weight: normal;
}
.color-white[data-v-76421c0c] {
  color: #fff;
}
.color-transparent[data-v-76421c0c] {
  color: transparent !important;
}
.color-black[data-v-76421c0c] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-76421c0c] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-76421c0c] {
  color: fuchia;
}
.color-gray[data-v-76421c0c] {
  color: #a5afb9;
}
.color-hardgray[data-v-76421c0c] {
  color: #4d5263;
}
.color-hannah[data-v-76421c0c] {
  color: #EA184D;
}
.color-lightgray[data-v-76421c0c] {
  color: #d3d3d3;
}
.color-darkblue[data-v-76421c0c] {
  color: #2c3e50;
}
.color-darkgray[data-v-76421c0c] {
  color: #757575;
}
.color-lightred[data-v-76421c0c] {
  color: #e74c3c;
}
.color-red[data-v-76421c0c] {
  color: #e74c3c;
}
.color-blue[data-v-76421c0c] {
  color: #2980b9;
}
.color-yellow[data-v-76421c0c] {
  color: #f49d1e;
}
.color-orange[data-v-76421c0c] {
  color: #ffa500;
}
.color-green[data-v-76421c0c] {
  color: #2AA186;
}
.color-gplus[data-v-76421c0c] {
  color: #d42717;
}
.back-bluelight[data-v-76421c0c] {
  background: #EBF0FF !important;
}
.back-blue[data-v-76421c0c] {
  background: #2980b9 !important;
}
.back-hannah[data-v-76421c0c] {
  background: #EA184D !important;
}
.back-purple[data-v-76421c0c] {
  background: #8e44ad;
}
.back-green[data-v-76421c0c] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-76421c0c] {
  background: #2AA186;
}
.back-yellow[data-v-76421c0c] {
  background: #f49d1e !important;
}
.back-gold[data-v-76421c0c] {
  background: #f49d1e !important;
}
.back-red[data-v-76421c0c] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-76421c0c] {
  background: #e74c3c;
}
.back-lightred[data-v-76421c0c] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-76421c0c] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-76421c0c] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-76421c0c] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-76421c0c] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-76421c0c] {
  background: #f49d1e !important;
}
.back-gplus[data-v-76421c0c] {
  background: #d42717;
}
.back-darkblue[data-v-76421c0c] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-76421c0c] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-76421c0c] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-76421c0c] {
  background: #3e3d40;
}
.back-midgray[data-v-76421c0c] {
  background: #ececec;
}
.back-gray[data-v-76421c0c] {
  background: #a5afb9;
}
.back-black[data-v-76421c0c] {
  background: #121212;
}
.back-transparent[data-v-76421c0c] {
  background: transparent;
}
.back-white[data-v-76421c0c] {
  background: #fff !important;
}
.back-white-simple[data-v-76421c0c] {
  background-color: #fff;
}
.back-lightgray[data-v-76421c0c] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-76421c0c] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-76421c0c] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-76421c0c] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-76421c0c] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-76421c0c] {
  background: #D6DFE4;
}
.bg-aside[data-v-76421c0c] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-76421c0c] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-76421c0c] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-76421c0c] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-76421c0c] {
  background: #fff;
}
.back-item-odd-white[data-v-76421c0c]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-76421c0c] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-76421c0c] {
  position: relative;
}
.absolute[data-v-76421c0c] {
  position: absolute;
}
.fixed[data-v-76421c0c] {
  position: fixed;
}
.fixed-bottom[data-v-76421c0c] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-76421c0c] {
  position: sticky;
}
.sticky.active[data-v-76421c0c] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-76421c0c] {
  bottom: 0;
}
.right0[data-v-76421c0c] {
  right: 0 !important;
}
.left0[data-v-76421c0c] {
  left: 0 !important;
}
.leftPositionControl[data-v-76421c0c] {
  left: -10px;
}
.width100-50[data-v-76421c0c] {
  width: 100%;
}
.width100-40[data-v-76421c0c] {
  width: 100%;
}
.min-width100[data-v-76421c0c] {
  min-width: 100%;
}
.min-width90[data-v-76421c0c] {
  min-width: 90%;
}
.min-width80[data-v-76421c0c] {
  min-width: 80% !important;
}
.min-width70[data-v-76421c0c] {
  min-width: 70%;
}
.min-width60[data-v-76421c0c] {
  min-width: 60%;
}
.min-width50[data-v-76421c0c] {
  max-width: 50%;
}
.min-width45[data-v-76421c0c] {
  min-width: 45%;
}
.min-width40[data-v-76421c0c] {
  min-width: 40%;
}
.min-width30[data-v-76421c0c] {
  min-width: 30%;
}
.min-width20[data-v-76421c0c] {
  min-width: 20%;
}
.min-width25[data-v-76421c0c] {
  min-width: 25%;
}
.min-width10[data-v-76421c0c] {
  min-width: 10%;
}
.width100[data-v-76421c0c] {
  width: 100%;
}
.width90[data-v-76421c0c] {
  width: 90%;
}
.width80[data-v-76421c0c] {
  width: 80% !important;
}
.width70[data-v-76421c0c] {
  width: 70%;
}
.width60[data-v-76421c0c] {
  width: 60%;
}
.width50[data-v-76421c0c] {
  width: 50%;
}
.width45[data-v-76421c0c] {
  width: 45%;
}
.width40[data-v-76421c0c] {
  width: 40%;
}
.width30[data-v-76421c0c] {
  width: 30%;
}
.width20[data-v-76421c0c] {
  width: 20%;
}
.width25[data-v-76421c0c] {
  width: 25%;
}
.width10[data-v-76421c0c] {
  width: 10%;
}
.width-min[data-v-76421c0c] {
  width: min-content;
}
.max-width800[data-v-76421c0c] {
  max-width: 800px;
}
.widthCenter[data-v-76421c0c] {
  width: 80%;
}
.max-width600[data-v-76421c0c] {
  max-width: 600px;
}
.max-width300[data-v-76421c0c] {
  max-width: 300px;
}
.widthHalf[data-v-76421c0c] {
  width: 50%;
}
.width-sellProductImg-control[data-v-76421c0c] {
  width: 150px;
}
.top-control-sellProduct[data-v-76421c0c] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-76421c0c] {
  width: 100%;
}
.width-cuotas-control-item[data-v-76421c0c] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-76421c0c] {
  width: 163px;
}
.width-control-btn-inline[data-v-76421c0c] {
  width: 195px;
}
.width-controll-buys-item[data-v-76421c0c] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-76421c0c] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-76421c0c] {
  width: 180px;
}
.width-pasarela-img-control[data-v-76421c0c] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-76421c0c] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-76421c0c] {
  width: 95%;
}
.width-pasarela[data-v-76421c0c] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-76421c0c]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-76421c0c]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-76421c0c]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-76421c0c]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-76421c0c] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-76421c0c] {
  max-height: 100%;
}
.height220[data-v-76421c0c] {
  height: 220px;
}
.height100vh[data-v-76421c0c] {
  height: 100vh !important;
}
.heightFilters[data-v-76421c0c] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-76421c0c] {
  height: 100%;
}
.height-aside[data-v-76421c0c] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-76421c0c] {
  height: 0px;
}
.heightBox[data-v-76421c0c] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-76421c0c] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-76421c0c] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-76421c0c] {
  justify-content: center;
}
.pointer[data-v-76421c0c] {
  cursor: pointer !important;
}
.cursor-move[data-v-76421c0c] {
  cursor: move !important;
}
.cursor-not[data-v-76421c0c] {
  cursor: not-allowed !important;
}
.events-none[data-v-76421c0c] {
  pointer-events: none;
}
.shadow[data-v-76421c0c] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-76421c0c] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-76421c0c] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-76421c0c] {
  transition: 0.3s;
}
.hoverShadow[data-v-76421c0c]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-76421c0c] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-76421c0c] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-76421c0c] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-76421c0c] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-76421c0c] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-76421c0c] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-76421c0c] {
  width: 40px;
  height: 40px;
}
.square35[data-v-76421c0c] {
  width: 35px;
  height: 35px;
}
.square30[data-v-76421c0c] {
  width: 30px;
  height: 30px;
}
.square25[data-v-76421c0c] {
  width: 25px;
  height: 25px;
}
.square12[data-v-76421c0c] {
  width: 12px;
  height: 12px;
}
.square15[data-v-76421c0c] {
  width: 15px;
  height: 15px;
}
.square17[data-v-76421c0c] {
  width: 17px;
  height: 17px;
}
.square18[data-v-76421c0c] {
  width: 18px;
  height: 18px;
}
.square20[data-v-76421c0c] {
  width: 20px;
  height: 20px;
}
.square50[data-v-76421c0c] {
  width: 50px;
  height: 50px;
}
.square70[data-v-76421c0c] {
  width: 70px;
  height: 70px;
}
.square55[data-v-76421c0c] {
  width: 55px;
  height: 55px;
}
.square100[data-v-76421c0c] {
  width: 100px;
  height: 100px;
}
.square10[data-v-76421c0c] {
  width: 10px;
  height: 10px;
}
.square200[data-v-76421c0c] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-76421c0c] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-76421c0c] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-76421c0c] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-76421c0c] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-76421c0c] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-76421c0c] {
  overflow-y: hidden;
}
.remove-scroll[data-v-76421c0c] {
  overflow-y: hidden;
}
.active-scroll[data-v-76421c0c] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-76421c0c] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-76421c0c] {
  overflow: hidden !important;
}
.overflow-auto[data-v-76421c0c] {
  overflow: auto !important;
}
.hidden[data-v-76421c0c] {
  visibility: hidden;
}
.offscreen[data-v-76421c0c] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-76421c0c] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-76421c0c] {
  opacity: 0;
}
.opacity30[data-v-76421c0c] {
  opacity: 0.3;
}
.opacity50[data-v-76421c0c] {
  opacity: 0.5;
}
.opacity70[data-v-76421c0c] {
  opacity: 0.7;
}
.opacity80[data-v-76421c0c] {
  opacity: 0.8;
}
.transition30[data-v-76421c0c] {
  transition: 0.3s;
}
.cleared[data-v-76421c0c] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-76421c0c] {
  transition: 0.1s;
}
.hover-green[data-v-76421c0c]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-76421c0c] {
  animation: aside-76421c0c 0.5s reverse;
}
.aside-leave-active[data-v-76421c0c] {
  animation: aside-76421c0c 0.5s;
}
.asideContent-enter-active[data-v-76421c0c] {
  animation: asideContent-76421c0c 0.3s reverse;
}
.asideContent-leave-active[data-v-76421c0c] {
  animation: asideContent-76421c0c 0.3s;
}
@keyframes aside-76421c0c {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-76421c0c {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-76421c0c {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-76421c0c] {
  animation: spin-76421c0c 2s infinite;
}
@keyframes spin-76421c0c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-76421c0c] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-76421c0c] {
  padding: 3px;
}
.carousel__pagination-button[data-v-76421c0c] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-76421c0c] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-76421c0c]::after {
  display: none !important;
}
.pagination[data-v-76421c0c] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-76421c0c] {
  display: inline;
}
.pagination > li > a[data-v-76421c0c], .pagination > li > span[data-v-76421c0c] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-76421c0c], .pagination > li:first-child > span[data-v-76421c0c] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-76421c0c], .pagination > li:last-child > span[data-v-76421c0c] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-76421c0c]:hover, .pagination > li > span[data-v-76421c0c]:hover, .pagination > li > a[data-v-76421c0c]:focus, .pagination > li > span[data-v-76421c0c]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-76421c0c], .pagination > .active > span[data-v-76421c0c], .pagination > .active > a[data-v-76421c0c]:hover, .pagination > .active > span[data-v-76421c0c]:hover, .pagination > .active > a[data-v-76421c0c]:focus, .pagination > .active > span[data-v-76421c0c]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-76421c0c] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-76421c0c]:hover, .pagination > .disabled > span[data-v-76421c0c]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-76421c0c] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-76421c0c]:hover, .pagination > .disabled > a[data-v-76421c0c]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-76421c0c], .pagination-lg > li > span[data-v-76421c0c] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-76421c0c], .pagination-lg > li:first-child > span[data-v-76421c0c] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-76421c0c], .pagination-lg > li:last-child > span[data-v-76421c0c] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-76421c0c], .pagination-sm > li > span[data-v-76421c0c] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-76421c0c], .pagination-sm > li:first-child > span[data-v-76421c0c] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-76421c0c], .pagination-sm > li:last-child > span[data-v-76421c0c] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-76421c0c] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-76421c0c] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-76421c0c] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-76421c0c] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-76421c0c] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-76421c0c] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-76421c0c] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-76421c0c]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-76421c0c] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-76421c0c]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-76421c0c] {
  overflow: unset !important;
}
.btn-shadow[data-v-76421c0c] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-76421c0c] {
  margin-left: 0px;
}
.reset-button[data-v-76421c0c] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-76421c0c] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-76421c0c]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-76421c0c] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-76421c0c] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-76421c0c],
.btn-finalize[data-v-76421c0c] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-76421c0c] {
  right: 7px;
}
.btn-finalize[data-v-76421c0c] {
  left: 7px;
}
.tab-counter[data-v-76421c0c] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-76421c0c] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-76421c0c] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-76421c0c] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-76421c0c] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-76421c0c] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-76421c0c] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-76421c0c] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-76421c0c] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-76421c0c] {
  transition: 0.5s;
}
.tab[data-v-76421c0c]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-76421c0c] {
  color: #2980b9;
}
.tab.active[data-v-76421c0c]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-76421c0c] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-76421c0c] {
  width: 220px;
}
.badge-display[data-v-76421c0c], .badge-display2[data-v-76421c0c] {
  min-width: 224px;
}
.my-badge[data-v-76421c0c] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-76421c0c] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-76421c0c] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-76421c0c] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-76421c0c] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-76421c0c] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-76421c0c] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-76421c0c] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-76421c0c] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-76421c0c] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-76421c0c] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-76421c0c] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-76421c0c] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-76421c0c] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-76421c0c] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-76421c0c] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-76421c0c] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-76421c0c] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-76421c0c] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-76421c0c] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-76421c0c] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-76421c0c] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-76421c0c] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-76421c0c] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-76421c0c] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-76421c0c] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-76421c0c] {
  flex-wrap: wrap;
}
.vueperslide[data-v-76421c0c] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-76421c0c] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-76421c0c] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-76421c0c] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-76421c0c] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-76421c0c] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-76421c0c] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-76421c0c] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-76421c0c] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-76421c0c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-76421c0c] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-76421c0c] {
  width: 100%;
}
.img-product-detail[data-v-76421c0c] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-76421c0c] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-76421c0c] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-76421c0c] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-76421c0c] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-76421c0c] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-76421c0c] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-76421c0c] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-76421c0c] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-76421c0c] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-76421c0c] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-76421c0c] {
  text-align: center;
}
.modal-enter[data-v-76421c0c], .modal-leave-active[data-v-76421c0c] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-76421c0c], .modal-leave-active .modal-container[data-v-76421c0c] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-76421c0c] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-76421c0c] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-76421c0c] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-76421c0c] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-76421c0c] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-76421c0c]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-76421c0c] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-76421c0c] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-76421c0c] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-76421c0c]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-76421c0c] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-76421c0c] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-76421c0c] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-76421c0c]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-76421c0c] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-76421c0c] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-76421c0c] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-76421c0c]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-76421c0c] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-76421c0c] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-76421c0c] {
  display: none;
}
.vdp-datepicker input[data-v-76421c0c] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-76421c0c]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-76421c0c] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-76421c0c] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-76421c0c ease-in-out infinite;
}
.vue-treeselect__control[data-v-76421c0c] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-76421c0c] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-76421c0c] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-76421c0c] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-76421c0c] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-76421c0c] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-76421c0c] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-76421c0c] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-76421c0c {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-76421c0c {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-76421c0c {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-76421c0c {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-76421c0c {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-76421c0c {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-76421c0c],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-76421c0c] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-76421c0c] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-76421c0c] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-76421c0c],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-76421c0c] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-76421c0c] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-76421c0c] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-76421c0c] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-76421c0c],
.vue-treeselect span[data-v-76421c0c] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-76421c0c] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-76421c0c] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-76421c0c]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-76421c0c] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-76421c0c] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-76421c0c],
.vue-treeselect__control[data-v-76421c0c]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-76421c0c] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-76421c0c] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-76421c0c],
.vue-treeselect__multi-value[data-v-76421c0c] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-76421c0c] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-76421c0c] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-76421c0c] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-76421c0c] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-76421c0c],
.vue-treeselect__single-value[data-v-76421c0c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-76421c0c] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-76421c0c] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-76421c0c] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-76421c0c] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-76421c0c] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-76421c0c]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-76421c0c] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-76421c0c] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-76421c0c],
.vue-treeselect__multi-value-label[data-v-76421c0c] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-76421c0c] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-76421c0c] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-76421c0c],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-76421c0c] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-76421c0c] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-76421c0c] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-76421c0c] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-76421c0c] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-76421c0c] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-76421c0c] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-76421c0c] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-76421c0c] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-76421c0c] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-76421c0c] {
  display: none;
}
.vue-treeselect__input[data-v-76421c0c],
.vue-treeselect__sizer[data-v-76421c0c] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-76421c0c] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-76421c0c]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-76421c0c] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-76421c0c] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-76421c0c] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-76421c0c] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-76421c0c cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-76421c0c cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-76421c0c]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-76421c0c] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-76421c0c] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-76421c0c] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-76421c0c] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-76421c0c] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-76421c0c] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-76421c0c] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-76421c0c] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-76421c0c] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-76421c0c] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-76421c0c] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-76421c0c] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-76421c0c] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-76421c0c]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-76421c0c] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-76421c0c],
.vue-treeselect__option-arrow-placeholder[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-76421c0c] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-76421c0c] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-76421c0c],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-76421c0c] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-76421c0c] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-76421c0c] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-76421c0c] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-76421c0c] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-76421c0c] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-76421c0c],
.vue-treeselect__minus-mark[data-v-76421c0c] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-76421c0c] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-76421c0c] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76421c0c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-76421c0c] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-76421c0c] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76421c0c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76421c0c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-76421c0c] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-76421c0c] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-76421c0c] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-76421c0c] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-76421c0c] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-76421c0c] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-76421c0c] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-76421c0c] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-76421c0c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-76421c0c] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-76421c0c] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-76421c0c] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-76421c0c] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-76421c0c] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-76421c0c] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-76421c0c]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-76421c0c] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-76421c0c]::before,
.vue-treeselect__icon-error[data-v-76421c0c]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-76421c0c]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-76421c0c]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-76421c0c] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-76421c0c linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-76421c0c linear infinite;
}
.vue-treeselect__icon-loader[data-v-76421c0c]::before,
.vue-treeselect__icon-loader[data-v-76421c0c]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-76421c0c ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-76421c0c ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-76421c0c]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-76421c0c]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-76421c0c],
.vac-loader-wrapper[data-v-76421c0c] {
  display: none !important;
}
.vac-room-name[data-v-76421c0c] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-76421c0c] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-76421c0c] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-76421c0c] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-76421c0c] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-76421c0c] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-76421c0c] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-76421c0c] {
  min-height: 24px !important;
}
.tagWarn[data-v-76421c0c] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-76421c0c]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-76421c0c] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-76421c0c]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-76421c0c]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-76421c0c] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-76421c0c] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-76421c0c] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-76421c0c] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-76421c0c]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-76421c0c] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-76421c0c]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-76421c0c] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-76421c0c] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-76421c0c] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-76421c0c]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-76421c0c] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-76421c0c]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-76421c0c] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-76421c0c]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-76421c0c]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-76421c0c] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-76421c0c] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-76421c0c] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-76421c0c]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-76421c0c] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-76421c0c] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-76421c0c] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-76421c0c]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-76421c0c] {
  font-size: 1.15em;
}
.my-select[data-v-76421c0c] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-76421c0c] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-76421c0c] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-76421c0c] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-76421c0c] {
  width: 160px;
}
.my-select[data-v-76421c0c] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-76421c0c] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-76421c0c] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-76421c0c] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-76421c0c] {
  width: 160px;
}
.input-cupon[data-v-76421c0c] {
  display: flex;
}
.input-cupon > div > span[data-v-76421c0c] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-76421c0c] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-76421c0c] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-76421c0c]:not(:checked),
input[type=checkbox].check[data-v-76421c0c]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-76421c0c],
input[type=checkbox].check:checked + label[data-v-76421c0c] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-76421c0c]:before,
input[type=checkbox].check:checked + label[data-v-76421c0c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-76421c0c]:after,
input[type=checkbox].check:checked + label[data-v-76421c0c]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-76421c0c]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-76421c0c]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-76421c0c]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-76421c0c]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-76421c0c]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-76421c0c] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-76421c0c]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-76421c0c]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-76421c0c] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-76421c0c] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-76421c0c] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-76421c0c] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-76421c0c] {
  opacity: 1;
}
.multiselect__tag[data-v-76421c0c] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-76421c0c] {
  background: #2AA186 !important;
}
.multiselect[data-v-76421c0c] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-76421c0c]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-76421c0c] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-76421c0c] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-76421c0c]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-76421c0c]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-76421c0c]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-76421c0c]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-76421c0c] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-76421c0c] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-76421c0c] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-76421c0c] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76421c0c] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-76421c0c] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76421c0c]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76421c0c]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76421c0c]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-76421c0c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-76421c0c] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-76421c0c] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-76421c0c] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-76421c0c]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-76421c0c] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-76421c0c] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-76421c0c] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-76421c0c] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-76421c0c] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76421c0c] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76421c0c]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-76421c0c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-76421c0c] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-76421c0c], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-76421c0c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-76421c0c] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-76421c0c] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-76421c0c], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-76421c0c] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-76421c0c], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-76421c0c] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-76421c0c]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-76421c0c]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-76421c0c] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-76421c0c] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-76421c0c] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-76421c0c] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-76421c0c] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-76421c0c] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-76421c0c] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-76421c0c] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-76421c0c] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-76421c0c] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-76421c0c] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-76421c0c] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-76421c0c] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-76421c0c] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-76421c0c] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-76421c0c]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-76421c0c] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-76421c0c] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-76421c0c] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-76421c0c] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-76421c0c] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-76421c0c] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-76421c0c] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-76421c0c] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-76421c0c], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-76421c0c] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-76421c0c] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-76421c0c] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-76421c0c] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-76421c0c] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-76421c0c] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-76421c0c] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-76421c0c] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-76421c0c], .v3-emoji-picker .v3-header[data-v-76421c0c] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-76421c0c] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-76421c0c] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-76421c0c] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-76421c0c]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-76421c0c], .v3-emoji-picker .v3-skin-tones[data-v-76421c0c] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76421c0c]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-76421c0c] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-76421c0c] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-76421c0c] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-76421c0c], body[data-v-76421c0c] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-76421c0c], body.home[data-v-76421c0c] {
  background-color: #fff;
}
[data-v-76421c0c]:focus {
  outline: none !important;
}
a[data-v-76421c0c] {
  text-decoration: none;
}
a[data-v-76421c0c]:hover,
a[data-v-76421c0c]:focus {
  text-decoration: none;
}
img[data-v-76421c0c] {
  border: 0;
}
textarea[data-v-76421c0c] {
  resize: none;
}
h1[data-v-76421c0c],
h2[data-v-76421c0c],
h3[data-v-76421c0c],
h4[data-v-76421c0c],
h5[data-v-76421c0c],
h6[data-v-76421c0c] {
  font-weight: bold;
}
[data-v-76421c0c] .vuejs3-datepicker__icon {
  display: none;
}
[data-v-76421c0c] .vuejs3-datepicker__calendar-topbar {
  background-color: white;
  color: #757575 !important;
}
[data-v-76421c0c] .vuejs3-datepicker__calendar {
  border: 2px solid #a5afb9 !important;
  width: 100%;
}
[data-v-76421c0c] .vuejs3-datepicker__content {
  font-size: 1.2em;
  color: #757575 !important;
  margin-left: 0;
}
[data-v-76421c0c] .vuejs3-datepicker__value {
  border: 2px solid #a5afb9 !important;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
}
.pointer-events-none[data-v-e38be223] {
  pointer-events: none;
}

[data-v-fc375671]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-fc375671] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-fc375671] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-fc375671] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-fc375671] {
  width: 100%;
}
.home-icon img[data-v-fc375671] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-fc375671] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-fc375671] {
  line-height: 30px;
}
.list-style-none[data-v-fc375671] {
  list-style: none;
}
.burger-menu[data-v-fc375671] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-fc375671] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-fc375671] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-fc375671] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-fc375671] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-fc375671] {
  position: relative;
}
.card-product .my-close[data-v-fc375671] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-fc375671] {
  margin: 0;
}
.filtro-form input[data-v-fc375671] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-fc375671] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-fc375671] {
  padding: 20px 0 0;
}
.img-tiny[data-v-fc375671] {
  width: 80px;
}
.img-item img[data-v-fc375671] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-fc375671] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-fc375671] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-fc375671]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-fc375671] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-fc375671] {
  margin-left: 10px;
}
.notifications section[data-v-fc375671] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-fc375671] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-fc375671] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-fc375671],
.list-complete-leave-to[data-v-fc375671] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-fc375671] {
  position: absolute;
}
#_op_data_r[data-v-fc375671],
#_op_data_antifraud[data-v-fc375671] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-fc375671],
iframe#_op_data_antifraud[data-v-fc375671],
iframe#device_profile[data-v-fc375671],
iframe#thm_mp_cntnr[data-v-fc375671] {
  position: absolute !important;
}
iframe[data-v-fc375671] {
  background: #fff !important;
}
.main-content[data-v-fc375671] {
  padding-top: 30px;
}
.card-contactStory[data-v-fc375671] {
  width: 93vw;
}
.card-contactStory img[data-v-fc375671] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-fc375671] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-fc375671] {
  width: 280px;
}
.dropped[data-v-fc375671] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-fc375671] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-fc375671]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-fc375671] {
  display: block !important;
}
.dropped .dropdown a[data-v-fc375671] {
  color: #fff;
}
.dropped .dropdown a[data-v-fc375671]:hover {
  text-decoration: underline;
}
.line-height25[data-v-fc375671] {
  line-height: 25px;
}
aside[data-v-fc375671] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-fc375671] {
  height: 100vh;
}
.my-header[data-v-fc375671] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-fc375671] {
  position: inherit !important;
}
.my-header-menu[data-v-fc375671] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-fc375671] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-fc375671]:hover {
  background: hannah;
}
.menu-api-activate[data-v-fc375671] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-fc375671] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-fc375671] {
  position: relative;
}
.menu-api-item a[data-v-fc375671]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-fc375671] {
  padding: 0 !important;
}
.card-product[data-v-fc375671] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-fc375671] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-fc375671] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-fc375671] {
  margin: 0;
}
.sticky-home[data-v-fc375671] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-fc375671] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-fc375671]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-fc375671] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-fc375671]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-fc375671] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-fc375671]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-fc375671] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-fc375671] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-fc375671] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-fc375671]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-fc375671] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-fc375671] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-fc375671] {
  display: block !important;
}
.leftPositionSubMenu[data-v-fc375671] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-fc375671] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-fc375671],
.circle-toggle-box[data-v-fc375671] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-fc375671] {
  left: 44px !important;
}
.triangleStatus[data-v-fc375671]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-fc375671] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-fc375671] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-fc375671] {
  overflow: visible !important;
}
.width-max80[data-v-fc375671] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-fc375671] {
  display: flex !important;
}
.flex-none[data-v-fc375671] {
  flex: none;
}
.flex-nowrap[data-v-fc375671] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-fc375671] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-fc375671] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-fc375671] {
  flex-direction: column;
}
.flex-col-row[data-v-fc375671] {
  flex-direction: column;
}
.flex-row[data-v-fc375671] {
  flex-direction: row;
}
.flex-between-align[data-v-fc375671] {
  align-content: space-between;
}
.flex-middle[data-v-fc375671] {
  align-items: center;
}
.flex-bottom[data-v-fc375671] {
  align-items: flex-end;
}
.flex-between[data-v-fc375671] {
  justify-content: space-between;
}
.flex-center[data-v-fc375671] {
  justify-content: center;
}
.flex-right[data-v-fc375671] {
  justify-content: flex-end;
}
.flex-left[data-v-fc375671] {
  justify-content: flex-start;
}
.flex-evenly[data-v-fc375671] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-fc375671] {
  flex-grow: 1;
}
.flex-grow-2[data-v-fc375671] {
  flex-grow: 2;
}
.flex-grow-3[data-v-fc375671] {
  flex-grow: 3;
}
.flex-grow-4[data-v-fc375671] {
  flex-grow: 4;
}
.flex-grow-5[data-v-fc375671] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-fc375671] {
  align-items: flex-start;
}
.flex800[data-v-fc375671] {
  display: none;
}
.flexc-flex[data-v-fc375671] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-fc375671] {
  display: none;
}
.flex-display-50-10[data-v-fc375671] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-fc375671] {
  display: none;
}
.show760[data-v-fc375671] {
  display: none;
}
.hide[data-v-fc375671] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-fc375671] {
    display: block !important;
}
.badge-display[data-v-fc375671] {
    display: none;
}
.badge-display2[data-v-fc375671] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-fc375671] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-fc375671] {
    display: block;
}
.badge-display2[data-v-fc375671] {
    display: none;
}
.fix-width[data-v-fc375671] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-fc375671] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-fc375671] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-fc375671] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-fc375671] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-fc375671] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-fc375671] {
    width: 50%;
}
.width100-40[data-v-fc375671] {
    width: 40%;
}
.show600[data-v-fc375671] {
    display: block;
}
.width-controll-btn-typeweek[data-v-fc375671] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-fc375671] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-fc375671] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-fc375671] {
    width: 220px !important;
}
.leftPositionControl[data-v-fc375671] {
    left: -40px !important;
}
.container-tipo-envio[data-v-fc375671] {
    display: flex;
}
.width-controll-buys-item[data-v-fc375671] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-fc375671] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-fc375671] {
    top: 380px !important;
}
.my-header-menu[data-v-fc375671] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-fc375671] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-fc375671] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-fc375671] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-fc375671] {
    min-width: 400px;
}
.cart-btn-add[data-v-fc375671] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-fc375671] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-fc375671] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-fc375671] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-fc375671] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-fc375671] {
    justify-content: left;
}
.flex-mid[data-v-fc375671] {
    display: flex !important;
}
.msg-stock[data-v-fc375671] {
    padding: 10px 0 0;
}
.counter-cart[data-v-fc375671] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-fc375671] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-fc375671] {
    display: none;
}
.badge-display2[data-v-fc375671] {
    display: block;
}
.show760[data-v-fc375671] {
    display: block;
}
.hide760[data-v-fc375671] {
    display: none;
}
.grid-products[data-v-fc375671] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-fc375671] {
    margin: auto;
}
.mr-h[data-v-fc375671] {
    margin: auto;
}
.width-control-otherProducts[data-v-fc375671] {
    width: 170px !important;
}
.leftPositionControl[data-v-fc375671] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-fc375671] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-fc375671] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-fc375671] {
    width: 30vw !important;
}
.product-item[data-v-fc375671] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-fc375671] {
    width: 90% !important;
}
.my-container[data-v-fc375671] {
    width: 680px !important;
}
.login[data-v-fc375671] {
    width: 310px !important;
}
.width-cuotas-control[data-v-fc375671] {
    width: 278px !important;
}
.flexc-flex[data-v-fc375671] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-fc375671] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-fc375671] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-fc375671] {
    height: 140px;
}
.width-control-input-chat[data-v-fc375671] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-fc375671] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-fc375671] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-fc375671] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-fc375671] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-fc375671] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-fc375671] {
    width: 270px !important;
}
.leftPositionControl[data-v-fc375671] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-fc375671] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-fc375671] {
    width: 17vw !important;
}
.filters-wrap[data-v-fc375671] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-fc375671] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-fc375671] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-fc375671] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-fc375671] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-fc375671] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-fc375671] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-fc375671] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-fc375671]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-fc375671] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-fc375671] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-fc375671]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-fc375671] {
    max-width: 330px !important;
}
.iterable-box[data-v-fc375671] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-fc375671] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-fc375671] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-fc375671] {
    width: 160px !important;
}
.my-container[data-v-fc375671] {
    width: 800px !important;
}
.search-btn-box[data-v-fc375671] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-fc375671] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-fc375671] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-fc375671] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-fc375671] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-fc375671] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-fc375671] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-fc375671] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-fc375671] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-fc375671] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-fc375671] {
    width: 280px !important;
}
.width300-desktop[data-v-fc375671] {
    width: 300px !important;
}
.concept-item-stats[data-v-fc375671] {
    width: 80%;
}
.widthHalf-desktop[data-v-fc375671] {
    width: 50% !important;
}
.column-desktop[data-v-fc375671] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-fc375671] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-fc375671] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-fc375671] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-fc375671],
.flex-desktop[data-v-fc375671] {
    display: flex !important;
}
.block-desktop[data-v-fc375671] {
    display: block !important;
}
.hide-desktop[data-v-fc375671] {
    display: none !important;
}
.fixButton[data-v-fc375671] {
    top: -20px;
}
.width-cuotas-control[data-v-fc375671] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-fc375671] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-fc375671] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-fc375671] {
    display: none !important;
}
.bottom10-desktop[data-v-fc375671] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-fc375671] {
    left: -125px !important;
}
.grid-products[data-v-fc375671] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-fc375671] {
    width: 1000px !important;
}
.showFullDesktop[data-v-fc375671] {
    display: block !important;
}
.leftPositionControl[data-v-fc375671] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-fc375671] {
    display: none !important;
}
.show-only-desktop[data-v-fc375671] {
    display: flex !important;
}
.leftPositionControl[data-v-fc375671] {
    left: -260px !important;
}
.catalog-container[data-v-fc375671] {
    margin: unset;
}
.carrito-catalog[data-v-fc375671] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-fc375671] {
    left: -280px !important;
}
}
.grid-container[data-v-fc375671] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-fc375671] {
  grid-column: span 1;
}
.grid-item-1[data-v-fc375671] {
  grid-column: span 1;
}
.grid-item-2[data-v-fc375671] {
  grid-column: span 2;
}
.grid-item-3[data-v-fc375671] {
  grid-column: span 3;
}
.grid-item-4[data-v-fc375671] {
  grid-column: span 4;
}
.grid-item-5[data-v-fc375671] {
  grid-column: span 5;
}
.grid-item-6[data-v-fc375671] {
  grid-column: span 6;
}
.grid-item-7[data-v-fc375671] {
  grid-column: span 7;
}
.grid-item-8[data-v-fc375671] {
  grid-column: span 8;
}
.grid-item-9[data-v-fc375671] {
  grid-column: span 9;
}
.grid-item-10[data-v-fc375671] {
  grid-column: span 10;
}
.grid-item-11[data-v-fc375671] {
  grid-column: span 11;
}
.grid-item-12[data-v-fc375671] {
  grid-column: span 12;
}
.grid-cart[data-v-fc375671] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-fc375671] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-fc375671] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-fc375671] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-fc375671] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-fc375671] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-fc375671] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-fc375671] {
  gap: 10px;
}
.gap20[data-v-fc375671] {
  gap: 20px;
}
.grid-box[data-v-fc375671] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-fc375671] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-fc375671] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-fc375671],
.grid-3 div[data-v-fc375671],
.grid-4 div[data-v-fc375671] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-fc375671] {
  background: #fff;
}
.grid-item-odd[data-v-fc375671]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-fc375671] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-fc375671] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-fc375671] {
  max-width: 350px;
}
.margin0[data-v-fc375671] {
  margin: 0 !important;
}
.margin0-5[data-v-fc375671] {
  margin: 0 5px;
}
.margin10-0[data-v-fc375671] {
  margin: 10px 0;
}
.margin10-5[data-v-fc375671] {
  margin: 10px 5px;
}
.margin0-10[data-v-fc375671] {
  margin: 0 10px;
}
.margin0-15[data-v-fc375671] {
  margin: 0 15px;
}
.margin15-0[data-v-fc375671] {
  margin: 15px 0px;
}
.margin20-0[data-v-fc375671] {
  margin: 20px 0;
}
.margin20-10[data-v-fc375671] {
  margin: 20px 10px;
}
.margin30-0[data-v-fc375671] {
  margin: 30px 0;
}
.margin40-0[data-v-fc375671] {
  margin: 40px 0;
}
.margin20-40[data-v-fc375671] {
  margin: 20px 40px;
}
.margin0-20[data-v-fc375671] {
  margin: 0 20px;
}
.margin5[data-v-fc375671] {
  margin: 5px;
}
.margin5-0[data-v-fc375671] {
  margin: 5px 0;
}
.margin10[data-v-fc375671] {
  margin: 10px;
}
.margin10-20[data-v-fc375671] {
  margin: 10px 20px;
}
.margin15[data-v-fc375671] {
  margin: 15px;
}
.margin20[data-v-fc375671] {
  margin: 20px;
}
.margin30[data-v-fc375671] {
  margin: 30px;
}
.margin50[data-v-fc375671] {
  margin: 50px;
}
.margin-right-auto[data-v-fc375671] {
  margin-right: auto;
}
.margin-left-auto[data-v-fc375671] {
  margin-left: auto;
}
.ml-h[data-v-fc375671] {
  margin-left: auto;
}
.mr-h[data-v-fc375671] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-fc375671] {
  margin-bottom: 5px;
}
.margin-top5[data-v-fc375671] {
  margin-top: 5px !important;
}
.margin-top10[data-v-fc375671] {
  margin-top: 10px !important;
}
.margin-top15[data-v-fc375671] {
  margin-top: 15px !important;
}
.margin-top20[data-v-fc375671] {
  margin-top: 20px !important;
}
.margin-top30[data-v-fc375671] {
  margin-top: 30px !important;
}
.margin-top35[data-v-fc375671] {
  margin-top: 35px !important;
}
.margin-top40[data-v-fc375671] {
  margin-top: 40px !important;
}
.margin-top50[data-v-fc375671] {
  margin-top: 50px !important;
}
.margin-top60[data-v-fc375671] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-fc375671] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-fc375671] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-fc375671] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-fc375671] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-fc375671] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-fc375671] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-fc375671] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-fc375671] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-fc375671] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-fc375671] {
  margin-left: 5px !important;
}
.margin-left10[data-v-fc375671] {
  margin-left: 10px !important;
}
.margin-left15[data-v-fc375671] {
  margin-left: 15px !important;
}
.margin-left20[data-v-fc375671] {
  margin-left: 20px !important;
}
.margin-left30[data-v-fc375671] {
  margin-left: 30px !important;
}
.margin-left35[data-v-fc375671] {
  margin-left: 35px !important;
}
.margin-left40[data-v-fc375671] {
  margin-left: 40px !important;
}
.margin-left50[data-v-fc375671] {
  margin-left: 50px !important;
}
.margin-left60[data-v-fc375671] {
  margin-left: 60px !important;
}
.margin-right5[data-v-fc375671] {
  margin-right: 5px !important;
}
.margin-right10[data-v-fc375671] {
  margin-right: 10px !important;
}
.margin-right15[data-v-fc375671] {
  margin-right: 15px !important;
}
.margin-right20[data-v-fc375671] {
  margin-right: 20px !important;
}
.margin-right30[data-v-fc375671] {
  margin-right: 30px !important;
}
.margin-right35[data-v-fc375671] {
  margin-right: 35px !important;
}
.margin-right40[data-v-fc375671] {
  margin-right: 40px !important;
}
.margin-right50[data-v-fc375671] {
  margin-right: 50px !important;
}
.margin-right60[data-v-fc375671] {
  margin-right: 60px !important;
}
.my-5[data-v-fc375671] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-fc375671] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-fc375671] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-fc375671] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-fc375671] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-fc375671] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-fc375671] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-fc375671] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-fc375671] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-fc375671] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-fc375671] {
  padding: 0 !important;
}
.padding5[data-v-fc375671] {
  padding: 5px;
}
.padding10[data-v-fc375671] {
  padding: 10px;
}
.padding15[data-v-fc375671] {
  padding: 15px;
}
.padding20[data-v-fc375671] {
  padding: 20px;
}
.padding30[data-v-fc375671] {
  padding: 30px;
}
.padding40[data-v-fc375671] {
  padding: 40px;
}
.padding40-0[data-v-fc375671] {
  padding: 40px 0;
}
.padding-left5[data-v-fc375671] {
  padding-left: 5px;
}
.padding-left10[data-v-fc375671] {
  padding-left: 10px;
}
.padding-left15[data-v-fc375671] {
  padding-left: 15px;
}
.padding-left20[data-v-fc375671] {
  padding-left: 20px;
}
.padding-right5[data-v-fc375671] {
  padding-right: 5px;
}
.padding-right10[data-v-fc375671] {
  padding-right: 10px;
}
.padding-right15[data-v-fc375671] {
  padding-right: 15px;
}
.padding-right20[data-v-fc375671] {
  padding-right: 20px;
}
.padding-right30[data-v-fc375671] {
  padding-right: 30px;
}
.padding-right40[data-v-fc375671] {
  padding-right: 40px;
}
.padding-top0[data-v-fc375671] {
  padding-top: 0px;
}
.padding-top5[data-v-fc375671] {
  padding-top: 5px;
}
.padding-top10[data-v-fc375671] {
  padding-top: 10px;
}
.padding-top15[data-v-fc375671] {
  padding-top: 15px;
}
.padding-top20[data-v-fc375671] {
  padding-top: 20px;
}
.padding-top30[data-v-fc375671] {
  padding-top: 30px;
}
.padding-top50[data-v-fc375671] {
  padding-top: 50px;
}
.padding-top60[data-v-fc375671] {
  padding-top: 60px;
}
.padding-top70[data-v-fc375671] {
  padding-top: 70px;
}
.padding-top90[data-v-fc375671] {
  padding-top: 90px;
}
.padding-top100[data-v-fc375671] {
  padding-top: 100px;
}
.padding-top120[data-v-fc375671] {
  padding-top: 120px;
}
.padding-top180[data-v-fc375671] {
  padding-top: 180px;
}
.padding-bottom0[data-v-fc375671] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-fc375671] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-fc375671] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-fc375671] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-fc375671] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-fc375671] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-fc375671] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-fc375671] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-fc375671] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-fc375671] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-fc375671] {
  padding-bottom: 240px;
}
.padding10-0[data-v-fc375671] {
  padding: 10px 0;
}
.padding10-5[data-v-fc375671] {
  padding: 10px 5px;
}
.padding0-5[data-v-fc375671] {
  padding: 0 5px;
}
.padding0-10[data-v-fc375671] {
  padding: 0 10px;
}
.padding0-15[data-v-fc375671] {
  padding: 0 15px;
}
.padding20-0[data-v-fc375671] {
  padding: 20px 0;
}
.padding20-10[data-v-fc375671] {
  padding: 20px 10px;
}
.padding15-20[data-v-fc375671] {
  padding: 15px 20px;
}
.padding15-0[data-v-fc375671] {
  padding: 15px 0px;
}
.padding20-5[data-v-fc375671] {
  padding: 20px 5px;
}
.padding0-20[data-v-fc375671] {
  padding: 0 20px;
}
.padding5-20[data-v-fc375671] {
  padding: 5px 20px;
}
.padding5-15[data-v-fc375671] {
  padding: 5px 15px;
}
.padding5-10[data-v-fc375671] {
  padding: 5px 10px;
}
.padding15-10[data-v-fc375671] {
  padding: 15px 10px;
}
.padding1em[data-v-fc375671] {
  padding: 1em;
}
.padding10-20[data-v-fc375671] {
  padding: 10px 20px;
}
.padding5-0[data-v-fc375671] {
  padding: 5px 0;
}
.padding30-10[data-v-fc375671] {
  padding: 30px 10px;
}
.px-5[data-v-fc375671] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-fc375671] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-fc375671] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-fc375671] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-fc375671] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-fc375671] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-fc375671] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-fc375671] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-fc375671] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-fc375671] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-fc375671] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-fc375671] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-fc375671] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-fc375671] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-fc375671] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-fc375671] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-fc375671] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-fc375671] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-fc375671] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-fc375671] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-fc375671] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-fc375671] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-fc375671] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-fc375671] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-fc375671] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-fc375671] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-fc375671] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-fc375671] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-fc375671]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-fc375671] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-fc375671]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-fc375671] {
  border: 0 !important;
}
.borderRed[data-v-fc375671] {
  border-color: #f00 !important;
}
.border-aside[data-v-fc375671] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-fc375671] {
  border: none;
}
.borderLightgray[data-v-fc375671] {
  border: 1px solid lightgray;
}
.borderGray[data-v-fc375671] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-fc375671] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-fc375671] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-fc375671] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-fc375671] {
  border: 1px solid #fff;
}
.border2green[data-v-fc375671] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-fc375671] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-fc375671] {
  border: 2px solid #fff;
}
.border2gold[data-v-fc375671] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-fc375671] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-fc375671] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-fc375671] {
  border-color: #d42717 !important;
}
.border1green[data-v-fc375671] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-fc375671] {
  border-color: #f00 !important;
}
.border-fixed[data-v-fc375671] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-fc375671] {
  border-radius: 40px;
}
.radius30[data-v-fc375671] {
  border-radius: 30px;
}
.radius20[data-v-fc375671] {
  border-radius: 20px;
}
.radius15[data-v-fc375671] {
  border-radius: 15px;
}
.radius8[data-v-fc375671] {
  border-radius: 8px;
}
.radius3[data-v-fc375671] {
  border-radius: 3px !important;
}
.rounded[data-v-fc375671] {
  border-radius: 50%;
}
.rounded5[data-v-fc375671] {
  border-radius: 5px;
}
.round10[data-v-fc375671] {
  border-radius: 10px;
}
.box-border[data-v-fc375671] {
  box-sizing: border-box;
}
.text-center[data-v-fc375671] {
  text-align: center;
}
.text-right[data-v-fc375671] {
  text-align: right;
}
.text-left[data-v-fc375671] {
  text-align: left;
}
.text-lowercase[data-v-fc375671] {
  text-transform: lowercase;
}
.text-uppercase[data-v-fc375671] {
  text-transform: uppercase;
}
.text-capitalize[data-v-fc375671] {
  text-transform: capitalize !important;
}
.text-none[data-v-fc375671] {
  text-transform: none;
}
.text-ellipsis[data-v-fc375671] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-fc375671] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-fc375671]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-fc375671] {
  text-decoration: underline;
}
.text-underline[data-v-fc375671]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-fc375671] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-fc375671] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-fc375671] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-fc375671] {
  word-break: break-all;
}
.font-bold[data-v-fc375671] {
  font-weight: bold;
}
.price-through[data-v-fc375671] {
  text-decoration: line-through;
}
.font-italic[data-v-fc375671] {
  font-style: italic;
}
.font095em[data-v-fc375671] {
  font-size: 0.95em;
}
.font1em[data-v-fc375671] {
  font-size: 1em !important;
}
.font2em[data-v-fc375671] {
  font-size: 2em;
}
.font2-2em[data-v-fc375671] {
  font-size: 2.2em;
}
.font3em[data-v-fc375671] {
  font-size: 3em;
}
.font4em[data-v-fc375671] {
  font-size: 4em;
}
.font1-5em[data-v-fc375671] {
  font-size: 1.5em;
}
.font1-7em[data-v-fc375671] {
  font-size: 1.7em;
}
.font1-3em[data-v-fc375671] {
  font-size: 1.3em;
}
.font1-4em[data-v-fc375671] {
  font-size: 1.4em;
}
.font-9em[data-v-fc375671] {
  font-size: 0.9em;
}
.font10[data-v-fc375671] {
  font-size: 10px;
}
.font11[data-v-fc375671] {
  font-size: 11px;
}
.font12[data-v-fc375671] {
  font-size: 12px;
}
.font13[data-v-fc375671] {
  font-size: 13px;
}
.font14[data-v-fc375671] {
  font-size: 14px;
}
.font15[data-v-fc375671] {
  font-size: 15px;
}
.font16[data-v-fc375671] {
  font-size: 16px;
}
.font17[data-v-fc375671] {
  font-size: 17px;
}
.font18[data-v-fc375671] {
  font-size: 18px;
}
.font19[data-v-fc375671] {
  font-size: 19px;
}
.font20[data-v-fc375671] {
  font-size: 20px;
}
.font21[data-v-fc375671] {
  font-size: 21px;
}
.font22[data-v-fc375671] {
  font-size: 22px;
}
.font23[data-v-fc375671] {
  font-size: 23px;
}
.font24[data-v-fc375671] {
  font-size: 24px;
}
.font25[data-v-fc375671] {
  font-size: 25px;
}
.font26[data-v-fc375671] {
  font-size: 26px;
}
.font27[data-v-fc375671] {
  font-size: 27px;
}
.font28[data-v-fc375671] {
  font-size: 28px;
}
.font29[data-v-fc375671] {
  font-size: 29px;
}
.font30[data-v-fc375671] {
  font-size: 30px;
}
.font31[data-v-fc375671] {
  font-size: 31px;
}
.font32[data-v-fc375671] {
  font-size: 32px;
}
.font33[data-v-fc375671] {
  font-size: 33px;
}
.font34[data-v-fc375671] {
  font-size: 34px;
}
.font35[data-v-fc375671] {
  font-size: 35px;
}
.font36[data-v-fc375671] {
  font-size: 36px;
}
.font37[data-v-fc375671] {
  font-size: 37px;
}
.font38[data-v-fc375671] {
  font-size: 38px;
}
.font39[data-v-fc375671] {
  font-size: 39px;
}
.font40[data-v-fc375671] {
  font-size: 40px;
}
.font-normal[data-v-fc375671] {
  font-weight: normal;
}
.color-white[data-v-fc375671] {
  color: #fff;
}
.color-transparent[data-v-fc375671] {
  color: transparent !important;
}
.color-black[data-v-fc375671] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-fc375671] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-fc375671] {
  color: fuchia;
}
.color-gray[data-v-fc375671] {
  color: #a5afb9;
}
.color-hardgray[data-v-fc375671] {
  color: #4d5263;
}
.color-hannah[data-v-fc375671] {
  color: #EA184D;
}
.color-lightgray[data-v-fc375671] {
  color: #d3d3d3;
}
.color-darkblue[data-v-fc375671] {
  color: #2c3e50;
}
.color-darkgray[data-v-fc375671] {
  color: #757575;
}
.color-lightred[data-v-fc375671] {
  color: #e74c3c;
}
.color-red[data-v-fc375671] {
  color: #e74c3c;
}
.color-blue[data-v-fc375671] {
  color: #2980b9;
}
.color-yellow[data-v-fc375671] {
  color: #f49d1e;
}
.color-orange[data-v-fc375671] {
  color: #ffa500;
}
.color-green[data-v-fc375671] {
  color: #2AA186;
}
.color-gplus[data-v-fc375671] {
  color: #d42717;
}
.back-bluelight[data-v-fc375671] {
  background: #EBF0FF !important;
}
.back-blue[data-v-fc375671] {
  background: #2980b9 !important;
}
.back-hannah[data-v-fc375671] {
  background: #EA184D !important;
}
.back-purple[data-v-fc375671] {
  background: #8e44ad;
}
.back-green[data-v-fc375671] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-fc375671] {
  background: #2AA186;
}
.back-yellow[data-v-fc375671] {
  background: #f49d1e !important;
}
.back-gold[data-v-fc375671] {
  background: #f49d1e !important;
}
.back-red[data-v-fc375671] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-fc375671] {
  background: #e74c3c;
}
.back-lightred[data-v-fc375671] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-fc375671] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-fc375671] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-fc375671] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-fc375671] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-fc375671] {
  background: #f49d1e !important;
}
.back-gplus[data-v-fc375671] {
  background: #d42717;
}
.back-darkblue[data-v-fc375671] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-fc375671] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-fc375671] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-fc375671] {
  background: #3e3d40;
}
.back-midgray[data-v-fc375671] {
  background: #ececec;
}
.back-gray[data-v-fc375671] {
  background: #a5afb9;
}
.back-black[data-v-fc375671] {
  background: #121212;
}
.back-transparent[data-v-fc375671] {
  background: transparent;
}
.back-white[data-v-fc375671] {
  background: #fff !important;
}
.back-white-simple[data-v-fc375671] {
  background-color: #fff;
}
.back-lightgray[data-v-fc375671] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-fc375671] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-fc375671] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-fc375671] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-fc375671] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-fc375671] {
  background: #D6DFE4;
}
.bg-aside[data-v-fc375671] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-fc375671] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-fc375671] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-fc375671] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-fc375671] {
  background: #fff;
}
.back-item-odd-white[data-v-fc375671]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-fc375671] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-fc375671] {
  position: relative;
}
.absolute[data-v-fc375671] {
  position: absolute;
}
.fixed[data-v-fc375671] {
  position: fixed;
}
.fixed-bottom[data-v-fc375671] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-fc375671] {
  position: sticky;
}
.sticky.active[data-v-fc375671] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-fc375671] {
  bottom: 0;
}
.right0[data-v-fc375671] {
  right: 0 !important;
}
.left0[data-v-fc375671] {
  left: 0 !important;
}
.leftPositionControl[data-v-fc375671] {
  left: -10px;
}
.width100-50[data-v-fc375671] {
  width: 100%;
}
.width100-40[data-v-fc375671] {
  width: 100%;
}
.min-width100[data-v-fc375671] {
  min-width: 100%;
}
.min-width90[data-v-fc375671] {
  min-width: 90%;
}
.min-width80[data-v-fc375671] {
  min-width: 80% !important;
}
.min-width70[data-v-fc375671] {
  min-width: 70%;
}
.min-width60[data-v-fc375671] {
  min-width: 60%;
}
.min-width50[data-v-fc375671] {
  max-width: 50%;
}
.min-width45[data-v-fc375671] {
  min-width: 45%;
}
.min-width40[data-v-fc375671] {
  min-width: 40%;
}
.min-width30[data-v-fc375671] {
  min-width: 30%;
}
.min-width20[data-v-fc375671] {
  min-width: 20%;
}
.min-width25[data-v-fc375671] {
  min-width: 25%;
}
.min-width10[data-v-fc375671] {
  min-width: 10%;
}
.width100[data-v-fc375671] {
  width: 100%;
}
.width90[data-v-fc375671] {
  width: 90%;
}
.width80[data-v-fc375671] {
  width: 80% !important;
}
.width70[data-v-fc375671] {
  width: 70%;
}
.width60[data-v-fc375671] {
  width: 60%;
}
.width50[data-v-fc375671] {
  width: 50%;
}
.width45[data-v-fc375671] {
  width: 45%;
}
.width40[data-v-fc375671] {
  width: 40%;
}
.width30[data-v-fc375671] {
  width: 30%;
}
.width20[data-v-fc375671] {
  width: 20%;
}
.width25[data-v-fc375671] {
  width: 25%;
}
.width10[data-v-fc375671] {
  width: 10%;
}
.width-min[data-v-fc375671] {
  width: min-content;
}
.max-width800[data-v-fc375671] {
  max-width: 800px;
}
.widthCenter[data-v-fc375671] {
  width: 80%;
}
.max-width600[data-v-fc375671] {
  max-width: 600px;
}
.max-width300[data-v-fc375671] {
  max-width: 300px;
}
.widthHalf[data-v-fc375671] {
  width: 50%;
}
.width-sellProductImg-control[data-v-fc375671] {
  width: 150px;
}
.top-control-sellProduct[data-v-fc375671] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-fc375671] {
  width: 100%;
}
.width-cuotas-control-item[data-v-fc375671] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-fc375671] {
  width: 163px;
}
.width-control-btn-inline[data-v-fc375671] {
  width: 195px;
}
.width-controll-buys-item[data-v-fc375671] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-fc375671] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-fc375671] {
  width: 180px;
}
.width-pasarela-img-control[data-v-fc375671] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-fc375671] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-fc375671] {
  width: 95%;
}
.width-pasarela[data-v-fc375671] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-fc375671]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-fc375671]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fc375671]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fc375671]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-fc375671] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-fc375671] {
  max-height: 100%;
}
.height220[data-v-fc375671] {
  height: 220px;
}
.height100vh[data-v-fc375671] {
  height: 100vh !important;
}
.heightFilters[data-v-fc375671] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-fc375671] {
  height: 100%;
}
.height-aside[data-v-fc375671] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-fc375671] {
  height: 0px;
}
.heightBox[data-v-fc375671] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-fc375671] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-fc375671] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-fc375671] {
  justify-content: center;
}
.pointer[data-v-fc375671] {
  cursor: pointer !important;
}
.cursor-move[data-v-fc375671] {
  cursor: move !important;
}
.cursor-not[data-v-fc375671] {
  cursor: not-allowed !important;
}
.events-none[data-v-fc375671] {
  pointer-events: none;
}
.shadow[data-v-fc375671] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-fc375671] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-fc375671] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-fc375671] {
  transition: 0.3s;
}
.hoverShadow[data-v-fc375671]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-fc375671] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-fc375671] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-fc375671] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-fc375671] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-fc375671] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-fc375671] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-fc375671] {
  width: 40px;
  height: 40px;
}
.square35[data-v-fc375671] {
  width: 35px;
  height: 35px;
}
.square30[data-v-fc375671] {
  width: 30px;
  height: 30px;
}
.square25[data-v-fc375671] {
  width: 25px;
  height: 25px;
}
.square12[data-v-fc375671] {
  width: 12px;
  height: 12px;
}
.square15[data-v-fc375671] {
  width: 15px;
  height: 15px;
}
.square17[data-v-fc375671] {
  width: 17px;
  height: 17px;
}
.square18[data-v-fc375671] {
  width: 18px;
  height: 18px;
}
.square20[data-v-fc375671] {
  width: 20px;
  height: 20px;
}
.square50[data-v-fc375671] {
  width: 50px;
  height: 50px;
}
.square70[data-v-fc375671] {
  width: 70px;
  height: 70px;
}
.square55[data-v-fc375671] {
  width: 55px;
  height: 55px;
}
.square100[data-v-fc375671] {
  width: 100px;
  height: 100px;
}
.square10[data-v-fc375671] {
  width: 10px;
  height: 10px;
}
.square200[data-v-fc375671] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-fc375671] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-fc375671] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-fc375671] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-fc375671] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-fc375671] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-fc375671] {
  overflow-y: hidden;
}
.remove-scroll[data-v-fc375671] {
  overflow-y: hidden;
}
.active-scroll[data-v-fc375671] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-fc375671] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-fc375671] {
  overflow: hidden !important;
}
.overflow-auto[data-v-fc375671] {
  overflow: auto !important;
}
.hidden[data-v-fc375671] {
  visibility: hidden;
}
.offscreen[data-v-fc375671] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-fc375671] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-fc375671] {
  opacity: 0;
}
.opacity30[data-v-fc375671] {
  opacity: 0.3;
}
.opacity50[data-v-fc375671] {
  opacity: 0.5;
}
.opacity70[data-v-fc375671] {
  opacity: 0.7;
}
.opacity80[data-v-fc375671] {
  opacity: 0.8;
}
.transition30[data-v-fc375671] {
  transition: 0.3s;
}
.cleared[data-v-fc375671] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-fc375671] {
  transition: 0.1s;
}
.hover-green[data-v-fc375671]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-fc375671] {
  animation: aside-fc375671 0.5s reverse;
}
.aside-leave-active[data-v-fc375671] {
  animation: aside-fc375671 0.5s;
}
.asideContent-enter-active[data-v-fc375671] {
  animation: asideContent-fc375671 0.3s reverse;
}
.asideContent-leave-active[data-v-fc375671] {
  animation: asideContent-fc375671 0.3s;
}
@keyframes aside-fc375671 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-fc375671 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-fc375671 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-fc375671] {
  animation: spin-fc375671 2s infinite;
}
@keyframes spin-fc375671 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-fc375671] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-fc375671] {
  padding: 3px;
}
.carousel__pagination-button[data-v-fc375671] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-fc375671] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-fc375671]::after {
  display: none !important;
}
.pagination[data-v-fc375671] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-fc375671] {
  display: inline;
}
.pagination > li > a[data-v-fc375671], .pagination > li > span[data-v-fc375671] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-fc375671], .pagination > li:first-child > span[data-v-fc375671] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-fc375671], .pagination > li:last-child > span[data-v-fc375671] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-fc375671]:hover, .pagination > li > span[data-v-fc375671]:hover, .pagination > li > a[data-v-fc375671]:focus, .pagination > li > span[data-v-fc375671]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-fc375671], .pagination > .active > span[data-v-fc375671], .pagination > .active > a[data-v-fc375671]:hover, .pagination > .active > span[data-v-fc375671]:hover, .pagination > .active > a[data-v-fc375671]:focus, .pagination > .active > span[data-v-fc375671]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-fc375671] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-fc375671]:hover, .pagination > .disabled > span[data-v-fc375671]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fc375671] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fc375671]:hover, .pagination > .disabled > a[data-v-fc375671]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-fc375671], .pagination-lg > li > span[data-v-fc375671] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-fc375671], .pagination-lg > li:first-child > span[data-v-fc375671] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-fc375671], .pagination-lg > li:last-child > span[data-v-fc375671] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-fc375671], .pagination-sm > li > span[data-v-fc375671] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-fc375671], .pagination-sm > li:first-child > span[data-v-fc375671] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-fc375671], .pagination-sm > li:last-child > span[data-v-fc375671] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-fc375671] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-fc375671] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-fc375671] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-fc375671] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-fc375671] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-fc375671] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-fc375671] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-fc375671]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-fc375671] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-fc375671]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-fc375671] {
  overflow: unset !important;
}
.btn-shadow[data-v-fc375671] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-fc375671] {
  margin-left: 0px;
}
.reset-button[data-v-fc375671] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-fc375671] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-fc375671]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-fc375671] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-fc375671] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-fc375671],
.btn-finalize[data-v-fc375671] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-fc375671] {
  right: 7px;
}
.btn-finalize[data-v-fc375671] {
  left: 7px;
}
.tab-counter[data-v-fc375671] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-fc375671] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-fc375671] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-fc375671] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-fc375671] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-fc375671] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-fc375671] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-fc375671] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-fc375671] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-fc375671] {
  transition: 0.5s;
}
.tab[data-v-fc375671]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-fc375671] {
  color: #2980b9;
}
.tab.active[data-v-fc375671]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-fc375671] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-fc375671] {
  width: 220px;
}
.badge-display[data-v-fc375671], .badge-display2[data-v-fc375671] {
  min-width: 224px;
}
.my-badge[data-v-fc375671] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-fc375671] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-fc375671] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-fc375671] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-fc375671] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-fc375671] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-fc375671] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-fc375671] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-fc375671] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-fc375671] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-fc375671] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-fc375671] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-fc375671] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-fc375671] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-fc375671] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-fc375671] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-fc375671] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-fc375671] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-fc375671] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-fc375671] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-fc375671] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-fc375671] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-fc375671] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-fc375671] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-fc375671] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-fc375671] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-fc375671] {
  flex-wrap: wrap;
}
.vueperslide[data-v-fc375671] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-fc375671] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-fc375671] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-fc375671] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-fc375671] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-fc375671] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-fc375671] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-fc375671] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-fc375671] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-fc375671] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-fc375671] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-fc375671] {
  width: 100%;
}
.img-product-detail[data-v-fc375671] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-fc375671] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-fc375671] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-fc375671] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-fc375671] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-fc375671] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-fc375671] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-fc375671] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-fc375671] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-fc375671] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-fc375671] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-fc375671] {
  text-align: center;
}
.modal-enter[data-v-fc375671], .modal-leave-active[data-v-fc375671] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-fc375671], .modal-leave-active .modal-container[data-v-fc375671] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-fc375671] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-fc375671] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-fc375671] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-fc375671] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-fc375671] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-fc375671]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-fc375671] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-fc375671] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-fc375671] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-fc375671]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-fc375671] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-fc375671] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-fc375671] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-fc375671]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-fc375671] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-fc375671] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-fc375671] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-fc375671]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-fc375671] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-fc375671] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-fc375671] {
  display: none;
}
.vdp-datepicker input[data-v-fc375671] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-fc375671]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-fc375671] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-fc375671] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-fc375671 ease-in-out infinite;
}
.vue-treeselect__control[data-v-fc375671] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-fc375671] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-fc375671] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-fc375671] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-fc375671] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-fc375671] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-fc375671] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-fc375671] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-fc375671 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-fc375671 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-fc375671 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-fc375671 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-fc375671 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-fc375671 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fc375671],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fc375671] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fc375671] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fc375671] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-fc375671],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-fc375671] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-fc375671] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-fc375671] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-fc375671] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-fc375671],
.vue-treeselect span[data-v-fc375671] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-fc375671] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-fc375671] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-fc375671]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-fc375671] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-fc375671] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-fc375671],
.vue-treeselect__control[data-v-fc375671]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-fc375671] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-fc375671] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-fc375671],
.vue-treeselect__multi-value[data-v-fc375671] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-fc375671] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-fc375671] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-fc375671] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-fc375671] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-fc375671],
.vue-treeselect__single-value[data-v-fc375671] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-fc375671] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-fc375671] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-fc375671] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-fc375671] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-fc375671] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-fc375671]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-fc375671] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-fc375671] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-fc375671],
.vue-treeselect__multi-value-label[data-v-fc375671] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-fc375671] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-fc375671] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-fc375671],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-fc375671] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-fc375671] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-fc375671] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-fc375671] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-fc375671] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-fc375671] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-fc375671] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-fc375671] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-fc375671] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-fc375671] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-fc375671] {
  display: none;
}
.vue-treeselect__input[data-v-fc375671],
.vue-treeselect__sizer[data-v-fc375671] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-fc375671] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-fc375671]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-fc375671] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-fc375671] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-fc375671] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-fc375671] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-fc375671 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-fc375671 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-fc375671]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-fc375671] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-fc375671] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-fc375671] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-fc375671] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-fc375671] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-fc375671] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-fc375671] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-fc375671] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-fc375671] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-fc375671] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-fc375671] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-fc375671] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-fc375671] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fc375671] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fc375671]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-fc375671] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-fc375671],
.vue-treeselect__option-arrow-placeholder[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-fc375671] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-fc375671] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-fc375671],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-fc375671] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-fc375671] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-fc375671] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-fc375671] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-fc375671] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-fc375671] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-fc375671],
.vue-treeselect__minus-mark[data-v-fc375671] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-fc375671] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-fc375671] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fc375671] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-fc375671] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-fc375671] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fc375671] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fc375671] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-fc375671] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-fc375671] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-fc375671] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-fc375671] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-fc375671] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-fc375671] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-fc375671] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-fc375671] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-fc375671] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-fc375671] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-fc375671] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-fc375671] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-fc375671] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-fc375671] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-fc375671] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-fc375671]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-fc375671] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-fc375671]::before,
.vue-treeselect__icon-error[data-v-fc375671]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-fc375671]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-fc375671]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-fc375671] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-fc375671 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-fc375671 linear infinite;
}
.vue-treeselect__icon-loader[data-v-fc375671]::before,
.vue-treeselect__icon-loader[data-v-fc375671]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-fc375671 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-fc375671 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-fc375671]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-fc375671]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-fc375671],
.vac-loader-wrapper[data-v-fc375671] {
  display: none !important;
}
.vac-room-name[data-v-fc375671] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-fc375671] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-fc375671] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-fc375671] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-fc375671] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-fc375671] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-fc375671] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-fc375671] {
  min-height: 24px !important;
}
.tagWarn[data-v-fc375671] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-fc375671]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-fc375671] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-fc375671]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-fc375671]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-fc375671] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-fc375671] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-fc375671] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-fc375671] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-fc375671]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-fc375671] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-fc375671]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-fc375671] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-fc375671] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-fc375671] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-fc375671]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-fc375671] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-fc375671]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-fc375671] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-fc375671]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-fc375671]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-fc375671] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-fc375671] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-fc375671] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-fc375671]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-fc375671] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-fc375671] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-fc375671] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-fc375671]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-fc375671] {
  font-size: 1.15em;
}
.my-select[data-v-fc375671] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fc375671] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fc375671] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fc375671] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fc375671] {
  width: 160px;
}
.my-select[data-v-fc375671] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fc375671] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fc375671] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fc375671] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fc375671] {
  width: 160px;
}
.input-cupon[data-v-fc375671] {
  display: flex;
}
.input-cupon > div > span[data-v-fc375671] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-fc375671] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-fc375671] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-fc375671]:not(:checked),
input[type=checkbox].check[data-v-fc375671]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-fc375671],
input[type=checkbox].check:checked + label[data-v-fc375671] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-fc375671]:before,
input[type=checkbox].check:checked + label[data-v-fc375671]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-fc375671]:after,
input[type=checkbox].check:checked + label[data-v-fc375671]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-fc375671]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-fc375671]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-fc375671]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fc375671]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fc375671]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-fc375671] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-fc375671]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-fc375671]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-fc375671] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-fc375671] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-fc375671] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-fc375671] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-fc375671] {
  opacity: 1;
}
.multiselect__tag[data-v-fc375671] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-fc375671] {
  background: #2AA186 !important;
}
.multiselect[data-v-fc375671] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-fc375671]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-fc375671] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-fc375671] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-fc375671]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-fc375671]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-fc375671]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-fc375671]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-fc375671] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-fc375671] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-fc375671] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-fc375671] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fc375671] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-fc375671] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fc375671]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fc375671]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fc375671]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-fc375671] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-fc375671] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-fc375671] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-fc375671] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-fc375671]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-fc375671] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-fc375671] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fc375671] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-fc375671] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-fc375671] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fc375671] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fc375671]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fc375671] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fc375671] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fc375671], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fc375671] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-fc375671] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-fc375671] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fc375671], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-fc375671] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-fc375671], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-fc375671] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fc375671]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-fc375671]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-fc375671] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fc375671] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fc375671] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-fc375671] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-fc375671] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-fc375671] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-fc375671] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-fc375671] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-fc375671] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-fc375671] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-fc375671] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-fc375671] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-fc375671] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-fc375671] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-fc375671] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-fc375671]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-fc375671] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-fc375671] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-fc375671] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-fc375671] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-fc375671] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-fc375671] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-fc375671] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-fc375671] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-fc375671], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fc375671] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fc375671] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-fc375671] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-fc375671] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-fc375671] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-fc375671] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-fc375671] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-fc375671] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-fc375671], .v3-emoji-picker .v3-header[data-v-fc375671] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-fc375671] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-fc375671] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-fc375671] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-fc375671]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fc375671], .v3-emoji-picker .v3-skin-tones[data-v-fc375671] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fc375671]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-fc375671] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-fc375671] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-fc375671] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-fc375671], body[data-v-fc375671] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-fc375671], body.home[data-v-fc375671] {
  background-color: #fff;
}
[data-v-fc375671]:focus {
  outline: none !important;
}
a[data-v-fc375671] {
  text-decoration: none;
}
a[data-v-fc375671]:hover,
a[data-v-fc375671]:focus {
  text-decoration: none;
}
img[data-v-fc375671] {
  border: 0;
}
textarea[data-v-fc375671] {
  resize: none;
}
h1[data-v-fc375671],
h2[data-v-fc375671],
h3[data-v-fc375671],
h4[data-v-fc375671],
h5[data-v-fc375671],
h6[data-v-fc375671] {
  font-weight: bold;
}
.select-input[data-v-fc375671] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  z-index: 5;
}
.select-icon[data-v-fc375671] {
  font-size: 23px;
  color: #a5afb9 !important;
  z-index: 12;
}
.select-prepend-container[data-v-fc375671] {
  pointer-events: none;
}
.select-input[data-v-fc375671]:disabled {
  background: white !important;
}
[data-v-077d5e82] .multiselect__select {
  top: 6px !important;
}

 /* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.vac-message-current[data-v-71ebfd2f] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-71ebfd2f] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  margin: 10px 0;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c,
    0 1px 2px -1px #0000001c;
}
.document-thumbnail[data-v-71ebfd2f] {
  width: 80%;
  min-height: 72px;
  border-radius: 8px;
  background: #cde7c4;
  padding: 12px;
  box-sizing: border-box;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-v-36ffc1c2] .multiselect__tags {
  height: 100% !important;
  /* padding: 15px 9px !important; */
}
[data-v-36ffc1c2] .multiselect__select {
  height: 45px !important;
}
.multiselect[data-v-36ffc1c2] {
  min-height: 48px;
}

.see-more-btn {
  background: transparent;
}
.see-more-btn:hover {
  background: #2581bc !important;
  color: white !important;
}

.see-more-btn {
  background: transparent;
}
.see-more-btn:hover {
  background: #2581bc !important;
  color: white !important;
}

.chart-wrapper[data-v-0e00d403] {
  /* width: 100%; */
  height: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}
table[data-v-0e00d403] {
  border-collapse: collapse; /* Elimina el espacio entre celdas */
  border-spacing: 0; /* Asegura que no haya separación */
}
th[data-v-0e00d403] {
  padding: 10px;
  background: #fff;
  font-size: 18px;
  text-transform: capitalize;
  border: 1px solid #e7ecf1 !important;
}
td[data-v-0e00d403] {
  padding: 10px;
  font-size: 18px;
  border: 1px solid #fff;
}

/* Estilos para las tablas responsivas */
.table-container[data-v-0e00d403] {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-wrapper[data-v-0e00d403] {
  display: flex;
  justify-content: center;
  min-width: fit-content;
  width: 100%;
}
.table-wrapper[data-v-0e00d403]:has(table:only-child) {
  justify-content: center;
}
.table-wrapper[data-v-0e00d403]:has(table:not(:only-child)) {
  justify-content: flex-start;
}
.table-container[data-v-0e00d403] {
 height: 500px;
 overflow-y: auto;
}
.table-candidates[data-v-0e00d403] {
  border-collapse: separate;
  border-spacing: 0;
}
.sticky-header[data-v-0e00d403] {
  position: sticky;
  top: 0px;
  z-index: 3;
}
.sticky-cell[data-v-0e00d403] {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #e7ecf1;
}
.sticky-cell-header[data-v-0e00d403] {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.input-date[data-v-0e00d403] {
  width: 150px;
}
@media (max-width: 365px) {
.input-date[data-v-0e00d403] {
    width: 110px;
}
.ion-arrow-right-b[data-v-0e00d403] {
    display: none;
}
}



.card[data-v-24d90f26] {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
}

.info-cards-container[data-v-19590316] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 420px) {
.info-cards-container[data-v-19590316] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
.charts-grid[data-v-19590316] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.chart-container[data-v-19590316] {
  /* padding: 20px; */
  /* background: white; */
  /* border-radius: 8px; */
  flex: 1;
  min-width: 300px;
}

.charts-grid[data-v-7b6dcf59] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.chart-container[data-v-7b6dcf59] {
  padding: 20px;
  background: white;
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  flex: 1;
  min-width: 300px;
}
.chart-wrapper[data-v-7b6dcf59] {
  height: 300px;
  position: relative;
}

/* .search-button-deskop {
  display: block;
}
.search-button-mobile {
  display: none;
}

@media (max-width: 420px) {
  .search-button-deskop {
    display: none;
  }
  .search-button-mobile {
    display: block;
  }
} */
.info-cards-container[data-v-7b6dcf59] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 420px) {
.info-cards-container[data-v-7b6dcf59] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
table[data-v-7b6dcf59] {
  border-collapse: collapse; /* Elimina el espacio entre celdas */
  border-spacing: 0; /* Asegura que no haya separación */
}
th[data-v-7b6dcf59] {
  padding: 10px;
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #e7ecf1;
}
td[data-v-7b6dcf59] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
}
.input-date[data-v-7b6dcf59] {
  width: 150px;
}
@media (max-width: 365px) {
.input-date[data-v-7b6dcf59] {
    width: 110px;
}
.ion-arrow-right-b[data-v-7b6dcf59] {
    display: none;
}
}

.card[data-v-3ef770c2] {
  background-color: #fff;
  display: flex;
  height: 50px;
  align-items: center;
  /* justify-content: center; */
}

.info-cards-container[data-v-af54c527] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 720px) {
.info-cards-container[data-v-af54c527] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 420px) {
.info-cards-container[data-v-af54c527] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}

.info-cards-container[data-v-8a621d91] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 720px) {
.info-cards-container[data-v-8a621d91] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 420px) {
.info-cards-container[data-v-8a621d91] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
table[data-v-8a621d91] {
  border-collapse: collapse; /* Elimina el espacio entre celdas */
  border-spacing: 0; /* Asegura que no haya separación */
}
th[data-v-8a621d91] {
  padding: 10px;
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #e7ecf1;
}
td[data-v-8a621d91] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
}
.input-date[data-v-8a621d91] {
  width: 150px;
}
@media (max-width: 365px) {
.input-date[data-v-8a621d91] {
    width: 110px;
}
.ion-arrow-right-b[data-v-8a621d91] {
    display: none;
}
}
.search-input-container[data-v-8a621d91] {
  min-width: 100px;
  width: 350px;
}
@media (max-width: 365px) {
.search-input-container[data-v-8a621d91] {
    width: 100%;
}
}

.info-cards-container[data-v-a4754d98] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 420px) {
.info-cards-container[data-v-a4754d98] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}

.info-cards-container[data-v-246ffe8a] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 420px) {
.info-cards-container[data-v-246ffe8a] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
.input-date[data-v-246ffe8a] {
  width: 150px;
}
@media (max-width: 365px) {
.input-date[data-v-246ffe8a] {
    width: 110px;
}
}
.search-input-container[data-v-246ffe8a] {
  min-width: 100px;
  width: 350px;
}
@media (max-width: 365px) {
.search-input-container[data-v-246ffe8a] {
    width: 100%;
}
}
table[data-v-246ffe8a] {
  border-collapse: collapse; /* Elimina el espacio entre celdas */
  border-spacing: 0; /* Asegura que no haya separación */
}
th[data-v-246ffe8a] {
  padding: 10px;
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #e7ecf1;
}
td[data-v-246ffe8a] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
}

/* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

[data-v-3647441b]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-3647441b] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-3647441b] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-3647441b] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-3647441b] {
  width: 100%;
}
.home-icon img[data-v-3647441b] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-3647441b] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-3647441b] {
  line-height: 30px;
}
.list-style-none[data-v-3647441b] {
  list-style: none;
}
.burger-menu[data-v-3647441b] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-3647441b] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-3647441b] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-3647441b] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-3647441b] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-3647441b] {
  position: relative;
}
.card-product .my-close[data-v-3647441b] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-3647441b] {
  margin: 0;
}
.filtro-form input[data-v-3647441b] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-3647441b] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-3647441b] {
  padding: 20px 0 0;
}
.img-tiny[data-v-3647441b] {
  width: 80px;
}
.img-item img[data-v-3647441b] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-3647441b] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-3647441b] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-3647441b]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-3647441b] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-3647441b] {
  margin-left: 10px;
}
.notifications section[data-v-3647441b] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-3647441b] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-3647441b] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-3647441b],
.list-complete-leave-to[data-v-3647441b] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-3647441b] {
  position: absolute;
}
#_op_data_r[data-v-3647441b],
#_op_data_antifraud[data-v-3647441b] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-3647441b],
iframe#_op_data_antifraud[data-v-3647441b],
iframe#device_profile[data-v-3647441b],
iframe#thm_mp_cntnr[data-v-3647441b] {
  position: absolute !important;
}
iframe[data-v-3647441b] {
  background: #fff !important;
}
.main-content[data-v-3647441b] {
  padding-top: 30px;
}
.card-contactStory[data-v-3647441b] {
  width: 93vw;
}
.card-contactStory img[data-v-3647441b] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-3647441b] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-3647441b] {
  width: 280px;
}
.dropped[data-v-3647441b] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-3647441b] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-3647441b]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-3647441b] {
  display: block !important;
}
.dropped .dropdown a[data-v-3647441b] {
  color: #fff;
}
.dropped .dropdown a[data-v-3647441b]:hover {
  text-decoration: underline;
}
.line-height25[data-v-3647441b] {
  line-height: 25px;
}
aside[data-v-3647441b] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-3647441b] {
  height: 100vh;
}
.my-header[data-v-3647441b] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-3647441b] {
  position: inherit !important;
}
.my-header-menu[data-v-3647441b] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-3647441b] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-3647441b]:hover {
  background: hannah;
}
.menu-api-activate[data-v-3647441b] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-3647441b] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-3647441b] {
  position: relative;
}
.menu-api-item a[data-v-3647441b]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-3647441b] {
  padding: 0 !important;
}
.card-product[data-v-3647441b] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-3647441b] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-3647441b] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-3647441b] {
  margin: 0;
}
.sticky-home[data-v-3647441b] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-3647441b] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-3647441b]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-3647441b] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-3647441b]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-3647441b] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-3647441b]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-3647441b] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-3647441b] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-3647441b] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-3647441b]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-3647441b] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-3647441b] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-3647441b] {
  display: block !important;
}
.leftPositionSubMenu[data-v-3647441b] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-3647441b] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-3647441b],
.circle-toggle-box[data-v-3647441b] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-3647441b] {
  left: 44px !important;
}
.triangleStatus[data-v-3647441b]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-3647441b] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-3647441b] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-3647441b] {
  overflow: visible !important;
}
.width-max80[data-v-3647441b] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-3647441b] {
  display: flex !important;
}
.flex-none[data-v-3647441b] {
  flex: none;
}
.flex-nowrap[data-v-3647441b] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-3647441b] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-3647441b] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-3647441b] {
  flex-direction: column;
}
.flex-col-row[data-v-3647441b] {
  flex-direction: column;
}
.flex-row[data-v-3647441b] {
  flex-direction: row;
}
.flex-between-align[data-v-3647441b] {
  align-content: space-between;
}
.flex-middle[data-v-3647441b] {
  align-items: center;
}
.flex-bottom[data-v-3647441b] {
  align-items: flex-end;
}
.flex-between[data-v-3647441b] {
  justify-content: space-between;
}
.flex-center[data-v-3647441b] {
  justify-content: center;
}
.flex-right[data-v-3647441b] {
  justify-content: flex-end;
}
.flex-left[data-v-3647441b] {
  justify-content: flex-start;
}
.flex-evenly[data-v-3647441b] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-3647441b] {
  flex-grow: 1;
}
.flex-grow-2[data-v-3647441b] {
  flex-grow: 2;
}
.flex-grow-3[data-v-3647441b] {
  flex-grow: 3;
}
.flex-grow-4[data-v-3647441b] {
  flex-grow: 4;
}
.flex-grow-5[data-v-3647441b] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-3647441b] {
  align-items: flex-start;
}
.flex800[data-v-3647441b] {
  display: none;
}
.flexc-flex[data-v-3647441b] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-3647441b] {
  display: none;
}
.flex-display-50-10[data-v-3647441b] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-3647441b] {
  display: none;
}
.show760[data-v-3647441b] {
  display: none;
}
.hide[data-v-3647441b] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-3647441b] {
    display: block !important;
}
.badge-display[data-v-3647441b] {
    display: none;
}
.badge-display2[data-v-3647441b] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-3647441b] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-3647441b] {
    display: block;
}
.badge-display2[data-v-3647441b] {
    display: none;
}
.fix-width[data-v-3647441b] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-3647441b] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-3647441b] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-3647441b] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-3647441b] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-3647441b] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-3647441b] {
    width: 50%;
}
.width100-40[data-v-3647441b] {
    width: 40%;
}
.show600[data-v-3647441b] {
    display: block;
}
.width-controll-btn-typeweek[data-v-3647441b] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-3647441b] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-3647441b] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-3647441b] {
    width: 220px !important;
}
.leftPositionControl[data-v-3647441b] {
    left: -40px !important;
}
.container-tipo-envio[data-v-3647441b] {
    display: flex;
}
.width-controll-buys-item[data-v-3647441b] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-3647441b] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-3647441b] {
    top: 380px !important;
}
.my-header-menu[data-v-3647441b] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-3647441b] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-3647441b] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-3647441b] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-3647441b] {
    min-width: 400px;
}
.cart-btn-add[data-v-3647441b] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-3647441b] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-3647441b] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-3647441b] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-3647441b] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-3647441b] {
    justify-content: left;
}
.flex-mid[data-v-3647441b] {
    display: flex !important;
}
.msg-stock[data-v-3647441b] {
    padding: 10px 0 0;
}
.counter-cart[data-v-3647441b] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-3647441b] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-3647441b] {
    display: none;
}
.badge-display2[data-v-3647441b] {
    display: block;
}
.show760[data-v-3647441b] {
    display: block;
}
.hide760[data-v-3647441b] {
    display: none;
}
.grid-products[data-v-3647441b] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-3647441b] {
    margin: auto;
}
.mr-h[data-v-3647441b] {
    margin: auto;
}
.width-control-otherProducts[data-v-3647441b] {
    width: 170px !important;
}
.leftPositionControl[data-v-3647441b] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-3647441b] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-3647441b] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-3647441b] {
    width: 30vw !important;
}
.product-item[data-v-3647441b] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-3647441b] {
    width: 90% !important;
}
.my-container[data-v-3647441b] {
    width: 680px !important;
}
.login[data-v-3647441b] {
    width: 310px !important;
}
.width-cuotas-control[data-v-3647441b] {
    width: 278px !important;
}
.flexc-flex[data-v-3647441b] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-3647441b] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-3647441b] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-3647441b] {
    height: 140px;
}
.width-control-input-chat[data-v-3647441b] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-3647441b] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-3647441b] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-3647441b] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-3647441b] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-3647441b] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-3647441b] {
    width: 270px !important;
}
.leftPositionControl[data-v-3647441b] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-3647441b] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-3647441b] {
    width: 17vw !important;
}
.filters-wrap[data-v-3647441b] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-3647441b] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-3647441b] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-3647441b] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-3647441b] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-3647441b] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-3647441b] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-3647441b] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-3647441b]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-3647441b] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-3647441b] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-3647441b]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-3647441b] {
    max-width: 330px !important;
}
.iterable-box[data-v-3647441b] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-3647441b] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-3647441b] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-3647441b] {
    width: 160px !important;
}
.my-container[data-v-3647441b] {
    width: 800px !important;
}
.search-btn-box[data-v-3647441b] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-3647441b] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-3647441b] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-3647441b] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-3647441b] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-3647441b] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-3647441b] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-3647441b] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-3647441b] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-3647441b] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-3647441b] {
    width: 280px !important;
}
.width300-desktop[data-v-3647441b] {
    width: 300px !important;
}
.concept-item-stats[data-v-3647441b] {
    width: 80%;
}
.widthHalf-desktop[data-v-3647441b] {
    width: 50% !important;
}
.column-desktop[data-v-3647441b] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-3647441b] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-3647441b] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-3647441b] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-3647441b],
.flex-desktop[data-v-3647441b] {
    display: flex !important;
}
.block-desktop[data-v-3647441b] {
    display: block !important;
}
.hide-desktop[data-v-3647441b] {
    display: none !important;
}
.fixButton[data-v-3647441b] {
    top: -20px;
}
.width-cuotas-control[data-v-3647441b] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-3647441b] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-3647441b] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-3647441b] {
    display: none !important;
}
.bottom10-desktop[data-v-3647441b] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-3647441b] {
    left: -125px !important;
}
.grid-products[data-v-3647441b] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-3647441b] {
    width: 1000px !important;
}
.showFullDesktop[data-v-3647441b] {
    display: block !important;
}
.leftPositionControl[data-v-3647441b] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-3647441b] {
    display: none !important;
}
.show-only-desktop[data-v-3647441b] {
    display: flex !important;
}
.leftPositionControl[data-v-3647441b] {
    left: -260px !important;
}
.catalog-container[data-v-3647441b] {
    margin: unset;
}
.carrito-catalog[data-v-3647441b] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-3647441b] {
    left: -280px !important;
}
}
.grid-container[data-v-3647441b] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-3647441b] {
  grid-column: span 1;
}
.grid-item-1[data-v-3647441b] {
  grid-column: span 1;
}
.grid-item-2[data-v-3647441b] {
  grid-column: span 2;
}
.grid-item-3[data-v-3647441b] {
  grid-column: span 3;
}
.grid-item-4[data-v-3647441b] {
  grid-column: span 4;
}
.grid-item-5[data-v-3647441b] {
  grid-column: span 5;
}
.grid-item-6[data-v-3647441b] {
  grid-column: span 6;
}
.grid-item-7[data-v-3647441b] {
  grid-column: span 7;
}
.grid-item-8[data-v-3647441b] {
  grid-column: span 8;
}
.grid-item-9[data-v-3647441b] {
  grid-column: span 9;
}
.grid-item-10[data-v-3647441b] {
  grid-column: span 10;
}
.grid-item-11[data-v-3647441b] {
  grid-column: span 11;
}
.grid-item-12[data-v-3647441b] {
  grid-column: span 12;
}
.grid-cart[data-v-3647441b] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-3647441b] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-3647441b] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-3647441b] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-3647441b] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-3647441b] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-3647441b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-3647441b] {
  gap: 10px;
}
.gap20[data-v-3647441b] {
  gap: 20px;
}
.grid-box[data-v-3647441b] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-3647441b] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-3647441b] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-3647441b],
.grid-3 div[data-v-3647441b],
.grid-4 div[data-v-3647441b] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-3647441b] {
  background: #fff;
}
.grid-item-odd[data-v-3647441b]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-3647441b] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-3647441b] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-3647441b] {
  max-width: 350px;
}
.margin0[data-v-3647441b] {
  margin: 0 !important;
}
.margin0-5[data-v-3647441b] {
  margin: 0 5px;
}
.margin10-0[data-v-3647441b] {
  margin: 10px 0;
}
.margin10-5[data-v-3647441b] {
  margin: 10px 5px;
}
.margin0-10[data-v-3647441b] {
  margin: 0 10px;
}
.margin0-15[data-v-3647441b] {
  margin: 0 15px;
}
.margin15-0[data-v-3647441b] {
  margin: 15px 0px;
}
.margin20-0[data-v-3647441b] {
  margin: 20px 0;
}
.margin20-10[data-v-3647441b] {
  margin: 20px 10px;
}
.margin30-0[data-v-3647441b] {
  margin: 30px 0;
}
.margin40-0[data-v-3647441b] {
  margin: 40px 0;
}
.margin20-40[data-v-3647441b] {
  margin: 20px 40px;
}
.margin0-20[data-v-3647441b] {
  margin: 0 20px;
}
.margin5[data-v-3647441b] {
  margin: 5px;
}
.margin5-0[data-v-3647441b] {
  margin: 5px 0;
}
.margin10[data-v-3647441b] {
  margin: 10px;
}
.margin10-20[data-v-3647441b] {
  margin: 10px 20px;
}
.margin15[data-v-3647441b] {
  margin: 15px;
}
.margin20[data-v-3647441b] {
  margin: 20px;
}
.margin30[data-v-3647441b] {
  margin: 30px;
}
.margin50[data-v-3647441b] {
  margin: 50px;
}
.margin-right-auto[data-v-3647441b] {
  margin-right: auto;
}
.margin-left-auto[data-v-3647441b] {
  margin-left: auto;
}
.ml-h[data-v-3647441b] {
  margin-left: auto;
}
.mr-h[data-v-3647441b] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-3647441b] {
  margin-bottom: 5px;
}
.margin-top5[data-v-3647441b] {
  margin-top: 5px !important;
}
.margin-top10[data-v-3647441b] {
  margin-top: 10px !important;
}
.margin-top15[data-v-3647441b] {
  margin-top: 15px !important;
}
.margin-top20[data-v-3647441b] {
  margin-top: 20px !important;
}
.margin-top30[data-v-3647441b] {
  margin-top: 30px !important;
}
.margin-top35[data-v-3647441b] {
  margin-top: 35px !important;
}
.margin-top40[data-v-3647441b] {
  margin-top: 40px !important;
}
.margin-top50[data-v-3647441b] {
  margin-top: 50px !important;
}
.margin-top60[data-v-3647441b] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-3647441b] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-3647441b] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-3647441b] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-3647441b] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-3647441b] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-3647441b] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-3647441b] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-3647441b] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-3647441b] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-3647441b] {
  margin-left: 5px !important;
}
.margin-left10[data-v-3647441b] {
  margin-left: 10px !important;
}
.margin-left15[data-v-3647441b] {
  margin-left: 15px !important;
}
.margin-left20[data-v-3647441b] {
  margin-left: 20px !important;
}
.margin-left30[data-v-3647441b] {
  margin-left: 30px !important;
}
.margin-left35[data-v-3647441b] {
  margin-left: 35px !important;
}
.margin-left40[data-v-3647441b] {
  margin-left: 40px !important;
}
.margin-left50[data-v-3647441b] {
  margin-left: 50px !important;
}
.margin-left60[data-v-3647441b] {
  margin-left: 60px !important;
}
.margin-right5[data-v-3647441b] {
  margin-right: 5px !important;
}
.margin-right10[data-v-3647441b] {
  margin-right: 10px !important;
}
.margin-right15[data-v-3647441b] {
  margin-right: 15px !important;
}
.margin-right20[data-v-3647441b] {
  margin-right: 20px !important;
}
.margin-right30[data-v-3647441b] {
  margin-right: 30px !important;
}
.margin-right35[data-v-3647441b] {
  margin-right: 35px !important;
}
.margin-right40[data-v-3647441b] {
  margin-right: 40px !important;
}
.margin-right50[data-v-3647441b] {
  margin-right: 50px !important;
}
.margin-right60[data-v-3647441b] {
  margin-right: 60px !important;
}
.my-5[data-v-3647441b] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-3647441b] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-3647441b] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-3647441b] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-3647441b] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-3647441b] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-3647441b] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-3647441b] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-3647441b] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-3647441b] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-3647441b] {
  padding: 0 !important;
}
.padding5[data-v-3647441b] {
  padding: 5px;
}
.padding10[data-v-3647441b] {
  padding: 10px;
}
.padding15[data-v-3647441b] {
  padding: 15px;
}
.padding20[data-v-3647441b] {
  padding: 20px;
}
.padding30[data-v-3647441b] {
  padding: 30px;
}
.padding40[data-v-3647441b] {
  padding: 40px;
}
.padding40-0[data-v-3647441b] {
  padding: 40px 0;
}
.padding-left5[data-v-3647441b] {
  padding-left: 5px;
}
.padding-left10[data-v-3647441b] {
  padding-left: 10px;
}
.padding-left15[data-v-3647441b] {
  padding-left: 15px;
}
.padding-left20[data-v-3647441b] {
  padding-left: 20px;
}
.padding-right5[data-v-3647441b] {
  padding-right: 5px;
}
.padding-right10[data-v-3647441b] {
  padding-right: 10px;
}
.padding-right15[data-v-3647441b] {
  padding-right: 15px;
}
.padding-right20[data-v-3647441b] {
  padding-right: 20px;
}
.padding-right30[data-v-3647441b] {
  padding-right: 30px;
}
.padding-right40[data-v-3647441b] {
  padding-right: 40px;
}
.padding-top0[data-v-3647441b] {
  padding-top: 0px;
}
.padding-top5[data-v-3647441b] {
  padding-top: 5px;
}
.padding-top10[data-v-3647441b] {
  padding-top: 10px;
}
.padding-top15[data-v-3647441b] {
  padding-top: 15px;
}
.padding-top20[data-v-3647441b] {
  padding-top: 20px;
}
.padding-top30[data-v-3647441b] {
  padding-top: 30px;
}
.padding-top50[data-v-3647441b] {
  padding-top: 50px;
}
.padding-top60[data-v-3647441b] {
  padding-top: 60px;
}
.padding-top70[data-v-3647441b] {
  padding-top: 70px;
}
.padding-top90[data-v-3647441b] {
  padding-top: 90px;
}
.padding-top100[data-v-3647441b] {
  padding-top: 100px;
}
.padding-top120[data-v-3647441b] {
  padding-top: 120px;
}
.padding-top180[data-v-3647441b] {
  padding-top: 180px;
}
.padding-bottom0[data-v-3647441b] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-3647441b] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-3647441b] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-3647441b] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-3647441b] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-3647441b] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-3647441b] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-3647441b] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-3647441b] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-3647441b] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-3647441b] {
  padding-bottom: 240px;
}
.padding10-0[data-v-3647441b] {
  padding: 10px 0;
}
.padding10-5[data-v-3647441b] {
  padding: 10px 5px;
}
.padding0-5[data-v-3647441b] {
  padding: 0 5px;
}
.padding0-10[data-v-3647441b] {
  padding: 0 10px;
}
.padding0-15[data-v-3647441b] {
  padding: 0 15px;
}
.padding20-0[data-v-3647441b] {
  padding: 20px 0;
}
.padding20-10[data-v-3647441b] {
  padding: 20px 10px;
}
.padding15-20[data-v-3647441b] {
  padding: 15px 20px;
}
.padding15-0[data-v-3647441b] {
  padding: 15px 0px;
}
.padding20-5[data-v-3647441b] {
  padding: 20px 5px;
}
.padding0-20[data-v-3647441b] {
  padding: 0 20px;
}
.padding5-20[data-v-3647441b] {
  padding: 5px 20px;
}
.padding5-15[data-v-3647441b] {
  padding: 5px 15px;
}
.padding5-10[data-v-3647441b] {
  padding: 5px 10px;
}
.padding15-10[data-v-3647441b] {
  padding: 15px 10px;
}
.padding1em[data-v-3647441b] {
  padding: 1em;
}
.padding10-20[data-v-3647441b] {
  padding: 10px 20px;
}
.padding5-0[data-v-3647441b] {
  padding: 5px 0;
}
.padding30-10[data-v-3647441b] {
  padding: 30px 10px;
}
.px-5[data-v-3647441b] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-3647441b] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-3647441b] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-3647441b] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-3647441b] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-3647441b] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-3647441b] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-3647441b] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-3647441b] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-3647441b] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-3647441b] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-3647441b] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-3647441b] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-3647441b] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-3647441b] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-3647441b] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-3647441b] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-3647441b] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-3647441b] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-3647441b] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-3647441b] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-3647441b] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-3647441b] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-3647441b] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-3647441b] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-3647441b] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-3647441b] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-3647441b] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-3647441b]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-3647441b] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-3647441b]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-3647441b] {
  border: 0 !important;
}
.borderRed[data-v-3647441b] {
  border-color: #f00 !important;
}
.border-aside[data-v-3647441b] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-3647441b] {
  border: none;
}
.borderLightgray[data-v-3647441b] {
  border: 1px solid lightgray;
}
.borderGray[data-v-3647441b] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-3647441b] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-3647441b] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-3647441b] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-3647441b] {
  border: 1px solid #fff;
}
.border2green[data-v-3647441b] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-3647441b] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-3647441b] {
  border: 2px solid #fff;
}
.border2gold[data-v-3647441b] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-3647441b] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-3647441b] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-3647441b] {
  border-color: #d42717 !important;
}
.border1green[data-v-3647441b] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-3647441b] {
  border-color: #f00 !important;
}
.border-fixed[data-v-3647441b] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-3647441b] {
  border-radius: 40px;
}
.radius30[data-v-3647441b] {
  border-radius: 30px;
}
.radius20[data-v-3647441b] {
  border-radius: 20px;
}
.radius15[data-v-3647441b] {
  border-radius: 15px;
}
.radius8[data-v-3647441b] {
  border-radius: 8px;
}
.radius3[data-v-3647441b] {
  border-radius: 3px !important;
}
.rounded[data-v-3647441b] {
  border-radius: 50%;
}
.rounded5[data-v-3647441b] {
  border-radius: 5px;
}
.round10[data-v-3647441b] {
  border-radius: 10px;
}
.box-border[data-v-3647441b] {
  box-sizing: border-box;
}
.text-center[data-v-3647441b] {
  text-align: center;
}
.text-right[data-v-3647441b] {
  text-align: right;
}
.text-left[data-v-3647441b] {
  text-align: left;
}
.text-lowercase[data-v-3647441b] {
  text-transform: lowercase;
}
.text-uppercase[data-v-3647441b] {
  text-transform: uppercase;
}
.text-capitalize[data-v-3647441b] {
  text-transform: capitalize !important;
}
.text-none[data-v-3647441b] {
  text-transform: none;
}
.text-ellipsis[data-v-3647441b] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-3647441b] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-3647441b]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-3647441b] {
  text-decoration: underline;
}
.text-underline[data-v-3647441b]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-3647441b] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-3647441b] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-3647441b] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-3647441b] {
  word-break: break-all;
}
.font-bold[data-v-3647441b] {
  font-weight: bold;
}
.price-through[data-v-3647441b] {
  text-decoration: line-through;
}
.font-italic[data-v-3647441b] {
  font-style: italic;
}
.font095em[data-v-3647441b] {
  font-size: 0.95em;
}
.font1em[data-v-3647441b] {
  font-size: 1em !important;
}
.font2em[data-v-3647441b] {
  font-size: 2em;
}
.font2-2em[data-v-3647441b] {
  font-size: 2.2em;
}
.font3em[data-v-3647441b] {
  font-size: 3em;
}
.font4em[data-v-3647441b] {
  font-size: 4em;
}
.font1-5em[data-v-3647441b] {
  font-size: 1.5em;
}
.font1-7em[data-v-3647441b] {
  font-size: 1.7em;
}
.font1-3em[data-v-3647441b] {
  font-size: 1.3em;
}
.font1-4em[data-v-3647441b] {
  font-size: 1.4em;
}
.font-9em[data-v-3647441b] {
  font-size: 0.9em;
}
.font10[data-v-3647441b] {
  font-size: 10px;
}
.font11[data-v-3647441b] {
  font-size: 11px;
}
.font12[data-v-3647441b] {
  font-size: 12px;
}
.font13[data-v-3647441b] {
  font-size: 13px;
}
.font14[data-v-3647441b] {
  font-size: 14px;
}
.font15[data-v-3647441b] {
  font-size: 15px;
}
.font16[data-v-3647441b] {
  font-size: 16px;
}
.font17[data-v-3647441b] {
  font-size: 17px;
}
.font18[data-v-3647441b] {
  font-size: 18px;
}
.font19[data-v-3647441b] {
  font-size: 19px;
}
.font20[data-v-3647441b] {
  font-size: 20px;
}
.font21[data-v-3647441b] {
  font-size: 21px;
}
.font22[data-v-3647441b] {
  font-size: 22px;
}
.font23[data-v-3647441b] {
  font-size: 23px;
}
.font24[data-v-3647441b] {
  font-size: 24px;
}
.font25[data-v-3647441b] {
  font-size: 25px;
}
.font26[data-v-3647441b] {
  font-size: 26px;
}
.font27[data-v-3647441b] {
  font-size: 27px;
}
.font28[data-v-3647441b] {
  font-size: 28px;
}
.font29[data-v-3647441b] {
  font-size: 29px;
}
.font30[data-v-3647441b] {
  font-size: 30px;
}
.font31[data-v-3647441b] {
  font-size: 31px;
}
.font32[data-v-3647441b] {
  font-size: 32px;
}
.font33[data-v-3647441b] {
  font-size: 33px;
}
.font34[data-v-3647441b] {
  font-size: 34px;
}
.font35[data-v-3647441b] {
  font-size: 35px;
}
.font36[data-v-3647441b] {
  font-size: 36px;
}
.font37[data-v-3647441b] {
  font-size: 37px;
}
.font38[data-v-3647441b] {
  font-size: 38px;
}
.font39[data-v-3647441b] {
  font-size: 39px;
}
.font40[data-v-3647441b] {
  font-size: 40px;
}
.font-normal[data-v-3647441b] {
  font-weight: normal;
}
.color-white[data-v-3647441b] {
  color: #fff;
}
.color-transparent[data-v-3647441b] {
  color: transparent !important;
}
.color-black[data-v-3647441b] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-3647441b] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-3647441b] {
  color: fuchia;
}
.color-gray[data-v-3647441b] {
  color: #a5afb9;
}
.color-hardgray[data-v-3647441b] {
  color: #4d5263;
}
.color-hannah[data-v-3647441b] {
  color: #EA184D;
}
.color-lightgray[data-v-3647441b] {
  color: #d3d3d3;
}
.color-darkblue[data-v-3647441b] {
  color: #2c3e50;
}
.color-darkgray[data-v-3647441b] {
  color: #757575;
}
.color-lightred[data-v-3647441b] {
  color: #e74c3c;
}
.color-red[data-v-3647441b] {
  color: #e74c3c;
}
.color-blue[data-v-3647441b] {
  color: #2980b9;
}
.color-yellow[data-v-3647441b] {
  color: #f49d1e;
}
.color-orange[data-v-3647441b] {
  color: #ffa500;
}
.color-green[data-v-3647441b] {
  color: #2AA186;
}
.color-gplus[data-v-3647441b] {
  color: #d42717;
}
.back-bluelight[data-v-3647441b] {
  background: #EBF0FF !important;
}
.back-blue[data-v-3647441b] {
  background: #2980b9 !important;
}
.back-hannah[data-v-3647441b] {
  background: #EA184D !important;
}
.back-purple[data-v-3647441b] {
  background: #8e44ad;
}
.back-green[data-v-3647441b] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-3647441b] {
  background: #2AA186;
}
.back-yellow[data-v-3647441b] {
  background: #f49d1e !important;
}
.back-gold[data-v-3647441b] {
  background: #f49d1e !important;
}
.back-red[data-v-3647441b] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-3647441b] {
  background: #e74c3c;
}
.back-lightred[data-v-3647441b] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-3647441b] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-3647441b] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-3647441b] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-3647441b] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-3647441b] {
  background: #f49d1e !important;
}
.back-gplus[data-v-3647441b] {
  background: #d42717;
}
.back-darkblue[data-v-3647441b] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-3647441b] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-3647441b] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-3647441b] {
  background: #3e3d40;
}
.back-midgray[data-v-3647441b] {
  background: #ececec;
}
.back-gray[data-v-3647441b] {
  background: #a5afb9;
}
.back-black[data-v-3647441b] {
  background: #121212;
}
.back-transparent[data-v-3647441b] {
  background: transparent;
}
.back-white[data-v-3647441b] {
  background: #fff !important;
}
.back-white-simple[data-v-3647441b] {
  background-color: #fff;
}
.back-lightgray[data-v-3647441b] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-3647441b] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-3647441b] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-3647441b] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-3647441b] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-3647441b] {
  background: #D6DFE4;
}
.bg-aside[data-v-3647441b] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-3647441b] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-3647441b] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-3647441b] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-3647441b] {
  background: #fff;
}
.back-item-odd-white[data-v-3647441b]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-3647441b] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-3647441b] {
  position: relative;
}
.absolute[data-v-3647441b] {
  position: absolute;
}
.fixed[data-v-3647441b] {
  position: fixed;
}
.fixed-bottom[data-v-3647441b] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-3647441b] {
  position: sticky;
}
.sticky.active[data-v-3647441b] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-3647441b] {
  bottom: 0;
}
.right0[data-v-3647441b] {
  right: 0 !important;
}
.left0[data-v-3647441b] {
  left: 0 !important;
}
.leftPositionControl[data-v-3647441b] {
  left: -10px;
}
.width100-50[data-v-3647441b] {
  width: 100%;
}
.width100-40[data-v-3647441b] {
  width: 100%;
}
.min-width100[data-v-3647441b] {
  min-width: 100%;
}
.min-width90[data-v-3647441b] {
  min-width: 90%;
}
.min-width80[data-v-3647441b] {
  min-width: 80% !important;
}
.min-width70[data-v-3647441b] {
  min-width: 70%;
}
.min-width60[data-v-3647441b] {
  min-width: 60%;
}
.min-width50[data-v-3647441b] {
  max-width: 50%;
}
.min-width45[data-v-3647441b] {
  min-width: 45%;
}
.min-width40[data-v-3647441b] {
  min-width: 40%;
}
.min-width30[data-v-3647441b] {
  min-width: 30%;
}
.min-width20[data-v-3647441b] {
  min-width: 20%;
}
.min-width25[data-v-3647441b] {
  min-width: 25%;
}
.min-width10[data-v-3647441b] {
  min-width: 10%;
}
.width100[data-v-3647441b] {
  width: 100%;
}
.width90[data-v-3647441b] {
  width: 90%;
}
.width80[data-v-3647441b] {
  width: 80% !important;
}
.width70[data-v-3647441b] {
  width: 70%;
}
.width60[data-v-3647441b] {
  width: 60%;
}
.width50[data-v-3647441b] {
  width: 50%;
}
.width45[data-v-3647441b] {
  width: 45%;
}
.width40[data-v-3647441b] {
  width: 40%;
}
.width30[data-v-3647441b] {
  width: 30%;
}
.width20[data-v-3647441b] {
  width: 20%;
}
.width25[data-v-3647441b] {
  width: 25%;
}
.width10[data-v-3647441b] {
  width: 10%;
}
.width-min[data-v-3647441b] {
  width: min-content;
}
.max-width800[data-v-3647441b] {
  max-width: 800px;
}
.widthCenter[data-v-3647441b] {
  width: 80%;
}
.max-width600[data-v-3647441b] {
  max-width: 600px;
}
.max-width300[data-v-3647441b] {
  max-width: 300px;
}
.widthHalf[data-v-3647441b] {
  width: 50%;
}
.width-sellProductImg-control[data-v-3647441b] {
  width: 150px;
}
.top-control-sellProduct[data-v-3647441b] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-3647441b] {
  width: 100%;
}
.width-cuotas-control-item[data-v-3647441b] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-3647441b] {
  width: 163px;
}
.width-control-btn-inline[data-v-3647441b] {
  width: 195px;
}
.width-controll-buys-item[data-v-3647441b] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-3647441b] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-3647441b] {
  width: 180px;
}
.width-pasarela-img-control[data-v-3647441b] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-3647441b] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-3647441b] {
  width: 95%;
}
.width-pasarela[data-v-3647441b] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-3647441b]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-3647441b]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3647441b]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3647441b]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-3647441b] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-3647441b] {
  max-height: 100%;
}
.height220[data-v-3647441b] {
  height: 220px;
}
.height100vh[data-v-3647441b] {
  height: 100vh !important;
}
.heightFilters[data-v-3647441b] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-3647441b] {
  height: 100%;
}
.height-aside[data-v-3647441b] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-3647441b] {
  height: 0px;
}
.heightBox[data-v-3647441b] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-3647441b] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-3647441b] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-3647441b] {
  justify-content: center;
}
.pointer[data-v-3647441b] {
  cursor: pointer !important;
}
.cursor-move[data-v-3647441b] {
  cursor: move !important;
}
.cursor-not[data-v-3647441b] {
  cursor: not-allowed !important;
}
.events-none[data-v-3647441b] {
  pointer-events: none;
}
.shadow[data-v-3647441b] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-3647441b] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-3647441b] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-3647441b] {
  transition: 0.3s;
}
.hoverShadow[data-v-3647441b]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-3647441b] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-3647441b] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-3647441b] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-3647441b] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-3647441b] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-3647441b] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-3647441b] {
  width: 40px;
  height: 40px;
}
.square35[data-v-3647441b] {
  width: 35px;
  height: 35px;
}
.square30[data-v-3647441b] {
  width: 30px;
  height: 30px;
}
.square25[data-v-3647441b] {
  width: 25px;
  height: 25px;
}
.square12[data-v-3647441b] {
  width: 12px;
  height: 12px;
}
.square15[data-v-3647441b] {
  width: 15px;
  height: 15px;
}
.square17[data-v-3647441b] {
  width: 17px;
  height: 17px;
}
.square18[data-v-3647441b] {
  width: 18px;
  height: 18px;
}
.square20[data-v-3647441b] {
  width: 20px;
  height: 20px;
}
.square50[data-v-3647441b] {
  width: 50px;
  height: 50px;
}
.square70[data-v-3647441b] {
  width: 70px;
  height: 70px;
}
.square55[data-v-3647441b] {
  width: 55px;
  height: 55px;
}
.square100[data-v-3647441b] {
  width: 100px;
  height: 100px;
}
.square10[data-v-3647441b] {
  width: 10px;
  height: 10px;
}
.square200[data-v-3647441b] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-3647441b] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-3647441b] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-3647441b] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-3647441b] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-3647441b] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-3647441b] {
  overflow-y: hidden;
}
.remove-scroll[data-v-3647441b] {
  overflow-y: hidden;
}
.active-scroll[data-v-3647441b] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-3647441b] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-3647441b] {
  overflow: hidden !important;
}
.overflow-auto[data-v-3647441b] {
  overflow: auto !important;
}
.hidden[data-v-3647441b] {
  visibility: hidden;
}
.offscreen[data-v-3647441b] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-3647441b] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-3647441b] {
  opacity: 0;
}
.opacity30[data-v-3647441b] {
  opacity: 0.3;
}
.opacity50[data-v-3647441b] {
  opacity: 0.5;
}
.opacity70[data-v-3647441b] {
  opacity: 0.7;
}
.opacity80[data-v-3647441b] {
  opacity: 0.8;
}
.transition30[data-v-3647441b] {
  transition: 0.3s;
}
.cleared[data-v-3647441b] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-3647441b] {
  transition: 0.1s;
}
.hover-green[data-v-3647441b]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-3647441b] {
  animation: aside-3647441b 0.5s reverse;
}
.aside-leave-active[data-v-3647441b] {
  animation: aside-3647441b 0.5s;
}
.asideContent-enter-active[data-v-3647441b] {
  animation: asideContent-3647441b 0.3s reverse;
}
.asideContent-leave-active[data-v-3647441b] {
  animation: asideContent-3647441b 0.3s;
}
@keyframes aside-3647441b {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-3647441b {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-3647441b {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-3647441b] {
  animation: spin-3647441b 2s infinite;
}
@keyframes spin-3647441b {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-3647441b] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-3647441b] {
  padding: 3px;
}
.carousel__pagination-button[data-v-3647441b] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-3647441b] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-3647441b]::after {
  display: none !important;
}
.pagination[data-v-3647441b] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-3647441b] {
  display: inline;
}
.pagination > li > a[data-v-3647441b], .pagination > li > span[data-v-3647441b] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-3647441b], .pagination > li:first-child > span[data-v-3647441b] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-3647441b], .pagination > li:last-child > span[data-v-3647441b] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-3647441b]:hover, .pagination > li > span[data-v-3647441b]:hover, .pagination > li > a[data-v-3647441b]:focus, .pagination > li > span[data-v-3647441b]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-3647441b], .pagination > .active > span[data-v-3647441b], .pagination > .active > a[data-v-3647441b]:hover, .pagination > .active > span[data-v-3647441b]:hover, .pagination > .active > a[data-v-3647441b]:focus, .pagination > .active > span[data-v-3647441b]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-3647441b] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-3647441b]:hover, .pagination > .disabled > span[data-v-3647441b]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3647441b] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3647441b]:hover, .pagination > .disabled > a[data-v-3647441b]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-3647441b], .pagination-lg > li > span[data-v-3647441b] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-3647441b], .pagination-lg > li:first-child > span[data-v-3647441b] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-3647441b], .pagination-lg > li:last-child > span[data-v-3647441b] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-3647441b], .pagination-sm > li > span[data-v-3647441b] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-3647441b], .pagination-sm > li:first-child > span[data-v-3647441b] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-3647441b], .pagination-sm > li:last-child > span[data-v-3647441b] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-3647441b] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-3647441b] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-3647441b] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-3647441b] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-3647441b] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-3647441b] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-3647441b] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-3647441b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-3647441b] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-3647441b]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-3647441b] {
  overflow: unset !important;
}
.btn-shadow[data-v-3647441b] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-3647441b] {
  margin-left: 0px;
}
.reset-button[data-v-3647441b] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-3647441b] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-3647441b]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-3647441b] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-3647441b] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-3647441b],
.btn-finalize[data-v-3647441b] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-3647441b] {
  right: 7px;
}
.btn-finalize[data-v-3647441b] {
  left: 7px;
}
.tab-counter[data-v-3647441b] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-3647441b] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-3647441b] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-3647441b] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-3647441b] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-3647441b] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-3647441b] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-3647441b] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-3647441b] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-3647441b] {
  transition: 0.5s;
}
.tab[data-v-3647441b]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-3647441b] {
  color: #2980b9;
}
.tab.active[data-v-3647441b]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-3647441b] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-3647441b] {
  width: 220px;
}
.badge-display[data-v-3647441b], .badge-display2[data-v-3647441b] {
  min-width: 224px;
}
.my-badge[data-v-3647441b] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-3647441b] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-3647441b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-3647441b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-3647441b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-3647441b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-3647441b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-3647441b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-3647441b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-3647441b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-3647441b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-3647441b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-3647441b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-3647441b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-3647441b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-3647441b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-3647441b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-3647441b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-3647441b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-3647441b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-3647441b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-3647441b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-3647441b] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-3647441b] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-3647441b] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-3647441b] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-3647441b] {
  flex-wrap: wrap;
}
.vueperslide[data-v-3647441b] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-3647441b] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-3647441b] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-3647441b] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-3647441b] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-3647441b] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-3647441b] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-3647441b] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-3647441b] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-3647441b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-3647441b] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-3647441b] {
  width: 100%;
}
.img-product-detail[data-v-3647441b] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-3647441b] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-3647441b] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-3647441b] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-3647441b] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-3647441b] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-3647441b] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-3647441b] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-3647441b] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-3647441b] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-3647441b] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-3647441b] {
  text-align: center;
}
.modal-enter[data-v-3647441b], .modal-leave-active[data-v-3647441b] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-3647441b], .modal-leave-active .modal-container[data-v-3647441b] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-3647441b] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-3647441b] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-3647441b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-3647441b] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-3647441b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-3647441b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-3647441b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-3647441b] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-3647441b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-3647441b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-3647441b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-3647441b] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-3647441b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-3647441b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-3647441b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-3647441b] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-3647441b] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-3647441b]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-3647441b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-3647441b] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-3647441b] {
  display: none;
}
.vdp-datepicker input[data-v-3647441b] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-3647441b]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-3647441b] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-3647441b] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-3647441b ease-in-out infinite;
}
.vue-treeselect__control[data-v-3647441b] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-3647441b] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-3647441b] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-3647441b] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-3647441b] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-3647441b] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-3647441b] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-3647441b] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-3647441b {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-3647441b {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-3647441b {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-3647441b {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-3647441b {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-3647441b {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3647441b],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3647441b] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3647441b] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3647441b] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-3647441b],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-3647441b] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-3647441b] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-3647441b] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-3647441b] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-3647441b],
.vue-treeselect span[data-v-3647441b] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-3647441b] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-3647441b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-3647441b]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-3647441b] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-3647441b] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-3647441b],
.vue-treeselect__control[data-v-3647441b]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-3647441b] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-3647441b] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-3647441b],
.vue-treeselect__multi-value[data-v-3647441b] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-3647441b] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-3647441b] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-3647441b] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-3647441b] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-3647441b],
.vue-treeselect__single-value[data-v-3647441b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-3647441b] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-3647441b] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-3647441b] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-3647441b] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-3647441b] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-3647441b]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-3647441b] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-3647441b] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-3647441b],
.vue-treeselect__multi-value-label[data-v-3647441b] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-3647441b] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-3647441b] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-3647441b],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-3647441b] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-3647441b] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-3647441b] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-3647441b] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-3647441b] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-3647441b] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-3647441b] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-3647441b] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-3647441b] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-3647441b] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-3647441b] {
  display: none;
}
.vue-treeselect__input[data-v-3647441b],
.vue-treeselect__sizer[data-v-3647441b] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-3647441b] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-3647441b]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-3647441b] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-3647441b] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-3647441b] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-3647441b] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-3647441b cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-3647441b cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-3647441b]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-3647441b] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-3647441b] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-3647441b] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-3647441b] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-3647441b] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-3647441b] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-3647441b] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-3647441b] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-3647441b] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-3647441b] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-3647441b] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-3647441b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-3647441b] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3647441b] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3647441b]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-3647441b] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-3647441b],
.vue-treeselect__option-arrow-placeholder[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-3647441b] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-3647441b] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-3647441b],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-3647441b] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-3647441b] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-3647441b] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-3647441b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-3647441b] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-3647441b] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-3647441b],
.vue-treeselect__minus-mark[data-v-3647441b] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-3647441b] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-3647441b] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3647441b] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-3647441b] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-3647441b] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3647441b] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3647441b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-3647441b] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-3647441b] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-3647441b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-3647441b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-3647441b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-3647441b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-3647441b] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-3647441b] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-3647441b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-3647441b] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-3647441b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-3647441b] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-3647441b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-3647441b] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-3647441b] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-3647441b]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-3647441b] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-3647441b]::before,
.vue-treeselect__icon-error[data-v-3647441b]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-3647441b]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-3647441b]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-3647441b] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-3647441b linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-3647441b linear infinite;
}
.vue-treeselect__icon-loader[data-v-3647441b]::before,
.vue-treeselect__icon-loader[data-v-3647441b]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-3647441b ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-3647441b ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-3647441b]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-3647441b]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-3647441b],
.vac-loader-wrapper[data-v-3647441b] {
  display: none !important;
}
.vac-room-name[data-v-3647441b] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-3647441b] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-3647441b] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-3647441b] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-3647441b] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-3647441b] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-3647441b] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-3647441b] {
  min-height: 24px !important;
}
.tagWarn[data-v-3647441b] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-3647441b]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-3647441b] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-3647441b]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-3647441b]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-3647441b] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-3647441b] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-3647441b] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-3647441b] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-3647441b]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-3647441b] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-3647441b]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-3647441b] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-3647441b] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-3647441b] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-3647441b]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-3647441b] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-3647441b]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-3647441b] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-3647441b]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-3647441b]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-3647441b] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-3647441b] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-3647441b] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-3647441b]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-3647441b] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-3647441b] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-3647441b] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-3647441b]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-3647441b] {
  font-size: 1.15em;
}
.my-select[data-v-3647441b] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3647441b] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3647441b] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3647441b] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3647441b] {
  width: 160px;
}
.my-select[data-v-3647441b] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3647441b] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3647441b] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3647441b] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3647441b] {
  width: 160px;
}
.input-cupon[data-v-3647441b] {
  display: flex;
}
.input-cupon > div > span[data-v-3647441b] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-3647441b] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-3647441b] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-3647441b]:not(:checked),
input[type=checkbox].check[data-v-3647441b]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-3647441b],
input[type=checkbox].check:checked + label[data-v-3647441b] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-3647441b]:before,
input[type=checkbox].check:checked + label[data-v-3647441b]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-3647441b]:after,
input[type=checkbox].check:checked + label[data-v-3647441b]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-3647441b]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-3647441b]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-3647441b]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3647441b]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3647441b]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-3647441b] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-3647441b]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-3647441b]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-3647441b] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-3647441b] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-3647441b] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-3647441b] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-3647441b] {
  opacity: 1;
}
.multiselect__tag[data-v-3647441b] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-3647441b] {
  background: #2AA186 !important;
}
.multiselect[data-v-3647441b] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-3647441b]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-3647441b] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-3647441b] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-3647441b]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-3647441b]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-3647441b]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-3647441b]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-3647441b] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-3647441b] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-3647441b] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-3647441b] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3647441b] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-3647441b] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3647441b]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3647441b]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3647441b]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-3647441b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-3647441b] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-3647441b] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-3647441b] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-3647441b]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-3647441b] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-3647441b] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3647441b] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-3647441b] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-3647441b] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3647441b] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3647441b]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3647441b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3647441b] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3647441b], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3647441b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-3647441b] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-3647441b] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3647441b], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-3647441b] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-3647441b], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-3647441b] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3647441b]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-3647441b]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-3647441b] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3647441b] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3647441b] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-3647441b] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-3647441b] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-3647441b] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-3647441b] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-3647441b] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-3647441b] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-3647441b] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-3647441b] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-3647441b] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-3647441b] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-3647441b] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-3647441b] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-3647441b]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-3647441b] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-3647441b] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-3647441b] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-3647441b] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-3647441b] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-3647441b] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-3647441b] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-3647441b] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-3647441b], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3647441b] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3647441b] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-3647441b] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-3647441b] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-3647441b] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-3647441b] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-3647441b] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-3647441b] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-3647441b], .v3-emoji-picker .v3-header[data-v-3647441b] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-3647441b] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-3647441b] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-3647441b] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-3647441b]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3647441b], .v3-emoji-picker .v3-skin-tones[data-v-3647441b] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3647441b]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-3647441b] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-3647441b] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-3647441b] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-3647441b], body[data-v-3647441b] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-3647441b], body.home[data-v-3647441b] {
  background-color: #fff;
}
[data-v-3647441b]:focus {
  outline: none !important;
}
a[data-v-3647441b] {
  text-decoration: none;
}
a[data-v-3647441b]:hover,
a[data-v-3647441b]:focus {
  text-decoration: none;
}
img[data-v-3647441b] {
  border: 0;
}
textarea[data-v-3647441b] {
  resize: none;
}
h1[data-v-3647441b],
h2[data-v-3647441b],
h3[data-v-3647441b],
h4[data-v-3647441b],
h5[data-v-3647441b],
h6[data-v-3647441b] {
  font-weight: bold;
}
.modal-mask[data-v-3647441b] {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-v-cbe10082] .multiselect {
  width: 99% !important;
  min-height: 20px !important;
}
[data-v-cbe10082] .multiselect__tags {
  min-height: 5px !important;
  padding: 8px 40px 8px 8px !important;
}
[data-v-cbe10082] .multiselect__single {
  min-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  display: none !important;
}
[data-v-cbe10082] .multiselect__select {
  height: 35px !important;
  top: 0 !important;
}
[data-v-cbe10082] .multiselect__input {
  width: 50% !important;
}
.back-not-reason-interest[data-v-cbe10082] {
  background-color: var(--red);
  animation: blink-bg-red-cbe10082 2s linear infinite;
}
@keyframes blink-bg-red-cbe10082 {
0%,
  100% {
    background-color: var(--red);
}
50% {
    background-color: rgba(255, 0, 0, 0.5); /* Ajusta el alpha del rojo */
}
}
.square-dont-read[data-v-cbe10082] {
  background-color: var(--red);
  animation: blink-bg-red-cbe10082 2s linear infinite;
}
@keyframes blink-bg-red-cbe10082 {
0%,
  100% {
    background-color: var(--red);
}
50% {
    background-color: rgba(255, 0, 0, 0.5); /* Ajusta el alpha del rojo */
}
}
.dont-read-card[data-v-cbe10082] {
  border: 2px solid transparent;
  animation: dont-read-card-blink-red-cbe10082 2s linear infinite;
}
@keyframes dont-read-card-blink-red-cbe10082 {
0%, 100% {
    border-color: transparent;
}
50% {
    border-color: #ff5555; /* un rojo más claro de Orkestra como parpadeo */
}
}

[data-v-92e9e9b4]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-92e9e9b4] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-92e9e9b4] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-92e9e9b4] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-92e9e9b4] {
  width: 100%;
}
.home-icon img[data-v-92e9e9b4] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-92e9e9b4] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-92e9e9b4] {
  line-height: 30px;
}
.list-style-none[data-v-92e9e9b4] {
  list-style: none;
}
.burger-menu[data-v-92e9e9b4] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-92e9e9b4] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-92e9e9b4] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-92e9e9b4] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-92e9e9b4] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-92e9e9b4] {
  position: relative;
}
.card-product .my-close[data-v-92e9e9b4] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-92e9e9b4] {
  margin: 0;
}
.filtro-form input[data-v-92e9e9b4] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-92e9e9b4] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-92e9e9b4] {
  padding: 20px 0 0;
}
.img-tiny[data-v-92e9e9b4] {
  width: 80px;
}
.img-item img[data-v-92e9e9b4] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-92e9e9b4] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-92e9e9b4] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-92e9e9b4]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-92e9e9b4] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-92e9e9b4] {
  margin-left: 10px;
}
.notifications section[data-v-92e9e9b4] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-92e9e9b4] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-92e9e9b4] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-92e9e9b4],
.list-complete-leave-to[data-v-92e9e9b4] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-92e9e9b4] {
  position: absolute;
}
#_op_data_r[data-v-92e9e9b4],
#_op_data_antifraud[data-v-92e9e9b4] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-92e9e9b4],
iframe#_op_data_antifraud[data-v-92e9e9b4],
iframe#device_profile[data-v-92e9e9b4],
iframe#thm_mp_cntnr[data-v-92e9e9b4] {
  position: absolute !important;
}
iframe[data-v-92e9e9b4] {
  background: #fff !important;
}
.main-content[data-v-92e9e9b4] {
  padding-top: 30px;
}
.card-contactStory[data-v-92e9e9b4] {
  width: 93vw;
}
.card-contactStory img[data-v-92e9e9b4] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-92e9e9b4] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-92e9e9b4] {
  width: 280px;
}
.dropped[data-v-92e9e9b4] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-92e9e9b4] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-92e9e9b4]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-92e9e9b4] {
  display: block !important;
}
.dropped .dropdown a[data-v-92e9e9b4] {
  color: #fff;
}
.dropped .dropdown a[data-v-92e9e9b4]:hover {
  text-decoration: underline;
}
.line-height25[data-v-92e9e9b4] {
  line-height: 25px;
}
aside[data-v-92e9e9b4] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-92e9e9b4] {
  height: 100vh;
}
.my-header[data-v-92e9e9b4] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-92e9e9b4] {
  position: inherit !important;
}
.my-header-menu[data-v-92e9e9b4] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-92e9e9b4] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-92e9e9b4]:hover {
  background: hannah;
}
.menu-api-activate[data-v-92e9e9b4] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-92e9e9b4] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-92e9e9b4] {
  position: relative;
}
.menu-api-item a[data-v-92e9e9b4]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-92e9e9b4] {
  padding: 0 !important;
}
.card-product[data-v-92e9e9b4] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-92e9e9b4] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-92e9e9b4] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-92e9e9b4] {
  margin: 0;
}
.sticky-home[data-v-92e9e9b4] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-92e9e9b4] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-92e9e9b4]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-92e9e9b4] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-92e9e9b4]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-92e9e9b4] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-92e9e9b4]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-92e9e9b4] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-92e9e9b4] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-92e9e9b4] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-92e9e9b4]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-92e9e9b4] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-92e9e9b4] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-92e9e9b4] {
  display: block !important;
}
.leftPositionSubMenu[data-v-92e9e9b4] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-92e9e9b4] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-92e9e9b4],
.circle-toggle-box[data-v-92e9e9b4] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-92e9e9b4] {
  left: 44px !important;
}
.triangleStatus[data-v-92e9e9b4]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-92e9e9b4] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-92e9e9b4] {
  overflow: visible !important;
}
.width-max80[data-v-92e9e9b4] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-92e9e9b4] {
  display: flex !important;
}
.flex-none[data-v-92e9e9b4] {
  flex: none;
}
.flex-nowrap[data-v-92e9e9b4] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-92e9e9b4] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-92e9e9b4] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-92e9e9b4] {
  flex-direction: column;
}
.flex-col-row[data-v-92e9e9b4] {
  flex-direction: column;
}
.flex-row[data-v-92e9e9b4] {
  flex-direction: row;
}
.flex-between-align[data-v-92e9e9b4] {
  align-content: space-between;
}
.flex-middle[data-v-92e9e9b4] {
  align-items: center;
}
.flex-bottom[data-v-92e9e9b4] {
  align-items: flex-end;
}
.flex-between[data-v-92e9e9b4] {
  justify-content: space-between;
}
.flex-center[data-v-92e9e9b4] {
  justify-content: center;
}
.flex-right[data-v-92e9e9b4] {
  justify-content: flex-end;
}
.flex-left[data-v-92e9e9b4] {
  justify-content: flex-start;
}
.flex-evenly[data-v-92e9e9b4] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-92e9e9b4] {
  flex-grow: 1;
}
.flex-grow-2[data-v-92e9e9b4] {
  flex-grow: 2;
}
.flex-grow-3[data-v-92e9e9b4] {
  flex-grow: 3;
}
.flex-grow-4[data-v-92e9e9b4] {
  flex-grow: 4;
}
.flex-grow-5[data-v-92e9e9b4] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-92e9e9b4] {
  align-items: flex-start;
}
.flex800[data-v-92e9e9b4] {
  display: none;
}
.flexc-flex[data-v-92e9e9b4] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-92e9e9b4] {
  display: none;
}
.flex-display-50-10[data-v-92e9e9b4] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-92e9e9b4] {
  display: none;
}
.show760[data-v-92e9e9b4] {
  display: none;
}
.hide[data-v-92e9e9b4] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-92e9e9b4] {
    display: block !important;
}
.badge-display[data-v-92e9e9b4] {
    display: none;
}
.badge-display2[data-v-92e9e9b4] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-92e9e9b4] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-92e9e9b4] {
    display: block;
}
.badge-display2[data-v-92e9e9b4] {
    display: none;
}
.fix-width[data-v-92e9e9b4] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-92e9e9b4] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-92e9e9b4] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-92e9e9b4] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-92e9e9b4] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-92e9e9b4] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-92e9e9b4] {
    width: 50%;
}
.width100-40[data-v-92e9e9b4] {
    width: 40%;
}
.show600[data-v-92e9e9b4] {
    display: block;
}
.width-controll-btn-typeweek[data-v-92e9e9b4] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-92e9e9b4] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-92e9e9b4] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-92e9e9b4] {
    width: 220px !important;
}
.leftPositionControl[data-v-92e9e9b4] {
    left: -40px !important;
}
.container-tipo-envio[data-v-92e9e9b4] {
    display: flex;
}
.width-controll-buys-item[data-v-92e9e9b4] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-92e9e9b4] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-92e9e9b4] {
    top: 380px !important;
}
.my-header-menu[data-v-92e9e9b4] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-92e9e9b4] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-92e9e9b4] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-92e9e9b4] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-92e9e9b4] {
    min-width: 400px;
}
.cart-btn-add[data-v-92e9e9b4] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-92e9e9b4] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-92e9e9b4] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-92e9e9b4] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-92e9e9b4] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-92e9e9b4] {
    justify-content: left;
}
.flex-mid[data-v-92e9e9b4] {
    display: flex !important;
}
.msg-stock[data-v-92e9e9b4] {
    padding: 10px 0 0;
}
.counter-cart[data-v-92e9e9b4] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-92e9e9b4] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-92e9e9b4] {
    display: none;
}
.badge-display2[data-v-92e9e9b4] {
    display: block;
}
.show760[data-v-92e9e9b4] {
    display: block;
}
.hide760[data-v-92e9e9b4] {
    display: none;
}
.grid-products[data-v-92e9e9b4] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-92e9e9b4] {
    margin: auto;
}
.mr-h[data-v-92e9e9b4] {
    margin: auto;
}
.width-control-otherProducts[data-v-92e9e9b4] {
    width: 170px !important;
}
.leftPositionControl[data-v-92e9e9b4] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-92e9e9b4] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-92e9e9b4] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-92e9e9b4] {
    width: 30vw !important;
}
.product-item[data-v-92e9e9b4] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-92e9e9b4] {
    width: 90% !important;
}
.my-container[data-v-92e9e9b4] {
    width: 680px !important;
}
.login[data-v-92e9e9b4] {
    width: 310px !important;
}
.width-cuotas-control[data-v-92e9e9b4] {
    width: 278px !important;
}
.flexc-flex[data-v-92e9e9b4] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-92e9e9b4] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-92e9e9b4] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-92e9e9b4] {
    height: 140px;
}
.width-control-input-chat[data-v-92e9e9b4] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-92e9e9b4] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-92e9e9b4] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-92e9e9b4] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-92e9e9b4] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-92e9e9b4] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-92e9e9b4] {
    width: 270px !important;
}
.leftPositionControl[data-v-92e9e9b4] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-92e9e9b4] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-92e9e9b4] {
    width: 17vw !important;
}
.filters-wrap[data-v-92e9e9b4] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-92e9e9b4] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-92e9e9b4] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-92e9e9b4] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-92e9e9b4] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-92e9e9b4] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-92e9e9b4] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-92e9e9b4] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-92e9e9b4]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-92e9e9b4] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-92e9e9b4] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-92e9e9b4]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-92e9e9b4] {
    max-width: 330px !important;
}
.iterable-box[data-v-92e9e9b4] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-92e9e9b4] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-92e9e9b4] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-92e9e9b4] {
    width: 160px !important;
}
.my-container[data-v-92e9e9b4] {
    width: 800px !important;
}
.search-btn-box[data-v-92e9e9b4] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-92e9e9b4] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-92e9e9b4] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-92e9e9b4] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-92e9e9b4] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-92e9e9b4] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-92e9e9b4] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-92e9e9b4] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-92e9e9b4] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-92e9e9b4] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-92e9e9b4] {
    width: 280px !important;
}
.width300-desktop[data-v-92e9e9b4] {
    width: 300px !important;
}
.concept-item-stats[data-v-92e9e9b4] {
    width: 80%;
}
.widthHalf-desktop[data-v-92e9e9b4] {
    width: 50% !important;
}
.column-desktop[data-v-92e9e9b4] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-92e9e9b4] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-92e9e9b4] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-92e9e9b4] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-92e9e9b4],
.flex-desktop[data-v-92e9e9b4] {
    display: flex !important;
}
.block-desktop[data-v-92e9e9b4] {
    display: block !important;
}
.hide-desktop[data-v-92e9e9b4] {
    display: none !important;
}
.fixButton[data-v-92e9e9b4] {
    top: -20px;
}
.width-cuotas-control[data-v-92e9e9b4] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-92e9e9b4] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-92e9e9b4] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-92e9e9b4] {
    display: none !important;
}
.bottom10-desktop[data-v-92e9e9b4] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-92e9e9b4] {
    left: -125px !important;
}
.grid-products[data-v-92e9e9b4] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-92e9e9b4] {
    width: 1000px !important;
}
.showFullDesktop[data-v-92e9e9b4] {
    display: block !important;
}
.leftPositionControl[data-v-92e9e9b4] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-92e9e9b4] {
    display: none !important;
}
.show-only-desktop[data-v-92e9e9b4] {
    display: flex !important;
}
.leftPositionControl[data-v-92e9e9b4] {
    left: -260px !important;
}
.catalog-container[data-v-92e9e9b4] {
    margin: unset;
}
.carrito-catalog[data-v-92e9e9b4] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-92e9e9b4] {
    left: -280px !important;
}
}
.grid-container[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-92e9e9b4] {
  grid-column: span 1;
}
.grid-item-1[data-v-92e9e9b4] {
  grid-column: span 1;
}
.grid-item-2[data-v-92e9e9b4] {
  grid-column: span 2;
}
.grid-item-3[data-v-92e9e9b4] {
  grid-column: span 3;
}
.grid-item-4[data-v-92e9e9b4] {
  grid-column: span 4;
}
.grid-item-5[data-v-92e9e9b4] {
  grid-column: span 5;
}
.grid-item-6[data-v-92e9e9b4] {
  grid-column: span 6;
}
.grid-item-7[data-v-92e9e9b4] {
  grid-column: span 7;
}
.grid-item-8[data-v-92e9e9b4] {
  grid-column: span 8;
}
.grid-item-9[data-v-92e9e9b4] {
  grid-column: span 9;
}
.grid-item-10[data-v-92e9e9b4] {
  grid-column: span 10;
}
.grid-item-11[data-v-92e9e9b4] {
  grid-column: span 11;
}
.grid-item-12[data-v-92e9e9b4] {
  grid-column: span 12;
}
.grid-cart[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-92e9e9b4] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-92e9e9b4] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-92e9e9b4] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-92e9e9b4] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-92e9e9b4] {
  gap: 10px;
}
.gap20[data-v-92e9e9b4] {
  gap: 20px;
}
.grid-box[data-v-92e9e9b4] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-92e9e9b4],
.grid-3 div[data-v-92e9e9b4],
.grid-4 div[data-v-92e9e9b4] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-92e9e9b4] {
  background: #fff;
}
.grid-item-odd[data-v-92e9e9b4]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-92e9e9b4] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-92e9e9b4] {
  max-width: 350px;
}
.margin0[data-v-92e9e9b4] {
  margin: 0 !important;
}
.margin0-5[data-v-92e9e9b4] {
  margin: 0 5px;
}
.margin10-0[data-v-92e9e9b4] {
  margin: 10px 0;
}
.margin10-5[data-v-92e9e9b4] {
  margin: 10px 5px;
}
.margin0-10[data-v-92e9e9b4] {
  margin: 0 10px;
}
.margin0-15[data-v-92e9e9b4] {
  margin: 0 15px;
}
.margin15-0[data-v-92e9e9b4] {
  margin: 15px 0px;
}
.margin20-0[data-v-92e9e9b4] {
  margin: 20px 0;
}
.margin20-10[data-v-92e9e9b4] {
  margin: 20px 10px;
}
.margin30-0[data-v-92e9e9b4] {
  margin: 30px 0;
}
.margin40-0[data-v-92e9e9b4] {
  margin: 40px 0;
}
.margin20-40[data-v-92e9e9b4] {
  margin: 20px 40px;
}
.margin0-20[data-v-92e9e9b4] {
  margin: 0 20px;
}
.margin5[data-v-92e9e9b4] {
  margin: 5px;
}
.margin5-0[data-v-92e9e9b4] {
  margin: 5px 0;
}
.margin10[data-v-92e9e9b4] {
  margin: 10px;
}
.margin10-20[data-v-92e9e9b4] {
  margin: 10px 20px;
}
.margin15[data-v-92e9e9b4] {
  margin: 15px;
}
.margin20[data-v-92e9e9b4] {
  margin: 20px;
}
.margin30[data-v-92e9e9b4] {
  margin: 30px;
}
.margin50[data-v-92e9e9b4] {
  margin: 50px;
}
.margin-right-auto[data-v-92e9e9b4] {
  margin-right: auto;
}
.margin-left-auto[data-v-92e9e9b4] {
  margin-left: auto;
}
.ml-h[data-v-92e9e9b4] {
  margin-left: auto;
}
.mr-h[data-v-92e9e9b4] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-92e9e9b4] {
  margin-bottom: 5px;
}
.margin-top5[data-v-92e9e9b4] {
  margin-top: 5px !important;
}
.margin-top10[data-v-92e9e9b4] {
  margin-top: 10px !important;
}
.margin-top15[data-v-92e9e9b4] {
  margin-top: 15px !important;
}
.margin-top20[data-v-92e9e9b4] {
  margin-top: 20px !important;
}
.margin-top30[data-v-92e9e9b4] {
  margin-top: 30px !important;
}
.margin-top35[data-v-92e9e9b4] {
  margin-top: 35px !important;
}
.margin-top40[data-v-92e9e9b4] {
  margin-top: 40px !important;
}
.margin-top50[data-v-92e9e9b4] {
  margin-top: 50px !important;
}
.margin-top60[data-v-92e9e9b4] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-92e9e9b4] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-92e9e9b4] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-92e9e9b4] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-92e9e9b4] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-92e9e9b4] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-92e9e9b4] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-92e9e9b4] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-92e9e9b4] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-92e9e9b4] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-92e9e9b4] {
  margin-left: 5px !important;
}
.margin-left10[data-v-92e9e9b4] {
  margin-left: 10px !important;
}
.margin-left15[data-v-92e9e9b4] {
  margin-left: 15px !important;
}
.margin-left20[data-v-92e9e9b4] {
  margin-left: 20px !important;
}
.margin-left30[data-v-92e9e9b4] {
  margin-left: 30px !important;
}
.margin-left35[data-v-92e9e9b4] {
  margin-left: 35px !important;
}
.margin-left40[data-v-92e9e9b4] {
  margin-left: 40px !important;
}
.margin-left50[data-v-92e9e9b4] {
  margin-left: 50px !important;
}
.margin-left60[data-v-92e9e9b4] {
  margin-left: 60px !important;
}
.margin-right5[data-v-92e9e9b4] {
  margin-right: 5px !important;
}
.margin-right10[data-v-92e9e9b4] {
  margin-right: 10px !important;
}
.margin-right15[data-v-92e9e9b4] {
  margin-right: 15px !important;
}
.margin-right20[data-v-92e9e9b4] {
  margin-right: 20px !important;
}
.margin-right30[data-v-92e9e9b4] {
  margin-right: 30px !important;
}
.margin-right35[data-v-92e9e9b4] {
  margin-right: 35px !important;
}
.margin-right40[data-v-92e9e9b4] {
  margin-right: 40px !important;
}
.margin-right50[data-v-92e9e9b4] {
  margin-right: 50px !important;
}
.margin-right60[data-v-92e9e9b4] {
  margin-right: 60px !important;
}
.my-5[data-v-92e9e9b4] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-92e9e9b4] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-92e9e9b4] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-92e9e9b4] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-92e9e9b4] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-92e9e9b4] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-92e9e9b4] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-92e9e9b4] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-92e9e9b4] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-92e9e9b4] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-92e9e9b4] {
  padding: 0 !important;
}
.padding5[data-v-92e9e9b4] {
  padding: 5px;
}
.padding10[data-v-92e9e9b4] {
  padding: 10px;
}
.padding15[data-v-92e9e9b4] {
  padding: 15px;
}
.padding20[data-v-92e9e9b4] {
  padding: 20px;
}
.padding30[data-v-92e9e9b4] {
  padding: 30px;
}
.padding40[data-v-92e9e9b4] {
  padding: 40px;
}
.padding40-0[data-v-92e9e9b4] {
  padding: 40px 0;
}
.padding-left5[data-v-92e9e9b4] {
  padding-left: 5px;
}
.padding-left10[data-v-92e9e9b4] {
  padding-left: 10px;
}
.padding-left15[data-v-92e9e9b4] {
  padding-left: 15px;
}
.padding-left20[data-v-92e9e9b4] {
  padding-left: 20px;
}
.padding-right5[data-v-92e9e9b4] {
  padding-right: 5px;
}
.padding-right10[data-v-92e9e9b4] {
  padding-right: 10px;
}
.padding-right15[data-v-92e9e9b4] {
  padding-right: 15px;
}
.padding-right20[data-v-92e9e9b4] {
  padding-right: 20px;
}
.padding-right30[data-v-92e9e9b4] {
  padding-right: 30px;
}
.padding-right40[data-v-92e9e9b4] {
  padding-right: 40px;
}
.padding-top0[data-v-92e9e9b4] {
  padding-top: 0px;
}
.padding-top5[data-v-92e9e9b4] {
  padding-top: 5px;
}
.padding-top10[data-v-92e9e9b4] {
  padding-top: 10px;
}
.padding-top15[data-v-92e9e9b4] {
  padding-top: 15px;
}
.padding-top20[data-v-92e9e9b4] {
  padding-top: 20px;
}
.padding-top30[data-v-92e9e9b4] {
  padding-top: 30px;
}
.padding-top50[data-v-92e9e9b4] {
  padding-top: 50px;
}
.padding-top60[data-v-92e9e9b4] {
  padding-top: 60px;
}
.padding-top70[data-v-92e9e9b4] {
  padding-top: 70px;
}
.padding-top90[data-v-92e9e9b4] {
  padding-top: 90px;
}
.padding-top100[data-v-92e9e9b4] {
  padding-top: 100px;
}
.padding-top120[data-v-92e9e9b4] {
  padding-top: 120px;
}
.padding-top180[data-v-92e9e9b4] {
  padding-top: 180px;
}
.padding-bottom0[data-v-92e9e9b4] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-92e9e9b4] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-92e9e9b4] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-92e9e9b4] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-92e9e9b4] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-92e9e9b4] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-92e9e9b4] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-92e9e9b4] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-92e9e9b4] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-92e9e9b4] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-92e9e9b4] {
  padding-bottom: 240px;
}
.padding10-0[data-v-92e9e9b4] {
  padding: 10px 0;
}
.padding10-5[data-v-92e9e9b4] {
  padding: 10px 5px;
}
.padding0-5[data-v-92e9e9b4] {
  padding: 0 5px;
}
.padding0-10[data-v-92e9e9b4] {
  padding: 0 10px;
}
.padding0-15[data-v-92e9e9b4] {
  padding: 0 15px;
}
.padding20-0[data-v-92e9e9b4] {
  padding: 20px 0;
}
.padding20-10[data-v-92e9e9b4] {
  padding: 20px 10px;
}
.padding15-20[data-v-92e9e9b4] {
  padding: 15px 20px;
}
.padding15-0[data-v-92e9e9b4] {
  padding: 15px 0px;
}
.padding20-5[data-v-92e9e9b4] {
  padding: 20px 5px;
}
.padding0-20[data-v-92e9e9b4] {
  padding: 0 20px;
}
.padding5-20[data-v-92e9e9b4] {
  padding: 5px 20px;
}
.padding5-15[data-v-92e9e9b4] {
  padding: 5px 15px;
}
.padding5-10[data-v-92e9e9b4] {
  padding: 5px 10px;
}
.padding15-10[data-v-92e9e9b4] {
  padding: 15px 10px;
}
.padding1em[data-v-92e9e9b4] {
  padding: 1em;
}
.padding10-20[data-v-92e9e9b4] {
  padding: 10px 20px;
}
.padding5-0[data-v-92e9e9b4] {
  padding: 5px 0;
}
.padding30-10[data-v-92e9e9b4] {
  padding: 30px 10px;
}
.px-5[data-v-92e9e9b4] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-92e9e9b4] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-92e9e9b4] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-92e9e9b4] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-92e9e9b4] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-92e9e9b4] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-92e9e9b4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-92e9e9b4] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-92e9e9b4] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-92e9e9b4] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-92e9e9b4] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-92e9e9b4] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-92e9e9b4] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-92e9e9b4] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-92e9e9b4] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-92e9e9b4] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-92e9e9b4] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-92e9e9b4] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-92e9e9b4] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-92e9e9b4] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-92e9e9b4] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-92e9e9b4] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-92e9e9b4] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-92e9e9b4] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-92e9e9b4] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-92e9e9b4] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-92e9e9b4] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-92e9e9b4] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-92e9e9b4]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-92e9e9b4] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-92e9e9b4]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-92e9e9b4] {
  border: 0 !important;
}
.borderRed[data-v-92e9e9b4] {
  border-color: #f00 !important;
}
.border-aside[data-v-92e9e9b4] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-92e9e9b4] {
  border: none;
}
.borderLightgray[data-v-92e9e9b4] {
  border: 1px solid lightgray;
}
.borderGray[data-v-92e9e9b4] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-92e9e9b4] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-92e9e9b4] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-92e9e9b4] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-92e9e9b4] {
  border: 1px solid #fff;
}
.border2green[data-v-92e9e9b4] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-92e9e9b4] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-92e9e9b4] {
  border: 2px solid #fff;
}
.border2gold[data-v-92e9e9b4] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-92e9e9b4] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-92e9e9b4] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-92e9e9b4] {
  border-color: #d42717 !important;
}
.border1green[data-v-92e9e9b4] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-92e9e9b4] {
  border-color: #f00 !important;
}
.border-fixed[data-v-92e9e9b4] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-92e9e9b4] {
  border-radius: 40px;
}
.radius30[data-v-92e9e9b4] {
  border-radius: 30px;
}
.radius20[data-v-92e9e9b4] {
  border-radius: 20px;
}
.radius15[data-v-92e9e9b4] {
  border-radius: 15px;
}
.radius8[data-v-92e9e9b4] {
  border-radius: 8px;
}
.radius3[data-v-92e9e9b4] {
  border-radius: 3px !important;
}
.rounded[data-v-92e9e9b4] {
  border-radius: 50%;
}
.rounded5[data-v-92e9e9b4] {
  border-radius: 5px;
}
.round10[data-v-92e9e9b4] {
  border-radius: 10px;
}
.box-border[data-v-92e9e9b4] {
  box-sizing: border-box;
}
.text-center[data-v-92e9e9b4] {
  text-align: center;
}
.text-right[data-v-92e9e9b4] {
  text-align: right;
}
.text-left[data-v-92e9e9b4] {
  text-align: left;
}
.text-lowercase[data-v-92e9e9b4] {
  text-transform: lowercase;
}
.text-uppercase[data-v-92e9e9b4] {
  text-transform: uppercase;
}
.text-capitalize[data-v-92e9e9b4] {
  text-transform: capitalize !important;
}
.text-none[data-v-92e9e9b4] {
  text-transform: none;
}
.text-ellipsis[data-v-92e9e9b4] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-92e9e9b4] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-92e9e9b4]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-92e9e9b4] {
  text-decoration: underline;
}
.text-underline[data-v-92e9e9b4]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-92e9e9b4] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-92e9e9b4] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-92e9e9b4] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-92e9e9b4] {
  word-break: break-all;
}
.font-bold[data-v-92e9e9b4] {
  font-weight: bold;
}
.price-through[data-v-92e9e9b4] {
  text-decoration: line-through;
}
.font-italic[data-v-92e9e9b4] {
  font-style: italic;
}
.font095em[data-v-92e9e9b4] {
  font-size: 0.95em;
}
.font1em[data-v-92e9e9b4] {
  font-size: 1em !important;
}
.font2em[data-v-92e9e9b4] {
  font-size: 2em;
}
.font2-2em[data-v-92e9e9b4] {
  font-size: 2.2em;
}
.font3em[data-v-92e9e9b4] {
  font-size: 3em;
}
.font4em[data-v-92e9e9b4] {
  font-size: 4em;
}
.font1-5em[data-v-92e9e9b4] {
  font-size: 1.5em;
}
.font1-7em[data-v-92e9e9b4] {
  font-size: 1.7em;
}
.font1-3em[data-v-92e9e9b4] {
  font-size: 1.3em;
}
.font1-4em[data-v-92e9e9b4] {
  font-size: 1.4em;
}
.font-9em[data-v-92e9e9b4] {
  font-size: 0.9em;
}
.font10[data-v-92e9e9b4] {
  font-size: 10px;
}
.font11[data-v-92e9e9b4] {
  font-size: 11px;
}
.font12[data-v-92e9e9b4] {
  font-size: 12px;
}
.font13[data-v-92e9e9b4] {
  font-size: 13px;
}
.font14[data-v-92e9e9b4] {
  font-size: 14px;
}
.font15[data-v-92e9e9b4] {
  font-size: 15px;
}
.font16[data-v-92e9e9b4] {
  font-size: 16px;
}
.font17[data-v-92e9e9b4] {
  font-size: 17px;
}
.font18[data-v-92e9e9b4] {
  font-size: 18px;
}
.font19[data-v-92e9e9b4] {
  font-size: 19px;
}
.font20[data-v-92e9e9b4] {
  font-size: 20px;
}
.font21[data-v-92e9e9b4] {
  font-size: 21px;
}
.font22[data-v-92e9e9b4] {
  font-size: 22px;
}
.font23[data-v-92e9e9b4] {
  font-size: 23px;
}
.font24[data-v-92e9e9b4] {
  font-size: 24px;
}
.font25[data-v-92e9e9b4] {
  font-size: 25px;
}
.font26[data-v-92e9e9b4] {
  font-size: 26px;
}
.font27[data-v-92e9e9b4] {
  font-size: 27px;
}
.font28[data-v-92e9e9b4] {
  font-size: 28px;
}
.font29[data-v-92e9e9b4] {
  font-size: 29px;
}
.font30[data-v-92e9e9b4] {
  font-size: 30px;
}
.font31[data-v-92e9e9b4] {
  font-size: 31px;
}
.font32[data-v-92e9e9b4] {
  font-size: 32px;
}
.font33[data-v-92e9e9b4] {
  font-size: 33px;
}
.font34[data-v-92e9e9b4] {
  font-size: 34px;
}
.font35[data-v-92e9e9b4] {
  font-size: 35px;
}
.font36[data-v-92e9e9b4] {
  font-size: 36px;
}
.font37[data-v-92e9e9b4] {
  font-size: 37px;
}
.font38[data-v-92e9e9b4] {
  font-size: 38px;
}
.font39[data-v-92e9e9b4] {
  font-size: 39px;
}
.font40[data-v-92e9e9b4] {
  font-size: 40px;
}
.font-normal[data-v-92e9e9b4] {
  font-weight: normal;
}
.color-white[data-v-92e9e9b4] {
  color: #fff;
}
.color-transparent[data-v-92e9e9b4] {
  color: transparent !important;
}
.color-black[data-v-92e9e9b4] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-92e9e9b4] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-92e9e9b4] {
  color: fuchia;
}
.color-gray[data-v-92e9e9b4] {
  color: #a5afb9;
}
.color-hardgray[data-v-92e9e9b4] {
  color: #4d5263;
}
.color-hannah[data-v-92e9e9b4] {
  color: #EA184D;
}
.color-lightgray[data-v-92e9e9b4] {
  color: #d3d3d3;
}
.color-darkblue[data-v-92e9e9b4] {
  color: #2c3e50;
}
.color-darkgray[data-v-92e9e9b4] {
  color: #757575;
}
.color-lightred[data-v-92e9e9b4] {
  color: #e74c3c;
}
.color-red[data-v-92e9e9b4] {
  color: #e74c3c;
}
.color-blue[data-v-92e9e9b4] {
  color: #2980b9;
}
.color-yellow[data-v-92e9e9b4] {
  color: #f49d1e;
}
.color-orange[data-v-92e9e9b4] {
  color: #ffa500;
}
.color-green[data-v-92e9e9b4] {
  color: #2AA186;
}
.color-gplus[data-v-92e9e9b4] {
  color: #d42717;
}
.back-bluelight[data-v-92e9e9b4] {
  background: #EBF0FF !important;
}
.back-blue[data-v-92e9e9b4] {
  background: #2980b9 !important;
}
.back-hannah[data-v-92e9e9b4] {
  background: #EA184D !important;
}
.back-purple[data-v-92e9e9b4] {
  background: #8e44ad;
}
.back-green[data-v-92e9e9b4] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-92e9e9b4] {
  background: #2AA186;
}
.back-yellow[data-v-92e9e9b4] {
  background: #f49d1e !important;
}
.back-gold[data-v-92e9e9b4] {
  background: #f49d1e !important;
}
.back-red[data-v-92e9e9b4] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-92e9e9b4] {
  background: #e74c3c;
}
.back-lightred[data-v-92e9e9b4] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-92e9e9b4] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-92e9e9b4] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-92e9e9b4] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-92e9e9b4] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-92e9e9b4] {
  background: #f49d1e !important;
}
.back-gplus[data-v-92e9e9b4] {
  background: #d42717;
}
.back-darkblue[data-v-92e9e9b4] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-92e9e9b4] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-92e9e9b4] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-92e9e9b4] {
  background: #3e3d40;
}
.back-midgray[data-v-92e9e9b4] {
  background: #ececec;
}
.back-gray[data-v-92e9e9b4] {
  background: #a5afb9;
}
.back-black[data-v-92e9e9b4] {
  background: #121212;
}
.back-transparent[data-v-92e9e9b4] {
  background: transparent;
}
.back-white[data-v-92e9e9b4] {
  background: #fff !important;
}
.back-white-simple[data-v-92e9e9b4] {
  background-color: #fff;
}
.back-lightgray[data-v-92e9e9b4] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-92e9e9b4] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-92e9e9b4] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-92e9e9b4] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-92e9e9b4] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-92e9e9b4] {
  background: #D6DFE4;
}
.bg-aside[data-v-92e9e9b4] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-92e9e9b4] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-92e9e9b4] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-92e9e9b4] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-92e9e9b4] {
  background: #fff;
}
.back-item-odd-white[data-v-92e9e9b4]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-92e9e9b4] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-92e9e9b4] {
  position: relative;
}
.absolute[data-v-92e9e9b4] {
  position: absolute;
}
.fixed[data-v-92e9e9b4] {
  position: fixed;
}
.fixed-bottom[data-v-92e9e9b4] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-92e9e9b4] {
  position: sticky;
}
.sticky.active[data-v-92e9e9b4] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-92e9e9b4] {
  bottom: 0;
}
.right0[data-v-92e9e9b4] {
  right: 0 !important;
}
.left0[data-v-92e9e9b4] {
  left: 0 !important;
}
.leftPositionControl[data-v-92e9e9b4] {
  left: -10px;
}
.width100-50[data-v-92e9e9b4] {
  width: 100%;
}
.width100-40[data-v-92e9e9b4] {
  width: 100%;
}
.min-width100[data-v-92e9e9b4] {
  min-width: 100%;
}
.min-width90[data-v-92e9e9b4] {
  min-width: 90%;
}
.min-width80[data-v-92e9e9b4] {
  min-width: 80% !important;
}
.min-width70[data-v-92e9e9b4] {
  min-width: 70%;
}
.min-width60[data-v-92e9e9b4] {
  min-width: 60%;
}
.min-width50[data-v-92e9e9b4] {
  max-width: 50%;
}
.min-width45[data-v-92e9e9b4] {
  min-width: 45%;
}
.min-width40[data-v-92e9e9b4] {
  min-width: 40%;
}
.min-width30[data-v-92e9e9b4] {
  min-width: 30%;
}
.min-width20[data-v-92e9e9b4] {
  min-width: 20%;
}
.min-width25[data-v-92e9e9b4] {
  min-width: 25%;
}
.min-width10[data-v-92e9e9b4] {
  min-width: 10%;
}
.width100[data-v-92e9e9b4] {
  width: 100%;
}
.width90[data-v-92e9e9b4] {
  width: 90%;
}
.width80[data-v-92e9e9b4] {
  width: 80% !important;
}
.width70[data-v-92e9e9b4] {
  width: 70%;
}
.width60[data-v-92e9e9b4] {
  width: 60%;
}
.width50[data-v-92e9e9b4] {
  width: 50%;
}
.width45[data-v-92e9e9b4] {
  width: 45%;
}
.width40[data-v-92e9e9b4] {
  width: 40%;
}
.width30[data-v-92e9e9b4] {
  width: 30%;
}
.width20[data-v-92e9e9b4] {
  width: 20%;
}
.width25[data-v-92e9e9b4] {
  width: 25%;
}
.width10[data-v-92e9e9b4] {
  width: 10%;
}
.width-min[data-v-92e9e9b4] {
  width: min-content;
}
.max-width800[data-v-92e9e9b4] {
  max-width: 800px;
}
.widthCenter[data-v-92e9e9b4] {
  width: 80%;
}
.max-width600[data-v-92e9e9b4] {
  max-width: 600px;
}
.max-width300[data-v-92e9e9b4] {
  max-width: 300px;
}
.widthHalf[data-v-92e9e9b4] {
  width: 50%;
}
.width-sellProductImg-control[data-v-92e9e9b4] {
  width: 150px;
}
.top-control-sellProduct[data-v-92e9e9b4] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-92e9e9b4] {
  width: 100%;
}
.width-cuotas-control-item[data-v-92e9e9b4] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-92e9e9b4] {
  width: 163px;
}
.width-control-btn-inline[data-v-92e9e9b4] {
  width: 195px;
}
.width-controll-buys-item[data-v-92e9e9b4] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-92e9e9b4] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-92e9e9b4] {
  width: 180px;
}
.width-pasarela-img-control[data-v-92e9e9b4] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-92e9e9b4] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-92e9e9b4] {
  width: 95%;
}
.width-pasarela[data-v-92e9e9b4] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-92e9e9b4]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-92e9e9b4]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-92e9e9b4]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-92e9e9b4]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-92e9e9b4] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-92e9e9b4] {
  max-height: 100%;
}
.height220[data-v-92e9e9b4] {
  height: 220px;
}
.height100vh[data-v-92e9e9b4] {
  height: 100vh !important;
}
.heightFilters[data-v-92e9e9b4] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-92e9e9b4] {
  height: 100%;
}
.height-aside[data-v-92e9e9b4] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-92e9e9b4] {
  height: 0px;
}
.heightBox[data-v-92e9e9b4] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-92e9e9b4] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-92e9e9b4] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-92e9e9b4] {
  justify-content: center;
}
.pointer[data-v-92e9e9b4] {
  cursor: pointer !important;
}
.cursor-move[data-v-92e9e9b4] {
  cursor: move !important;
}
.cursor-not[data-v-92e9e9b4] {
  cursor: not-allowed !important;
}
.events-none[data-v-92e9e9b4] {
  pointer-events: none;
}
.shadow[data-v-92e9e9b4] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-92e9e9b4] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-92e9e9b4] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-92e9e9b4] {
  transition: 0.3s;
}
.hoverShadow[data-v-92e9e9b4]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-92e9e9b4] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-92e9e9b4] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-92e9e9b4] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-92e9e9b4] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-92e9e9b4] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-92e9e9b4] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-92e9e9b4] {
  width: 40px;
  height: 40px;
}
.square35[data-v-92e9e9b4] {
  width: 35px;
  height: 35px;
}
.square30[data-v-92e9e9b4] {
  width: 30px;
  height: 30px;
}
.square25[data-v-92e9e9b4] {
  width: 25px;
  height: 25px;
}
.square12[data-v-92e9e9b4] {
  width: 12px;
  height: 12px;
}
.square15[data-v-92e9e9b4] {
  width: 15px;
  height: 15px;
}
.square17[data-v-92e9e9b4] {
  width: 17px;
  height: 17px;
}
.square18[data-v-92e9e9b4] {
  width: 18px;
  height: 18px;
}
.square20[data-v-92e9e9b4] {
  width: 20px;
  height: 20px;
}
.square50[data-v-92e9e9b4] {
  width: 50px;
  height: 50px;
}
.square70[data-v-92e9e9b4] {
  width: 70px;
  height: 70px;
}
.square55[data-v-92e9e9b4] {
  width: 55px;
  height: 55px;
}
.square100[data-v-92e9e9b4] {
  width: 100px;
  height: 100px;
}
.square10[data-v-92e9e9b4] {
  width: 10px;
  height: 10px;
}
.square200[data-v-92e9e9b4] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-92e9e9b4] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-92e9e9b4] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-92e9e9b4] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-92e9e9b4] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-92e9e9b4] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-92e9e9b4] {
  overflow-y: hidden;
}
.remove-scroll[data-v-92e9e9b4] {
  overflow-y: hidden;
}
.active-scroll[data-v-92e9e9b4] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-92e9e9b4] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-92e9e9b4] {
  overflow: hidden !important;
}
.overflow-auto[data-v-92e9e9b4] {
  overflow: auto !important;
}
.hidden[data-v-92e9e9b4] {
  visibility: hidden;
}
.offscreen[data-v-92e9e9b4] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-92e9e9b4] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-92e9e9b4] {
  opacity: 0;
}
.opacity30[data-v-92e9e9b4] {
  opacity: 0.3;
}
.opacity50[data-v-92e9e9b4] {
  opacity: 0.5;
}
.opacity70[data-v-92e9e9b4] {
  opacity: 0.7;
}
.opacity80[data-v-92e9e9b4] {
  opacity: 0.8;
}
.transition30[data-v-92e9e9b4] {
  transition: 0.3s;
}
.cleared[data-v-92e9e9b4] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-92e9e9b4] {
  transition: 0.1s;
}
.hover-green[data-v-92e9e9b4]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-92e9e9b4] {
  animation: aside-92e9e9b4 0.5s reverse;
}
.aside-leave-active[data-v-92e9e9b4] {
  animation: aside-92e9e9b4 0.5s;
}
.asideContent-enter-active[data-v-92e9e9b4] {
  animation: asideContent-92e9e9b4 0.3s reverse;
}
.asideContent-leave-active[data-v-92e9e9b4] {
  animation: asideContent-92e9e9b4 0.3s;
}
@keyframes aside-92e9e9b4 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-92e9e9b4 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-92e9e9b4 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-92e9e9b4] {
  animation: spin-92e9e9b4 2s infinite;
}
@keyframes spin-92e9e9b4 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-92e9e9b4] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-92e9e9b4] {
  padding: 3px;
}
.carousel__pagination-button[data-v-92e9e9b4] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-92e9e9b4] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-92e9e9b4]::after {
  display: none !important;
}
.pagination[data-v-92e9e9b4] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-92e9e9b4] {
  display: inline;
}
.pagination > li > a[data-v-92e9e9b4], .pagination > li > span[data-v-92e9e9b4] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-92e9e9b4], .pagination > li:first-child > span[data-v-92e9e9b4] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-92e9e9b4], .pagination > li:last-child > span[data-v-92e9e9b4] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-92e9e9b4]:hover, .pagination > li > span[data-v-92e9e9b4]:hover, .pagination > li > a[data-v-92e9e9b4]:focus, .pagination > li > span[data-v-92e9e9b4]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-92e9e9b4], .pagination > .active > span[data-v-92e9e9b4], .pagination > .active > a[data-v-92e9e9b4]:hover, .pagination > .active > span[data-v-92e9e9b4]:hover, .pagination > .active > a[data-v-92e9e9b4]:focus, .pagination > .active > span[data-v-92e9e9b4]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-92e9e9b4] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-92e9e9b4]:hover, .pagination > .disabled > span[data-v-92e9e9b4]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-92e9e9b4] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-92e9e9b4]:hover, .pagination > .disabled > a[data-v-92e9e9b4]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-92e9e9b4], .pagination-lg > li > span[data-v-92e9e9b4] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-92e9e9b4], .pagination-lg > li:first-child > span[data-v-92e9e9b4] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-92e9e9b4], .pagination-lg > li:last-child > span[data-v-92e9e9b4] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-92e9e9b4], .pagination-sm > li > span[data-v-92e9e9b4] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-92e9e9b4], .pagination-sm > li:first-child > span[data-v-92e9e9b4] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-92e9e9b4], .pagination-sm > li:last-child > span[data-v-92e9e9b4] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-92e9e9b4] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-92e9e9b4] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-92e9e9b4] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-92e9e9b4] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-92e9e9b4] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-92e9e9b4] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-92e9e9b4] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-92e9e9b4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-92e9e9b4] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-92e9e9b4]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-92e9e9b4] {
  overflow: unset !important;
}
.btn-shadow[data-v-92e9e9b4] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-92e9e9b4] {
  margin-left: 0px;
}
.reset-button[data-v-92e9e9b4] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-92e9e9b4] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-92e9e9b4]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-92e9e9b4] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-92e9e9b4] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-92e9e9b4],
.btn-finalize[data-v-92e9e9b4] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-92e9e9b4] {
  right: 7px;
}
.btn-finalize[data-v-92e9e9b4] {
  left: 7px;
}
.tab-counter[data-v-92e9e9b4] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-92e9e9b4] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-92e9e9b4] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-92e9e9b4] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-92e9e9b4] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-92e9e9b4] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-92e9e9b4] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-92e9e9b4] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-92e9e9b4] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-92e9e9b4] {
  transition: 0.5s;
}
.tab[data-v-92e9e9b4]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-92e9e9b4] {
  color: #2980b9;
}
.tab.active[data-v-92e9e9b4]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-92e9e9b4] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-92e9e9b4] {
  width: 220px;
}
.badge-display[data-v-92e9e9b4], .badge-display2[data-v-92e9e9b4] {
  min-width: 224px;
}
.my-badge[data-v-92e9e9b4] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-92e9e9b4] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-92e9e9b4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-92e9e9b4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-92e9e9b4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-92e9e9b4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-92e9e9b4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-92e9e9b4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-92e9e9b4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-92e9e9b4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-92e9e9b4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-92e9e9b4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-92e9e9b4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-92e9e9b4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-92e9e9b4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-92e9e9b4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-92e9e9b4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-92e9e9b4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-92e9e9b4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-92e9e9b4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-92e9e9b4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-92e9e9b4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-92e9e9b4] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-92e9e9b4] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-92e9e9b4] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-92e9e9b4] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-92e9e9b4] {
  flex-wrap: wrap;
}
.vueperslide[data-v-92e9e9b4] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-92e9e9b4] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-92e9e9b4] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-92e9e9b4] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-92e9e9b4] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-92e9e9b4] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-92e9e9b4] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-92e9e9b4] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-92e9e9b4] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-92e9e9b4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-92e9e9b4] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-92e9e9b4] {
  width: 100%;
}
.img-product-detail[data-v-92e9e9b4] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-92e9e9b4] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-92e9e9b4] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-92e9e9b4] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-92e9e9b4] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-92e9e9b4] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-92e9e9b4] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-92e9e9b4] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-92e9e9b4] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-92e9e9b4] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-92e9e9b4] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-92e9e9b4] {
  text-align: center;
}
.modal-enter[data-v-92e9e9b4], .modal-leave-active[data-v-92e9e9b4] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-92e9e9b4], .modal-leave-active .modal-container[data-v-92e9e9b4] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-92e9e9b4] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-92e9e9b4] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-92e9e9b4] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-92e9e9b4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-92e9e9b4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-92e9e9b4] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-92e9e9b4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-92e9e9b4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-92e9e9b4] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-92e9e9b4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-92e9e9b4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-92e9e9b4] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-92e9e9b4]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-92e9e9b4] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-92e9e9b4] {
  display: none;
}
.vdp-datepicker input[data-v-92e9e9b4] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-92e9e9b4]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-92e9e9b4] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-92e9e9b4] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-92e9e9b4 ease-in-out infinite;
}
.vue-treeselect__control[data-v-92e9e9b4] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-92e9e9b4] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-92e9e9b4] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-92e9e9b4] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-92e9e9b4] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-92e9e9b4] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-92e9e9b4] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-92e9e9b4] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-92e9e9b4 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-92e9e9b4 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-92e9e9b4 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-92e9e9b4 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-92e9e9b4 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-92e9e9b4 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-92e9e9b4],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-92e9e9b4] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-92e9e9b4] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-92e9e9b4] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-92e9e9b4],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-92e9e9b4] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-92e9e9b4] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-92e9e9b4] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-92e9e9b4] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-92e9e9b4],
.vue-treeselect span[data-v-92e9e9b4] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-92e9e9b4] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-92e9e9b4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-92e9e9b4]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-92e9e9b4] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-92e9e9b4] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-92e9e9b4],
.vue-treeselect__control[data-v-92e9e9b4]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-92e9e9b4] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-92e9e9b4] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-92e9e9b4],
.vue-treeselect__multi-value[data-v-92e9e9b4] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-92e9e9b4] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-92e9e9b4] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-92e9e9b4] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-92e9e9b4] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-92e9e9b4],
.vue-treeselect__single-value[data-v-92e9e9b4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-92e9e9b4] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-92e9e9b4] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-92e9e9b4] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-92e9e9b4] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-92e9e9b4] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-92e9e9b4]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-92e9e9b4] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-92e9e9b4] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-92e9e9b4],
.vue-treeselect__multi-value-label[data-v-92e9e9b4] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-92e9e9b4] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-92e9e9b4] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-92e9e9b4],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-92e9e9b4] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-92e9e9b4] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-92e9e9b4] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-92e9e9b4] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-92e9e9b4] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-92e9e9b4] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-92e9e9b4] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-92e9e9b4] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-92e9e9b4] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-92e9e9b4] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-92e9e9b4] {
  display: none;
}
.vue-treeselect__input[data-v-92e9e9b4],
.vue-treeselect__sizer[data-v-92e9e9b4] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-92e9e9b4] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-92e9e9b4]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-92e9e9b4] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-92e9e9b4] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-92e9e9b4] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-92e9e9b4] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-92e9e9b4 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-92e9e9b4 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-92e9e9b4]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-92e9e9b4] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-92e9e9b4] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-92e9e9b4] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-92e9e9b4] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-92e9e9b4] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-92e9e9b4] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-92e9e9b4] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-92e9e9b4] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-92e9e9b4] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-92e9e9b4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-92e9e9b4] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-92e9e9b4] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-92e9e9b4]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-92e9e9b4] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-92e9e9b4],
.vue-treeselect__option-arrow-placeholder[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-92e9e9b4] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-92e9e9b4] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-92e9e9b4],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-92e9e9b4] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-92e9e9b4] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-92e9e9b4] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-92e9e9b4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-92e9e9b4] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-92e9e9b4] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-92e9e9b4],
.vue-treeselect__minus-mark[data-v-92e9e9b4] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-92e9e9b4] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-92e9e9b4] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-92e9e9b4] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-92e9e9b4] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-92e9e9b4] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-92e9e9b4] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-92e9e9b4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-92e9e9b4] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-92e9e9b4] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-92e9e9b4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-92e9e9b4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-92e9e9b4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-92e9e9b4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-92e9e9b4] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-92e9e9b4] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-92e9e9b4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-92e9e9b4] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-92e9e9b4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-92e9e9b4] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-92e9e9b4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-92e9e9b4] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-92e9e9b4] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-92e9e9b4]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-92e9e9b4] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-92e9e9b4]::before,
.vue-treeselect__icon-error[data-v-92e9e9b4]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-92e9e9b4]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-92e9e9b4]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-92e9e9b4] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-92e9e9b4 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-92e9e9b4 linear infinite;
}
.vue-treeselect__icon-loader[data-v-92e9e9b4]::before,
.vue-treeselect__icon-loader[data-v-92e9e9b4]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-92e9e9b4 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-92e9e9b4 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-92e9e9b4]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-92e9e9b4]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-92e9e9b4],
.vac-loader-wrapper[data-v-92e9e9b4] {
  display: none !important;
}
.vac-room-name[data-v-92e9e9b4] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-92e9e9b4] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-92e9e9b4] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-92e9e9b4] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-92e9e9b4] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-92e9e9b4] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-92e9e9b4] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-92e9e9b4] {
  min-height: 24px !important;
}
.tagWarn[data-v-92e9e9b4] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-92e9e9b4]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-92e9e9b4] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-92e9e9b4]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-92e9e9b4]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-92e9e9b4] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-92e9e9b4] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-92e9e9b4] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-92e9e9b4] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-92e9e9b4]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-92e9e9b4] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-92e9e9b4]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-92e9e9b4] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-92e9e9b4] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-92e9e9b4] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-92e9e9b4]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-92e9e9b4] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-92e9e9b4]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-92e9e9b4] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-92e9e9b4]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-92e9e9b4]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-92e9e9b4] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-92e9e9b4] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-92e9e9b4] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-92e9e9b4]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-92e9e9b4] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-92e9e9b4] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-92e9e9b4] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-92e9e9b4]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-92e9e9b4] {
  font-size: 1.15em;
}
.my-select[data-v-92e9e9b4] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-92e9e9b4] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-92e9e9b4] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-92e9e9b4] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-92e9e9b4] {
  width: 160px;
}
.my-select[data-v-92e9e9b4] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-92e9e9b4] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-92e9e9b4] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-92e9e9b4] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-92e9e9b4] {
  width: 160px;
}
.input-cupon[data-v-92e9e9b4] {
  display: flex;
}
.input-cupon > div > span[data-v-92e9e9b4] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-92e9e9b4] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-92e9e9b4] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-92e9e9b4]:not(:checked),
input[type=checkbox].check[data-v-92e9e9b4]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-92e9e9b4],
input[type=checkbox].check:checked + label[data-v-92e9e9b4] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-92e9e9b4]:before,
input[type=checkbox].check:checked + label[data-v-92e9e9b4]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-92e9e9b4]:after,
input[type=checkbox].check:checked + label[data-v-92e9e9b4]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-92e9e9b4]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-92e9e9b4]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-92e9e9b4]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-92e9e9b4]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-92e9e9b4]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-92e9e9b4] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-92e9e9b4]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-92e9e9b4]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-92e9e9b4] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-92e9e9b4] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-92e9e9b4] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-92e9e9b4] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-92e9e9b4] {
  opacity: 1;
}
.multiselect__tag[data-v-92e9e9b4] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-92e9e9b4] {
  background: #2AA186 !important;
}
.multiselect[data-v-92e9e9b4] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-92e9e9b4]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-92e9e9b4] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-92e9e9b4] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-92e9e9b4]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-92e9e9b4]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-92e9e9b4]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-92e9e9b4]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-92e9e9b4] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-92e9e9b4] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-92e9e9b4] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-92e9e9b4] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-92e9e9b4] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-92e9e9b4] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-92e9e9b4]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-92e9e9b4]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-92e9e9b4]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-92e9e9b4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-92e9e9b4] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-92e9e9b4] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-92e9e9b4] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-92e9e9b4]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-92e9e9b4] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-92e9e9b4] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-92e9e9b4] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-92e9e9b4] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-92e9e9b4] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-92e9e9b4] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-92e9e9b4]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-92e9e9b4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-92e9e9b4] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-92e9e9b4], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-92e9e9b4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-92e9e9b4] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-92e9e9b4] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-92e9e9b4], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-92e9e9b4] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-92e9e9b4], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-92e9e9b4] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-92e9e9b4]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-92e9e9b4]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-92e9e9b4] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-92e9e9b4] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-92e9e9b4] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-92e9e9b4] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-92e9e9b4] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-92e9e9b4] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-92e9e9b4] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-92e9e9b4] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-92e9e9b4] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-92e9e9b4] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-92e9e9b4] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-92e9e9b4] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-92e9e9b4] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-92e9e9b4] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-92e9e9b4] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-92e9e9b4]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-92e9e9b4] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-92e9e9b4] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-92e9e9b4] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-92e9e9b4] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-92e9e9b4] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-92e9e9b4] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-92e9e9b4] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-92e9e9b4] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-92e9e9b4], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-92e9e9b4] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-92e9e9b4] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-92e9e9b4] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-92e9e9b4] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-92e9e9b4] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-92e9e9b4] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-92e9e9b4] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-92e9e9b4] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-92e9e9b4], .v3-emoji-picker .v3-header[data-v-92e9e9b4] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-92e9e9b4] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-92e9e9b4] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-92e9e9b4] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-92e9e9b4]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-92e9e9b4], .v3-emoji-picker .v3-skin-tones[data-v-92e9e9b4] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-92e9e9b4]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-92e9e9b4] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-92e9e9b4] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-92e9e9b4] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-92e9e9b4], body[data-v-92e9e9b4] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-92e9e9b4], body.home[data-v-92e9e9b4] {
  background-color: #fff;
}
[data-v-92e9e9b4]:focus {
  outline: none !important;
}
a[data-v-92e9e9b4] {
  text-decoration: none;
}
a[data-v-92e9e9b4]:hover,
a[data-v-92e9e9b4]:focus {
  text-decoration: none;
}
img[data-v-92e9e9b4] {
  border: 0;
}
textarea[data-v-92e9e9b4] {
  resize: none;
}
h1[data-v-92e9e9b4],
h2[data-v-92e9e9b4],
h3[data-v-92e9e9b4],
h4[data-v-92e9e9b4],
h5[data-v-92e9e9b4],
h6[data-v-92e9e9b4] {
  font-weight: bold;
}
.step-list-in-progress[data-v-92e9e9b4] {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.step-list[data-v-92e9e9b4] {
  display: inline-block;
  vertical-align: top;
  min-width: 360px;
  margin: 5px;
}
@media (max-width: 375px) {
.step-list[data-v-92e9e9b4] {
    min-width: 290px;
    max-width: 290px;
}
}
.step-header[data-v-92e9e9b4] {
  height: 5vh;
  border-bottom: 4px #ffff solid;
  font: 18px;
}
.step-header-title[data-v-92e9e9b4] {
  width: 85%;
}
.step-header-counter[data-v-92e9e9b4] {
  width: 15%;
  color: white;
}
.step-body[data-v-92e9e9b4] {
  height: 80svh;
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.card-list-container[data-v-92e9e9b4] {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
[data-v-a4fdd987]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-a4fdd987] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-a4fdd987] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-a4fdd987] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-a4fdd987] {
  width: 100%;
}
.home-icon img[data-v-a4fdd987] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-a4fdd987] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-a4fdd987] {
  line-height: 30px;
}
.list-style-none[data-v-a4fdd987] {
  list-style: none;
}
.burger-menu[data-v-a4fdd987] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-a4fdd987] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-a4fdd987] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-a4fdd987] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-a4fdd987] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-a4fdd987] {
  position: relative;
}
.card-product .my-close[data-v-a4fdd987] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-a4fdd987] {
  margin: 0;
}
.filtro-form input[data-v-a4fdd987] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-a4fdd987] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-a4fdd987] {
  padding: 20px 0 0;
}
.img-tiny[data-v-a4fdd987] {
  width: 80px;
}
.img-item img[data-v-a4fdd987] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-a4fdd987] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-a4fdd987] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-a4fdd987]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-a4fdd987] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-a4fdd987] {
  margin-left: 10px;
}
.notifications section[data-v-a4fdd987] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-a4fdd987] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-a4fdd987] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-a4fdd987],
.list-complete-leave-to[data-v-a4fdd987] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-a4fdd987] {
  position: absolute;
}
#_op_data_r[data-v-a4fdd987],
#_op_data_antifraud[data-v-a4fdd987] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-a4fdd987],
iframe#_op_data_antifraud[data-v-a4fdd987],
iframe#device_profile[data-v-a4fdd987],
iframe#thm_mp_cntnr[data-v-a4fdd987] {
  position: absolute !important;
}
iframe[data-v-a4fdd987] {
  background: #fff !important;
}
.main-content[data-v-a4fdd987] {
  padding-top: 30px;
}
.card-contactStory[data-v-a4fdd987] {
  width: 93vw;
}
.card-contactStory img[data-v-a4fdd987] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-a4fdd987] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-a4fdd987] {
  width: 280px;
}
.dropped[data-v-a4fdd987] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-a4fdd987] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-a4fdd987]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-a4fdd987] {
  display: block !important;
}
.dropped .dropdown a[data-v-a4fdd987] {
  color: #fff;
}
.dropped .dropdown a[data-v-a4fdd987]:hover {
  text-decoration: underline;
}
.line-height25[data-v-a4fdd987] {
  line-height: 25px;
}
aside[data-v-a4fdd987] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-a4fdd987] {
  height: 100vh;
}
.my-header[data-v-a4fdd987] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-a4fdd987] {
  position: inherit !important;
}
.my-header-menu[data-v-a4fdd987] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-a4fdd987] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-a4fdd987]:hover {
  background: hannah;
}
.menu-api-activate[data-v-a4fdd987] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-a4fdd987] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-a4fdd987] {
  position: relative;
}
.menu-api-item a[data-v-a4fdd987]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-a4fdd987] {
  padding: 0 !important;
}
.card-product[data-v-a4fdd987] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-a4fdd987] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-a4fdd987] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-a4fdd987] {
  margin: 0;
}
.sticky-home[data-v-a4fdd987] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-a4fdd987] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-a4fdd987]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-a4fdd987] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-a4fdd987]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-a4fdd987] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-a4fdd987]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-a4fdd987] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-a4fdd987] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-a4fdd987] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-a4fdd987]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-a4fdd987] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-a4fdd987] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-a4fdd987] {
  display: block !important;
}
.leftPositionSubMenu[data-v-a4fdd987] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-a4fdd987] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-a4fdd987],
.circle-toggle-box[data-v-a4fdd987] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-a4fdd987] {
  left: 44px !important;
}
.triangleStatus[data-v-a4fdd987]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-a4fdd987] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-a4fdd987] {
  overflow: visible !important;
}
.width-max80[data-v-a4fdd987] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-a4fdd987] {
  display: flex !important;
}
.flex-none[data-v-a4fdd987] {
  flex: none;
}
.flex-nowrap[data-v-a4fdd987] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-a4fdd987] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-a4fdd987] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-a4fdd987] {
  flex-direction: column;
}
.flex-col-row[data-v-a4fdd987] {
  flex-direction: column;
}
.flex-row[data-v-a4fdd987] {
  flex-direction: row;
}
.flex-between-align[data-v-a4fdd987] {
  align-content: space-between;
}
.flex-middle[data-v-a4fdd987] {
  align-items: center;
}
.flex-bottom[data-v-a4fdd987] {
  align-items: flex-end;
}
.flex-between[data-v-a4fdd987] {
  justify-content: space-between;
}
.flex-center[data-v-a4fdd987] {
  justify-content: center;
}
.flex-right[data-v-a4fdd987] {
  justify-content: flex-end;
}
.flex-left[data-v-a4fdd987] {
  justify-content: flex-start;
}
.flex-evenly[data-v-a4fdd987] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-a4fdd987] {
  flex-grow: 1;
}
.flex-grow-2[data-v-a4fdd987] {
  flex-grow: 2;
}
.flex-grow-3[data-v-a4fdd987] {
  flex-grow: 3;
}
.flex-grow-4[data-v-a4fdd987] {
  flex-grow: 4;
}
.flex-grow-5[data-v-a4fdd987] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-a4fdd987] {
  align-items: flex-start;
}
.flex800[data-v-a4fdd987] {
  display: none;
}
.flexc-flex[data-v-a4fdd987] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-a4fdd987] {
  display: none;
}
.flex-display-50-10[data-v-a4fdd987] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-a4fdd987] {
  display: none;
}
.show760[data-v-a4fdd987] {
  display: none;
}
.hide[data-v-a4fdd987] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-a4fdd987] {
    display: block !important;
}
.badge-display[data-v-a4fdd987] {
    display: none;
}
.badge-display2[data-v-a4fdd987] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-a4fdd987] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-a4fdd987] {
    display: block;
}
.badge-display2[data-v-a4fdd987] {
    display: none;
}
.fix-width[data-v-a4fdd987] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-a4fdd987] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-a4fdd987] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-a4fdd987] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-a4fdd987] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-a4fdd987] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-a4fdd987] {
    width: 50%;
}
.width100-40[data-v-a4fdd987] {
    width: 40%;
}
.show600[data-v-a4fdd987] {
    display: block;
}
.width-controll-btn-typeweek[data-v-a4fdd987] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-a4fdd987] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-a4fdd987] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-a4fdd987] {
    width: 220px !important;
}
.leftPositionControl[data-v-a4fdd987] {
    left: -40px !important;
}
.container-tipo-envio[data-v-a4fdd987] {
    display: flex;
}
.width-controll-buys-item[data-v-a4fdd987] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-a4fdd987] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-a4fdd987] {
    top: 380px !important;
}
.my-header-menu[data-v-a4fdd987] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-a4fdd987] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-a4fdd987] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-a4fdd987] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-a4fdd987] {
    min-width: 400px;
}
.cart-btn-add[data-v-a4fdd987] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-a4fdd987] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-a4fdd987] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-a4fdd987] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-a4fdd987] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-a4fdd987] {
    justify-content: left;
}
.flex-mid[data-v-a4fdd987] {
    display: flex !important;
}
.msg-stock[data-v-a4fdd987] {
    padding: 10px 0 0;
}
.counter-cart[data-v-a4fdd987] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-a4fdd987] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-a4fdd987] {
    display: none;
}
.badge-display2[data-v-a4fdd987] {
    display: block;
}
.show760[data-v-a4fdd987] {
    display: block;
}
.hide760[data-v-a4fdd987] {
    display: none;
}
.grid-products[data-v-a4fdd987] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-a4fdd987] {
    margin: auto;
}
.mr-h[data-v-a4fdd987] {
    margin: auto;
}
.width-control-otherProducts[data-v-a4fdd987] {
    width: 170px !important;
}
.leftPositionControl[data-v-a4fdd987] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-a4fdd987] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-a4fdd987] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-a4fdd987] {
    width: 30vw !important;
}
.product-item[data-v-a4fdd987] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-a4fdd987] {
    width: 90% !important;
}
.my-container[data-v-a4fdd987] {
    width: 680px !important;
}
.login[data-v-a4fdd987] {
    width: 310px !important;
}
.width-cuotas-control[data-v-a4fdd987] {
    width: 278px !important;
}
.flexc-flex[data-v-a4fdd987] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-a4fdd987] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-a4fdd987] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-a4fdd987] {
    height: 140px;
}
.width-control-input-chat[data-v-a4fdd987] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-a4fdd987] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-a4fdd987] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-a4fdd987] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-a4fdd987] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-a4fdd987] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-a4fdd987] {
    width: 270px !important;
}
.leftPositionControl[data-v-a4fdd987] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-a4fdd987] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-a4fdd987] {
    width: 17vw !important;
}
.filters-wrap[data-v-a4fdd987] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-a4fdd987] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-a4fdd987] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-a4fdd987] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-a4fdd987] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-a4fdd987] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-a4fdd987] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-a4fdd987] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-a4fdd987]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-a4fdd987] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-a4fdd987] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-a4fdd987]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-a4fdd987] {
    max-width: 330px !important;
}
.iterable-box[data-v-a4fdd987] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-a4fdd987] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-a4fdd987] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-a4fdd987] {
    width: 160px !important;
}
.my-container[data-v-a4fdd987] {
    width: 800px !important;
}
.search-btn-box[data-v-a4fdd987] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-a4fdd987] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-a4fdd987] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-a4fdd987] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-a4fdd987] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-a4fdd987] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-a4fdd987] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-a4fdd987] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-a4fdd987] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-a4fdd987] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-a4fdd987] {
    width: 280px !important;
}
.width300-desktop[data-v-a4fdd987] {
    width: 300px !important;
}
.concept-item-stats[data-v-a4fdd987] {
    width: 80%;
}
.widthHalf-desktop[data-v-a4fdd987] {
    width: 50% !important;
}
.column-desktop[data-v-a4fdd987] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-a4fdd987] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-a4fdd987] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-a4fdd987] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-a4fdd987],
.flex-desktop[data-v-a4fdd987] {
    display: flex !important;
}
.block-desktop[data-v-a4fdd987] {
    display: block !important;
}
.hide-desktop[data-v-a4fdd987] {
    display: none !important;
}
.fixButton[data-v-a4fdd987] {
    top: -20px;
}
.width-cuotas-control[data-v-a4fdd987] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-a4fdd987] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-a4fdd987] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-a4fdd987] {
    display: none !important;
}
.bottom10-desktop[data-v-a4fdd987] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-a4fdd987] {
    left: -125px !important;
}
.grid-products[data-v-a4fdd987] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-a4fdd987] {
    width: 1000px !important;
}
.showFullDesktop[data-v-a4fdd987] {
    display: block !important;
}
.leftPositionControl[data-v-a4fdd987] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-a4fdd987] {
    display: none !important;
}
.show-only-desktop[data-v-a4fdd987] {
    display: flex !important;
}
.leftPositionControl[data-v-a4fdd987] {
    left: -260px !important;
}
.catalog-container[data-v-a4fdd987] {
    margin: unset;
}
.carrito-catalog[data-v-a4fdd987] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-a4fdd987] {
    left: -280px !important;
}
}
.grid-container[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-a4fdd987] {
  grid-column: span 1;
}
.grid-item-1[data-v-a4fdd987] {
  grid-column: span 1;
}
.grid-item-2[data-v-a4fdd987] {
  grid-column: span 2;
}
.grid-item-3[data-v-a4fdd987] {
  grid-column: span 3;
}
.grid-item-4[data-v-a4fdd987] {
  grid-column: span 4;
}
.grid-item-5[data-v-a4fdd987] {
  grid-column: span 5;
}
.grid-item-6[data-v-a4fdd987] {
  grid-column: span 6;
}
.grid-item-7[data-v-a4fdd987] {
  grid-column: span 7;
}
.grid-item-8[data-v-a4fdd987] {
  grid-column: span 8;
}
.grid-item-9[data-v-a4fdd987] {
  grid-column: span 9;
}
.grid-item-10[data-v-a4fdd987] {
  grid-column: span 10;
}
.grid-item-11[data-v-a4fdd987] {
  grid-column: span 11;
}
.grid-item-12[data-v-a4fdd987] {
  grid-column: span 12;
}
.grid-cart[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-a4fdd987] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-a4fdd987] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-a4fdd987] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-a4fdd987] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-a4fdd987] {
  gap: 10px;
}
.gap20[data-v-a4fdd987] {
  gap: 20px;
}
.grid-box[data-v-a4fdd987] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-a4fdd987],
.grid-3 div[data-v-a4fdd987],
.grid-4 div[data-v-a4fdd987] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-a4fdd987] {
  background: #fff;
}
.grid-item-odd[data-v-a4fdd987]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-a4fdd987] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-a4fdd987] {
  max-width: 350px;
}
.margin0[data-v-a4fdd987] {
  margin: 0 !important;
}
.margin0-5[data-v-a4fdd987] {
  margin: 0 5px;
}
.margin10-0[data-v-a4fdd987] {
  margin: 10px 0;
}
.margin10-5[data-v-a4fdd987] {
  margin: 10px 5px;
}
.margin0-10[data-v-a4fdd987] {
  margin: 0 10px;
}
.margin0-15[data-v-a4fdd987] {
  margin: 0 15px;
}
.margin15-0[data-v-a4fdd987] {
  margin: 15px 0px;
}
.margin20-0[data-v-a4fdd987] {
  margin: 20px 0;
}
.margin20-10[data-v-a4fdd987] {
  margin: 20px 10px;
}
.margin30-0[data-v-a4fdd987] {
  margin: 30px 0;
}
.margin40-0[data-v-a4fdd987] {
  margin: 40px 0;
}
.margin20-40[data-v-a4fdd987] {
  margin: 20px 40px;
}
.margin0-20[data-v-a4fdd987] {
  margin: 0 20px;
}
.margin5[data-v-a4fdd987] {
  margin: 5px;
}
.margin5-0[data-v-a4fdd987] {
  margin: 5px 0;
}
.margin10[data-v-a4fdd987] {
  margin: 10px;
}
.margin10-20[data-v-a4fdd987] {
  margin: 10px 20px;
}
.margin15[data-v-a4fdd987] {
  margin: 15px;
}
.margin20[data-v-a4fdd987] {
  margin: 20px;
}
.margin30[data-v-a4fdd987] {
  margin: 30px;
}
.margin50[data-v-a4fdd987] {
  margin: 50px;
}
.margin-right-auto[data-v-a4fdd987] {
  margin-right: auto;
}
.margin-left-auto[data-v-a4fdd987] {
  margin-left: auto;
}
.ml-h[data-v-a4fdd987] {
  margin-left: auto;
}
.mr-h[data-v-a4fdd987] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-a4fdd987] {
  margin-bottom: 5px;
}
.margin-top5[data-v-a4fdd987] {
  margin-top: 5px !important;
}
.margin-top10[data-v-a4fdd987] {
  margin-top: 10px !important;
}
.margin-top15[data-v-a4fdd987] {
  margin-top: 15px !important;
}
.margin-top20[data-v-a4fdd987] {
  margin-top: 20px !important;
}
.margin-top30[data-v-a4fdd987] {
  margin-top: 30px !important;
}
.margin-top35[data-v-a4fdd987] {
  margin-top: 35px !important;
}
.margin-top40[data-v-a4fdd987] {
  margin-top: 40px !important;
}
.margin-top50[data-v-a4fdd987] {
  margin-top: 50px !important;
}
.margin-top60[data-v-a4fdd987] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-a4fdd987] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-a4fdd987] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-a4fdd987] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-a4fdd987] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-a4fdd987] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-a4fdd987] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-a4fdd987] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-a4fdd987] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-a4fdd987] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-a4fdd987] {
  margin-left: 5px !important;
}
.margin-left10[data-v-a4fdd987] {
  margin-left: 10px !important;
}
.margin-left15[data-v-a4fdd987] {
  margin-left: 15px !important;
}
.margin-left20[data-v-a4fdd987] {
  margin-left: 20px !important;
}
.margin-left30[data-v-a4fdd987] {
  margin-left: 30px !important;
}
.margin-left35[data-v-a4fdd987] {
  margin-left: 35px !important;
}
.margin-left40[data-v-a4fdd987] {
  margin-left: 40px !important;
}
.margin-left50[data-v-a4fdd987] {
  margin-left: 50px !important;
}
.margin-left60[data-v-a4fdd987] {
  margin-left: 60px !important;
}
.margin-right5[data-v-a4fdd987] {
  margin-right: 5px !important;
}
.margin-right10[data-v-a4fdd987] {
  margin-right: 10px !important;
}
.margin-right15[data-v-a4fdd987] {
  margin-right: 15px !important;
}
.margin-right20[data-v-a4fdd987] {
  margin-right: 20px !important;
}
.margin-right30[data-v-a4fdd987] {
  margin-right: 30px !important;
}
.margin-right35[data-v-a4fdd987] {
  margin-right: 35px !important;
}
.margin-right40[data-v-a4fdd987] {
  margin-right: 40px !important;
}
.margin-right50[data-v-a4fdd987] {
  margin-right: 50px !important;
}
.margin-right60[data-v-a4fdd987] {
  margin-right: 60px !important;
}
.my-5[data-v-a4fdd987] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-a4fdd987] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-a4fdd987] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-a4fdd987] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-a4fdd987] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-a4fdd987] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-a4fdd987] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-a4fdd987] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-a4fdd987] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-a4fdd987] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-a4fdd987] {
  padding: 0 !important;
}
.padding5[data-v-a4fdd987] {
  padding: 5px;
}
.padding10[data-v-a4fdd987] {
  padding: 10px;
}
.padding15[data-v-a4fdd987] {
  padding: 15px;
}
.padding20[data-v-a4fdd987] {
  padding: 20px;
}
.padding30[data-v-a4fdd987] {
  padding: 30px;
}
.padding40[data-v-a4fdd987] {
  padding: 40px;
}
.padding40-0[data-v-a4fdd987] {
  padding: 40px 0;
}
.padding-left5[data-v-a4fdd987] {
  padding-left: 5px;
}
.padding-left10[data-v-a4fdd987] {
  padding-left: 10px;
}
.padding-left15[data-v-a4fdd987] {
  padding-left: 15px;
}
.padding-left20[data-v-a4fdd987] {
  padding-left: 20px;
}
.padding-right5[data-v-a4fdd987] {
  padding-right: 5px;
}
.padding-right10[data-v-a4fdd987] {
  padding-right: 10px;
}
.padding-right15[data-v-a4fdd987] {
  padding-right: 15px;
}
.padding-right20[data-v-a4fdd987] {
  padding-right: 20px;
}
.padding-right30[data-v-a4fdd987] {
  padding-right: 30px;
}
.padding-right40[data-v-a4fdd987] {
  padding-right: 40px;
}
.padding-top0[data-v-a4fdd987] {
  padding-top: 0px;
}
.padding-top5[data-v-a4fdd987] {
  padding-top: 5px;
}
.padding-top10[data-v-a4fdd987] {
  padding-top: 10px;
}
.padding-top15[data-v-a4fdd987] {
  padding-top: 15px;
}
.padding-top20[data-v-a4fdd987] {
  padding-top: 20px;
}
.padding-top30[data-v-a4fdd987] {
  padding-top: 30px;
}
.padding-top50[data-v-a4fdd987] {
  padding-top: 50px;
}
.padding-top60[data-v-a4fdd987] {
  padding-top: 60px;
}
.padding-top70[data-v-a4fdd987] {
  padding-top: 70px;
}
.padding-top90[data-v-a4fdd987] {
  padding-top: 90px;
}
.padding-top100[data-v-a4fdd987] {
  padding-top: 100px;
}
.padding-top120[data-v-a4fdd987] {
  padding-top: 120px;
}
.padding-top180[data-v-a4fdd987] {
  padding-top: 180px;
}
.padding-bottom0[data-v-a4fdd987] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-a4fdd987] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-a4fdd987] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-a4fdd987] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-a4fdd987] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-a4fdd987] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-a4fdd987] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-a4fdd987] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-a4fdd987] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-a4fdd987] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-a4fdd987] {
  padding-bottom: 240px;
}
.padding10-0[data-v-a4fdd987] {
  padding: 10px 0;
}
.padding10-5[data-v-a4fdd987] {
  padding: 10px 5px;
}
.padding0-5[data-v-a4fdd987] {
  padding: 0 5px;
}
.padding0-10[data-v-a4fdd987] {
  padding: 0 10px;
}
.padding0-15[data-v-a4fdd987] {
  padding: 0 15px;
}
.padding20-0[data-v-a4fdd987] {
  padding: 20px 0;
}
.padding20-10[data-v-a4fdd987] {
  padding: 20px 10px;
}
.padding15-20[data-v-a4fdd987] {
  padding: 15px 20px;
}
.padding15-0[data-v-a4fdd987] {
  padding: 15px 0px;
}
.padding20-5[data-v-a4fdd987] {
  padding: 20px 5px;
}
.padding0-20[data-v-a4fdd987] {
  padding: 0 20px;
}
.padding5-20[data-v-a4fdd987] {
  padding: 5px 20px;
}
.padding5-15[data-v-a4fdd987] {
  padding: 5px 15px;
}
.padding5-10[data-v-a4fdd987] {
  padding: 5px 10px;
}
.padding15-10[data-v-a4fdd987] {
  padding: 15px 10px;
}
.padding1em[data-v-a4fdd987] {
  padding: 1em;
}
.padding10-20[data-v-a4fdd987] {
  padding: 10px 20px;
}
.padding5-0[data-v-a4fdd987] {
  padding: 5px 0;
}
.padding30-10[data-v-a4fdd987] {
  padding: 30px 10px;
}
.px-5[data-v-a4fdd987] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-a4fdd987] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-a4fdd987] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-a4fdd987] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-a4fdd987] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-a4fdd987] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-a4fdd987] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-a4fdd987] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-a4fdd987] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-a4fdd987] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-a4fdd987] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-a4fdd987] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-a4fdd987] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-a4fdd987] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-a4fdd987] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-a4fdd987] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-a4fdd987] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-a4fdd987] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-a4fdd987] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-a4fdd987] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-a4fdd987] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-a4fdd987] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-a4fdd987] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-a4fdd987] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-a4fdd987] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-a4fdd987] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-a4fdd987] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-a4fdd987] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-a4fdd987]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-a4fdd987] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-a4fdd987]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-a4fdd987] {
  border: 0 !important;
}
.borderRed[data-v-a4fdd987] {
  border-color: #f00 !important;
}
.border-aside[data-v-a4fdd987] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-a4fdd987] {
  border: none;
}
.borderLightgray[data-v-a4fdd987] {
  border: 1px solid lightgray;
}
.borderGray[data-v-a4fdd987] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-a4fdd987] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-a4fdd987] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-a4fdd987] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-a4fdd987] {
  border: 1px solid #fff;
}
.border2green[data-v-a4fdd987] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-a4fdd987] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-a4fdd987] {
  border: 2px solid #fff;
}
.border2gold[data-v-a4fdd987] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-a4fdd987] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-a4fdd987] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-a4fdd987] {
  border-color: #d42717 !important;
}
.border1green[data-v-a4fdd987] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-a4fdd987] {
  border-color: #f00 !important;
}
.border-fixed[data-v-a4fdd987] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-a4fdd987] {
  border-radius: 40px;
}
.radius30[data-v-a4fdd987] {
  border-radius: 30px;
}
.radius20[data-v-a4fdd987] {
  border-radius: 20px;
}
.radius15[data-v-a4fdd987] {
  border-radius: 15px;
}
.radius8[data-v-a4fdd987] {
  border-radius: 8px;
}
.radius3[data-v-a4fdd987] {
  border-radius: 3px !important;
}
.rounded[data-v-a4fdd987] {
  border-radius: 50%;
}
.rounded5[data-v-a4fdd987] {
  border-radius: 5px;
}
.round10[data-v-a4fdd987] {
  border-radius: 10px;
}
.box-border[data-v-a4fdd987] {
  box-sizing: border-box;
}
.text-center[data-v-a4fdd987] {
  text-align: center;
}
.text-right[data-v-a4fdd987] {
  text-align: right;
}
.text-left[data-v-a4fdd987] {
  text-align: left;
}
.text-lowercase[data-v-a4fdd987] {
  text-transform: lowercase;
}
.text-uppercase[data-v-a4fdd987] {
  text-transform: uppercase;
}
.text-capitalize[data-v-a4fdd987] {
  text-transform: capitalize !important;
}
.text-none[data-v-a4fdd987] {
  text-transform: none;
}
.text-ellipsis[data-v-a4fdd987] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-a4fdd987] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-a4fdd987]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-a4fdd987] {
  text-decoration: underline;
}
.text-underline[data-v-a4fdd987]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-a4fdd987] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-a4fdd987] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-a4fdd987] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-a4fdd987] {
  word-break: break-all;
}
.font-bold[data-v-a4fdd987] {
  font-weight: bold;
}
.price-through[data-v-a4fdd987] {
  text-decoration: line-through;
}
.font-italic[data-v-a4fdd987] {
  font-style: italic;
}
.font095em[data-v-a4fdd987] {
  font-size: 0.95em;
}
.font1em[data-v-a4fdd987] {
  font-size: 1em !important;
}
.font2em[data-v-a4fdd987] {
  font-size: 2em;
}
.font2-2em[data-v-a4fdd987] {
  font-size: 2.2em;
}
.font3em[data-v-a4fdd987] {
  font-size: 3em;
}
.font4em[data-v-a4fdd987] {
  font-size: 4em;
}
.font1-5em[data-v-a4fdd987] {
  font-size: 1.5em;
}
.font1-7em[data-v-a4fdd987] {
  font-size: 1.7em;
}
.font1-3em[data-v-a4fdd987] {
  font-size: 1.3em;
}
.font1-4em[data-v-a4fdd987] {
  font-size: 1.4em;
}
.font-9em[data-v-a4fdd987] {
  font-size: 0.9em;
}
.font10[data-v-a4fdd987] {
  font-size: 10px;
}
.font11[data-v-a4fdd987] {
  font-size: 11px;
}
.font12[data-v-a4fdd987] {
  font-size: 12px;
}
.font13[data-v-a4fdd987] {
  font-size: 13px;
}
.font14[data-v-a4fdd987] {
  font-size: 14px;
}
.font15[data-v-a4fdd987] {
  font-size: 15px;
}
.font16[data-v-a4fdd987] {
  font-size: 16px;
}
.font17[data-v-a4fdd987] {
  font-size: 17px;
}
.font18[data-v-a4fdd987] {
  font-size: 18px;
}
.font19[data-v-a4fdd987] {
  font-size: 19px;
}
.font20[data-v-a4fdd987] {
  font-size: 20px;
}
.font21[data-v-a4fdd987] {
  font-size: 21px;
}
.font22[data-v-a4fdd987] {
  font-size: 22px;
}
.font23[data-v-a4fdd987] {
  font-size: 23px;
}
.font24[data-v-a4fdd987] {
  font-size: 24px;
}
.font25[data-v-a4fdd987] {
  font-size: 25px;
}
.font26[data-v-a4fdd987] {
  font-size: 26px;
}
.font27[data-v-a4fdd987] {
  font-size: 27px;
}
.font28[data-v-a4fdd987] {
  font-size: 28px;
}
.font29[data-v-a4fdd987] {
  font-size: 29px;
}
.font30[data-v-a4fdd987] {
  font-size: 30px;
}
.font31[data-v-a4fdd987] {
  font-size: 31px;
}
.font32[data-v-a4fdd987] {
  font-size: 32px;
}
.font33[data-v-a4fdd987] {
  font-size: 33px;
}
.font34[data-v-a4fdd987] {
  font-size: 34px;
}
.font35[data-v-a4fdd987] {
  font-size: 35px;
}
.font36[data-v-a4fdd987] {
  font-size: 36px;
}
.font37[data-v-a4fdd987] {
  font-size: 37px;
}
.font38[data-v-a4fdd987] {
  font-size: 38px;
}
.font39[data-v-a4fdd987] {
  font-size: 39px;
}
.font40[data-v-a4fdd987] {
  font-size: 40px;
}
.font-normal[data-v-a4fdd987] {
  font-weight: normal;
}
.color-white[data-v-a4fdd987] {
  color: #fff;
}
.color-transparent[data-v-a4fdd987] {
  color: transparent !important;
}
.color-black[data-v-a4fdd987] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-a4fdd987] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-a4fdd987] {
  color: fuchia;
}
.color-gray[data-v-a4fdd987] {
  color: #a5afb9;
}
.color-hardgray[data-v-a4fdd987] {
  color: #4d5263;
}
.color-hannah[data-v-a4fdd987] {
  color: #EA184D;
}
.color-lightgray[data-v-a4fdd987] {
  color: #d3d3d3;
}
.color-darkblue[data-v-a4fdd987] {
  color: #2c3e50;
}
.color-darkgray[data-v-a4fdd987] {
  color: #757575;
}
.color-lightred[data-v-a4fdd987] {
  color: #e74c3c;
}
.color-red[data-v-a4fdd987] {
  color: #e74c3c;
}
.color-blue[data-v-a4fdd987] {
  color: #2980b9;
}
.color-yellow[data-v-a4fdd987] {
  color: #f49d1e;
}
.color-orange[data-v-a4fdd987] {
  color: #ffa500;
}
.color-green[data-v-a4fdd987] {
  color: #2AA186;
}
.color-gplus[data-v-a4fdd987] {
  color: #d42717;
}
.back-bluelight[data-v-a4fdd987] {
  background: #EBF0FF !important;
}
.back-blue[data-v-a4fdd987] {
  background: #2980b9 !important;
}
.back-hannah[data-v-a4fdd987] {
  background: #EA184D !important;
}
.back-purple[data-v-a4fdd987] {
  background: #8e44ad;
}
.back-green[data-v-a4fdd987] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-a4fdd987] {
  background: #2AA186;
}
.back-yellow[data-v-a4fdd987] {
  background: #f49d1e !important;
}
.back-gold[data-v-a4fdd987] {
  background: #f49d1e !important;
}
.back-red[data-v-a4fdd987] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-a4fdd987] {
  background: #e74c3c;
}
.back-lightred[data-v-a4fdd987] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-a4fdd987] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-a4fdd987] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-a4fdd987] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-a4fdd987] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-a4fdd987] {
  background: #f49d1e !important;
}
.back-gplus[data-v-a4fdd987] {
  background: #d42717;
}
.back-darkblue[data-v-a4fdd987] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-a4fdd987] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-a4fdd987] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-a4fdd987] {
  background: #3e3d40;
}
.back-midgray[data-v-a4fdd987] {
  background: #ececec;
}
.back-gray[data-v-a4fdd987] {
  background: #a5afb9;
}
.back-black[data-v-a4fdd987] {
  background: #121212;
}
.back-transparent[data-v-a4fdd987] {
  background: transparent;
}
.back-white[data-v-a4fdd987] {
  background: #fff !important;
}
.back-white-simple[data-v-a4fdd987] {
  background-color: #fff;
}
.back-lightgray[data-v-a4fdd987] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-a4fdd987] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-a4fdd987] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-a4fdd987] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-a4fdd987] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-a4fdd987] {
  background: #D6DFE4;
}
.bg-aside[data-v-a4fdd987] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-a4fdd987] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-a4fdd987] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-a4fdd987] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-a4fdd987] {
  background: #fff;
}
.back-item-odd-white[data-v-a4fdd987]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-a4fdd987] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-a4fdd987] {
  position: relative;
}
.absolute[data-v-a4fdd987] {
  position: absolute;
}
.fixed[data-v-a4fdd987] {
  position: fixed;
}
.fixed-bottom[data-v-a4fdd987] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-a4fdd987] {
  position: sticky;
}
.sticky.active[data-v-a4fdd987] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-a4fdd987] {
  bottom: 0;
}
.right0[data-v-a4fdd987] {
  right: 0 !important;
}
.left0[data-v-a4fdd987] {
  left: 0 !important;
}
.leftPositionControl[data-v-a4fdd987] {
  left: -10px;
}
.width100-50[data-v-a4fdd987] {
  width: 100%;
}
.width100-40[data-v-a4fdd987] {
  width: 100%;
}
.min-width100[data-v-a4fdd987] {
  min-width: 100%;
}
.min-width90[data-v-a4fdd987] {
  min-width: 90%;
}
.min-width80[data-v-a4fdd987] {
  min-width: 80% !important;
}
.min-width70[data-v-a4fdd987] {
  min-width: 70%;
}
.min-width60[data-v-a4fdd987] {
  min-width: 60%;
}
.min-width50[data-v-a4fdd987] {
  max-width: 50%;
}
.min-width45[data-v-a4fdd987] {
  min-width: 45%;
}
.min-width40[data-v-a4fdd987] {
  min-width: 40%;
}
.min-width30[data-v-a4fdd987] {
  min-width: 30%;
}
.min-width20[data-v-a4fdd987] {
  min-width: 20%;
}
.min-width25[data-v-a4fdd987] {
  min-width: 25%;
}
.min-width10[data-v-a4fdd987] {
  min-width: 10%;
}
.width100[data-v-a4fdd987] {
  width: 100%;
}
.width90[data-v-a4fdd987] {
  width: 90%;
}
.width80[data-v-a4fdd987] {
  width: 80% !important;
}
.width70[data-v-a4fdd987] {
  width: 70%;
}
.width60[data-v-a4fdd987] {
  width: 60%;
}
.width50[data-v-a4fdd987] {
  width: 50%;
}
.width45[data-v-a4fdd987] {
  width: 45%;
}
.width40[data-v-a4fdd987] {
  width: 40%;
}
.width30[data-v-a4fdd987] {
  width: 30%;
}
.width20[data-v-a4fdd987] {
  width: 20%;
}
.width25[data-v-a4fdd987] {
  width: 25%;
}
.width10[data-v-a4fdd987] {
  width: 10%;
}
.width-min[data-v-a4fdd987] {
  width: min-content;
}
.max-width800[data-v-a4fdd987] {
  max-width: 800px;
}
.widthCenter[data-v-a4fdd987] {
  width: 80%;
}
.max-width600[data-v-a4fdd987] {
  max-width: 600px;
}
.max-width300[data-v-a4fdd987] {
  max-width: 300px;
}
.widthHalf[data-v-a4fdd987] {
  width: 50%;
}
.width-sellProductImg-control[data-v-a4fdd987] {
  width: 150px;
}
.top-control-sellProduct[data-v-a4fdd987] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-a4fdd987] {
  width: 100%;
}
.width-cuotas-control-item[data-v-a4fdd987] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-a4fdd987] {
  width: 163px;
}
.width-control-btn-inline[data-v-a4fdd987] {
  width: 195px;
}
.width-controll-buys-item[data-v-a4fdd987] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-a4fdd987] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-a4fdd987] {
  width: 180px;
}
.width-pasarela-img-control[data-v-a4fdd987] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-a4fdd987] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-a4fdd987] {
  width: 95%;
}
.width-pasarela[data-v-a4fdd987] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-a4fdd987]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-a4fdd987]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-a4fdd987]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-a4fdd987]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-a4fdd987] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-a4fdd987] {
  max-height: 100%;
}
.height220[data-v-a4fdd987] {
  height: 220px;
}
.height100vh[data-v-a4fdd987] {
  height: 100vh !important;
}
.heightFilters[data-v-a4fdd987] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-a4fdd987] {
  height: 100%;
}
.height-aside[data-v-a4fdd987] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-a4fdd987] {
  height: 0px;
}
.heightBox[data-v-a4fdd987] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-a4fdd987] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-a4fdd987] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-a4fdd987] {
  justify-content: center;
}
.pointer[data-v-a4fdd987] {
  cursor: pointer !important;
}
.cursor-move[data-v-a4fdd987] {
  cursor: move !important;
}
.cursor-not[data-v-a4fdd987] {
  cursor: not-allowed !important;
}
.events-none[data-v-a4fdd987] {
  pointer-events: none;
}
.shadow[data-v-a4fdd987] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-a4fdd987] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-a4fdd987] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-a4fdd987] {
  transition: 0.3s;
}
.hoverShadow[data-v-a4fdd987]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-a4fdd987] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-a4fdd987] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-a4fdd987] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-a4fdd987] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-a4fdd987] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-a4fdd987] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-a4fdd987] {
  width: 40px;
  height: 40px;
}
.square35[data-v-a4fdd987] {
  width: 35px;
  height: 35px;
}
.square30[data-v-a4fdd987] {
  width: 30px;
  height: 30px;
}
.square25[data-v-a4fdd987] {
  width: 25px;
  height: 25px;
}
.square12[data-v-a4fdd987] {
  width: 12px;
  height: 12px;
}
.square15[data-v-a4fdd987] {
  width: 15px;
  height: 15px;
}
.square17[data-v-a4fdd987] {
  width: 17px;
  height: 17px;
}
.square18[data-v-a4fdd987] {
  width: 18px;
  height: 18px;
}
.square20[data-v-a4fdd987] {
  width: 20px;
  height: 20px;
}
.square50[data-v-a4fdd987] {
  width: 50px;
  height: 50px;
}
.square70[data-v-a4fdd987] {
  width: 70px;
  height: 70px;
}
.square55[data-v-a4fdd987] {
  width: 55px;
  height: 55px;
}
.square100[data-v-a4fdd987] {
  width: 100px;
  height: 100px;
}
.square10[data-v-a4fdd987] {
  width: 10px;
  height: 10px;
}
.square200[data-v-a4fdd987] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-a4fdd987] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-a4fdd987] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-a4fdd987] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-a4fdd987] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-a4fdd987] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-a4fdd987] {
  overflow-y: hidden;
}
.remove-scroll[data-v-a4fdd987] {
  overflow-y: hidden;
}
.active-scroll[data-v-a4fdd987] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-a4fdd987] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-a4fdd987] {
  overflow: hidden !important;
}
.overflow-auto[data-v-a4fdd987] {
  overflow: auto !important;
}
.hidden[data-v-a4fdd987] {
  visibility: hidden;
}
.offscreen[data-v-a4fdd987] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-a4fdd987] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-a4fdd987] {
  opacity: 0;
}
.opacity30[data-v-a4fdd987] {
  opacity: 0.3;
}
.opacity50[data-v-a4fdd987] {
  opacity: 0.5;
}
.opacity70[data-v-a4fdd987] {
  opacity: 0.7;
}
.opacity80[data-v-a4fdd987] {
  opacity: 0.8;
}
.transition30[data-v-a4fdd987] {
  transition: 0.3s;
}
.cleared[data-v-a4fdd987] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-a4fdd987] {
  transition: 0.1s;
}
.hover-green[data-v-a4fdd987]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-a4fdd987] {
  animation: aside-a4fdd987 0.5s reverse;
}
.aside-leave-active[data-v-a4fdd987] {
  animation: aside-a4fdd987 0.5s;
}
.asideContent-enter-active[data-v-a4fdd987] {
  animation: asideContent-a4fdd987 0.3s reverse;
}
.asideContent-leave-active[data-v-a4fdd987] {
  animation: asideContent-a4fdd987 0.3s;
}
@keyframes aside-a4fdd987 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-a4fdd987 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-a4fdd987 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-a4fdd987] {
  animation: spin-a4fdd987 2s infinite;
}
@keyframes spin-a4fdd987 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-a4fdd987] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-a4fdd987] {
  padding: 3px;
}
.carousel__pagination-button[data-v-a4fdd987] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-a4fdd987] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-a4fdd987]::after {
  display: none !important;
}
.pagination[data-v-a4fdd987] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-a4fdd987] {
  display: inline;
}
.pagination > li > a[data-v-a4fdd987], .pagination > li > span[data-v-a4fdd987] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-a4fdd987], .pagination > li:first-child > span[data-v-a4fdd987] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-a4fdd987], .pagination > li:last-child > span[data-v-a4fdd987] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-a4fdd987]:hover, .pagination > li > span[data-v-a4fdd987]:hover, .pagination > li > a[data-v-a4fdd987]:focus, .pagination > li > span[data-v-a4fdd987]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-a4fdd987], .pagination > .active > span[data-v-a4fdd987], .pagination > .active > a[data-v-a4fdd987]:hover, .pagination > .active > span[data-v-a4fdd987]:hover, .pagination > .active > a[data-v-a4fdd987]:focus, .pagination > .active > span[data-v-a4fdd987]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-a4fdd987] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-a4fdd987]:hover, .pagination > .disabled > span[data-v-a4fdd987]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-a4fdd987] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-a4fdd987]:hover, .pagination > .disabled > a[data-v-a4fdd987]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-a4fdd987], .pagination-lg > li > span[data-v-a4fdd987] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-a4fdd987], .pagination-lg > li:first-child > span[data-v-a4fdd987] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-a4fdd987], .pagination-lg > li:last-child > span[data-v-a4fdd987] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-a4fdd987], .pagination-sm > li > span[data-v-a4fdd987] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-a4fdd987], .pagination-sm > li:first-child > span[data-v-a4fdd987] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-a4fdd987], .pagination-sm > li:last-child > span[data-v-a4fdd987] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-a4fdd987] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-a4fdd987] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-a4fdd987] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-a4fdd987] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-a4fdd987] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-a4fdd987] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-a4fdd987] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-a4fdd987]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-a4fdd987] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-a4fdd987]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-a4fdd987] {
  overflow: unset !important;
}
.btn-shadow[data-v-a4fdd987] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-a4fdd987] {
  margin-left: 0px;
}
.reset-button[data-v-a4fdd987] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-a4fdd987] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-a4fdd987]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-a4fdd987] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-a4fdd987] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-a4fdd987],
.btn-finalize[data-v-a4fdd987] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-a4fdd987] {
  right: 7px;
}
.btn-finalize[data-v-a4fdd987] {
  left: 7px;
}
.tab-counter[data-v-a4fdd987] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-a4fdd987] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-a4fdd987] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-a4fdd987] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-a4fdd987] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-a4fdd987] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-a4fdd987] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-a4fdd987] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-a4fdd987] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-a4fdd987] {
  transition: 0.5s;
}
.tab[data-v-a4fdd987]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-a4fdd987] {
  color: #2980b9;
}
.tab.active[data-v-a4fdd987]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-a4fdd987] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-a4fdd987] {
  width: 220px;
}
.badge-display[data-v-a4fdd987], .badge-display2[data-v-a4fdd987] {
  min-width: 224px;
}
.my-badge[data-v-a4fdd987] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-a4fdd987] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-a4fdd987] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-a4fdd987] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-a4fdd987] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-a4fdd987] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-a4fdd987] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-a4fdd987] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-a4fdd987] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-a4fdd987] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-a4fdd987] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-a4fdd987] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-a4fdd987] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-a4fdd987] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-a4fdd987] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-a4fdd987] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-a4fdd987] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-a4fdd987] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-a4fdd987] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-a4fdd987] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-a4fdd987] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-a4fdd987] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-a4fdd987] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-a4fdd987] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-a4fdd987] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-a4fdd987] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-a4fdd987] {
  flex-wrap: wrap;
}
.vueperslide[data-v-a4fdd987] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-a4fdd987] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-a4fdd987] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-a4fdd987] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-a4fdd987] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-a4fdd987] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-a4fdd987] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-a4fdd987] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-a4fdd987] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-a4fdd987] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-a4fdd987] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-a4fdd987] {
  width: 100%;
}
.img-product-detail[data-v-a4fdd987] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-a4fdd987] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-a4fdd987] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-a4fdd987] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-a4fdd987] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-a4fdd987] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-a4fdd987] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-a4fdd987] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-a4fdd987] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-a4fdd987] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-a4fdd987] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-a4fdd987] {
  text-align: center;
}
.modal-enter[data-v-a4fdd987], .modal-leave-active[data-v-a4fdd987] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-a4fdd987], .modal-leave-active .modal-container[data-v-a4fdd987] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-a4fdd987] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-a4fdd987] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-a4fdd987] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-a4fdd987] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-a4fdd987] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-a4fdd987]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-a4fdd987] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-a4fdd987] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-a4fdd987] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-a4fdd987]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-a4fdd987] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-a4fdd987] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-a4fdd987] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-a4fdd987]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-a4fdd987] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-a4fdd987] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-a4fdd987] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-a4fdd987]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-a4fdd987] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-a4fdd987] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-a4fdd987] {
  display: none;
}
.vdp-datepicker input[data-v-a4fdd987] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-a4fdd987]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-a4fdd987] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-a4fdd987] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-a4fdd987 ease-in-out infinite;
}
.vue-treeselect__control[data-v-a4fdd987] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-a4fdd987] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-a4fdd987] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-a4fdd987] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-a4fdd987] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-a4fdd987] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-a4fdd987] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-a4fdd987] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-a4fdd987 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-a4fdd987 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-a4fdd987 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-a4fdd987 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-a4fdd987 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-a4fdd987 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-a4fdd987],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-a4fdd987] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-a4fdd987] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-a4fdd987] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-a4fdd987],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-a4fdd987] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-a4fdd987] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-a4fdd987] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-a4fdd987] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-a4fdd987],
.vue-treeselect span[data-v-a4fdd987] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-a4fdd987] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-a4fdd987] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-a4fdd987]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-a4fdd987] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-a4fdd987] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-a4fdd987],
.vue-treeselect__control[data-v-a4fdd987]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-a4fdd987] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-a4fdd987] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-a4fdd987],
.vue-treeselect__multi-value[data-v-a4fdd987] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-a4fdd987] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-a4fdd987] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-a4fdd987] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-a4fdd987] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-a4fdd987],
.vue-treeselect__single-value[data-v-a4fdd987] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-a4fdd987] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-a4fdd987] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-a4fdd987] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-a4fdd987] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-a4fdd987] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-a4fdd987]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-a4fdd987] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-a4fdd987] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-a4fdd987],
.vue-treeselect__multi-value-label[data-v-a4fdd987] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-a4fdd987] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-a4fdd987] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-a4fdd987],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-a4fdd987] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-a4fdd987] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-a4fdd987] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-a4fdd987] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-a4fdd987] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-a4fdd987] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-a4fdd987] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-a4fdd987] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-a4fdd987] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-a4fdd987] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-a4fdd987] {
  display: none;
}
.vue-treeselect__input[data-v-a4fdd987],
.vue-treeselect__sizer[data-v-a4fdd987] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-a4fdd987] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-a4fdd987]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-a4fdd987] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-a4fdd987] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-a4fdd987] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-a4fdd987] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-a4fdd987 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-a4fdd987 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-a4fdd987]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-a4fdd987] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-a4fdd987] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-a4fdd987] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-a4fdd987] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-a4fdd987] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-a4fdd987] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-a4fdd987] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-a4fdd987] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-a4fdd987] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-a4fdd987] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-a4fdd987] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-a4fdd987] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-a4fdd987]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-a4fdd987] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-a4fdd987],
.vue-treeselect__option-arrow-placeholder[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-a4fdd987] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-a4fdd987] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-a4fdd987],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-a4fdd987] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-a4fdd987] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-a4fdd987] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-a4fdd987] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-a4fdd987] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-a4fdd987] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-a4fdd987],
.vue-treeselect__minus-mark[data-v-a4fdd987] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-a4fdd987] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-a4fdd987] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-a4fdd987] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-a4fdd987] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-a4fdd987] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-a4fdd987] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-a4fdd987] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-a4fdd987] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-a4fdd987] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-a4fdd987] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-a4fdd987] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-a4fdd987] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-a4fdd987] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-a4fdd987] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-a4fdd987] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-a4fdd987] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-a4fdd987] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-a4fdd987] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-a4fdd987] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-a4fdd987] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-a4fdd987] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-a4fdd987] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-a4fdd987]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-a4fdd987] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-a4fdd987]::before,
.vue-treeselect__icon-error[data-v-a4fdd987]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-a4fdd987]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-a4fdd987]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-a4fdd987] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-a4fdd987 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-a4fdd987 linear infinite;
}
.vue-treeselect__icon-loader[data-v-a4fdd987]::before,
.vue-treeselect__icon-loader[data-v-a4fdd987]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-a4fdd987 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-a4fdd987 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-a4fdd987]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-a4fdd987]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-a4fdd987],
.vac-loader-wrapper[data-v-a4fdd987] {
  display: none !important;
}
.vac-room-name[data-v-a4fdd987] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-a4fdd987] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-a4fdd987] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-a4fdd987] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-a4fdd987] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-a4fdd987] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-a4fdd987] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-a4fdd987] {
  min-height: 24px !important;
}
.tagWarn[data-v-a4fdd987] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-a4fdd987]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-a4fdd987] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-a4fdd987]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-a4fdd987]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-a4fdd987] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-a4fdd987] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-a4fdd987] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-a4fdd987] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-a4fdd987]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-a4fdd987] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-a4fdd987]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-a4fdd987] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-a4fdd987] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-a4fdd987] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-a4fdd987]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-a4fdd987] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-a4fdd987]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-a4fdd987] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-a4fdd987]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-a4fdd987]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-a4fdd987] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-a4fdd987] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-a4fdd987] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-a4fdd987]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-a4fdd987] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-a4fdd987] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-a4fdd987] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-a4fdd987]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-a4fdd987] {
  font-size: 1.15em;
}
.my-select[data-v-a4fdd987] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-a4fdd987] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-a4fdd987] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-a4fdd987] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-a4fdd987] {
  width: 160px;
}
.my-select[data-v-a4fdd987] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-a4fdd987] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-a4fdd987] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-a4fdd987] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-a4fdd987] {
  width: 160px;
}
.input-cupon[data-v-a4fdd987] {
  display: flex;
}
.input-cupon > div > span[data-v-a4fdd987] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-a4fdd987] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-a4fdd987] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-a4fdd987]:not(:checked),
input[type=checkbox].check[data-v-a4fdd987]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-a4fdd987],
input[type=checkbox].check:checked + label[data-v-a4fdd987] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-a4fdd987]:before,
input[type=checkbox].check:checked + label[data-v-a4fdd987]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-a4fdd987]:after,
input[type=checkbox].check:checked + label[data-v-a4fdd987]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-a4fdd987]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-a4fdd987]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-a4fdd987]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-a4fdd987]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-a4fdd987]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-a4fdd987] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-a4fdd987]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-a4fdd987]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-a4fdd987] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-a4fdd987] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-a4fdd987] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-a4fdd987] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-a4fdd987] {
  opacity: 1;
}
.multiselect__tag[data-v-a4fdd987] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-a4fdd987] {
  background: #2AA186 !important;
}
.multiselect[data-v-a4fdd987] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-a4fdd987]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-a4fdd987] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-a4fdd987] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-a4fdd987]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-a4fdd987]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-a4fdd987]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-a4fdd987]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-a4fdd987] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-a4fdd987] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-a4fdd987] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-a4fdd987] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-a4fdd987] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-a4fdd987] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-a4fdd987]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-a4fdd987]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-a4fdd987]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-a4fdd987] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-a4fdd987] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-a4fdd987] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-a4fdd987] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-a4fdd987]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-a4fdd987] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-a4fdd987] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-a4fdd987] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-a4fdd987] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-a4fdd987] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-a4fdd987] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-a4fdd987]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-a4fdd987] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-a4fdd987] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-a4fdd987], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-a4fdd987] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-a4fdd987] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-a4fdd987] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-a4fdd987], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-a4fdd987] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-a4fdd987], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-a4fdd987] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-a4fdd987]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-a4fdd987]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-a4fdd987] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-a4fdd987] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-a4fdd987] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-a4fdd987] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-a4fdd987] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-a4fdd987] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-a4fdd987] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-a4fdd987] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-a4fdd987] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-a4fdd987] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-a4fdd987] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-a4fdd987] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-a4fdd987] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-a4fdd987] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-a4fdd987] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-a4fdd987]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-a4fdd987] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-a4fdd987] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-a4fdd987] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-a4fdd987] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-a4fdd987] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-a4fdd987] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-a4fdd987] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-a4fdd987] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-a4fdd987], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-a4fdd987] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-a4fdd987] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-a4fdd987] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-a4fdd987] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-a4fdd987] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-a4fdd987] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-a4fdd987] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-a4fdd987] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-a4fdd987], .v3-emoji-picker .v3-header[data-v-a4fdd987] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-a4fdd987] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-a4fdd987] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-a4fdd987] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-a4fdd987]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-a4fdd987], .v3-emoji-picker .v3-skin-tones[data-v-a4fdd987] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-a4fdd987]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-a4fdd987] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-a4fdd987] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-a4fdd987] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-a4fdd987], body[data-v-a4fdd987] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-a4fdd987], body.home[data-v-a4fdd987] {
  background-color: #fff;
}
[data-v-a4fdd987]:focus {
  outline: none !important;
}
a[data-v-a4fdd987] {
  text-decoration: none;
}
a[data-v-a4fdd987]:hover,
a[data-v-a4fdd987]:focus {
  text-decoration: none;
}
img[data-v-a4fdd987] {
  border: 0;
}
textarea[data-v-a4fdd987] {
  resize: none;
}
h1[data-v-a4fdd987],
h2[data-v-a4fdd987],
h3[data-v-a4fdd987],
h4[data-v-a4fdd987],
h5[data-v-a4fdd987],
h6[data-v-a4fdd987] {
  font-weight: bold;
}
.tab-header[data-v-a4fdd987] {
  width: 100%;
  height: 85px;
  font: 13px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--gray);
}
@media (max-width: 1130px) {
.tab-header[data-v-a4fdd987] {
    width: 100%;
}
}
.tab-header-title[data-v-a4fdd987] {
  height: 70%;
  width: 100%;
}
.tab-header-counter[data-v-a4fdd987] {
  width: 100%;
  color: white;
  background: #2980b9;
  height: 30%;
  border-radius: 0 0 10px 10px;
}
[data-v-766c9e3e]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-766c9e3e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-766c9e3e] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-766c9e3e] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-766c9e3e] {
  width: 100%;
}
.home-icon img[data-v-766c9e3e] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-766c9e3e] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-766c9e3e] {
  line-height: 30px;
}
.list-style-none[data-v-766c9e3e] {
  list-style: none;
}
.burger-menu[data-v-766c9e3e] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-766c9e3e] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-766c9e3e] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-766c9e3e] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-766c9e3e] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-766c9e3e] {
  position: relative;
}
.card-product .my-close[data-v-766c9e3e] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-766c9e3e] {
  margin: 0;
}
.filtro-form input[data-v-766c9e3e] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-766c9e3e] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-766c9e3e] {
  padding: 20px 0 0;
}
.img-tiny[data-v-766c9e3e] {
  width: 80px;
}
.img-item img[data-v-766c9e3e] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-766c9e3e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-766c9e3e] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-766c9e3e]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-766c9e3e] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-766c9e3e] {
  margin-left: 10px;
}
.notifications section[data-v-766c9e3e] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-766c9e3e] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-766c9e3e] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-766c9e3e],
.list-complete-leave-to[data-v-766c9e3e] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-766c9e3e] {
  position: absolute;
}
#_op_data_r[data-v-766c9e3e],
#_op_data_antifraud[data-v-766c9e3e] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-766c9e3e],
iframe#_op_data_antifraud[data-v-766c9e3e],
iframe#device_profile[data-v-766c9e3e],
iframe#thm_mp_cntnr[data-v-766c9e3e] {
  position: absolute !important;
}
iframe[data-v-766c9e3e] {
  background: #fff !important;
}
.main-content[data-v-766c9e3e] {
  padding-top: 30px;
}
.card-contactStory[data-v-766c9e3e] {
  width: 93vw;
}
.card-contactStory img[data-v-766c9e3e] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-766c9e3e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-766c9e3e] {
  width: 280px;
}
.dropped[data-v-766c9e3e] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-766c9e3e] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-766c9e3e]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-766c9e3e] {
  display: block !important;
}
.dropped .dropdown a[data-v-766c9e3e] {
  color: #fff;
}
.dropped .dropdown a[data-v-766c9e3e]:hover {
  text-decoration: underline;
}
.line-height25[data-v-766c9e3e] {
  line-height: 25px;
}
aside[data-v-766c9e3e] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-766c9e3e] {
  height: 100vh;
}
.my-header[data-v-766c9e3e] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-766c9e3e] {
  position: inherit !important;
}
.my-header-menu[data-v-766c9e3e] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-766c9e3e] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-766c9e3e]:hover {
  background: hannah;
}
.menu-api-activate[data-v-766c9e3e] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-766c9e3e] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-766c9e3e] {
  position: relative;
}
.menu-api-item a[data-v-766c9e3e]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-766c9e3e] {
  padding: 0 !important;
}
.card-product[data-v-766c9e3e] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-766c9e3e] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-766c9e3e] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-766c9e3e] {
  margin: 0;
}
.sticky-home[data-v-766c9e3e] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-766c9e3e] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-766c9e3e]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-766c9e3e] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-766c9e3e]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-766c9e3e] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-766c9e3e]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-766c9e3e] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-766c9e3e] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-766c9e3e] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-766c9e3e]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-766c9e3e] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-766c9e3e] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-766c9e3e] {
  display: block !important;
}
.leftPositionSubMenu[data-v-766c9e3e] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-766c9e3e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-766c9e3e],
.circle-toggle-box[data-v-766c9e3e] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-766c9e3e] {
  left: 44px !important;
}
.triangleStatus[data-v-766c9e3e]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-766c9e3e] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-766c9e3e] {
  overflow: visible !important;
}
.width-max80[data-v-766c9e3e] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-766c9e3e] {
  display: flex !important;
}
.flex-none[data-v-766c9e3e] {
  flex: none;
}
.flex-nowrap[data-v-766c9e3e] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-766c9e3e] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-766c9e3e] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-766c9e3e] {
  flex-direction: column;
}
.flex-col-row[data-v-766c9e3e] {
  flex-direction: column;
}
.flex-row[data-v-766c9e3e] {
  flex-direction: row;
}
.flex-between-align[data-v-766c9e3e] {
  align-content: space-between;
}
.flex-middle[data-v-766c9e3e] {
  align-items: center;
}
.flex-bottom[data-v-766c9e3e] {
  align-items: flex-end;
}
.flex-between[data-v-766c9e3e] {
  justify-content: space-between;
}
.flex-center[data-v-766c9e3e] {
  justify-content: center;
}
.flex-right[data-v-766c9e3e] {
  justify-content: flex-end;
}
.flex-left[data-v-766c9e3e] {
  justify-content: flex-start;
}
.flex-evenly[data-v-766c9e3e] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-766c9e3e] {
  flex-grow: 1;
}
.flex-grow-2[data-v-766c9e3e] {
  flex-grow: 2;
}
.flex-grow-3[data-v-766c9e3e] {
  flex-grow: 3;
}
.flex-grow-4[data-v-766c9e3e] {
  flex-grow: 4;
}
.flex-grow-5[data-v-766c9e3e] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-766c9e3e] {
  align-items: flex-start;
}
.flex800[data-v-766c9e3e] {
  display: none;
}
.flexc-flex[data-v-766c9e3e] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-766c9e3e] {
  display: none;
}
.flex-display-50-10[data-v-766c9e3e] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-766c9e3e] {
  display: none;
}
.show760[data-v-766c9e3e] {
  display: none;
}
.hide[data-v-766c9e3e] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-766c9e3e] {
    display: block !important;
}
.badge-display[data-v-766c9e3e] {
    display: none;
}
.badge-display2[data-v-766c9e3e] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-766c9e3e] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-766c9e3e] {
    display: block;
}
.badge-display2[data-v-766c9e3e] {
    display: none;
}
.fix-width[data-v-766c9e3e] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-766c9e3e] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-766c9e3e] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-766c9e3e] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-766c9e3e] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-766c9e3e] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-766c9e3e] {
    width: 50%;
}
.width100-40[data-v-766c9e3e] {
    width: 40%;
}
.show600[data-v-766c9e3e] {
    display: block;
}
.width-controll-btn-typeweek[data-v-766c9e3e] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-766c9e3e] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-766c9e3e] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-766c9e3e] {
    width: 220px !important;
}
.leftPositionControl[data-v-766c9e3e] {
    left: -40px !important;
}
.container-tipo-envio[data-v-766c9e3e] {
    display: flex;
}
.width-controll-buys-item[data-v-766c9e3e] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-766c9e3e] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-766c9e3e] {
    top: 380px !important;
}
.my-header-menu[data-v-766c9e3e] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-766c9e3e] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-766c9e3e] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-766c9e3e] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-766c9e3e] {
    min-width: 400px;
}
.cart-btn-add[data-v-766c9e3e] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-766c9e3e] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-766c9e3e] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-766c9e3e] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-766c9e3e] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-766c9e3e] {
    justify-content: left;
}
.flex-mid[data-v-766c9e3e] {
    display: flex !important;
}
.msg-stock[data-v-766c9e3e] {
    padding: 10px 0 0;
}
.counter-cart[data-v-766c9e3e] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-766c9e3e] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-766c9e3e] {
    display: none;
}
.badge-display2[data-v-766c9e3e] {
    display: block;
}
.show760[data-v-766c9e3e] {
    display: block;
}
.hide760[data-v-766c9e3e] {
    display: none;
}
.grid-products[data-v-766c9e3e] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-766c9e3e] {
    margin: auto;
}
.mr-h[data-v-766c9e3e] {
    margin: auto;
}
.width-control-otherProducts[data-v-766c9e3e] {
    width: 170px !important;
}
.leftPositionControl[data-v-766c9e3e] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-766c9e3e] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-766c9e3e] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-766c9e3e] {
    width: 30vw !important;
}
.product-item[data-v-766c9e3e] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-766c9e3e] {
    width: 90% !important;
}
.my-container[data-v-766c9e3e] {
    width: 680px !important;
}
.login[data-v-766c9e3e] {
    width: 310px !important;
}
.width-cuotas-control[data-v-766c9e3e] {
    width: 278px !important;
}
.flexc-flex[data-v-766c9e3e] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-766c9e3e] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-766c9e3e] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-766c9e3e] {
    height: 140px;
}
.width-control-input-chat[data-v-766c9e3e] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-766c9e3e] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-766c9e3e] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-766c9e3e] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-766c9e3e] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-766c9e3e] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-766c9e3e] {
    width: 270px !important;
}
.leftPositionControl[data-v-766c9e3e] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-766c9e3e] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-766c9e3e] {
    width: 17vw !important;
}
.filters-wrap[data-v-766c9e3e] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-766c9e3e] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-766c9e3e] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-766c9e3e] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-766c9e3e] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-766c9e3e] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-766c9e3e] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-766c9e3e] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-766c9e3e]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-766c9e3e] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-766c9e3e] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-766c9e3e]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-766c9e3e] {
    max-width: 330px !important;
}
.iterable-box[data-v-766c9e3e] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-766c9e3e] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-766c9e3e] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-766c9e3e] {
    width: 160px !important;
}
.my-container[data-v-766c9e3e] {
    width: 800px !important;
}
.search-btn-box[data-v-766c9e3e] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-766c9e3e] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-766c9e3e] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-766c9e3e] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-766c9e3e] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-766c9e3e] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-766c9e3e] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-766c9e3e] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-766c9e3e] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-766c9e3e] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-766c9e3e] {
    width: 280px !important;
}
.width300-desktop[data-v-766c9e3e] {
    width: 300px !important;
}
.concept-item-stats[data-v-766c9e3e] {
    width: 80%;
}
.widthHalf-desktop[data-v-766c9e3e] {
    width: 50% !important;
}
.column-desktop[data-v-766c9e3e] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-766c9e3e] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-766c9e3e] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-766c9e3e] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-766c9e3e],
.flex-desktop[data-v-766c9e3e] {
    display: flex !important;
}
.block-desktop[data-v-766c9e3e] {
    display: block !important;
}
.hide-desktop[data-v-766c9e3e] {
    display: none !important;
}
.fixButton[data-v-766c9e3e] {
    top: -20px;
}
.width-cuotas-control[data-v-766c9e3e] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-766c9e3e] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-766c9e3e] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-766c9e3e] {
    display: none !important;
}
.bottom10-desktop[data-v-766c9e3e] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-766c9e3e] {
    left: -125px !important;
}
.grid-products[data-v-766c9e3e] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-766c9e3e] {
    width: 1000px !important;
}
.showFullDesktop[data-v-766c9e3e] {
    display: block !important;
}
.leftPositionControl[data-v-766c9e3e] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-766c9e3e] {
    display: none !important;
}
.show-only-desktop[data-v-766c9e3e] {
    display: flex !important;
}
.leftPositionControl[data-v-766c9e3e] {
    left: -260px !important;
}
.catalog-container[data-v-766c9e3e] {
    margin: unset;
}
.carrito-catalog[data-v-766c9e3e] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-766c9e3e] {
    left: -280px !important;
}
}
.grid-container[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-766c9e3e] {
  grid-column: span 1;
}
.grid-item-1[data-v-766c9e3e] {
  grid-column: span 1;
}
.grid-item-2[data-v-766c9e3e] {
  grid-column: span 2;
}
.grid-item-3[data-v-766c9e3e] {
  grid-column: span 3;
}
.grid-item-4[data-v-766c9e3e] {
  grid-column: span 4;
}
.grid-item-5[data-v-766c9e3e] {
  grid-column: span 5;
}
.grid-item-6[data-v-766c9e3e] {
  grid-column: span 6;
}
.grid-item-7[data-v-766c9e3e] {
  grid-column: span 7;
}
.grid-item-8[data-v-766c9e3e] {
  grid-column: span 8;
}
.grid-item-9[data-v-766c9e3e] {
  grid-column: span 9;
}
.grid-item-10[data-v-766c9e3e] {
  grid-column: span 10;
}
.grid-item-11[data-v-766c9e3e] {
  grid-column: span 11;
}
.grid-item-12[data-v-766c9e3e] {
  grid-column: span 12;
}
.grid-cart[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-766c9e3e] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-766c9e3e] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-766c9e3e] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-766c9e3e] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-766c9e3e] {
  gap: 10px;
}
.gap20[data-v-766c9e3e] {
  gap: 20px;
}
.grid-box[data-v-766c9e3e] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-766c9e3e],
.grid-3 div[data-v-766c9e3e],
.grid-4 div[data-v-766c9e3e] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-766c9e3e] {
  background: #fff;
}
.grid-item-odd[data-v-766c9e3e]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-766c9e3e] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-766c9e3e] {
  max-width: 350px;
}
.margin0[data-v-766c9e3e] {
  margin: 0 !important;
}
.margin0-5[data-v-766c9e3e] {
  margin: 0 5px;
}
.margin10-0[data-v-766c9e3e] {
  margin: 10px 0;
}
.margin10-5[data-v-766c9e3e] {
  margin: 10px 5px;
}
.margin0-10[data-v-766c9e3e] {
  margin: 0 10px;
}
.margin0-15[data-v-766c9e3e] {
  margin: 0 15px;
}
.margin15-0[data-v-766c9e3e] {
  margin: 15px 0px;
}
.margin20-0[data-v-766c9e3e] {
  margin: 20px 0;
}
.margin20-10[data-v-766c9e3e] {
  margin: 20px 10px;
}
.margin30-0[data-v-766c9e3e] {
  margin: 30px 0;
}
.margin40-0[data-v-766c9e3e] {
  margin: 40px 0;
}
.margin20-40[data-v-766c9e3e] {
  margin: 20px 40px;
}
.margin0-20[data-v-766c9e3e] {
  margin: 0 20px;
}
.margin5[data-v-766c9e3e] {
  margin: 5px;
}
.margin5-0[data-v-766c9e3e] {
  margin: 5px 0;
}
.margin10[data-v-766c9e3e] {
  margin: 10px;
}
.margin10-20[data-v-766c9e3e] {
  margin: 10px 20px;
}
.margin15[data-v-766c9e3e] {
  margin: 15px;
}
.margin20[data-v-766c9e3e] {
  margin: 20px;
}
.margin30[data-v-766c9e3e] {
  margin: 30px;
}
.margin50[data-v-766c9e3e] {
  margin: 50px;
}
.margin-right-auto[data-v-766c9e3e] {
  margin-right: auto;
}
.margin-left-auto[data-v-766c9e3e] {
  margin-left: auto;
}
.ml-h[data-v-766c9e3e] {
  margin-left: auto;
}
.mr-h[data-v-766c9e3e] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-766c9e3e] {
  margin-bottom: 5px;
}
.margin-top5[data-v-766c9e3e] {
  margin-top: 5px !important;
}
.margin-top10[data-v-766c9e3e] {
  margin-top: 10px !important;
}
.margin-top15[data-v-766c9e3e] {
  margin-top: 15px !important;
}
.margin-top20[data-v-766c9e3e] {
  margin-top: 20px !important;
}
.margin-top30[data-v-766c9e3e] {
  margin-top: 30px !important;
}
.margin-top35[data-v-766c9e3e] {
  margin-top: 35px !important;
}
.margin-top40[data-v-766c9e3e] {
  margin-top: 40px !important;
}
.margin-top50[data-v-766c9e3e] {
  margin-top: 50px !important;
}
.margin-top60[data-v-766c9e3e] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-766c9e3e] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-766c9e3e] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-766c9e3e] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-766c9e3e] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-766c9e3e] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-766c9e3e] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-766c9e3e] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-766c9e3e] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-766c9e3e] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-766c9e3e] {
  margin-left: 5px !important;
}
.margin-left10[data-v-766c9e3e] {
  margin-left: 10px !important;
}
.margin-left15[data-v-766c9e3e] {
  margin-left: 15px !important;
}
.margin-left20[data-v-766c9e3e] {
  margin-left: 20px !important;
}
.margin-left30[data-v-766c9e3e] {
  margin-left: 30px !important;
}
.margin-left35[data-v-766c9e3e] {
  margin-left: 35px !important;
}
.margin-left40[data-v-766c9e3e] {
  margin-left: 40px !important;
}
.margin-left50[data-v-766c9e3e] {
  margin-left: 50px !important;
}
.margin-left60[data-v-766c9e3e] {
  margin-left: 60px !important;
}
.margin-right5[data-v-766c9e3e] {
  margin-right: 5px !important;
}
.margin-right10[data-v-766c9e3e] {
  margin-right: 10px !important;
}
.margin-right15[data-v-766c9e3e] {
  margin-right: 15px !important;
}
.margin-right20[data-v-766c9e3e] {
  margin-right: 20px !important;
}
.margin-right30[data-v-766c9e3e] {
  margin-right: 30px !important;
}
.margin-right35[data-v-766c9e3e] {
  margin-right: 35px !important;
}
.margin-right40[data-v-766c9e3e] {
  margin-right: 40px !important;
}
.margin-right50[data-v-766c9e3e] {
  margin-right: 50px !important;
}
.margin-right60[data-v-766c9e3e] {
  margin-right: 60px !important;
}
.my-5[data-v-766c9e3e] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-766c9e3e] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-766c9e3e] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-766c9e3e] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-766c9e3e] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-766c9e3e] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-766c9e3e] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-766c9e3e] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-766c9e3e] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-766c9e3e] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-766c9e3e] {
  padding: 0 !important;
}
.padding5[data-v-766c9e3e] {
  padding: 5px;
}
.padding10[data-v-766c9e3e] {
  padding: 10px;
}
.padding15[data-v-766c9e3e] {
  padding: 15px;
}
.padding20[data-v-766c9e3e] {
  padding: 20px;
}
.padding30[data-v-766c9e3e] {
  padding: 30px;
}
.padding40[data-v-766c9e3e] {
  padding: 40px;
}
.padding40-0[data-v-766c9e3e] {
  padding: 40px 0;
}
.padding-left5[data-v-766c9e3e] {
  padding-left: 5px;
}
.padding-left10[data-v-766c9e3e] {
  padding-left: 10px;
}
.padding-left15[data-v-766c9e3e] {
  padding-left: 15px;
}
.padding-left20[data-v-766c9e3e] {
  padding-left: 20px;
}
.padding-right5[data-v-766c9e3e] {
  padding-right: 5px;
}
.padding-right10[data-v-766c9e3e] {
  padding-right: 10px;
}
.padding-right15[data-v-766c9e3e] {
  padding-right: 15px;
}
.padding-right20[data-v-766c9e3e] {
  padding-right: 20px;
}
.padding-right30[data-v-766c9e3e] {
  padding-right: 30px;
}
.padding-right40[data-v-766c9e3e] {
  padding-right: 40px;
}
.padding-top0[data-v-766c9e3e] {
  padding-top: 0px;
}
.padding-top5[data-v-766c9e3e] {
  padding-top: 5px;
}
.padding-top10[data-v-766c9e3e] {
  padding-top: 10px;
}
.padding-top15[data-v-766c9e3e] {
  padding-top: 15px;
}
.padding-top20[data-v-766c9e3e] {
  padding-top: 20px;
}
.padding-top30[data-v-766c9e3e] {
  padding-top: 30px;
}
.padding-top50[data-v-766c9e3e] {
  padding-top: 50px;
}
.padding-top60[data-v-766c9e3e] {
  padding-top: 60px;
}
.padding-top70[data-v-766c9e3e] {
  padding-top: 70px;
}
.padding-top90[data-v-766c9e3e] {
  padding-top: 90px;
}
.padding-top100[data-v-766c9e3e] {
  padding-top: 100px;
}
.padding-top120[data-v-766c9e3e] {
  padding-top: 120px;
}
.padding-top180[data-v-766c9e3e] {
  padding-top: 180px;
}
.padding-bottom0[data-v-766c9e3e] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-766c9e3e] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-766c9e3e] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-766c9e3e] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-766c9e3e] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-766c9e3e] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-766c9e3e] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-766c9e3e] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-766c9e3e] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-766c9e3e] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-766c9e3e] {
  padding-bottom: 240px;
}
.padding10-0[data-v-766c9e3e] {
  padding: 10px 0;
}
.padding10-5[data-v-766c9e3e] {
  padding: 10px 5px;
}
.padding0-5[data-v-766c9e3e] {
  padding: 0 5px;
}
.padding0-10[data-v-766c9e3e] {
  padding: 0 10px;
}
.padding0-15[data-v-766c9e3e] {
  padding: 0 15px;
}
.padding20-0[data-v-766c9e3e] {
  padding: 20px 0;
}
.padding20-10[data-v-766c9e3e] {
  padding: 20px 10px;
}
.padding15-20[data-v-766c9e3e] {
  padding: 15px 20px;
}
.padding15-0[data-v-766c9e3e] {
  padding: 15px 0px;
}
.padding20-5[data-v-766c9e3e] {
  padding: 20px 5px;
}
.padding0-20[data-v-766c9e3e] {
  padding: 0 20px;
}
.padding5-20[data-v-766c9e3e] {
  padding: 5px 20px;
}
.padding5-15[data-v-766c9e3e] {
  padding: 5px 15px;
}
.padding5-10[data-v-766c9e3e] {
  padding: 5px 10px;
}
.padding15-10[data-v-766c9e3e] {
  padding: 15px 10px;
}
.padding1em[data-v-766c9e3e] {
  padding: 1em;
}
.padding10-20[data-v-766c9e3e] {
  padding: 10px 20px;
}
.padding5-0[data-v-766c9e3e] {
  padding: 5px 0;
}
.padding30-10[data-v-766c9e3e] {
  padding: 30px 10px;
}
.px-5[data-v-766c9e3e] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-766c9e3e] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-766c9e3e] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-766c9e3e] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-766c9e3e] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-766c9e3e] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-766c9e3e] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-766c9e3e] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-766c9e3e] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-766c9e3e] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-766c9e3e] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-766c9e3e] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-766c9e3e] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-766c9e3e] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-766c9e3e] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-766c9e3e] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-766c9e3e] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-766c9e3e] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-766c9e3e] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-766c9e3e] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-766c9e3e] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-766c9e3e] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-766c9e3e] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-766c9e3e] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-766c9e3e] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-766c9e3e] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-766c9e3e] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-766c9e3e] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-766c9e3e]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-766c9e3e] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-766c9e3e]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-766c9e3e] {
  border: 0 !important;
}
.borderRed[data-v-766c9e3e] {
  border-color: #f00 !important;
}
.border-aside[data-v-766c9e3e] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-766c9e3e] {
  border: none;
}
.borderLightgray[data-v-766c9e3e] {
  border: 1px solid lightgray;
}
.borderGray[data-v-766c9e3e] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-766c9e3e] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-766c9e3e] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-766c9e3e] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-766c9e3e] {
  border: 1px solid #fff;
}
.border2green[data-v-766c9e3e] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-766c9e3e] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-766c9e3e] {
  border: 2px solid #fff;
}
.border2gold[data-v-766c9e3e] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-766c9e3e] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-766c9e3e] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-766c9e3e] {
  border-color: #d42717 !important;
}
.border1green[data-v-766c9e3e] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-766c9e3e] {
  border-color: #f00 !important;
}
.border-fixed[data-v-766c9e3e] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-766c9e3e] {
  border-radius: 40px;
}
.radius30[data-v-766c9e3e] {
  border-radius: 30px;
}
.radius20[data-v-766c9e3e] {
  border-radius: 20px;
}
.radius15[data-v-766c9e3e] {
  border-radius: 15px;
}
.radius8[data-v-766c9e3e] {
  border-radius: 8px;
}
.radius3[data-v-766c9e3e] {
  border-radius: 3px !important;
}
.rounded[data-v-766c9e3e] {
  border-radius: 50%;
}
.rounded5[data-v-766c9e3e] {
  border-radius: 5px;
}
.round10[data-v-766c9e3e] {
  border-radius: 10px;
}
.box-border[data-v-766c9e3e] {
  box-sizing: border-box;
}
.text-center[data-v-766c9e3e] {
  text-align: center;
}
.text-right[data-v-766c9e3e] {
  text-align: right;
}
.text-left[data-v-766c9e3e] {
  text-align: left;
}
.text-lowercase[data-v-766c9e3e] {
  text-transform: lowercase;
}
.text-uppercase[data-v-766c9e3e] {
  text-transform: uppercase;
}
.text-capitalize[data-v-766c9e3e] {
  text-transform: capitalize !important;
}
.text-none[data-v-766c9e3e] {
  text-transform: none;
}
.text-ellipsis[data-v-766c9e3e] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-766c9e3e] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-766c9e3e]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-766c9e3e] {
  text-decoration: underline;
}
.text-underline[data-v-766c9e3e]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-766c9e3e] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-766c9e3e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-766c9e3e] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-766c9e3e] {
  word-break: break-all;
}
.font-bold[data-v-766c9e3e] {
  font-weight: bold;
}
.price-through[data-v-766c9e3e] {
  text-decoration: line-through;
}
.font-italic[data-v-766c9e3e] {
  font-style: italic;
}
.font095em[data-v-766c9e3e] {
  font-size: 0.95em;
}
.font1em[data-v-766c9e3e] {
  font-size: 1em !important;
}
.font2em[data-v-766c9e3e] {
  font-size: 2em;
}
.font2-2em[data-v-766c9e3e] {
  font-size: 2.2em;
}
.font3em[data-v-766c9e3e] {
  font-size: 3em;
}
.font4em[data-v-766c9e3e] {
  font-size: 4em;
}
.font1-5em[data-v-766c9e3e] {
  font-size: 1.5em;
}
.font1-7em[data-v-766c9e3e] {
  font-size: 1.7em;
}
.font1-3em[data-v-766c9e3e] {
  font-size: 1.3em;
}
.font1-4em[data-v-766c9e3e] {
  font-size: 1.4em;
}
.font-9em[data-v-766c9e3e] {
  font-size: 0.9em;
}
.font10[data-v-766c9e3e] {
  font-size: 10px;
}
.font11[data-v-766c9e3e] {
  font-size: 11px;
}
.font12[data-v-766c9e3e] {
  font-size: 12px;
}
.font13[data-v-766c9e3e] {
  font-size: 13px;
}
.font14[data-v-766c9e3e] {
  font-size: 14px;
}
.font15[data-v-766c9e3e] {
  font-size: 15px;
}
.font16[data-v-766c9e3e] {
  font-size: 16px;
}
.font17[data-v-766c9e3e] {
  font-size: 17px;
}
.font18[data-v-766c9e3e] {
  font-size: 18px;
}
.font19[data-v-766c9e3e] {
  font-size: 19px;
}
.font20[data-v-766c9e3e] {
  font-size: 20px;
}
.font21[data-v-766c9e3e] {
  font-size: 21px;
}
.font22[data-v-766c9e3e] {
  font-size: 22px;
}
.font23[data-v-766c9e3e] {
  font-size: 23px;
}
.font24[data-v-766c9e3e] {
  font-size: 24px;
}
.font25[data-v-766c9e3e] {
  font-size: 25px;
}
.font26[data-v-766c9e3e] {
  font-size: 26px;
}
.font27[data-v-766c9e3e] {
  font-size: 27px;
}
.font28[data-v-766c9e3e] {
  font-size: 28px;
}
.font29[data-v-766c9e3e] {
  font-size: 29px;
}
.font30[data-v-766c9e3e] {
  font-size: 30px;
}
.font31[data-v-766c9e3e] {
  font-size: 31px;
}
.font32[data-v-766c9e3e] {
  font-size: 32px;
}
.font33[data-v-766c9e3e] {
  font-size: 33px;
}
.font34[data-v-766c9e3e] {
  font-size: 34px;
}
.font35[data-v-766c9e3e] {
  font-size: 35px;
}
.font36[data-v-766c9e3e] {
  font-size: 36px;
}
.font37[data-v-766c9e3e] {
  font-size: 37px;
}
.font38[data-v-766c9e3e] {
  font-size: 38px;
}
.font39[data-v-766c9e3e] {
  font-size: 39px;
}
.font40[data-v-766c9e3e] {
  font-size: 40px;
}
.font-normal[data-v-766c9e3e] {
  font-weight: normal;
}
.color-white[data-v-766c9e3e] {
  color: #fff;
}
.color-transparent[data-v-766c9e3e] {
  color: transparent !important;
}
.color-black[data-v-766c9e3e] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-766c9e3e] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-766c9e3e] {
  color: fuchia;
}
.color-gray[data-v-766c9e3e] {
  color: #a5afb9;
}
.color-hardgray[data-v-766c9e3e] {
  color: #4d5263;
}
.color-hannah[data-v-766c9e3e] {
  color: #EA184D;
}
.color-lightgray[data-v-766c9e3e] {
  color: #d3d3d3;
}
.color-darkblue[data-v-766c9e3e] {
  color: #2c3e50;
}
.color-darkgray[data-v-766c9e3e] {
  color: #757575;
}
.color-lightred[data-v-766c9e3e] {
  color: #e74c3c;
}
.color-red[data-v-766c9e3e] {
  color: #e74c3c;
}
.color-blue[data-v-766c9e3e] {
  color: #2980b9;
}
.color-yellow[data-v-766c9e3e] {
  color: #f49d1e;
}
.color-orange[data-v-766c9e3e] {
  color: #ffa500;
}
.color-green[data-v-766c9e3e] {
  color: #2AA186;
}
.color-gplus[data-v-766c9e3e] {
  color: #d42717;
}
.back-bluelight[data-v-766c9e3e] {
  background: #EBF0FF !important;
}
.back-blue[data-v-766c9e3e] {
  background: #2980b9 !important;
}
.back-hannah[data-v-766c9e3e] {
  background: #EA184D !important;
}
.back-purple[data-v-766c9e3e] {
  background: #8e44ad;
}
.back-green[data-v-766c9e3e] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-766c9e3e] {
  background: #2AA186;
}
.back-yellow[data-v-766c9e3e] {
  background: #f49d1e !important;
}
.back-gold[data-v-766c9e3e] {
  background: #f49d1e !important;
}
.back-red[data-v-766c9e3e] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-766c9e3e] {
  background: #e74c3c;
}
.back-lightred[data-v-766c9e3e] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-766c9e3e] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-766c9e3e] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-766c9e3e] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-766c9e3e] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-766c9e3e] {
  background: #f49d1e !important;
}
.back-gplus[data-v-766c9e3e] {
  background: #d42717;
}
.back-darkblue[data-v-766c9e3e] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-766c9e3e] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-766c9e3e] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-766c9e3e] {
  background: #3e3d40;
}
.back-midgray[data-v-766c9e3e] {
  background: #ececec;
}
.back-gray[data-v-766c9e3e] {
  background: #a5afb9;
}
.back-black[data-v-766c9e3e] {
  background: #121212;
}
.back-transparent[data-v-766c9e3e] {
  background: transparent;
}
.back-white[data-v-766c9e3e] {
  background: #fff !important;
}
.back-white-simple[data-v-766c9e3e] {
  background-color: #fff;
}
.back-lightgray[data-v-766c9e3e] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-766c9e3e] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-766c9e3e] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-766c9e3e] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-766c9e3e] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-766c9e3e] {
  background: #D6DFE4;
}
.bg-aside[data-v-766c9e3e] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-766c9e3e] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-766c9e3e] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-766c9e3e] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-766c9e3e] {
  background: #fff;
}
.back-item-odd-white[data-v-766c9e3e]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-766c9e3e] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-766c9e3e] {
  position: relative;
}
.absolute[data-v-766c9e3e] {
  position: absolute;
}
.fixed[data-v-766c9e3e] {
  position: fixed;
}
.fixed-bottom[data-v-766c9e3e] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-766c9e3e] {
  position: sticky;
}
.sticky.active[data-v-766c9e3e] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-766c9e3e] {
  bottom: 0;
}
.right0[data-v-766c9e3e] {
  right: 0 !important;
}
.left0[data-v-766c9e3e] {
  left: 0 !important;
}
.leftPositionControl[data-v-766c9e3e] {
  left: -10px;
}
.width100-50[data-v-766c9e3e] {
  width: 100%;
}
.width100-40[data-v-766c9e3e] {
  width: 100%;
}
.min-width100[data-v-766c9e3e] {
  min-width: 100%;
}
.min-width90[data-v-766c9e3e] {
  min-width: 90%;
}
.min-width80[data-v-766c9e3e] {
  min-width: 80% !important;
}
.min-width70[data-v-766c9e3e] {
  min-width: 70%;
}
.min-width60[data-v-766c9e3e] {
  min-width: 60%;
}
.min-width50[data-v-766c9e3e] {
  max-width: 50%;
}
.min-width45[data-v-766c9e3e] {
  min-width: 45%;
}
.min-width40[data-v-766c9e3e] {
  min-width: 40%;
}
.min-width30[data-v-766c9e3e] {
  min-width: 30%;
}
.min-width20[data-v-766c9e3e] {
  min-width: 20%;
}
.min-width25[data-v-766c9e3e] {
  min-width: 25%;
}
.min-width10[data-v-766c9e3e] {
  min-width: 10%;
}
.width100[data-v-766c9e3e] {
  width: 100%;
}
.width90[data-v-766c9e3e] {
  width: 90%;
}
.width80[data-v-766c9e3e] {
  width: 80% !important;
}
.width70[data-v-766c9e3e] {
  width: 70%;
}
.width60[data-v-766c9e3e] {
  width: 60%;
}
.width50[data-v-766c9e3e] {
  width: 50%;
}
.width45[data-v-766c9e3e] {
  width: 45%;
}
.width40[data-v-766c9e3e] {
  width: 40%;
}
.width30[data-v-766c9e3e] {
  width: 30%;
}
.width20[data-v-766c9e3e] {
  width: 20%;
}
.width25[data-v-766c9e3e] {
  width: 25%;
}
.width10[data-v-766c9e3e] {
  width: 10%;
}
.width-min[data-v-766c9e3e] {
  width: min-content;
}
.max-width800[data-v-766c9e3e] {
  max-width: 800px;
}
.widthCenter[data-v-766c9e3e] {
  width: 80%;
}
.max-width600[data-v-766c9e3e] {
  max-width: 600px;
}
.max-width300[data-v-766c9e3e] {
  max-width: 300px;
}
.widthHalf[data-v-766c9e3e] {
  width: 50%;
}
.width-sellProductImg-control[data-v-766c9e3e] {
  width: 150px;
}
.top-control-sellProduct[data-v-766c9e3e] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-766c9e3e] {
  width: 100%;
}
.width-cuotas-control-item[data-v-766c9e3e] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-766c9e3e] {
  width: 163px;
}
.width-control-btn-inline[data-v-766c9e3e] {
  width: 195px;
}
.width-controll-buys-item[data-v-766c9e3e] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-766c9e3e] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-766c9e3e] {
  width: 180px;
}
.width-pasarela-img-control[data-v-766c9e3e] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-766c9e3e] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-766c9e3e] {
  width: 95%;
}
.width-pasarela[data-v-766c9e3e] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-766c9e3e]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-766c9e3e]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-766c9e3e]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-766c9e3e]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-766c9e3e] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-766c9e3e] {
  max-height: 100%;
}
.height220[data-v-766c9e3e] {
  height: 220px;
}
.height100vh[data-v-766c9e3e] {
  height: 100vh !important;
}
.heightFilters[data-v-766c9e3e] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-766c9e3e] {
  height: 100%;
}
.height-aside[data-v-766c9e3e] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-766c9e3e] {
  height: 0px;
}
.heightBox[data-v-766c9e3e] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-766c9e3e] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-766c9e3e] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-766c9e3e] {
  justify-content: center;
}
.pointer[data-v-766c9e3e] {
  cursor: pointer !important;
}
.cursor-move[data-v-766c9e3e] {
  cursor: move !important;
}
.cursor-not[data-v-766c9e3e] {
  cursor: not-allowed !important;
}
.events-none[data-v-766c9e3e] {
  pointer-events: none;
}
.shadow[data-v-766c9e3e] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-766c9e3e] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-766c9e3e] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-766c9e3e] {
  transition: 0.3s;
}
.hoverShadow[data-v-766c9e3e]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-766c9e3e] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-766c9e3e] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-766c9e3e] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-766c9e3e] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-766c9e3e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-766c9e3e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-766c9e3e] {
  width: 40px;
  height: 40px;
}
.square35[data-v-766c9e3e] {
  width: 35px;
  height: 35px;
}
.square30[data-v-766c9e3e] {
  width: 30px;
  height: 30px;
}
.square25[data-v-766c9e3e] {
  width: 25px;
  height: 25px;
}
.square12[data-v-766c9e3e] {
  width: 12px;
  height: 12px;
}
.square15[data-v-766c9e3e] {
  width: 15px;
  height: 15px;
}
.square17[data-v-766c9e3e] {
  width: 17px;
  height: 17px;
}
.square18[data-v-766c9e3e] {
  width: 18px;
  height: 18px;
}
.square20[data-v-766c9e3e] {
  width: 20px;
  height: 20px;
}
.square50[data-v-766c9e3e] {
  width: 50px;
  height: 50px;
}
.square70[data-v-766c9e3e] {
  width: 70px;
  height: 70px;
}
.square55[data-v-766c9e3e] {
  width: 55px;
  height: 55px;
}
.square100[data-v-766c9e3e] {
  width: 100px;
  height: 100px;
}
.square10[data-v-766c9e3e] {
  width: 10px;
  height: 10px;
}
.square200[data-v-766c9e3e] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-766c9e3e] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-766c9e3e] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-766c9e3e] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-766c9e3e] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-766c9e3e] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-766c9e3e] {
  overflow-y: hidden;
}
.remove-scroll[data-v-766c9e3e] {
  overflow-y: hidden;
}
.active-scroll[data-v-766c9e3e] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-766c9e3e] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-766c9e3e] {
  overflow: hidden !important;
}
.overflow-auto[data-v-766c9e3e] {
  overflow: auto !important;
}
.hidden[data-v-766c9e3e] {
  visibility: hidden;
}
.offscreen[data-v-766c9e3e] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-766c9e3e] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-766c9e3e] {
  opacity: 0;
}
.opacity30[data-v-766c9e3e] {
  opacity: 0.3;
}
.opacity50[data-v-766c9e3e] {
  opacity: 0.5;
}
.opacity70[data-v-766c9e3e] {
  opacity: 0.7;
}
.opacity80[data-v-766c9e3e] {
  opacity: 0.8;
}
.transition30[data-v-766c9e3e] {
  transition: 0.3s;
}
.cleared[data-v-766c9e3e] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-766c9e3e] {
  transition: 0.1s;
}
.hover-green[data-v-766c9e3e]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-766c9e3e] {
  animation: aside-766c9e3e 0.5s reverse;
}
.aside-leave-active[data-v-766c9e3e] {
  animation: aside-766c9e3e 0.5s;
}
.asideContent-enter-active[data-v-766c9e3e] {
  animation: asideContent-766c9e3e 0.3s reverse;
}
.asideContent-leave-active[data-v-766c9e3e] {
  animation: asideContent-766c9e3e 0.3s;
}
@keyframes aside-766c9e3e {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-766c9e3e {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-766c9e3e {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-766c9e3e] {
  animation: spin-766c9e3e 2s infinite;
}
@keyframes spin-766c9e3e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-766c9e3e] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-766c9e3e] {
  padding: 3px;
}
.carousel__pagination-button[data-v-766c9e3e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-766c9e3e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-766c9e3e]::after {
  display: none !important;
}
.pagination[data-v-766c9e3e] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-766c9e3e] {
  display: inline;
}
.pagination > li > a[data-v-766c9e3e], .pagination > li > span[data-v-766c9e3e] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-766c9e3e], .pagination > li:first-child > span[data-v-766c9e3e] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-766c9e3e], .pagination > li:last-child > span[data-v-766c9e3e] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-766c9e3e]:hover, .pagination > li > span[data-v-766c9e3e]:hover, .pagination > li > a[data-v-766c9e3e]:focus, .pagination > li > span[data-v-766c9e3e]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-766c9e3e], .pagination > .active > span[data-v-766c9e3e], .pagination > .active > a[data-v-766c9e3e]:hover, .pagination > .active > span[data-v-766c9e3e]:hover, .pagination > .active > a[data-v-766c9e3e]:focus, .pagination > .active > span[data-v-766c9e3e]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-766c9e3e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-766c9e3e]:hover, .pagination > .disabled > span[data-v-766c9e3e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-766c9e3e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-766c9e3e]:hover, .pagination > .disabled > a[data-v-766c9e3e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-766c9e3e], .pagination-lg > li > span[data-v-766c9e3e] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-766c9e3e], .pagination-lg > li:first-child > span[data-v-766c9e3e] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-766c9e3e], .pagination-lg > li:last-child > span[data-v-766c9e3e] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-766c9e3e], .pagination-sm > li > span[data-v-766c9e3e] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-766c9e3e], .pagination-sm > li:first-child > span[data-v-766c9e3e] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-766c9e3e], .pagination-sm > li:last-child > span[data-v-766c9e3e] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-766c9e3e] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-766c9e3e] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-766c9e3e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-766c9e3e] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-766c9e3e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-766c9e3e] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-766c9e3e] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-766c9e3e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-766c9e3e] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-766c9e3e]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-766c9e3e] {
  overflow: unset !important;
}
.btn-shadow[data-v-766c9e3e] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-766c9e3e] {
  margin-left: 0px;
}
.reset-button[data-v-766c9e3e] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-766c9e3e] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-766c9e3e]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-766c9e3e] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-766c9e3e] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-766c9e3e],
.btn-finalize[data-v-766c9e3e] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-766c9e3e] {
  right: 7px;
}
.btn-finalize[data-v-766c9e3e] {
  left: 7px;
}
.tab-counter[data-v-766c9e3e] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-766c9e3e] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-766c9e3e] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-766c9e3e] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-766c9e3e] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-766c9e3e] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-766c9e3e] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-766c9e3e] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-766c9e3e] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-766c9e3e] {
  transition: 0.5s;
}
.tab[data-v-766c9e3e]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-766c9e3e] {
  color: #2980b9;
}
.tab.active[data-v-766c9e3e]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-766c9e3e] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-766c9e3e] {
  width: 220px;
}
.badge-display[data-v-766c9e3e], .badge-display2[data-v-766c9e3e] {
  min-width: 224px;
}
.my-badge[data-v-766c9e3e] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-766c9e3e] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-766c9e3e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-766c9e3e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-766c9e3e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-766c9e3e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-766c9e3e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-766c9e3e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-766c9e3e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-766c9e3e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-766c9e3e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-766c9e3e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-766c9e3e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-766c9e3e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-766c9e3e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-766c9e3e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-766c9e3e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-766c9e3e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-766c9e3e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-766c9e3e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-766c9e3e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-766c9e3e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-766c9e3e] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-766c9e3e] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-766c9e3e] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-766c9e3e] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-766c9e3e] {
  flex-wrap: wrap;
}
.vueperslide[data-v-766c9e3e] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-766c9e3e] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-766c9e3e] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-766c9e3e] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-766c9e3e] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-766c9e3e] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-766c9e3e] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-766c9e3e] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-766c9e3e] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-766c9e3e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-766c9e3e] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-766c9e3e] {
  width: 100%;
}
.img-product-detail[data-v-766c9e3e] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-766c9e3e] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-766c9e3e] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-766c9e3e] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-766c9e3e] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-766c9e3e] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-766c9e3e] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-766c9e3e] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-766c9e3e] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-766c9e3e] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-766c9e3e] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-766c9e3e] {
  text-align: center;
}
.modal-enter[data-v-766c9e3e], .modal-leave-active[data-v-766c9e3e] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-766c9e3e], .modal-leave-active .modal-container[data-v-766c9e3e] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-766c9e3e] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-766c9e3e] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-766c9e3e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-766c9e3e] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-766c9e3e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-766c9e3e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-766c9e3e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-766c9e3e] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-766c9e3e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-766c9e3e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-766c9e3e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-766c9e3e] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-766c9e3e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-766c9e3e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-766c9e3e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-766c9e3e] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-766c9e3e] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-766c9e3e]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-766c9e3e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-766c9e3e] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-766c9e3e] {
  display: none;
}
.vdp-datepicker input[data-v-766c9e3e] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-766c9e3e]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-766c9e3e] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-766c9e3e] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-766c9e3e ease-in-out infinite;
}
.vue-treeselect__control[data-v-766c9e3e] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-766c9e3e] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-766c9e3e] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-766c9e3e] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-766c9e3e] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-766c9e3e] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-766c9e3e] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-766c9e3e] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-766c9e3e {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-766c9e3e {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-766c9e3e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-766c9e3e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-766c9e3e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-766c9e3e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-766c9e3e],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-766c9e3e] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-766c9e3e] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-766c9e3e] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-766c9e3e],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-766c9e3e] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-766c9e3e] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-766c9e3e] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-766c9e3e] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-766c9e3e],
.vue-treeselect span[data-v-766c9e3e] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-766c9e3e] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-766c9e3e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-766c9e3e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-766c9e3e] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-766c9e3e] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-766c9e3e],
.vue-treeselect__control[data-v-766c9e3e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-766c9e3e] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-766c9e3e] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-766c9e3e],
.vue-treeselect__multi-value[data-v-766c9e3e] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-766c9e3e] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-766c9e3e] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-766c9e3e] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-766c9e3e] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-766c9e3e],
.vue-treeselect__single-value[data-v-766c9e3e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-766c9e3e] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-766c9e3e] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-766c9e3e] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-766c9e3e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-766c9e3e] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-766c9e3e]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-766c9e3e] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-766c9e3e] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-766c9e3e],
.vue-treeselect__multi-value-label[data-v-766c9e3e] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-766c9e3e] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-766c9e3e] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-766c9e3e],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-766c9e3e] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-766c9e3e] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-766c9e3e] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-766c9e3e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-766c9e3e] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-766c9e3e] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-766c9e3e] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-766c9e3e] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-766c9e3e] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-766c9e3e] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-766c9e3e] {
  display: none;
}
.vue-treeselect__input[data-v-766c9e3e],
.vue-treeselect__sizer[data-v-766c9e3e] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-766c9e3e] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-766c9e3e]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-766c9e3e] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-766c9e3e] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-766c9e3e] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-766c9e3e] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-766c9e3e cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-766c9e3e cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-766c9e3e]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-766c9e3e] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-766c9e3e] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-766c9e3e] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-766c9e3e] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-766c9e3e] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-766c9e3e] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-766c9e3e] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-766c9e3e] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-766c9e3e] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-766c9e3e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-766c9e3e] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-766c9e3e] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-766c9e3e]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-766c9e3e] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-766c9e3e],
.vue-treeselect__option-arrow-placeholder[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-766c9e3e] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-766c9e3e] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-766c9e3e],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-766c9e3e] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-766c9e3e] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-766c9e3e] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-766c9e3e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-766c9e3e] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-766c9e3e] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-766c9e3e],
.vue-treeselect__minus-mark[data-v-766c9e3e] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-766c9e3e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-766c9e3e] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-766c9e3e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-766c9e3e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-766c9e3e] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-766c9e3e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-766c9e3e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-766c9e3e] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-766c9e3e] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-766c9e3e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-766c9e3e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-766c9e3e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-766c9e3e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-766c9e3e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-766c9e3e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-766c9e3e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-766c9e3e] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-766c9e3e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-766c9e3e] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-766c9e3e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-766c9e3e] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-766c9e3e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-766c9e3e]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-766c9e3e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-766c9e3e]::before,
.vue-treeselect__icon-error[data-v-766c9e3e]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-766c9e3e]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-766c9e3e]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-766c9e3e] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-766c9e3e linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-766c9e3e linear infinite;
}
.vue-treeselect__icon-loader[data-v-766c9e3e]::before,
.vue-treeselect__icon-loader[data-v-766c9e3e]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-766c9e3e ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-766c9e3e ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-766c9e3e]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-766c9e3e]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-766c9e3e],
.vac-loader-wrapper[data-v-766c9e3e] {
  display: none !important;
}
.vac-room-name[data-v-766c9e3e] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-766c9e3e] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-766c9e3e] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-766c9e3e] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-766c9e3e] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-766c9e3e] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-766c9e3e] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-766c9e3e] {
  min-height: 24px !important;
}
.tagWarn[data-v-766c9e3e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-766c9e3e]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-766c9e3e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-766c9e3e]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-766c9e3e]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-766c9e3e] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-766c9e3e] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-766c9e3e] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-766c9e3e] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-766c9e3e]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-766c9e3e] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-766c9e3e]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-766c9e3e] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-766c9e3e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-766c9e3e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-766c9e3e]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-766c9e3e] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-766c9e3e]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-766c9e3e] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-766c9e3e]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-766c9e3e]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-766c9e3e] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-766c9e3e] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-766c9e3e] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-766c9e3e]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-766c9e3e] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-766c9e3e] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-766c9e3e] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-766c9e3e]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-766c9e3e] {
  font-size: 1.15em;
}
.my-select[data-v-766c9e3e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-766c9e3e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-766c9e3e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-766c9e3e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-766c9e3e] {
  width: 160px;
}
.my-select[data-v-766c9e3e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-766c9e3e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-766c9e3e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-766c9e3e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-766c9e3e] {
  width: 160px;
}
.input-cupon[data-v-766c9e3e] {
  display: flex;
}
.input-cupon > div > span[data-v-766c9e3e] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-766c9e3e] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-766c9e3e] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-766c9e3e]:not(:checked),
input[type=checkbox].check[data-v-766c9e3e]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-766c9e3e],
input[type=checkbox].check:checked + label[data-v-766c9e3e] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-766c9e3e]:before,
input[type=checkbox].check:checked + label[data-v-766c9e3e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-766c9e3e]:after,
input[type=checkbox].check:checked + label[data-v-766c9e3e]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-766c9e3e]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-766c9e3e]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-766c9e3e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-766c9e3e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-766c9e3e]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-766c9e3e] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-766c9e3e]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-766c9e3e]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-766c9e3e] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-766c9e3e] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-766c9e3e] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-766c9e3e] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-766c9e3e] {
  opacity: 1;
}
.multiselect__tag[data-v-766c9e3e] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-766c9e3e] {
  background: #2AA186 !important;
}
.multiselect[data-v-766c9e3e] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-766c9e3e]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-766c9e3e] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-766c9e3e] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-766c9e3e]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-766c9e3e]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-766c9e3e]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-766c9e3e]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-766c9e3e] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-766c9e3e] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-766c9e3e] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-766c9e3e] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-766c9e3e] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-766c9e3e] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-766c9e3e]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-766c9e3e]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-766c9e3e]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-766c9e3e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-766c9e3e] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-766c9e3e] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-766c9e3e] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-766c9e3e]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-766c9e3e] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-766c9e3e] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-766c9e3e] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-766c9e3e] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-766c9e3e] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-766c9e3e] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-766c9e3e]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-766c9e3e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-766c9e3e] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-766c9e3e], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-766c9e3e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-766c9e3e] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-766c9e3e] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-766c9e3e], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-766c9e3e] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-766c9e3e], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-766c9e3e] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-766c9e3e]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-766c9e3e]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-766c9e3e] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-766c9e3e] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-766c9e3e] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-766c9e3e] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-766c9e3e] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-766c9e3e] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-766c9e3e] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-766c9e3e] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-766c9e3e] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-766c9e3e] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-766c9e3e] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-766c9e3e] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-766c9e3e] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-766c9e3e] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-766c9e3e] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-766c9e3e]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-766c9e3e] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-766c9e3e] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-766c9e3e] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-766c9e3e] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-766c9e3e] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-766c9e3e] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-766c9e3e] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-766c9e3e] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-766c9e3e], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-766c9e3e] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-766c9e3e] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-766c9e3e] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-766c9e3e] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-766c9e3e] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-766c9e3e] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-766c9e3e] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-766c9e3e] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-766c9e3e], .v3-emoji-picker .v3-header[data-v-766c9e3e] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-766c9e3e] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-766c9e3e] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-766c9e3e] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-766c9e3e]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-766c9e3e], .v3-emoji-picker .v3-skin-tones[data-v-766c9e3e] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-766c9e3e]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-766c9e3e] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-766c9e3e] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-766c9e3e] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-766c9e3e], body[data-v-766c9e3e] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-766c9e3e], body.home[data-v-766c9e3e] {
  background-color: #fff;
}
[data-v-766c9e3e]:focus {
  outline: none !important;
}
a[data-v-766c9e3e] {
  text-decoration: none;
}
a[data-v-766c9e3e]:hover,
a[data-v-766c9e3e]:focus {
  text-decoration: none;
}
img[data-v-766c9e3e] {
  border: 0;
}
textarea[data-v-766c9e3e] {
  resize: none;
}
h1[data-v-766c9e3e],
h2[data-v-766c9e3e],
h3[data-v-766c9e3e],
h4[data-v-766c9e3e],
h5[data-v-766c9e3e],
h6[data-v-766c9e3e] {
  font-weight: bold;
}
.step-list-container[data-v-766c9e3e] {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  scroll-behavior: smooth;
  justify-content: flex-start;
}
@media (min-width: 1710px) {
.step-list-container[data-v-766c9e3e] {
    display: flex;
    justify-content: center;
}
}
.counter-tabs-container[data-v-766c9e3e] {
  display: none;
  /* Oculto por defecto */
}
@media (max-width: 1130px) {
.counter-tabs-container[data-v-766c9e3e] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columnas, una fila */
    gap: 10px;
}
}
@media (max-width: 320px) {
.counter-tabs-container[data-v-766c9e3e] {
    grid-template-columns: repeat(3, 1fr);
    /* 1 columna, una fila */
}
}
@media (max-width: 320px) {
.step-list-container[data-v-766c9e3e] > :last-child,
.counter-tabs-container[data-v-766c9e3e] > :last-child {
    display: none !important;
}
}
.loading-text[data-v-766c9e3e] {
  width: fit-content;
  background: linear-gradient(90deg, #2980b9 20%, #6fb3e0 40%, #2980b9 60%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shimmer-766c9e3e 1.5s infinite;
}
@keyframes shimmer-766c9e3e {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
[data-v-e50747a8]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-e50747a8] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-e50747a8] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-e50747a8] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-e50747a8] {
  width: 100%;
}
.home-icon img[data-v-e50747a8] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-e50747a8] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-e50747a8] {
  line-height: 30px;
}
.list-style-none[data-v-e50747a8] {
  list-style: none;
}
.burger-menu[data-v-e50747a8] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-e50747a8] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-e50747a8] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-e50747a8] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-e50747a8] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-e50747a8] {
  position: relative;
}
.card-product .my-close[data-v-e50747a8] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-e50747a8] {
  margin: 0;
}
.filtro-form input[data-v-e50747a8] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-e50747a8] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-e50747a8] {
  padding: 20px 0 0;
}
.img-tiny[data-v-e50747a8] {
  width: 80px;
}
.img-item img[data-v-e50747a8] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-e50747a8] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-e50747a8] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-e50747a8]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-e50747a8] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-e50747a8] {
  margin-left: 10px;
}
.notifications section[data-v-e50747a8] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-e50747a8] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-e50747a8] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-e50747a8],
.list-complete-leave-to[data-v-e50747a8] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-e50747a8] {
  position: absolute;
}
#_op_data_r[data-v-e50747a8],
#_op_data_antifraud[data-v-e50747a8] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-e50747a8],
iframe#_op_data_antifraud[data-v-e50747a8],
iframe#device_profile[data-v-e50747a8],
iframe#thm_mp_cntnr[data-v-e50747a8] {
  position: absolute !important;
}
iframe[data-v-e50747a8] {
  background: #fff !important;
}
.main-content[data-v-e50747a8] {
  padding-top: 30px;
}
.card-contactStory[data-v-e50747a8] {
  width: 93vw;
}
.card-contactStory img[data-v-e50747a8] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-e50747a8] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-e50747a8] {
  width: 280px;
}
.dropped[data-v-e50747a8] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-e50747a8] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-e50747a8]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-e50747a8] {
  display: block !important;
}
.dropped .dropdown a[data-v-e50747a8] {
  color: #fff;
}
.dropped .dropdown a[data-v-e50747a8]:hover {
  text-decoration: underline;
}
.line-height25[data-v-e50747a8] {
  line-height: 25px;
}
aside[data-v-e50747a8] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-e50747a8] {
  height: 100vh;
}
.my-header[data-v-e50747a8] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-e50747a8] {
  position: inherit !important;
}
.my-header-menu[data-v-e50747a8] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-e50747a8] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-e50747a8]:hover {
  background: hannah;
}
.menu-api-activate[data-v-e50747a8] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-e50747a8] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-e50747a8] {
  position: relative;
}
.menu-api-item a[data-v-e50747a8]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-e50747a8] {
  padding: 0 !important;
}
.card-product[data-v-e50747a8] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-e50747a8] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-e50747a8] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-e50747a8] {
  margin: 0;
}
.sticky-home[data-v-e50747a8] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-e50747a8] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-e50747a8]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-e50747a8] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-e50747a8]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-e50747a8] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-e50747a8]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-e50747a8] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-e50747a8] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-e50747a8] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-e50747a8]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-e50747a8] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-e50747a8] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-e50747a8] {
  display: block !important;
}
.leftPositionSubMenu[data-v-e50747a8] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-e50747a8] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-e50747a8],
.circle-toggle-box[data-v-e50747a8] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-e50747a8] {
  left: 44px !important;
}
.triangleStatus[data-v-e50747a8]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-e50747a8] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-e50747a8] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-e50747a8] {
  overflow: visible !important;
}
.width-max80[data-v-e50747a8] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-e50747a8] {
  display: flex !important;
}
.flex-none[data-v-e50747a8] {
  flex: none;
}
.flex-nowrap[data-v-e50747a8] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-e50747a8] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-e50747a8] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-e50747a8] {
  flex-direction: column;
}
.flex-col-row[data-v-e50747a8] {
  flex-direction: column;
}
.flex-row[data-v-e50747a8] {
  flex-direction: row;
}
.flex-between-align[data-v-e50747a8] {
  align-content: space-between;
}
.flex-middle[data-v-e50747a8] {
  align-items: center;
}
.flex-bottom[data-v-e50747a8] {
  align-items: flex-end;
}
.flex-between[data-v-e50747a8] {
  justify-content: space-between;
}
.flex-center[data-v-e50747a8] {
  justify-content: center;
}
.flex-right[data-v-e50747a8] {
  justify-content: flex-end;
}
.flex-left[data-v-e50747a8] {
  justify-content: flex-start;
}
.flex-evenly[data-v-e50747a8] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-e50747a8] {
  flex-grow: 1;
}
.flex-grow-2[data-v-e50747a8] {
  flex-grow: 2;
}
.flex-grow-3[data-v-e50747a8] {
  flex-grow: 3;
}
.flex-grow-4[data-v-e50747a8] {
  flex-grow: 4;
}
.flex-grow-5[data-v-e50747a8] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-e50747a8] {
  align-items: flex-start;
}
.flex800[data-v-e50747a8] {
  display: none;
}
.flexc-flex[data-v-e50747a8] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-e50747a8] {
  display: none;
}
.flex-display-50-10[data-v-e50747a8] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-e50747a8] {
  display: none;
}
.show760[data-v-e50747a8] {
  display: none;
}
.hide[data-v-e50747a8] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-e50747a8] {
    display: block !important;
}
.badge-display[data-v-e50747a8] {
    display: none;
}
.badge-display2[data-v-e50747a8] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-e50747a8] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-e50747a8] {
    display: block;
}
.badge-display2[data-v-e50747a8] {
    display: none;
}
.fix-width[data-v-e50747a8] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-e50747a8] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-e50747a8] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-e50747a8] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-e50747a8] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-e50747a8] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-e50747a8] {
    width: 50%;
}
.width100-40[data-v-e50747a8] {
    width: 40%;
}
.show600[data-v-e50747a8] {
    display: block;
}
.width-controll-btn-typeweek[data-v-e50747a8] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-e50747a8] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-e50747a8] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-e50747a8] {
    width: 220px !important;
}
.leftPositionControl[data-v-e50747a8] {
    left: -40px !important;
}
.container-tipo-envio[data-v-e50747a8] {
    display: flex;
}
.width-controll-buys-item[data-v-e50747a8] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-e50747a8] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-e50747a8] {
    top: 380px !important;
}
.my-header-menu[data-v-e50747a8] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-e50747a8] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-e50747a8] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-e50747a8] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-e50747a8] {
    min-width: 400px;
}
.cart-btn-add[data-v-e50747a8] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-e50747a8] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-e50747a8] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-e50747a8] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-e50747a8] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-e50747a8] {
    justify-content: left;
}
.flex-mid[data-v-e50747a8] {
    display: flex !important;
}
.msg-stock[data-v-e50747a8] {
    padding: 10px 0 0;
}
.counter-cart[data-v-e50747a8] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-e50747a8] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-e50747a8] {
    display: none;
}
.badge-display2[data-v-e50747a8] {
    display: block;
}
.show760[data-v-e50747a8] {
    display: block;
}
.hide760[data-v-e50747a8] {
    display: none;
}
.grid-products[data-v-e50747a8] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-e50747a8] {
    margin: auto;
}
.mr-h[data-v-e50747a8] {
    margin: auto;
}
.width-control-otherProducts[data-v-e50747a8] {
    width: 170px !important;
}
.leftPositionControl[data-v-e50747a8] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-e50747a8] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-e50747a8] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-e50747a8] {
    width: 30vw !important;
}
.product-item[data-v-e50747a8] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-e50747a8] {
    width: 90% !important;
}
.my-container[data-v-e50747a8] {
    width: 680px !important;
}
.login[data-v-e50747a8] {
    width: 310px !important;
}
.width-cuotas-control[data-v-e50747a8] {
    width: 278px !important;
}
.flexc-flex[data-v-e50747a8] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-e50747a8] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-e50747a8] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-e50747a8] {
    height: 140px;
}
.width-control-input-chat[data-v-e50747a8] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-e50747a8] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-e50747a8] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-e50747a8] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-e50747a8] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-e50747a8] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-e50747a8] {
    width: 270px !important;
}
.leftPositionControl[data-v-e50747a8] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-e50747a8] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-e50747a8] {
    width: 17vw !important;
}
.filters-wrap[data-v-e50747a8] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-e50747a8] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-e50747a8] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-e50747a8] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-e50747a8] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-e50747a8] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-e50747a8] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-e50747a8] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-e50747a8]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-e50747a8] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-e50747a8] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-e50747a8]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-e50747a8] {
    max-width: 330px !important;
}
.iterable-box[data-v-e50747a8] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-e50747a8] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-e50747a8] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-e50747a8] {
    width: 160px !important;
}
.my-container[data-v-e50747a8] {
    width: 800px !important;
}
.search-btn-box[data-v-e50747a8] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-e50747a8] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-e50747a8] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-e50747a8] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-e50747a8] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-e50747a8] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-e50747a8] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-e50747a8] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-e50747a8] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-e50747a8] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-e50747a8] {
    width: 280px !important;
}
.width300-desktop[data-v-e50747a8] {
    width: 300px !important;
}
.concept-item-stats[data-v-e50747a8] {
    width: 80%;
}
.widthHalf-desktop[data-v-e50747a8] {
    width: 50% !important;
}
.column-desktop[data-v-e50747a8] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-e50747a8] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-e50747a8] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-e50747a8] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-e50747a8],
.flex-desktop[data-v-e50747a8] {
    display: flex !important;
}
.block-desktop[data-v-e50747a8] {
    display: block !important;
}
.hide-desktop[data-v-e50747a8] {
    display: none !important;
}
.fixButton[data-v-e50747a8] {
    top: -20px;
}
.width-cuotas-control[data-v-e50747a8] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-e50747a8] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-e50747a8] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-e50747a8] {
    display: none !important;
}
.bottom10-desktop[data-v-e50747a8] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-e50747a8] {
    left: -125px !important;
}
.grid-products[data-v-e50747a8] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-e50747a8] {
    width: 1000px !important;
}
.showFullDesktop[data-v-e50747a8] {
    display: block !important;
}
.leftPositionControl[data-v-e50747a8] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-e50747a8] {
    display: none !important;
}
.show-only-desktop[data-v-e50747a8] {
    display: flex !important;
}
.leftPositionControl[data-v-e50747a8] {
    left: -260px !important;
}
.catalog-container[data-v-e50747a8] {
    margin: unset;
}
.carrito-catalog[data-v-e50747a8] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-e50747a8] {
    left: -280px !important;
}
}
.grid-container[data-v-e50747a8] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-e50747a8] {
  grid-column: span 1;
}
.grid-item-1[data-v-e50747a8] {
  grid-column: span 1;
}
.grid-item-2[data-v-e50747a8] {
  grid-column: span 2;
}
.grid-item-3[data-v-e50747a8] {
  grid-column: span 3;
}
.grid-item-4[data-v-e50747a8] {
  grid-column: span 4;
}
.grid-item-5[data-v-e50747a8] {
  grid-column: span 5;
}
.grid-item-6[data-v-e50747a8] {
  grid-column: span 6;
}
.grid-item-7[data-v-e50747a8] {
  grid-column: span 7;
}
.grid-item-8[data-v-e50747a8] {
  grid-column: span 8;
}
.grid-item-9[data-v-e50747a8] {
  grid-column: span 9;
}
.grid-item-10[data-v-e50747a8] {
  grid-column: span 10;
}
.grid-item-11[data-v-e50747a8] {
  grid-column: span 11;
}
.grid-item-12[data-v-e50747a8] {
  grid-column: span 12;
}
.grid-cart[data-v-e50747a8] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-e50747a8] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-e50747a8] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-e50747a8] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-e50747a8] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-e50747a8] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-e50747a8] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-e50747a8] {
  gap: 10px;
}
.gap20[data-v-e50747a8] {
  gap: 20px;
}
.grid-box[data-v-e50747a8] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-e50747a8] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-e50747a8] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-e50747a8],
.grid-3 div[data-v-e50747a8],
.grid-4 div[data-v-e50747a8] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-e50747a8] {
  background: #fff;
}
.grid-item-odd[data-v-e50747a8]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-e50747a8] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-e50747a8] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-e50747a8] {
  max-width: 350px;
}
.margin0[data-v-e50747a8] {
  margin: 0 !important;
}
.margin0-5[data-v-e50747a8] {
  margin: 0 5px;
}
.margin10-0[data-v-e50747a8] {
  margin: 10px 0;
}
.margin10-5[data-v-e50747a8] {
  margin: 10px 5px;
}
.margin0-10[data-v-e50747a8] {
  margin: 0 10px;
}
.margin0-15[data-v-e50747a8] {
  margin: 0 15px;
}
.margin15-0[data-v-e50747a8] {
  margin: 15px 0px;
}
.margin20-0[data-v-e50747a8] {
  margin: 20px 0;
}
.margin20-10[data-v-e50747a8] {
  margin: 20px 10px;
}
.margin30-0[data-v-e50747a8] {
  margin: 30px 0;
}
.margin40-0[data-v-e50747a8] {
  margin: 40px 0;
}
.margin20-40[data-v-e50747a8] {
  margin: 20px 40px;
}
.margin0-20[data-v-e50747a8] {
  margin: 0 20px;
}
.margin5[data-v-e50747a8] {
  margin: 5px;
}
.margin5-0[data-v-e50747a8] {
  margin: 5px 0;
}
.margin10[data-v-e50747a8] {
  margin: 10px;
}
.margin10-20[data-v-e50747a8] {
  margin: 10px 20px;
}
.margin15[data-v-e50747a8] {
  margin: 15px;
}
.margin20[data-v-e50747a8] {
  margin: 20px;
}
.margin30[data-v-e50747a8] {
  margin: 30px;
}
.margin50[data-v-e50747a8] {
  margin: 50px;
}
.margin-right-auto[data-v-e50747a8] {
  margin-right: auto;
}
.margin-left-auto[data-v-e50747a8] {
  margin-left: auto;
}
.ml-h[data-v-e50747a8] {
  margin-left: auto;
}
.mr-h[data-v-e50747a8] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-e50747a8] {
  margin-bottom: 5px;
}
.margin-top5[data-v-e50747a8] {
  margin-top: 5px !important;
}
.margin-top10[data-v-e50747a8] {
  margin-top: 10px !important;
}
.margin-top15[data-v-e50747a8] {
  margin-top: 15px !important;
}
.margin-top20[data-v-e50747a8] {
  margin-top: 20px !important;
}
.margin-top30[data-v-e50747a8] {
  margin-top: 30px !important;
}
.margin-top35[data-v-e50747a8] {
  margin-top: 35px !important;
}
.margin-top40[data-v-e50747a8] {
  margin-top: 40px !important;
}
.margin-top50[data-v-e50747a8] {
  margin-top: 50px !important;
}
.margin-top60[data-v-e50747a8] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-e50747a8] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-e50747a8] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-e50747a8] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-e50747a8] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-e50747a8] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-e50747a8] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-e50747a8] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-e50747a8] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-e50747a8] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-e50747a8] {
  margin-left: 5px !important;
}
.margin-left10[data-v-e50747a8] {
  margin-left: 10px !important;
}
.margin-left15[data-v-e50747a8] {
  margin-left: 15px !important;
}
.margin-left20[data-v-e50747a8] {
  margin-left: 20px !important;
}
.margin-left30[data-v-e50747a8] {
  margin-left: 30px !important;
}
.margin-left35[data-v-e50747a8] {
  margin-left: 35px !important;
}
.margin-left40[data-v-e50747a8] {
  margin-left: 40px !important;
}
.margin-left50[data-v-e50747a8] {
  margin-left: 50px !important;
}
.margin-left60[data-v-e50747a8] {
  margin-left: 60px !important;
}
.margin-right5[data-v-e50747a8] {
  margin-right: 5px !important;
}
.margin-right10[data-v-e50747a8] {
  margin-right: 10px !important;
}
.margin-right15[data-v-e50747a8] {
  margin-right: 15px !important;
}
.margin-right20[data-v-e50747a8] {
  margin-right: 20px !important;
}
.margin-right30[data-v-e50747a8] {
  margin-right: 30px !important;
}
.margin-right35[data-v-e50747a8] {
  margin-right: 35px !important;
}
.margin-right40[data-v-e50747a8] {
  margin-right: 40px !important;
}
.margin-right50[data-v-e50747a8] {
  margin-right: 50px !important;
}
.margin-right60[data-v-e50747a8] {
  margin-right: 60px !important;
}
.my-5[data-v-e50747a8] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-e50747a8] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-e50747a8] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-e50747a8] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-e50747a8] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-e50747a8] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-e50747a8] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-e50747a8] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-e50747a8] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-e50747a8] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-e50747a8] {
  padding: 0 !important;
}
.padding5[data-v-e50747a8] {
  padding: 5px;
}
.padding10[data-v-e50747a8] {
  padding: 10px;
}
.padding15[data-v-e50747a8] {
  padding: 15px;
}
.padding20[data-v-e50747a8] {
  padding: 20px;
}
.padding30[data-v-e50747a8] {
  padding: 30px;
}
.padding40[data-v-e50747a8] {
  padding: 40px;
}
.padding40-0[data-v-e50747a8] {
  padding: 40px 0;
}
.padding-left5[data-v-e50747a8] {
  padding-left: 5px;
}
.padding-left10[data-v-e50747a8] {
  padding-left: 10px;
}
.padding-left15[data-v-e50747a8] {
  padding-left: 15px;
}
.padding-left20[data-v-e50747a8] {
  padding-left: 20px;
}
.padding-right5[data-v-e50747a8] {
  padding-right: 5px;
}
.padding-right10[data-v-e50747a8] {
  padding-right: 10px;
}
.padding-right15[data-v-e50747a8] {
  padding-right: 15px;
}
.padding-right20[data-v-e50747a8] {
  padding-right: 20px;
}
.padding-right30[data-v-e50747a8] {
  padding-right: 30px;
}
.padding-right40[data-v-e50747a8] {
  padding-right: 40px;
}
.padding-top0[data-v-e50747a8] {
  padding-top: 0px;
}
.padding-top5[data-v-e50747a8] {
  padding-top: 5px;
}
.padding-top10[data-v-e50747a8] {
  padding-top: 10px;
}
.padding-top15[data-v-e50747a8] {
  padding-top: 15px;
}
.padding-top20[data-v-e50747a8] {
  padding-top: 20px;
}
.padding-top30[data-v-e50747a8] {
  padding-top: 30px;
}
.padding-top50[data-v-e50747a8] {
  padding-top: 50px;
}
.padding-top60[data-v-e50747a8] {
  padding-top: 60px;
}
.padding-top70[data-v-e50747a8] {
  padding-top: 70px;
}
.padding-top90[data-v-e50747a8] {
  padding-top: 90px;
}
.padding-top100[data-v-e50747a8] {
  padding-top: 100px;
}
.padding-top120[data-v-e50747a8] {
  padding-top: 120px;
}
.padding-top180[data-v-e50747a8] {
  padding-top: 180px;
}
.padding-bottom0[data-v-e50747a8] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-e50747a8] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-e50747a8] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-e50747a8] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-e50747a8] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-e50747a8] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-e50747a8] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-e50747a8] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-e50747a8] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-e50747a8] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-e50747a8] {
  padding-bottom: 240px;
}
.padding10-0[data-v-e50747a8] {
  padding: 10px 0;
}
.padding10-5[data-v-e50747a8] {
  padding: 10px 5px;
}
.padding0-5[data-v-e50747a8] {
  padding: 0 5px;
}
.padding0-10[data-v-e50747a8] {
  padding: 0 10px;
}
.padding0-15[data-v-e50747a8] {
  padding: 0 15px;
}
.padding20-0[data-v-e50747a8] {
  padding: 20px 0;
}
.padding20-10[data-v-e50747a8] {
  padding: 20px 10px;
}
.padding15-20[data-v-e50747a8] {
  padding: 15px 20px;
}
.padding15-0[data-v-e50747a8] {
  padding: 15px 0px;
}
.padding20-5[data-v-e50747a8] {
  padding: 20px 5px;
}
.padding0-20[data-v-e50747a8] {
  padding: 0 20px;
}
.padding5-20[data-v-e50747a8] {
  padding: 5px 20px;
}
.padding5-15[data-v-e50747a8] {
  padding: 5px 15px;
}
.padding5-10[data-v-e50747a8] {
  padding: 5px 10px;
}
.padding15-10[data-v-e50747a8] {
  padding: 15px 10px;
}
.padding1em[data-v-e50747a8] {
  padding: 1em;
}
.padding10-20[data-v-e50747a8] {
  padding: 10px 20px;
}
.padding5-0[data-v-e50747a8] {
  padding: 5px 0;
}
.padding30-10[data-v-e50747a8] {
  padding: 30px 10px;
}
.px-5[data-v-e50747a8] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-e50747a8] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-e50747a8] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-e50747a8] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-e50747a8] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-e50747a8] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-e50747a8] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-e50747a8] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-e50747a8] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-e50747a8] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-e50747a8] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-e50747a8] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-e50747a8] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-e50747a8] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-e50747a8] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-e50747a8] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-e50747a8] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-e50747a8] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-e50747a8] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-e50747a8] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-e50747a8] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-e50747a8] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-e50747a8] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-e50747a8] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-e50747a8] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-e50747a8] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-e50747a8] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-e50747a8] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-e50747a8]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-e50747a8] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-e50747a8]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-e50747a8] {
  border: 0 !important;
}
.borderRed[data-v-e50747a8] {
  border-color: #f00 !important;
}
.border-aside[data-v-e50747a8] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-e50747a8] {
  border: none;
}
.borderLightgray[data-v-e50747a8] {
  border: 1px solid lightgray;
}
.borderGray[data-v-e50747a8] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-e50747a8] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-e50747a8] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-e50747a8] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-e50747a8] {
  border: 1px solid #fff;
}
.border2green[data-v-e50747a8] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-e50747a8] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-e50747a8] {
  border: 2px solid #fff;
}
.border2gold[data-v-e50747a8] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-e50747a8] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-e50747a8] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-e50747a8] {
  border-color: #d42717 !important;
}
.border1green[data-v-e50747a8] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-e50747a8] {
  border-color: #f00 !important;
}
.border-fixed[data-v-e50747a8] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-e50747a8] {
  border-radius: 40px;
}
.radius30[data-v-e50747a8] {
  border-radius: 30px;
}
.radius20[data-v-e50747a8] {
  border-radius: 20px;
}
.radius15[data-v-e50747a8] {
  border-radius: 15px;
}
.radius8[data-v-e50747a8] {
  border-radius: 8px;
}
.radius3[data-v-e50747a8] {
  border-radius: 3px !important;
}
.rounded[data-v-e50747a8] {
  border-radius: 50%;
}
.rounded5[data-v-e50747a8] {
  border-radius: 5px;
}
.round10[data-v-e50747a8] {
  border-radius: 10px;
}
.box-border[data-v-e50747a8] {
  box-sizing: border-box;
}
.text-center[data-v-e50747a8] {
  text-align: center;
}
.text-right[data-v-e50747a8] {
  text-align: right;
}
.text-left[data-v-e50747a8] {
  text-align: left;
}
.text-lowercase[data-v-e50747a8] {
  text-transform: lowercase;
}
.text-uppercase[data-v-e50747a8] {
  text-transform: uppercase;
}
.text-capitalize[data-v-e50747a8] {
  text-transform: capitalize !important;
}
.text-none[data-v-e50747a8] {
  text-transform: none;
}
.text-ellipsis[data-v-e50747a8] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-e50747a8] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-e50747a8]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-e50747a8] {
  text-decoration: underline;
}
.text-underline[data-v-e50747a8]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-e50747a8] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-e50747a8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-e50747a8] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-e50747a8] {
  word-break: break-all;
}
.font-bold[data-v-e50747a8] {
  font-weight: bold;
}
.price-through[data-v-e50747a8] {
  text-decoration: line-through;
}
.font-italic[data-v-e50747a8] {
  font-style: italic;
}
.font095em[data-v-e50747a8] {
  font-size: 0.95em;
}
.font1em[data-v-e50747a8] {
  font-size: 1em !important;
}
.font2em[data-v-e50747a8] {
  font-size: 2em;
}
.font2-2em[data-v-e50747a8] {
  font-size: 2.2em;
}
.font3em[data-v-e50747a8] {
  font-size: 3em;
}
.font4em[data-v-e50747a8] {
  font-size: 4em;
}
.font1-5em[data-v-e50747a8] {
  font-size: 1.5em;
}
.font1-7em[data-v-e50747a8] {
  font-size: 1.7em;
}
.font1-3em[data-v-e50747a8] {
  font-size: 1.3em;
}
.font1-4em[data-v-e50747a8] {
  font-size: 1.4em;
}
.font-9em[data-v-e50747a8] {
  font-size: 0.9em;
}
.font10[data-v-e50747a8] {
  font-size: 10px;
}
.font11[data-v-e50747a8] {
  font-size: 11px;
}
.font12[data-v-e50747a8] {
  font-size: 12px;
}
.font13[data-v-e50747a8] {
  font-size: 13px;
}
.font14[data-v-e50747a8] {
  font-size: 14px;
}
.font15[data-v-e50747a8] {
  font-size: 15px;
}
.font16[data-v-e50747a8] {
  font-size: 16px;
}
.font17[data-v-e50747a8] {
  font-size: 17px;
}
.font18[data-v-e50747a8] {
  font-size: 18px;
}
.font19[data-v-e50747a8] {
  font-size: 19px;
}
.font20[data-v-e50747a8] {
  font-size: 20px;
}
.font21[data-v-e50747a8] {
  font-size: 21px;
}
.font22[data-v-e50747a8] {
  font-size: 22px;
}
.font23[data-v-e50747a8] {
  font-size: 23px;
}
.font24[data-v-e50747a8] {
  font-size: 24px;
}
.font25[data-v-e50747a8] {
  font-size: 25px;
}
.font26[data-v-e50747a8] {
  font-size: 26px;
}
.font27[data-v-e50747a8] {
  font-size: 27px;
}
.font28[data-v-e50747a8] {
  font-size: 28px;
}
.font29[data-v-e50747a8] {
  font-size: 29px;
}
.font30[data-v-e50747a8] {
  font-size: 30px;
}
.font31[data-v-e50747a8] {
  font-size: 31px;
}
.font32[data-v-e50747a8] {
  font-size: 32px;
}
.font33[data-v-e50747a8] {
  font-size: 33px;
}
.font34[data-v-e50747a8] {
  font-size: 34px;
}
.font35[data-v-e50747a8] {
  font-size: 35px;
}
.font36[data-v-e50747a8] {
  font-size: 36px;
}
.font37[data-v-e50747a8] {
  font-size: 37px;
}
.font38[data-v-e50747a8] {
  font-size: 38px;
}
.font39[data-v-e50747a8] {
  font-size: 39px;
}
.font40[data-v-e50747a8] {
  font-size: 40px;
}
.font-normal[data-v-e50747a8] {
  font-weight: normal;
}
.color-white[data-v-e50747a8] {
  color: #fff;
}
.color-transparent[data-v-e50747a8] {
  color: transparent !important;
}
.color-black[data-v-e50747a8] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-e50747a8] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-e50747a8] {
  color: fuchia;
}
.color-gray[data-v-e50747a8] {
  color: #a5afb9;
}
.color-hardgray[data-v-e50747a8] {
  color: #4d5263;
}
.color-hannah[data-v-e50747a8] {
  color: #EA184D;
}
.color-lightgray[data-v-e50747a8] {
  color: #d3d3d3;
}
.color-darkblue[data-v-e50747a8] {
  color: #2c3e50;
}
.color-darkgray[data-v-e50747a8] {
  color: #757575;
}
.color-lightred[data-v-e50747a8] {
  color: #e74c3c;
}
.color-red[data-v-e50747a8] {
  color: #e74c3c;
}
.color-blue[data-v-e50747a8] {
  color: #2980b9;
}
.color-yellow[data-v-e50747a8] {
  color: #f49d1e;
}
.color-orange[data-v-e50747a8] {
  color: #ffa500;
}
.color-green[data-v-e50747a8] {
  color: #2AA186;
}
.color-gplus[data-v-e50747a8] {
  color: #d42717;
}
.back-bluelight[data-v-e50747a8] {
  background: #EBF0FF !important;
}
.back-blue[data-v-e50747a8] {
  background: #2980b9 !important;
}
.back-hannah[data-v-e50747a8] {
  background: #EA184D !important;
}
.back-purple[data-v-e50747a8] {
  background: #8e44ad;
}
.back-green[data-v-e50747a8] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-e50747a8] {
  background: #2AA186;
}
.back-yellow[data-v-e50747a8] {
  background: #f49d1e !important;
}
.back-gold[data-v-e50747a8] {
  background: #f49d1e !important;
}
.back-red[data-v-e50747a8] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-e50747a8] {
  background: #e74c3c;
}
.back-lightred[data-v-e50747a8] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-e50747a8] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-e50747a8] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-e50747a8] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-e50747a8] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-e50747a8] {
  background: #f49d1e !important;
}
.back-gplus[data-v-e50747a8] {
  background: #d42717;
}
.back-darkblue[data-v-e50747a8] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-e50747a8] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-e50747a8] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-e50747a8] {
  background: #3e3d40;
}
.back-midgray[data-v-e50747a8] {
  background: #ececec;
}
.back-gray[data-v-e50747a8] {
  background: #a5afb9;
}
.back-black[data-v-e50747a8] {
  background: #121212;
}
.back-transparent[data-v-e50747a8] {
  background: transparent;
}
.back-white[data-v-e50747a8] {
  background: #fff !important;
}
.back-white-simple[data-v-e50747a8] {
  background-color: #fff;
}
.back-lightgray[data-v-e50747a8] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-e50747a8] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-e50747a8] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-e50747a8] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-e50747a8] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-e50747a8] {
  background: #D6DFE4;
}
.bg-aside[data-v-e50747a8] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-e50747a8] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-e50747a8] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-e50747a8] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-e50747a8] {
  background: #fff;
}
.back-item-odd-white[data-v-e50747a8]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-e50747a8] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-e50747a8] {
  position: relative;
}
.absolute[data-v-e50747a8] {
  position: absolute;
}
.fixed[data-v-e50747a8] {
  position: fixed;
}
.fixed-bottom[data-v-e50747a8] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-e50747a8] {
  position: sticky;
}
.sticky.active[data-v-e50747a8] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-e50747a8] {
  bottom: 0;
}
.right0[data-v-e50747a8] {
  right: 0 !important;
}
.left0[data-v-e50747a8] {
  left: 0 !important;
}
.leftPositionControl[data-v-e50747a8] {
  left: -10px;
}
.width100-50[data-v-e50747a8] {
  width: 100%;
}
.width100-40[data-v-e50747a8] {
  width: 100%;
}
.min-width100[data-v-e50747a8] {
  min-width: 100%;
}
.min-width90[data-v-e50747a8] {
  min-width: 90%;
}
.min-width80[data-v-e50747a8] {
  min-width: 80% !important;
}
.min-width70[data-v-e50747a8] {
  min-width: 70%;
}
.min-width60[data-v-e50747a8] {
  min-width: 60%;
}
.min-width50[data-v-e50747a8] {
  max-width: 50%;
}
.min-width45[data-v-e50747a8] {
  min-width: 45%;
}
.min-width40[data-v-e50747a8] {
  min-width: 40%;
}
.min-width30[data-v-e50747a8] {
  min-width: 30%;
}
.min-width20[data-v-e50747a8] {
  min-width: 20%;
}
.min-width25[data-v-e50747a8] {
  min-width: 25%;
}
.min-width10[data-v-e50747a8] {
  min-width: 10%;
}
.width100[data-v-e50747a8] {
  width: 100%;
}
.width90[data-v-e50747a8] {
  width: 90%;
}
.width80[data-v-e50747a8] {
  width: 80% !important;
}
.width70[data-v-e50747a8] {
  width: 70%;
}
.width60[data-v-e50747a8] {
  width: 60%;
}
.width50[data-v-e50747a8] {
  width: 50%;
}
.width45[data-v-e50747a8] {
  width: 45%;
}
.width40[data-v-e50747a8] {
  width: 40%;
}
.width30[data-v-e50747a8] {
  width: 30%;
}
.width20[data-v-e50747a8] {
  width: 20%;
}
.width25[data-v-e50747a8] {
  width: 25%;
}
.width10[data-v-e50747a8] {
  width: 10%;
}
.width-min[data-v-e50747a8] {
  width: min-content;
}
.max-width800[data-v-e50747a8] {
  max-width: 800px;
}
.widthCenter[data-v-e50747a8] {
  width: 80%;
}
.max-width600[data-v-e50747a8] {
  max-width: 600px;
}
.max-width300[data-v-e50747a8] {
  max-width: 300px;
}
.widthHalf[data-v-e50747a8] {
  width: 50%;
}
.width-sellProductImg-control[data-v-e50747a8] {
  width: 150px;
}
.top-control-sellProduct[data-v-e50747a8] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-e50747a8] {
  width: 100%;
}
.width-cuotas-control-item[data-v-e50747a8] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-e50747a8] {
  width: 163px;
}
.width-control-btn-inline[data-v-e50747a8] {
  width: 195px;
}
.width-controll-buys-item[data-v-e50747a8] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-e50747a8] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-e50747a8] {
  width: 180px;
}
.width-pasarela-img-control[data-v-e50747a8] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-e50747a8] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-e50747a8] {
  width: 95%;
}
.width-pasarela[data-v-e50747a8] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-e50747a8]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-e50747a8]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-e50747a8]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-e50747a8]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-e50747a8] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-e50747a8] {
  max-height: 100%;
}
.height220[data-v-e50747a8] {
  height: 220px;
}
.height100vh[data-v-e50747a8] {
  height: 100vh !important;
}
.heightFilters[data-v-e50747a8] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-e50747a8] {
  height: 100%;
}
.height-aside[data-v-e50747a8] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-e50747a8] {
  height: 0px;
}
.heightBox[data-v-e50747a8] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-e50747a8] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-e50747a8] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-e50747a8] {
  justify-content: center;
}
.pointer[data-v-e50747a8] {
  cursor: pointer !important;
}
.cursor-move[data-v-e50747a8] {
  cursor: move !important;
}
.cursor-not[data-v-e50747a8] {
  cursor: not-allowed !important;
}
.events-none[data-v-e50747a8] {
  pointer-events: none;
}
.shadow[data-v-e50747a8] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-e50747a8] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-e50747a8] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-e50747a8] {
  transition: 0.3s;
}
.hoverShadow[data-v-e50747a8]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-e50747a8] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-e50747a8] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-e50747a8] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-e50747a8] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-e50747a8] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-e50747a8] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-e50747a8] {
  width: 40px;
  height: 40px;
}
.square35[data-v-e50747a8] {
  width: 35px;
  height: 35px;
}
.square30[data-v-e50747a8] {
  width: 30px;
  height: 30px;
}
.square25[data-v-e50747a8] {
  width: 25px;
  height: 25px;
}
.square12[data-v-e50747a8] {
  width: 12px;
  height: 12px;
}
.square15[data-v-e50747a8] {
  width: 15px;
  height: 15px;
}
.square17[data-v-e50747a8] {
  width: 17px;
  height: 17px;
}
.square18[data-v-e50747a8] {
  width: 18px;
  height: 18px;
}
.square20[data-v-e50747a8] {
  width: 20px;
  height: 20px;
}
.square50[data-v-e50747a8] {
  width: 50px;
  height: 50px;
}
.square70[data-v-e50747a8] {
  width: 70px;
  height: 70px;
}
.square55[data-v-e50747a8] {
  width: 55px;
  height: 55px;
}
.square100[data-v-e50747a8] {
  width: 100px;
  height: 100px;
}
.square10[data-v-e50747a8] {
  width: 10px;
  height: 10px;
}
.square200[data-v-e50747a8] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-e50747a8] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-e50747a8] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-e50747a8] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-e50747a8] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-e50747a8] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-e50747a8] {
  overflow-y: hidden;
}
.remove-scroll[data-v-e50747a8] {
  overflow-y: hidden;
}
.active-scroll[data-v-e50747a8] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-e50747a8] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-e50747a8] {
  overflow: hidden !important;
}
.overflow-auto[data-v-e50747a8] {
  overflow: auto !important;
}
.hidden[data-v-e50747a8] {
  visibility: hidden;
}
.offscreen[data-v-e50747a8] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-e50747a8] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-e50747a8] {
  opacity: 0;
}
.opacity30[data-v-e50747a8] {
  opacity: 0.3;
}
.opacity50[data-v-e50747a8] {
  opacity: 0.5;
}
.opacity70[data-v-e50747a8] {
  opacity: 0.7;
}
.opacity80[data-v-e50747a8] {
  opacity: 0.8;
}
.transition30[data-v-e50747a8] {
  transition: 0.3s;
}
.cleared[data-v-e50747a8] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-e50747a8] {
  transition: 0.1s;
}
.hover-green[data-v-e50747a8]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-e50747a8] {
  animation: aside-e50747a8 0.5s reverse;
}
.aside-leave-active[data-v-e50747a8] {
  animation: aside-e50747a8 0.5s;
}
.asideContent-enter-active[data-v-e50747a8] {
  animation: asideContent-e50747a8 0.3s reverse;
}
.asideContent-leave-active[data-v-e50747a8] {
  animation: asideContent-e50747a8 0.3s;
}
@keyframes aside-e50747a8 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-e50747a8 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-e50747a8 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-e50747a8] {
  animation: spin-e50747a8 2s infinite;
}
@keyframes spin-e50747a8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-e50747a8] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-e50747a8] {
  padding: 3px;
}
.carousel__pagination-button[data-v-e50747a8] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-e50747a8] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-e50747a8]::after {
  display: none !important;
}
.pagination[data-v-e50747a8] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-e50747a8] {
  display: inline;
}
.pagination > li > a[data-v-e50747a8], .pagination > li > span[data-v-e50747a8] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-e50747a8], .pagination > li:first-child > span[data-v-e50747a8] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-e50747a8], .pagination > li:last-child > span[data-v-e50747a8] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-e50747a8]:hover, .pagination > li > span[data-v-e50747a8]:hover, .pagination > li > a[data-v-e50747a8]:focus, .pagination > li > span[data-v-e50747a8]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-e50747a8], .pagination > .active > span[data-v-e50747a8], .pagination > .active > a[data-v-e50747a8]:hover, .pagination > .active > span[data-v-e50747a8]:hover, .pagination > .active > a[data-v-e50747a8]:focus, .pagination > .active > span[data-v-e50747a8]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-e50747a8] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-e50747a8]:hover, .pagination > .disabled > span[data-v-e50747a8]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-e50747a8] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-e50747a8]:hover, .pagination > .disabled > a[data-v-e50747a8]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-e50747a8], .pagination-lg > li > span[data-v-e50747a8] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-e50747a8], .pagination-lg > li:first-child > span[data-v-e50747a8] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-e50747a8], .pagination-lg > li:last-child > span[data-v-e50747a8] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-e50747a8], .pagination-sm > li > span[data-v-e50747a8] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-e50747a8], .pagination-sm > li:first-child > span[data-v-e50747a8] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-e50747a8], .pagination-sm > li:last-child > span[data-v-e50747a8] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-e50747a8] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-e50747a8] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-e50747a8] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-e50747a8] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-e50747a8] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-e50747a8] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-e50747a8] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-e50747a8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-e50747a8] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-e50747a8]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-e50747a8] {
  overflow: unset !important;
}
.btn-shadow[data-v-e50747a8] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-e50747a8] {
  margin-left: 0px;
}
.reset-button[data-v-e50747a8] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-e50747a8] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-e50747a8]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-e50747a8] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-e50747a8] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-e50747a8],
.btn-finalize[data-v-e50747a8] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-e50747a8] {
  right: 7px;
}
.btn-finalize[data-v-e50747a8] {
  left: 7px;
}
.tab-counter[data-v-e50747a8] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-e50747a8] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-e50747a8] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-e50747a8] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-e50747a8] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-e50747a8] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-e50747a8] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-e50747a8] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-e50747a8] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-e50747a8] {
  transition: 0.5s;
}
.tab[data-v-e50747a8]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-e50747a8] {
  color: #2980b9;
}
.tab.active[data-v-e50747a8]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-e50747a8] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-e50747a8] {
  width: 220px;
}
.badge-display[data-v-e50747a8], .badge-display2[data-v-e50747a8] {
  min-width: 224px;
}
.my-badge[data-v-e50747a8] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-e50747a8] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-e50747a8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-e50747a8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-e50747a8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-e50747a8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-e50747a8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-e50747a8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-e50747a8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-e50747a8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-e50747a8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-e50747a8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-e50747a8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-e50747a8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-e50747a8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-e50747a8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-e50747a8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-e50747a8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-e50747a8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-e50747a8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-e50747a8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-e50747a8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-e50747a8] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-e50747a8] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-e50747a8] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-e50747a8] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-e50747a8] {
  flex-wrap: wrap;
}
.vueperslide[data-v-e50747a8] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-e50747a8] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-e50747a8] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-e50747a8] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-e50747a8] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-e50747a8] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-e50747a8] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-e50747a8] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-e50747a8] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-e50747a8] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-e50747a8] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-e50747a8] {
  width: 100%;
}
.img-product-detail[data-v-e50747a8] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-e50747a8] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-e50747a8] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-e50747a8] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-e50747a8] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-e50747a8] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-e50747a8] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-e50747a8] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-e50747a8] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-e50747a8] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-e50747a8] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-e50747a8] {
  text-align: center;
}
.modal-enter[data-v-e50747a8], .modal-leave-active[data-v-e50747a8] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-e50747a8], .modal-leave-active .modal-container[data-v-e50747a8] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-e50747a8] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-e50747a8] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-e50747a8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-e50747a8] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-e50747a8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-e50747a8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-e50747a8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-e50747a8] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-e50747a8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-e50747a8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-e50747a8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-e50747a8] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-e50747a8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-e50747a8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-e50747a8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-e50747a8] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-e50747a8] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-e50747a8]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-e50747a8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-e50747a8] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-e50747a8] {
  display: none;
}
.vdp-datepicker input[data-v-e50747a8] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-e50747a8]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-e50747a8] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-e50747a8] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-e50747a8 ease-in-out infinite;
}
.vue-treeselect__control[data-v-e50747a8] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-e50747a8] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-e50747a8] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-e50747a8] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-e50747a8] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-e50747a8] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-e50747a8] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-e50747a8] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-e50747a8 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-e50747a8 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-e50747a8 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-e50747a8 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-e50747a8 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-e50747a8 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-e50747a8],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-e50747a8] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-e50747a8] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-e50747a8] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-e50747a8],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-e50747a8] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-e50747a8] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-e50747a8] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-e50747a8] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-e50747a8],
.vue-treeselect span[data-v-e50747a8] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-e50747a8] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-e50747a8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-e50747a8]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-e50747a8] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-e50747a8] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-e50747a8],
.vue-treeselect__control[data-v-e50747a8]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-e50747a8] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-e50747a8] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-e50747a8],
.vue-treeselect__multi-value[data-v-e50747a8] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-e50747a8] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-e50747a8] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-e50747a8] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-e50747a8] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-e50747a8],
.vue-treeselect__single-value[data-v-e50747a8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-e50747a8] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-e50747a8] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-e50747a8] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-e50747a8] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-e50747a8] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-e50747a8]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-e50747a8] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-e50747a8] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-e50747a8],
.vue-treeselect__multi-value-label[data-v-e50747a8] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-e50747a8] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-e50747a8] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-e50747a8],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-e50747a8] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-e50747a8] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-e50747a8] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-e50747a8] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-e50747a8] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-e50747a8] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-e50747a8] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-e50747a8] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-e50747a8] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-e50747a8] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-e50747a8] {
  display: none;
}
.vue-treeselect__input[data-v-e50747a8],
.vue-treeselect__sizer[data-v-e50747a8] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-e50747a8] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-e50747a8]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-e50747a8] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-e50747a8] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-e50747a8] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-e50747a8] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-e50747a8 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-e50747a8 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-e50747a8]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-e50747a8] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-e50747a8] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-e50747a8] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-e50747a8] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-e50747a8] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-e50747a8] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-e50747a8] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-e50747a8] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-e50747a8] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-e50747a8] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-e50747a8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-e50747a8] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-e50747a8] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-e50747a8]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-e50747a8] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-e50747a8],
.vue-treeselect__option-arrow-placeholder[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-e50747a8] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-e50747a8] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-e50747a8],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-e50747a8] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-e50747a8] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-e50747a8] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-e50747a8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-e50747a8] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-e50747a8] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-e50747a8],
.vue-treeselect__minus-mark[data-v-e50747a8] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-e50747a8] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-e50747a8] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e50747a8] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-e50747a8] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-e50747a8] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e50747a8] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e50747a8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-e50747a8] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-e50747a8] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-e50747a8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-e50747a8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-e50747a8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-e50747a8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-e50747a8] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-e50747a8] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-e50747a8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-e50747a8] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-e50747a8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-e50747a8] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-e50747a8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-e50747a8] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-e50747a8] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-e50747a8]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-e50747a8] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-e50747a8]::before,
.vue-treeselect__icon-error[data-v-e50747a8]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-e50747a8]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-e50747a8]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-e50747a8] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-e50747a8 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-e50747a8 linear infinite;
}
.vue-treeselect__icon-loader[data-v-e50747a8]::before,
.vue-treeselect__icon-loader[data-v-e50747a8]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-e50747a8 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-e50747a8 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-e50747a8]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-e50747a8]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-e50747a8],
.vac-loader-wrapper[data-v-e50747a8] {
  display: none !important;
}
.vac-room-name[data-v-e50747a8] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-e50747a8] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-e50747a8] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-e50747a8] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-e50747a8] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-e50747a8] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-e50747a8] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-e50747a8] {
  min-height: 24px !important;
}
.tagWarn[data-v-e50747a8] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-e50747a8]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-e50747a8] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-e50747a8]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-e50747a8]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-e50747a8] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-e50747a8] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-e50747a8] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-e50747a8] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-e50747a8]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-e50747a8] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-e50747a8]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-e50747a8] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-e50747a8] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-e50747a8] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-e50747a8]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-e50747a8] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-e50747a8]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-e50747a8] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-e50747a8]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-e50747a8]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-e50747a8] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-e50747a8] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-e50747a8] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-e50747a8]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-e50747a8] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-e50747a8] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-e50747a8] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-e50747a8]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-e50747a8] {
  font-size: 1.15em;
}
.my-select[data-v-e50747a8] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-e50747a8] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-e50747a8] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-e50747a8] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-e50747a8] {
  width: 160px;
}
.my-select[data-v-e50747a8] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-e50747a8] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-e50747a8] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-e50747a8] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-e50747a8] {
  width: 160px;
}
.input-cupon[data-v-e50747a8] {
  display: flex;
}
.input-cupon > div > span[data-v-e50747a8] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-e50747a8] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-e50747a8] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-e50747a8]:not(:checked),
input[type=checkbox].check[data-v-e50747a8]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-e50747a8],
input[type=checkbox].check:checked + label[data-v-e50747a8] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-e50747a8]:before,
input[type=checkbox].check:checked + label[data-v-e50747a8]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-e50747a8]:after,
input[type=checkbox].check:checked + label[data-v-e50747a8]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-e50747a8]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-e50747a8]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-e50747a8]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-e50747a8]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-e50747a8]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-e50747a8] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-e50747a8]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-e50747a8]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-e50747a8] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-e50747a8] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-e50747a8] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-e50747a8] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-e50747a8] {
  opacity: 1;
}
.multiselect__tag[data-v-e50747a8] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-e50747a8] {
  background: #2AA186 !important;
}
.multiselect[data-v-e50747a8] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-e50747a8]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-e50747a8] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-e50747a8] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-e50747a8]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-e50747a8]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-e50747a8]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-e50747a8]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-e50747a8] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-e50747a8] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-e50747a8] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-e50747a8] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e50747a8] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-e50747a8] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e50747a8]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e50747a8]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e50747a8]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-e50747a8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-e50747a8] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-e50747a8] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-e50747a8] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-e50747a8]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-e50747a8] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-e50747a8] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-e50747a8] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-e50747a8] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-e50747a8] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e50747a8] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e50747a8]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-e50747a8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-e50747a8] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-e50747a8], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-e50747a8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-e50747a8] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-e50747a8] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-e50747a8], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-e50747a8] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-e50747a8], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-e50747a8] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-e50747a8]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-e50747a8]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-e50747a8] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-e50747a8] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-e50747a8] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-e50747a8] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-e50747a8] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-e50747a8] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-e50747a8] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-e50747a8] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-e50747a8] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-e50747a8] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-e50747a8] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-e50747a8] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-e50747a8] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-e50747a8] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-e50747a8] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-e50747a8]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-e50747a8] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-e50747a8] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-e50747a8] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-e50747a8] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-e50747a8] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-e50747a8] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-e50747a8] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-e50747a8] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-e50747a8], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-e50747a8] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-e50747a8] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-e50747a8] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-e50747a8] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-e50747a8] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-e50747a8] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-e50747a8] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-e50747a8] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-e50747a8], .v3-emoji-picker .v3-header[data-v-e50747a8] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-e50747a8] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-e50747a8] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-e50747a8] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-e50747a8]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-e50747a8], .v3-emoji-picker .v3-skin-tones[data-v-e50747a8] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e50747a8]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-e50747a8] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-e50747a8] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-e50747a8] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-e50747a8], body[data-v-e50747a8] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-e50747a8], body.home[data-v-e50747a8] {
  background-color: #fff;
}
[data-v-e50747a8]:focus {
  outline: none !important;
}
a[data-v-e50747a8] {
  text-decoration: none;
}
a[data-v-e50747a8]:hover,
a[data-v-e50747a8]:focus {
  text-decoration: none;
}
img[data-v-e50747a8] {
  border: 0;
}
textarea[data-v-e50747a8] {
  resize: none;
}
h1[data-v-e50747a8],
h2[data-v-e50747a8],
h3[data-v-e50747a8],
h4[data-v-e50747a8],
h5[data-v-e50747a8],
h6[data-v-e50747a8] {
  font-weight: bold;
}
.vue-country-select[data-v-e50747a8] {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}
[data-v-e50747a8] .vue-country-select .dropdown-arrow {
  display: none !important;
}
[data-v-e50747a8] .vue-country-select .dropdown {
  padding: 5px 0px 0px 0px !important;
}
[data-v-ce117588]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-ce117588] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-ce117588] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-ce117588] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-ce117588] {
  width: 100%;
}
.home-icon img[data-v-ce117588] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-ce117588] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-ce117588] {
  line-height: 30px;
}
.list-style-none[data-v-ce117588] {
  list-style: none;
}
.burger-menu[data-v-ce117588] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-ce117588] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-ce117588] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-ce117588] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-ce117588] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-ce117588] {
  position: relative;
}
.card-product .my-close[data-v-ce117588] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-ce117588] {
  margin: 0;
}
.filtro-form input[data-v-ce117588] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-ce117588] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-ce117588] {
  padding: 20px 0 0;
}
.img-tiny[data-v-ce117588] {
  width: 80px;
}
.img-item img[data-v-ce117588] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-ce117588] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-ce117588] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-ce117588]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-ce117588] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-ce117588] {
  margin-left: 10px;
}
.notifications section[data-v-ce117588] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-ce117588] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-ce117588] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-ce117588],
.list-complete-leave-to[data-v-ce117588] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-ce117588] {
  position: absolute;
}
#_op_data_r[data-v-ce117588],
#_op_data_antifraud[data-v-ce117588] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-ce117588],
iframe#_op_data_antifraud[data-v-ce117588],
iframe#device_profile[data-v-ce117588],
iframe#thm_mp_cntnr[data-v-ce117588] {
  position: absolute !important;
}
iframe[data-v-ce117588] {
  background: #fff !important;
}
.main-content[data-v-ce117588] {
  padding-top: 30px;
}
.card-contactStory[data-v-ce117588] {
  width: 93vw;
}
.card-contactStory img[data-v-ce117588] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-ce117588] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-ce117588] {
  width: 280px;
}
.dropped[data-v-ce117588] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-ce117588] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-ce117588]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-ce117588] {
  display: block !important;
}
.dropped .dropdown a[data-v-ce117588] {
  color: #fff;
}
.dropped .dropdown a[data-v-ce117588]:hover {
  text-decoration: underline;
}
.line-height25[data-v-ce117588] {
  line-height: 25px;
}
aside[data-v-ce117588] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-ce117588] {
  height: 100vh;
}
.my-header[data-v-ce117588] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-ce117588] {
  position: inherit !important;
}
.my-header-menu[data-v-ce117588] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-ce117588] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-ce117588]:hover {
  background: hannah;
}
.menu-api-activate[data-v-ce117588] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-ce117588] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-ce117588] {
  position: relative;
}
.menu-api-item a[data-v-ce117588]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-ce117588] {
  padding: 0 !important;
}
.card-product[data-v-ce117588] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-ce117588] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-ce117588] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-ce117588] {
  margin: 0;
}
.sticky-home[data-v-ce117588] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-ce117588] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-ce117588]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-ce117588] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-ce117588]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-ce117588] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-ce117588]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-ce117588] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-ce117588] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-ce117588] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-ce117588]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-ce117588] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-ce117588] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-ce117588] {
  display: block !important;
}
.leftPositionSubMenu[data-v-ce117588] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-ce117588] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-ce117588],
.circle-toggle-box[data-v-ce117588] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-ce117588] {
  left: 44px !important;
}
.triangleStatus[data-v-ce117588]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-ce117588] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-ce117588] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-ce117588] {
  overflow: visible !important;
}
.width-max80[data-v-ce117588] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-ce117588] {
  display: flex !important;
}
.flex-none[data-v-ce117588] {
  flex: none;
}
.flex-nowrap[data-v-ce117588] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-ce117588] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-ce117588] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-ce117588] {
  flex-direction: column;
}
.flex-col-row[data-v-ce117588] {
  flex-direction: column;
}
.flex-row[data-v-ce117588] {
  flex-direction: row;
}
.flex-between-align[data-v-ce117588] {
  align-content: space-between;
}
.flex-middle[data-v-ce117588] {
  align-items: center;
}
.flex-bottom[data-v-ce117588] {
  align-items: flex-end;
}
.flex-between[data-v-ce117588] {
  justify-content: space-between;
}
.flex-center[data-v-ce117588] {
  justify-content: center;
}
.flex-right[data-v-ce117588] {
  justify-content: flex-end;
}
.flex-left[data-v-ce117588] {
  justify-content: flex-start;
}
.flex-evenly[data-v-ce117588] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-ce117588] {
  flex-grow: 1;
}
.flex-grow-2[data-v-ce117588] {
  flex-grow: 2;
}
.flex-grow-3[data-v-ce117588] {
  flex-grow: 3;
}
.flex-grow-4[data-v-ce117588] {
  flex-grow: 4;
}
.flex-grow-5[data-v-ce117588] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-ce117588] {
  align-items: flex-start;
}
.flex800[data-v-ce117588] {
  display: none;
}
.flexc-flex[data-v-ce117588] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-ce117588] {
  display: none;
}
.flex-display-50-10[data-v-ce117588] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-ce117588] {
  display: none;
}
.show760[data-v-ce117588] {
  display: none;
}
.hide[data-v-ce117588] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-ce117588] {
    display: block !important;
}
.badge-display[data-v-ce117588] {
    display: none;
}
.badge-display2[data-v-ce117588] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-ce117588] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-ce117588] {
    display: block;
}
.badge-display2[data-v-ce117588] {
    display: none;
}
.fix-width[data-v-ce117588] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-ce117588] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-ce117588] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-ce117588] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-ce117588] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-ce117588] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-ce117588] {
    width: 50%;
}
.width100-40[data-v-ce117588] {
    width: 40%;
}
.show600[data-v-ce117588] {
    display: block;
}
.width-controll-btn-typeweek[data-v-ce117588] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-ce117588] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-ce117588] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-ce117588] {
    width: 220px !important;
}
.leftPositionControl[data-v-ce117588] {
    left: -40px !important;
}
.container-tipo-envio[data-v-ce117588] {
    display: flex;
}
.width-controll-buys-item[data-v-ce117588] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-ce117588] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-ce117588] {
    top: 380px !important;
}
.my-header-menu[data-v-ce117588] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-ce117588] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-ce117588] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-ce117588] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-ce117588] {
    min-width: 400px;
}
.cart-btn-add[data-v-ce117588] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-ce117588] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-ce117588] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-ce117588] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-ce117588] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-ce117588] {
    justify-content: left;
}
.flex-mid[data-v-ce117588] {
    display: flex !important;
}
.msg-stock[data-v-ce117588] {
    padding: 10px 0 0;
}
.counter-cart[data-v-ce117588] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-ce117588] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-ce117588] {
    display: none;
}
.badge-display2[data-v-ce117588] {
    display: block;
}
.show760[data-v-ce117588] {
    display: block;
}
.hide760[data-v-ce117588] {
    display: none;
}
.grid-products[data-v-ce117588] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-ce117588] {
    margin: auto;
}
.mr-h[data-v-ce117588] {
    margin: auto;
}
.width-control-otherProducts[data-v-ce117588] {
    width: 170px !important;
}
.leftPositionControl[data-v-ce117588] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-ce117588] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-ce117588] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-ce117588] {
    width: 30vw !important;
}
.product-item[data-v-ce117588] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-ce117588] {
    width: 90% !important;
}
.my-container[data-v-ce117588] {
    width: 680px !important;
}
.login[data-v-ce117588] {
    width: 310px !important;
}
.width-cuotas-control[data-v-ce117588] {
    width: 278px !important;
}
.flexc-flex[data-v-ce117588] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-ce117588] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-ce117588] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-ce117588] {
    height: 140px;
}
.width-control-input-chat[data-v-ce117588] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-ce117588] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-ce117588] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-ce117588] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-ce117588] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-ce117588] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-ce117588] {
    width: 270px !important;
}
.leftPositionControl[data-v-ce117588] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-ce117588] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-ce117588] {
    width: 17vw !important;
}
.filters-wrap[data-v-ce117588] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-ce117588] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-ce117588] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-ce117588] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-ce117588] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-ce117588] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-ce117588] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-ce117588] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-ce117588]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-ce117588] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-ce117588] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-ce117588]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-ce117588] {
    max-width: 330px !important;
}
.iterable-box[data-v-ce117588] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-ce117588] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-ce117588] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-ce117588] {
    width: 160px !important;
}
.my-container[data-v-ce117588] {
    width: 800px !important;
}
.search-btn-box[data-v-ce117588] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-ce117588] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-ce117588] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-ce117588] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-ce117588] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-ce117588] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-ce117588] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-ce117588] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-ce117588] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-ce117588] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-ce117588] {
    width: 280px !important;
}
.width300-desktop[data-v-ce117588] {
    width: 300px !important;
}
.concept-item-stats[data-v-ce117588] {
    width: 80%;
}
.widthHalf-desktop[data-v-ce117588] {
    width: 50% !important;
}
.column-desktop[data-v-ce117588] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-ce117588] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-ce117588] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-ce117588] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-ce117588],
.flex-desktop[data-v-ce117588] {
    display: flex !important;
}
.block-desktop[data-v-ce117588] {
    display: block !important;
}
.hide-desktop[data-v-ce117588] {
    display: none !important;
}
.fixButton[data-v-ce117588] {
    top: -20px;
}
.width-cuotas-control[data-v-ce117588] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-ce117588] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-ce117588] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-ce117588] {
    display: none !important;
}
.bottom10-desktop[data-v-ce117588] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-ce117588] {
    left: -125px !important;
}
.grid-products[data-v-ce117588] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-ce117588] {
    width: 1000px !important;
}
.showFullDesktop[data-v-ce117588] {
    display: block !important;
}
.leftPositionControl[data-v-ce117588] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-ce117588] {
    display: none !important;
}
.show-only-desktop[data-v-ce117588] {
    display: flex !important;
}
.leftPositionControl[data-v-ce117588] {
    left: -260px !important;
}
.catalog-container[data-v-ce117588] {
    margin: unset;
}
.carrito-catalog[data-v-ce117588] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-ce117588] {
    left: -280px !important;
}
}
.grid-container[data-v-ce117588] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-ce117588] {
  grid-column: span 1;
}
.grid-item-1[data-v-ce117588] {
  grid-column: span 1;
}
.grid-item-2[data-v-ce117588] {
  grid-column: span 2;
}
.grid-item-3[data-v-ce117588] {
  grid-column: span 3;
}
.grid-item-4[data-v-ce117588] {
  grid-column: span 4;
}
.grid-item-5[data-v-ce117588] {
  grid-column: span 5;
}
.grid-item-6[data-v-ce117588] {
  grid-column: span 6;
}
.grid-item-7[data-v-ce117588] {
  grid-column: span 7;
}
.grid-item-8[data-v-ce117588] {
  grid-column: span 8;
}
.grid-item-9[data-v-ce117588] {
  grid-column: span 9;
}
.grid-item-10[data-v-ce117588] {
  grid-column: span 10;
}
.grid-item-11[data-v-ce117588] {
  grid-column: span 11;
}
.grid-item-12[data-v-ce117588] {
  grid-column: span 12;
}
.grid-cart[data-v-ce117588] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-ce117588] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-ce117588] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-ce117588] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-ce117588] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-ce117588] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-ce117588] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-ce117588] {
  gap: 10px;
}
.gap20[data-v-ce117588] {
  gap: 20px;
}
.grid-box[data-v-ce117588] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-ce117588] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-ce117588] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-ce117588],
.grid-3 div[data-v-ce117588],
.grid-4 div[data-v-ce117588] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-ce117588] {
  background: #fff;
}
.grid-item-odd[data-v-ce117588]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-ce117588] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-ce117588] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-ce117588] {
  max-width: 350px;
}
.margin0[data-v-ce117588] {
  margin: 0 !important;
}
.margin0-5[data-v-ce117588] {
  margin: 0 5px;
}
.margin10-0[data-v-ce117588] {
  margin: 10px 0;
}
.margin10-5[data-v-ce117588] {
  margin: 10px 5px;
}
.margin0-10[data-v-ce117588] {
  margin: 0 10px;
}
.margin0-15[data-v-ce117588] {
  margin: 0 15px;
}
.margin15-0[data-v-ce117588] {
  margin: 15px 0px;
}
.margin20-0[data-v-ce117588] {
  margin: 20px 0;
}
.margin20-10[data-v-ce117588] {
  margin: 20px 10px;
}
.margin30-0[data-v-ce117588] {
  margin: 30px 0;
}
.margin40-0[data-v-ce117588] {
  margin: 40px 0;
}
.margin20-40[data-v-ce117588] {
  margin: 20px 40px;
}
.margin0-20[data-v-ce117588] {
  margin: 0 20px;
}
.margin5[data-v-ce117588] {
  margin: 5px;
}
.margin5-0[data-v-ce117588] {
  margin: 5px 0;
}
.margin10[data-v-ce117588] {
  margin: 10px;
}
.margin10-20[data-v-ce117588] {
  margin: 10px 20px;
}
.margin15[data-v-ce117588] {
  margin: 15px;
}
.margin20[data-v-ce117588] {
  margin: 20px;
}
.margin30[data-v-ce117588] {
  margin: 30px;
}
.margin50[data-v-ce117588] {
  margin: 50px;
}
.margin-right-auto[data-v-ce117588] {
  margin-right: auto;
}
.margin-left-auto[data-v-ce117588] {
  margin-left: auto;
}
.ml-h[data-v-ce117588] {
  margin-left: auto;
}
.mr-h[data-v-ce117588] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-ce117588] {
  margin-bottom: 5px;
}
.margin-top5[data-v-ce117588] {
  margin-top: 5px !important;
}
.margin-top10[data-v-ce117588] {
  margin-top: 10px !important;
}
.margin-top15[data-v-ce117588] {
  margin-top: 15px !important;
}
.margin-top20[data-v-ce117588] {
  margin-top: 20px !important;
}
.margin-top30[data-v-ce117588] {
  margin-top: 30px !important;
}
.margin-top35[data-v-ce117588] {
  margin-top: 35px !important;
}
.margin-top40[data-v-ce117588] {
  margin-top: 40px !important;
}
.margin-top50[data-v-ce117588] {
  margin-top: 50px !important;
}
.margin-top60[data-v-ce117588] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-ce117588] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-ce117588] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-ce117588] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-ce117588] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-ce117588] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-ce117588] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-ce117588] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-ce117588] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-ce117588] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-ce117588] {
  margin-left: 5px !important;
}
.margin-left10[data-v-ce117588] {
  margin-left: 10px !important;
}
.margin-left15[data-v-ce117588] {
  margin-left: 15px !important;
}
.margin-left20[data-v-ce117588] {
  margin-left: 20px !important;
}
.margin-left30[data-v-ce117588] {
  margin-left: 30px !important;
}
.margin-left35[data-v-ce117588] {
  margin-left: 35px !important;
}
.margin-left40[data-v-ce117588] {
  margin-left: 40px !important;
}
.margin-left50[data-v-ce117588] {
  margin-left: 50px !important;
}
.margin-left60[data-v-ce117588] {
  margin-left: 60px !important;
}
.margin-right5[data-v-ce117588] {
  margin-right: 5px !important;
}
.margin-right10[data-v-ce117588] {
  margin-right: 10px !important;
}
.margin-right15[data-v-ce117588] {
  margin-right: 15px !important;
}
.margin-right20[data-v-ce117588] {
  margin-right: 20px !important;
}
.margin-right30[data-v-ce117588] {
  margin-right: 30px !important;
}
.margin-right35[data-v-ce117588] {
  margin-right: 35px !important;
}
.margin-right40[data-v-ce117588] {
  margin-right: 40px !important;
}
.margin-right50[data-v-ce117588] {
  margin-right: 50px !important;
}
.margin-right60[data-v-ce117588] {
  margin-right: 60px !important;
}
.my-5[data-v-ce117588] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-ce117588] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-ce117588] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-ce117588] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-ce117588] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-ce117588] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-ce117588] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-ce117588] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-ce117588] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-ce117588] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-ce117588] {
  padding: 0 !important;
}
.padding5[data-v-ce117588] {
  padding: 5px;
}
.padding10[data-v-ce117588] {
  padding: 10px;
}
.padding15[data-v-ce117588] {
  padding: 15px;
}
.padding20[data-v-ce117588] {
  padding: 20px;
}
.padding30[data-v-ce117588] {
  padding: 30px;
}
.padding40[data-v-ce117588] {
  padding: 40px;
}
.padding40-0[data-v-ce117588] {
  padding: 40px 0;
}
.padding-left5[data-v-ce117588] {
  padding-left: 5px;
}
.padding-left10[data-v-ce117588] {
  padding-left: 10px;
}
.padding-left15[data-v-ce117588] {
  padding-left: 15px;
}
.padding-left20[data-v-ce117588] {
  padding-left: 20px;
}
.padding-right5[data-v-ce117588] {
  padding-right: 5px;
}
.padding-right10[data-v-ce117588] {
  padding-right: 10px;
}
.padding-right15[data-v-ce117588] {
  padding-right: 15px;
}
.padding-right20[data-v-ce117588] {
  padding-right: 20px;
}
.padding-right30[data-v-ce117588] {
  padding-right: 30px;
}
.padding-right40[data-v-ce117588] {
  padding-right: 40px;
}
.padding-top0[data-v-ce117588] {
  padding-top: 0px;
}
.padding-top5[data-v-ce117588] {
  padding-top: 5px;
}
.padding-top10[data-v-ce117588] {
  padding-top: 10px;
}
.padding-top15[data-v-ce117588] {
  padding-top: 15px;
}
.padding-top20[data-v-ce117588] {
  padding-top: 20px;
}
.padding-top30[data-v-ce117588] {
  padding-top: 30px;
}
.padding-top50[data-v-ce117588] {
  padding-top: 50px;
}
.padding-top60[data-v-ce117588] {
  padding-top: 60px;
}
.padding-top70[data-v-ce117588] {
  padding-top: 70px;
}
.padding-top90[data-v-ce117588] {
  padding-top: 90px;
}
.padding-top100[data-v-ce117588] {
  padding-top: 100px;
}
.padding-top120[data-v-ce117588] {
  padding-top: 120px;
}
.padding-top180[data-v-ce117588] {
  padding-top: 180px;
}
.padding-bottom0[data-v-ce117588] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-ce117588] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-ce117588] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-ce117588] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-ce117588] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-ce117588] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-ce117588] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-ce117588] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-ce117588] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-ce117588] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-ce117588] {
  padding-bottom: 240px;
}
.padding10-0[data-v-ce117588] {
  padding: 10px 0;
}
.padding10-5[data-v-ce117588] {
  padding: 10px 5px;
}
.padding0-5[data-v-ce117588] {
  padding: 0 5px;
}
.padding0-10[data-v-ce117588] {
  padding: 0 10px;
}
.padding0-15[data-v-ce117588] {
  padding: 0 15px;
}
.padding20-0[data-v-ce117588] {
  padding: 20px 0;
}
.padding20-10[data-v-ce117588] {
  padding: 20px 10px;
}
.padding15-20[data-v-ce117588] {
  padding: 15px 20px;
}
.padding15-0[data-v-ce117588] {
  padding: 15px 0px;
}
.padding20-5[data-v-ce117588] {
  padding: 20px 5px;
}
.padding0-20[data-v-ce117588] {
  padding: 0 20px;
}
.padding5-20[data-v-ce117588] {
  padding: 5px 20px;
}
.padding5-15[data-v-ce117588] {
  padding: 5px 15px;
}
.padding5-10[data-v-ce117588] {
  padding: 5px 10px;
}
.padding15-10[data-v-ce117588] {
  padding: 15px 10px;
}
.padding1em[data-v-ce117588] {
  padding: 1em;
}
.padding10-20[data-v-ce117588] {
  padding: 10px 20px;
}
.padding5-0[data-v-ce117588] {
  padding: 5px 0;
}
.padding30-10[data-v-ce117588] {
  padding: 30px 10px;
}
.px-5[data-v-ce117588] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-ce117588] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-ce117588] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-ce117588] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-ce117588] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-ce117588] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-ce117588] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-ce117588] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-ce117588] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-ce117588] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-ce117588] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-ce117588] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-ce117588] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-ce117588] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-ce117588] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-ce117588] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-ce117588] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-ce117588] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-ce117588] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-ce117588] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-ce117588] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-ce117588] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-ce117588] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-ce117588] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-ce117588] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-ce117588] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-ce117588] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-ce117588] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-ce117588]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-ce117588] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-ce117588]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-ce117588] {
  border: 0 !important;
}
.borderRed[data-v-ce117588] {
  border-color: #f00 !important;
}
.border-aside[data-v-ce117588] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-ce117588] {
  border: none;
}
.borderLightgray[data-v-ce117588] {
  border: 1px solid lightgray;
}
.borderGray[data-v-ce117588] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-ce117588] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-ce117588] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-ce117588] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-ce117588] {
  border: 1px solid #fff;
}
.border2green[data-v-ce117588] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-ce117588] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-ce117588] {
  border: 2px solid #fff;
}
.border2gold[data-v-ce117588] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-ce117588] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-ce117588] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-ce117588] {
  border-color: #d42717 !important;
}
.border1green[data-v-ce117588] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-ce117588] {
  border-color: #f00 !important;
}
.border-fixed[data-v-ce117588] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-ce117588] {
  border-radius: 40px;
}
.radius30[data-v-ce117588] {
  border-radius: 30px;
}
.radius20[data-v-ce117588] {
  border-radius: 20px;
}
.radius15[data-v-ce117588] {
  border-radius: 15px;
}
.radius8[data-v-ce117588] {
  border-radius: 8px;
}
.radius3[data-v-ce117588] {
  border-radius: 3px !important;
}
.rounded[data-v-ce117588] {
  border-radius: 50%;
}
.rounded5[data-v-ce117588] {
  border-radius: 5px;
}
.round10[data-v-ce117588] {
  border-radius: 10px;
}
.box-border[data-v-ce117588] {
  box-sizing: border-box;
}
.text-center[data-v-ce117588] {
  text-align: center;
}
.text-right[data-v-ce117588] {
  text-align: right;
}
.text-left[data-v-ce117588] {
  text-align: left;
}
.text-lowercase[data-v-ce117588] {
  text-transform: lowercase;
}
.text-uppercase[data-v-ce117588] {
  text-transform: uppercase;
}
.text-capitalize[data-v-ce117588] {
  text-transform: capitalize !important;
}
.text-none[data-v-ce117588] {
  text-transform: none;
}
.text-ellipsis[data-v-ce117588] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-ce117588] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-ce117588]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-ce117588] {
  text-decoration: underline;
}
.text-underline[data-v-ce117588]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-ce117588] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-ce117588] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-ce117588] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-ce117588] {
  word-break: break-all;
}
.font-bold[data-v-ce117588] {
  font-weight: bold;
}
.price-through[data-v-ce117588] {
  text-decoration: line-through;
}
.font-italic[data-v-ce117588] {
  font-style: italic;
}
.font095em[data-v-ce117588] {
  font-size: 0.95em;
}
.font1em[data-v-ce117588] {
  font-size: 1em !important;
}
.font2em[data-v-ce117588] {
  font-size: 2em;
}
.font2-2em[data-v-ce117588] {
  font-size: 2.2em;
}
.font3em[data-v-ce117588] {
  font-size: 3em;
}
.font4em[data-v-ce117588] {
  font-size: 4em;
}
.font1-5em[data-v-ce117588] {
  font-size: 1.5em;
}
.font1-7em[data-v-ce117588] {
  font-size: 1.7em;
}
.font1-3em[data-v-ce117588] {
  font-size: 1.3em;
}
.font1-4em[data-v-ce117588] {
  font-size: 1.4em;
}
.font-9em[data-v-ce117588] {
  font-size: 0.9em;
}
.font10[data-v-ce117588] {
  font-size: 10px;
}
.font11[data-v-ce117588] {
  font-size: 11px;
}
.font12[data-v-ce117588] {
  font-size: 12px;
}
.font13[data-v-ce117588] {
  font-size: 13px;
}
.font14[data-v-ce117588] {
  font-size: 14px;
}
.font15[data-v-ce117588] {
  font-size: 15px;
}
.font16[data-v-ce117588] {
  font-size: 16px;
}
.font17[data-v-ce117588] {
  font-size: 17px;
}
.font18[data-v-ce117588] {
  font-size: 18px;
}
.font19[data-v-ce117588] {
  font-size: 19px;
}
.font20[data-v-ce117588] {
  font-size: 20px;
}
.font21[data-v-ce117588] {
  font-size: 21px;
}
.font22[data-v-ce117588] {
  font-size: 22px;
}
.font23[data-v-ce117588] {
  font-size: 23px;
}
.font24[data-v-ce117588] {
  font-size: 24px;
}
.font25[data-v-ce117588] {
  font-size: 25px;
}
.font26[data-v-ce117588] {
  font-size: 26px;
}
.font27[data-v-ce117588] {
  font-size: 27px;
}
.font28[data-v-ce117588] {
  font-size: 28px;
}
.font29[data-v-ce117588] {
  font-size: 29px;
}
.font30[data-v-ce117588] {
  font-size: 30px;
}
.font31[data-v-ce117588] {
  font-size: 31px;
}
.font32[data-v-ce117588] {
  font-size: 32px;
}
.font33[data-v-ce117588] {
  font-size: 33px;
}
.font34[data-v-ce117588] {
  font-size: 34px;
}
.font35[data-v-ce117588] {
  font-size: 35px;
}
.font36[data-v-ce117588] {
  font-size: 36px;
}
.font37[data-v-ce117588] {
  font-size: 37px;
}
.font38[data-v-ce117588] {
  font-size: 38px;
}
.font39[data-v-ce117588] {
  font-size: 39px;
}
.font40[data-v-ce117588] {
  font-size: 40px;
}
.font-normal[data-v-ce117588] {
  font-weight: normal;
}
.color-white[data-v-ce117588] {
  color: #fff;
}
.color-transparent[data-v-ce117588] {
  color: transparent !important;
}
.color-black[data-v-ce117588] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-ce117588] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-ce117588] {
  color: fuchia;
}
.color-gray[data-v-ce117588] {
  color: #a5afb9;
}
.color-hardgray[data-v-ce117588] {
  color: #4d5263;
}
.color-hannah[data-v-ce117588] {
  color: #EA184D;
}
.color-lightgray[data-v-ce117588] {
  color: #d3d3d3;
}
.color-darkblue[data-v-ce117588] {
  color: #2c3e50;
}
.color-darkgray[data-v-ce117588] {
  color: #757575;
}
.color-lightred[data-v-ce117588] {
  color: #e74c3c;
}
.color-red[data-v-ce117588] {
  color: #e74c3c;
}
.color-blue[data-v-ce117588] {
  color: #2980b9;
}
.color-yellow[data-v-ce117588] {
  color: #f49d1e;
}
.color-orange[data-v-ce117588] {
  color: #ffa500;
}
.color-green[data-v-ce117588] {
  color: #2AA186;
}
.color-gplus[data-v-ce117588] {
  color: #d42717;
}
.back-bluelight[data-v-ce117588] {
  background: #EBF0FF !important;
}
.back-blue[data-v-ce117588] {
  background: #2980b9 !important;
}
.back-hannah[data-v-ce117588] {
  background: #EA184D !important;
}
.back-purple[data-v-ce117588] {
  background: #8e44ad;
}
.back-green[data-v-ce117588] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-ce117588] {
  background: #2AA186;
}
.back-yellow[data-v-ce117588] {
  background: #f49d1e !important;
}
.back-gold[data-v-ce117588] {
  background: #f49d1e !important;
}
.back-red[data-v-ce117588] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-ce117588] {
  background: #e74c3c;
}
.back-lightred[data-v-ce117588] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-ce117588] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-ce117588] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-ce117588] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-ce117588] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-ce117588] {
  background: #f49d1e !important;
}
.back-gplus[data-v-ce117588] {
  background: #d42717;
}
.back-darkblue[data-v-ce117588] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-ce117588] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-ce117588] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-ce117588] {
  background: #3e3d40;
}
.back-midgray[data-v-ce117588] {
  background: #ececec;
}
.back-gray[data-v-ce117588] {
  background: #a5afb9;
}
.back-black[data-v-ce117588] {
  background: #121212;
}
.back-transparent[data-v-ce117588] {
  background: transparent;
}
.back-white[data-v-ce117588] {
  background: #fff !important;
}
.back-white-simple[data-v-ce117588] {
  background-color: #fff;
}
.back-lightgray[data-v-ce117588] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-ce117588] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-ce117588] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-ce117588] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-ce117588] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-ce117588] {
  background: #D6DFE4;
}
.bg-aside[data-v-ce117588] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-ce117588] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-ce117588] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-ce117588] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-ce117588] {
  background: #fff;
}
.back-item-odd-white[data-v-ce117588]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-ce117588] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-ce117588] {
  position: relative;
}
.absolute[data-v-ce117588] {
  position: absolute;
}
.fixed[data-v-ce117588] {
  position: fixed;
}
.fixed-bottom[data-v-ce117588] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-ce117588] {
  position: sticky;
}
.sticky.active[data-v-ce117588] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-ce117588] {
  bottom: 0;
}
.right0[data-v-ce117588] {
  right: 0 !important;
}
.left0[data-v-ce117588] {
  left: 0 !important;
}
.leftPositionControl[data-v-ce117588] {
  left: -10px;
}
.width100-50[data-v-ce117588] {
  width: 100%;
}
.width100-40[data-v-ce117588] {
  width: 100%;
}
.min-width100[data-v-ce117588] {
  min-width: 100%;
}
.min-width90[data-v-ce117588] {
  min-width: 90%;
}
.min-width80[data-v-ce117588] {
  min-width: 80% !important;
}
.min-width70[data-v-ce117588] {
  min-width: 70%;
}
.min-width60[data-v-ce117588] {
  min-width: 60%;
}
.min-width50[data-v-ce117588] {
  max-width: 50%;
}
.min-width45[data-v-ce117588] {
  min-width: 45%;
}
.min-width40[data-v-ce117588] {
  min-width: 40%;
}
.min-width30[data-v-ce117588] {
  min-width: 30%;
}
.min-width20[data-v-ce117588] {
  min-width: 20%;
}
.min-width25[data-v-ce117588] {
  min-width: 25%;
}
.min-width10[data-v-ce117588] {
  min-width: 10%;
}
.width100[data-v-ce117588] {
  width: 100%;
}
.width90[data-v-ce117588] {
  width: 90%;
}
.width80[data-v-ce117588] {
  width: 80% !important;
}
.width70[data-v-ce117588] {
  width: 70%;
}
.width60[data-v-ce117588] {
  width: 60%;
}
.width50[data-v-ce117588] {
  width: 50%;
}
.width45[data-v-ce117588] {
  width: 45%;
}
.width40[data-v-ce117588] {
  width: 40%;
}
.width30[data-v-ce117588] {
  width: 30%;
}
.width20[data-v-ce117588] {
  width: 20%;
}
.width25[data-v-ce117588] {
  width: 25%;
}
.width10[data-v-ce117588] {
  width: 10%;
}
.width-min[data-v-ce117588] {
  width: min-content;
}
.max-width800[data-v-ce117588] {
  max-width: 800px;
}
.widthCenter[data-v-ce117588] {
  width: 80%;
}
.max-width600[data-v-ce117588] {
  max-width: 600px;
}
.max-width300[data-v-ce117588] {
  max-width: 300px;
}
.widthHalf[data-v-ce117588] {
  width: 50%;
}
.width-sellProductImg-control[data-v-ce117588] {
  width: 150px;
}
.top-control-sellProduct[data-v-ce117588] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-ce117588] {
  width: 100%;
}
.width-cuotas-control-item[data-v-ce117588] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-ce117588] {
  width: 163px;
}
.width-control-btn-inline[data-v-ce117588] {
  width: 195px;
}
.width-controll-buys-item[data-v-ce117588] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-ce117588] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-ce117588] {
  width: 180px;
}
.width-pasarela-img-control[data-v-ce117588] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-ce117588] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-ce117588] {
  width: 95%;
}
.width-pasarela[data-v-ce117588] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-ce117588]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-ce117588]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-ce117588]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-ce117588]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-ce117588] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-ce117588] {
  max-height: 100%;
}
.height220[data-v-ce117588] {
  height: 220px;
}
.height100vh[data-v-ce117588] {
  height: 100vh !important;
}
.heightFilters[data-v-ce117588] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-ce117588] {
  height: 100%;
}
.height-aside[data-v-ce117588] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-ce117588] {
  height: 0px;
}
.heightBox[data-v-ce117588] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-ce117588] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-ce117588] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-ce117588] {
  justify-content: center;
}
.pointer[data-v-ce117588] {
  cursor: pointer !important;
}
.cursor-move[data-v-ce117588] {
  cursor: move !important;
}
.cursor-not[data-v-ce117588] {
  cursor: not-allowed !important;
}
.events-none[data-v-ce117588] {
  pointer-events: none;
}
.shadow[data-v-ce117588] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-ce117588] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-ce117588] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-ce117588] {
  transition: 0.3s;
}
.hoverShadow[data-v-ce117588]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-ce117588] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-ce117588] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-ce117588] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-ce117588] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-ce117588] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-ce117588] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-ce117588] {
  width: 40px;
  height: 40px;
}
.square35[data-v-ce117588] {
  width: 35px;
  height: 35px;
}
.square30[data-v-ce117588] {
  width: 30px;
  height: 30px;
}
.square25[data-v-ce117588] {
  width: 25px;
  height: 25px;
}
.square12[data-v-ce117588] {
  width: 12px;
  height: 12px;
}
.square15[data-v-ce117588] {
  width: 15px;
  height: 15px;
}
.square17[data-v-ce117588] {
  width: 17px;
  height: 17px;
}
.square18[data-v-ce117588] {
  width: 18px;
  height: 18px;
}
.square20[data-v-ce117588] {
  width: 20px;
  height: 20px;
}
.square50[data-v-ce117588] {
  width: 50px;
  height: 50px;
}
.square70[data-v-ce117588] {
  width: 70px;
  height: 70px;
}
.square55[data-v-ce117588] {
  width: 55px;
  height: 55px;
}
.square100[data-v-ce117588] {
  width: 100px;
  height: 100px;
}
.square10[data-v-ce117588] {
  width: 10px;
  height: 10px;
}
.square200[data-v-ce117588] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-ce117588] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-ce117588] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-ce117588] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-ce117588] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-ce117588] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-ce117588] {
  overflow-y: hidden;
}
.remove-scroll[data-v-ce117588] {
  overflow-y: hidden;
}
.active-scroll[data-v-ce117588] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-ce117588] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-ce117588] {
  overflow: hidden !important;
}
.overflow-auto[data-v-ce117588] {
  overflow: auto !important;
}
.hidden[data-v-ce117588] {
  visibility: hidden;
}
.offscreen[data-v-ce117588] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-ce117588] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-ce117588] {
  opacity: 0;
}
.opacity30[data-v-ce117588] {
  opacity: 0.3;
}
.opacity50[data-v-ce117588] {
  opacity: 0.5;
}
.opacity70[data-v-ce117588] {
  opacity: 0.7;
}
.opacity80[data-v-ce117588] {
  opacity: 0.8;
}
.transition30[data-v-ce117588] {
  transition: 0.3s;
}
.cleared[data-v-ce117588] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-ce117588] {
  transition: 0.1s;
}
.hover-green[data-v-ce117588]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-ce117588] {
  animation: aside-ce117588 0.5s reverse;
}
.aside-leave-active[data-v-ce117588] {
  animation: aside-ce117588 0.5s;
}
.asideContent-enter-active[data-v-ce117588] {
  animation: asideContent-ce117588 0.3s reverse;
}
.asideContent-leave-active[data-v-ce117588] {
  animation: asideContent-ce117588 0.3s;
}
@keyframes aside-ce117588 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-ce117588 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-ce117588 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-ce117588] {
  animation: spin-ce117588 2s infinite;
}
@keyframes spin-ce117588 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-ce117588] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-ce117588] {
  padding: 3px;
}
.carousel__pagination-button[data-v-ce117588] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-ce117588] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-ce117588]::after {
  display: none !important;
}
.pagination[data-v-ce117588] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-ce117588] {
  display: inline;
}
.pagination > li > a[data-v-ce117588], .pagination > li > span[data-v-ce117588] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-ce117588], .pagination > li:first-child > span[data-v-ce117588] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-ce117588], .pagination > li:last-child > span[data-v-ce117588] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-ce117588]:hover, .pagination > li > span[data-v-ce117588]:hover, .pagination > li > a[data-v-ce117588]:focus, .pagination > li > span[data-v-ce117588]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-ce117588], .pagination > .active > span[data-v-ce117588], .pagination > .active > a[data-v-ce117588]:hover, .pagination > .active > span[data-v-ce117588]:hover, .pagination > .active > a[data-v-ce117588]:focus, .pagination > .active > span[data-v-ce117588]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-ce117588] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-ce117588]:hover, .pagination > .disabled > span[data-v-ce117588]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-ce117588] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-ce117588]:hover, .pagination > .disabled > a[data-v-ce117588]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-ce117588], .pagination-lg > li > span[data-v-ce117588] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-ce117588], .pagination-lg > li:first-child > span[data-v-ce117588] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-ce117588], .pagination-lg > li:last-child > span[data-v-ce117588] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-ce117588], .pagination-sm > li > span[data-v-ce117588] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-ce117588], .pagination-sm > li:first-child > span[data-v-ce117588] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-ce117588], .pagination-sm > li:last-child > span[data-v-ce117588] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-ce117588] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-ce117588] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-ce117588] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-ce117588] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-ce117588] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-ce117588] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-ce117588] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-ce117588]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-ce117588] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-ce117588]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-ce117588] {
  overflow: unset !important;
}
.btn-shadow[data-v-ce117588] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-ce117588] {
  margin-left: 0px;
}
.reset-button[data-v-ce117588] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-ce117588] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-ce117588]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-ce117588] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-ce117588] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-ce117588],
.btn-finalize[data-v-ce117588] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-ce117588] {
  right: 7px;
}
.btn-finalize[data-v-ce117588] {
  left: 7px;
}
.tab-counter[data-v-ce117588] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-ce117588] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-ce117588] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-ce117588] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-ce117588] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-ce117588] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-ce117588] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-ce117588] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-ce117588] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-ce117588] {
  transition: 0.5s;
}
.tab[data-v-ce117588]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-ce117588] {
  color: #2980b9;
}
.tab.active[data-v-ce117588]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-ce117588] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-ce117588] {
  width: 220px;
}
.badge-display[data-v-ce117588], .badge-display2[data-v-ce117588] {
  min-width: 224px;
}
.my-badge[data-v-ce117588] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-ce117588] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-ce117588] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-ce117588] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-ce117588] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-ce117588] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-ce117588] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-ce117588] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-ce117588] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-ce117588] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-ce117588] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-ce117588] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-ce117588] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-ce117588] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-ce117588] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-ce117588] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-ce117588] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-ce117588] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-ce117588] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-ce117588] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-ce117588] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-ce117588] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-ce117588] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-ce117588] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-ce117588] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-ce117588] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-ce117588] {
  flex-wrap: wrap;
}
.vueperslide[data-v-ce117588] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-ce117588] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-ce117588] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-ce117588] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-ce117588] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-ce117588] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-ce117588] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-ce117588] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-ce117588] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-ce117588] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-ce117588] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-ce117588] {
  width: 100%;
}
.img-product-detail[data-v-ce117588] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-ce117588] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-ce117588] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-ce117588] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-ce117588] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-ce117588] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-ce117588] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-ce117588] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-ce117588] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-ce117588] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-ce117588] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-ce117588] {
  text-align: center;
}
.modal-enter[data-v-ce117588], .modal-leave-active[data-v-ce117588] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-ce117588], .modal-leave-active .modal-container[data-v-ce117588] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-ce117588] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-ce117588] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-ce117588] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-ce117588] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-ce117588] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-ce117588]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-ce117588] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-ce117588] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-ce117588] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-ce117588]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-ce117588] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-ce117588] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-ce117588] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-ce117588]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-ce117588] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-ce117588] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-ce117588] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-ce117588]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-ce117588] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-ce117588] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-ce117588] {
  display: none;
}
.vdp-datepicker input[data-v-ce117588] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-ce117588]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-ce117588] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-ce117588] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-ce117588 ease-in-out infinite;
}
.vue-treeselect__control[data-v-ce117588] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-ce117588] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-ce117588] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-ce117588] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-ce117588] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-ce117588] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-ce117588] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-ce117588] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-ce117588 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-ce117588 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-ce117588 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-ce117588 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-ce117588 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-ce117588 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-ce117588],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-ce117588] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-ce117588] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-ce117588] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-ce117588],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-ce117588] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-ce117588] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-ce117588] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-ce117588] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-ce117588],
.vue-treeselect span[data-v-ce117588] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-ce117588] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-ce117588] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-ce117588]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-ce117588] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-ce117588] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-ce117588],
.vue-treeselect__control[data-v-ce117588]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-ce117588] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-ce117588] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-ce117588],
.vue-treeselect__multi-value[data-v-ce117588] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-ce117588] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-ce117588] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-ce117588] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-ce117588] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-ce117588],
.vue-treeselect__single-value[data-v-ce117588] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-ce117588] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-ce117588] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-ce117588] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-ce117588] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-ce117588] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-ce117588]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-ce117588] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-ce117588] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-ce117588],
.vue-treeselect__multi-value-label[data-v-ce117588] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-ce117588] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-ce117588] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-ce117588],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-ce117588] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-ce117588] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-ce117588] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-ce117588] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-ce117588] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-ce117588] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-ce117588] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-ce117588] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-ce117588] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-ce117588] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-ce117588] {
  display: none;
}
.vue-treeselect__input[data-v-ce117588],
.vue-treeselect__sizer[data-v-ce117588] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-ce117588] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-ce117588]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-ce117588] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-ce117588] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-ce117588] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-ce117588] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-ce117588 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-ce117588 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-ce117588]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-ce117588] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-ce117588] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-ce117588] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-ce117588] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-ce117588] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-ce117588] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-ce117588] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-ce117588] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-ce117588] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-ce117588] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-ce117588] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-ce117588] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-ce117588] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-ce117588] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-ce117588]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-ce117588] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-ce117588],
.vue-treeselect__option-arrow-placeholder[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-ce117588] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-ce117588] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-ce117588],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-ce117588] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-ce117588] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-ce117588] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-ce117588] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-ce117588] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-ce117588] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-ce117588],
.vue-treeselect__minus-mark[data-v-ce117588] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-ce117588] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-ce117588] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ce117588] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-ce117588] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-ce117588] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ce117588] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ce117588] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-ce117588] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-ce117588] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-ce117588] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-ce117588] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-ce117588] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-ce117588] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-ce117588] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-ce117588] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-ce117588] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-ce117588] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-ce117588] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-ce117588] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-ce117588] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-ce117588] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-ce117588] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-ce117588]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-ce117588] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-ce117588]::before,
.vue-treeselect__icon-error[data-v-ce117588]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-ce117588]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-ce117588]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-ce117588] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-ce117588 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-ce117588 linear infinite;
}
.vue-treeselect__icon-loader[data-v-ce117588]::before,
.vue-treeselect__icon-loader[data-v-ce117588]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-ce117588 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-ce117588 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-ce117588]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-ce117588]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-ce117588],
.vac-loader-wrapper[data-v-ce117588] {
  display: none !important;
}
.vac-room-name[data-v-ce117588] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-ce117588] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-ce117588] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-ce117588] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-ce117588] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-ce117588] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-ce117588] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-ce117588] {
  min-height: 24px !important;
}
.tagWarn[data-v-ce117588] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-ce117588]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-ce117588] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-ce117588]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-ce117588]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-ce117588] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-ce117588] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-ce117588] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-ce117588] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-ce117588]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-ce117588] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-ce117588]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-ce117588] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-ce117588] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-ce117588] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-ce117588]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-ce117588] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-ce117588]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-ce117588] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-ce117588]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-ce117588]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-ce117588] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-ce117588] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-ce117588] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-ce117588]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-ce117588] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-ce117588] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-ce117588] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-ce117588]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-ce117588] {
  font-size: 1.15em;
}
.my-select[data-v-ce117588] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-ce117588] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-ce117588] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-ce117588] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-ce117588] {
  width: 160px;
}
.my-select[data-v-ce117588] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-ce117588] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-ce117588] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-ce117588] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-ce117588] {
  width: 160px;
}
.input-cupon[data-v-ce117588] {
  display: flex;
}
.input-cupon > div > span[data-v-ce117588] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-ce117588] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-ce117588] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-ce117588]:not(:checked),
input[type=checkbox].check[data-v-ce117588]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-ce117588],
input[type=checkbox].check:checked + label[data-v-ce117588] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-ce117588]:before,
input[type=checkbox].check:checked + label[data-v-ce117588]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-ce117588]:after,
input[type=checkbox].check:checked + label[data-v-ce117588]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-ce117588]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-ce117588]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-ce117588]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-ce117588]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-ce117588]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-ce117588] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-ce117588]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-ce117588]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-ce117588] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-ce117588] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-ce117588] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-ce117588] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-ce117588] {
  opacity: 1;
}
.multiselect__tag[data-v-ce117588] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-ce117588] {
  background: #2AA186 !important;
}
.multiselect[data-v-ce117588] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-ce117588]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-ce117588] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-ce117588] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-ce117588]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-ce117588]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-ce117588]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-ce117588]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-ce117588] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-ce117588] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-ce117588] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-ce117588] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ce117588] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-ce117588] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ce117588]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ce117588]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ce117588]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-ce117588] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-ce117588] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-ce117588] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-ce117588] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-ce117588]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-ce117588] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-ce117588] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-ce117588] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-ce117588] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-ce117588] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ce117588] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ce117588]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-ce117588] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-ce117588] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-ce117588], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-ce117588] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-ce117588] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-ce117588] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-ce117588], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-ce117588] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-ce117588], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-ce117588] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-ce117588]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-ce117588]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-ce117588] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-ce117588] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-ce117588] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-ce117588] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-ce117588] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-ce117588] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-ce117588] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-ce117588] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-ce117588] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-ce117588] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-ce117588] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-ce117588] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-ce117588] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-ce117588] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-ce117588] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-ce117588]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-ce117588] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-ce117588] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-ce117588] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-ce117588] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-ce117588] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-ce117588] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-ce117588] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-ce117588] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-ce117588], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-ce117588] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-ce117588] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-ce117588] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-ce117588] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-ce117588] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-ce117588] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-ce117588] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-ce117588] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-ce117588], .v3-emoji-picker .v3-header[data-v-ce117588] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-ce117588] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-ce117588] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-ce117588] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-ce117588]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-ce117588], .v3-emoji-picker .v3-skin-tones[data-v-ce117588] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ce117588]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-ce117588] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-ce117588] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-ce117588] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-ce117588], body[data-v-ce117588] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-ce117588], body.home[data-v-ce117588] {
  background-color: #fff;
}
[data-v-ce117588]:focus {
  outline: none !important;
}
a[data-v-ce117588] {
  text-decoration: none;
}
a[data-v-ce117588]:hover,
a[data-v-ce117588]:focus {
  text-decoration: none;
}
img[data-v-ce117588] {
  border: 0;
}
textarea[data-v-ce117588] {
  resize: none;
}
h1[data-v-ce117588],
h2[data-v-ce117588],
h3[data-v-ce117588],
h4[data-v-ce117588],
h5[data-v-ce117588],
h6[data-v-ce117588] {
  font-weight: bold;
}
@media (min-width: 800px) {
.header-info-container[data-v-ce117588] {
    width: 50%;
}
}
@media (min-width: 900px) {
.header-info-container[data-v-ce117588] {
    width: 60%;
}
}
@media (min-width: 1200px) {
.header-info-container[data-v-ce117588] {
    width: 70%;
}
}
@media (min-width: 800px) {
.header-buttons-container[data-v-ce117588] {
    width: 50%;
}
}
@media (min-width: 900px) {
.header-buttons-container[data-v-ce117588] {
    width: 40%;
}
}
@media (min-width: 1200px) {
.header-buttons-container[data-v-ce117588] {
    width: 30%;
}
}
.header-buttons-container-mobile[data-v-ce117588] {
  height: 50px;
  width: 100%;
}
.border-header-buttons[data-v-ce117588] {
  border-left: 0.5px solid #000;
}
.header-buttons[data-v-ce117588] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 0.5px solid #000;
  font: bold;
  cursor: pointer;
  width: 30%;
}
@media (max-width: 1000px) {
.header-buttons[data-v-ce117588] {
    border-top: 0.5px solid #000;
    width: 33.33%;
}
}
.header-buttons[data-v-ce117588]:last-child {
  width: 10%;
}
@media (max-width: 1000px) {
.header-buttons[data-v-ce117588]:last-child {
    width: 33.33%;
}
}
.active[data-v-ce117588] {
  background-color: #2980b9;
}
.diary-header-container[data-v-ce117588] {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 1px;
  width: 28%;
  border-right: 1px solid #fff;
}
@media (min-width: 1600px) {
.diary-header-container[data-v-ce117588] {
    width: 10%;
}
}
@media (min-width: 1300px) {
.diary-header-container[data-v-ce117588] {
    width: 24%;
}
}
@media (max-width: 1000px) {
.diary-header-container[data-v-ce117588] {
    width: 100%;
    border-right: none;
}
}
.header-chat-diary[data-v-ce117588] {
  padding: 10px 0px 10px 0px;
  width: 41.5%;
}
.header-chat-diary p[data-v-ce117588] {
  padding-left: 15px;
}
@media (min-width: 1600px) {
.header-chat-diary[data-v-ce117588] {
    width: 56%;
}
}
@media (min-width: 1300px) {
.header-chat-diary[data-v-ce117588] {
    width: 45.8%;
}
}
@media (max-width: 1000px) {
.header-chat-diary[data-v-ce117588] {
    width: 100%;
}
}
.header-buttons-container-diary[data-v-ce117588] {
  width: 30%;
}
@media (max-width: 1000px) {
.header-buttons-container-diary[data-v-ce117588] {
    width: 100%;
}
}
.cart-container[data-v-ce117588] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.cart-container[data-v-ce117588]:hover {
  background: hannah;
}
[data-v-66cbe2cc]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-66cbe2cc] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-66cbe2cc] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-66cbe2cc] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-66cbe2cc] {
  width: 100%;
}
.home-icon img[data-v-66cbe2cc] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-66cbe2cc] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-66cbe2cc] {
  line-height: 30px;
}
.list-style-none[data-v-66cbe2cc] {
  list-style: none;
}
.burger-menu[data-v-66cbe2cc] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-66cbe2cc] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-66cbe2cc] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-66cbe2cc] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-66cbe2cc] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-66cbe2cc] {
  position: relative;
}
.card-product .my-close[data-v-66cbe2cc] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-66cbe2cc] {
  margin: 0;
}
.filtro-form input[data-v-66cbe2cc] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-66cbe2cc] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-66cbe2cc] {
  padding: 20px 0 0;
}
.img-tiny[data-v-66cbe2cc] {
  width: 80px;
}
.img-item img[data-v-66cbe2cc] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-66cbe2cc] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-66cbe2cc] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-66cbe2cc]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-66cbe2cc] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-66cbe2cc] {
  margin-left: 10px;
}
.notifications section[data-v-66cbe2cc] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-66cbe2cc] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-66cbe2cc] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-66cbe2cc],
.list-complete-leave-to[data-v-66cbe2cc] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-66cbe2cc] {
  position: absolute;
}
#_op_data_r[data-v-66cbe2cc],
#_op_data_antifraud[data-v-66cbe2cc] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-66cbe2cc],
iframe#_op_data_antifraud[data-v-66cbe2cc],
iframe#device_profile[data-v-66cbe2cc],
iframe#thm_mp_cntnr[data-v-66cbe2cc] {
  position: absolute !important;
}
iframe[data-v-66cbe2cc] {
  background: #fff !important;
}
.main-content[data-v-66cbe2cc] {
  padding-top: 30px;
}
.card-contactStory[data-v-66cbe2cc] {
  width: 93vw;
}
.card-contactStory img[data-v-66cbe2cc] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-66cbe2cc] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-66cbe2cc] {
  width: 280px;
}
.dropped[data-v-66cbe2cc] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-66cbe2cc] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-66cbe2cc]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-66cbe2cc] {
  display: block !important;
}
.dropped .dropdown a[data-v-66cbe2cc] {
  color: #fff;
}
.dropped .dropdown a[data-v-66cbe2cc]:hover {
  text-decoration: underline;
}
.line-height25[data-v-66cbe2cc] {
  line-height: 25px;
}
aside[data-v-66cbe2cc] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-66cbe2cc] {
  height: 100vh;
}
.my-header[data-v-66cbe2cc] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-66cbe2cc] {
  position: inherit !important;
}
.my-header-menu[data-v-66cbe2cc] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-66cbe2cc] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-66cbe2cc]:hover {
  background: hannah;
}
.menu-api-activate[data-v-66cbe2cc] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-66cbe2cc] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-66cbe2cc] {
  position: relative;
}
.menu-api-item a[data-v-66cbe2cc]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-66cbe2cc] {
  padding: 0 !important;
}
.card-product[data-v-66cbe2cc] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-66cbe2cc] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-66cbe2cc] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-66cbe2cc] {
  margin: 0;
}
.sticky-home[data-v-66cbe2cc] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-66cbe2cc] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-66cbe2cc]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-66cbe2cc] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-66cbe2cc]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-66cbe2cc] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-66cbe2cc]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-66cbe2cc] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-66cbe2cc] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-66cbe2cc] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-66cbe2cc]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-66cbe2cc] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-66cbe2cc] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-66cbe2cc] {
  display: block !important;
}
.leftPositionSubMenu[data-v-66cbe2cc] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-66cbe2cc] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-66cbe2cc],
.circle-toggle-box[data-v-66cbe2cc] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-66cbe2cc] {
  left: 44px !important;
}
.triangleStatus[data-v-66cbe2cc]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-66cbe2cc] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-66cbe2cc] {
  overflow: visible !important;
}
.width-max80[data-v-66cbe2cc] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-66cbe2cc] {
  display: flex !important;
}
.flex-none[data-v-66cbe2cc] {
  flex: none;
}
.flex-nowrap[data-v-66cbe2cc] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-66cbe2cc] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-66cbe2cc] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-66cbe2cc] {
  flex-direction: column;
}
.flex-col-row[data-v-66cbe2cc] {
  flex-direction: column;
}
.flex-row[data-v-66cbe2cc] {
  flex-direction: row;
}
.flex-between-align[data-v-66cbe2cc] {
  align-content: space-between;
}
.flex-middle[data-v-66cbe2cc] {
  align-items: center;
}
.flex-bottom[data-v-66cbe2cc] {
  align-items: flex-end;
}
.flex-between[data-v-66cbe2cc] {
  justify-content: space-between;
}
.flex-center[data-v-66cbe2cc] {
  justify-content: center;
}
.flex-right[data-v-66cbe2cc] {
  justify-content: flex-end;
}
.flex-left[data-v-66cbe2cc] {
  justify-content: flex-start;
}
.flex-evenly[data-v-66cbe2cc] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-66cbe2cc] {
  flex-grow: 1;
}
.flex-grow-2[data-v-66cbe2cc] {
  flex-grow: 2;
}
.flex-grow-3[data-v-66cbe2cc] {
  flex-grow: 3;
}
.flex-grow-4[data-v-66cbe2cc] {
  flex-grow: 4;
}
.flex-grow-5[data-v-66cbe2cc] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-66cbe2cc] {
  align-items: flex-start;
}
.flex800[data-v-66cbe2cc] {
  display: none;
}
.flexc-flex[data-v-66cbe2cc] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-66cbe2cc] {
  display: none;
}
.flex-display-50-10[data-v-66cbe2cc] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-66cbe2cc] {
  display: none;
}
.show760[data-v-66cbe2cc] {
  display: none;
}
.hide[data-v-66cbe2cc] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-66cbe2cc] {
    display: block !important;
}
.badge-display[data-v-66cbe2cc] {
    display: none;
}
.badge-display2[data-v-66cbe2cc] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-66cbe2cc] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-66cbe2cc] {
    display: block;
}
.badge-display2[data-v-66cbe2cc] {
    display: none;
}
.fix-width[data-v-66cbe2cc] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-66cbe2cc] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-66cbe2cc] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-66cbe2cc] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-66cbe2cc] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-66cbe2cc] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-66cbe2cc] {
    width: 50%;
}
.width100-40[data-v-66cbe2cc] {
    width: 40%;
}
.show600[data-v-66cbe2cc] {
    display: block;
}
.width-controll-btn-typeweek[data-v-66cbe2cc] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-66cbe2cc] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-66cbe2cc] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-66cbe2cc] {
    width: 220px !important;
}
.leftPositionControl[data-v-66cbe2cc] {
    left: -40px !important;
}
.container-tipo-envio[data-v-66cbe2cc] {
    display: flex;
}
.width-controll-buys-item[data-v-66cbe2cc] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-66cbe2cc] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-66cbe2cc] {
    top: 380px !important;
}
.my-header-menu[data-v-66cbe2cc] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-66cbe2cc] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-66cbe2cc] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-66cbe2cc] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-66cbe2cc] {
    min-width: 400px;
}
.cart-btn-add[data-v-66cbe2cc] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-66cbe2cc] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-66cbe2cc] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-66cbe2cc] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-66cbe2cc] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-66cbe2cc] {
    justify-content: left;
}
.flex-mid[data-v-66cbe2cc] {
    display: flex !important;
}
.msg-stock[data-v-66cbe2cc] {
    padding: 10px 0 0;
}
.counter-cart[data-v-66cbe2cc] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-66cbe2cc] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-66cbe2cc] {
    display: none;
}
.badge-display2[data-v-66cbe2cc] {
    display: block;
}
.show760[data-v-66cbe2cc] {
    display: block;
}
.hide760[data-v-66cbe2cc] {
    display: none;
}
.grid-products[data-v-66cbe2cc] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-66cbe2cc] {
    margin: auto;
}
.mr-h[data-v-66cbe2cc] {
    margin: auto;
}
.width-control-otherProducts[data-v-66cbe2cc] {
    width: 170px !important;
}
.leftPositionControl[data-v-66cbe2cc] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-66cbe2cc] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-66cbe2cc] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-66cbe2cc] {
    width: 30vw !important;
}
.product-item[data-v-66cbe2cc] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-66cbe2cc] {
    width: 90% !important;
}
.my-container[data-v-66cbe2cc] {
    width: 680px !important;
}
.login[data-v-66cbe2cc] {
    width: 310px !important;
}
.width-cuotas-control[data-v-66cbe2cc] {
    width: 278px !important;
}
.flexc-flex[data-v-66cbe2cc] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-66cbe2cc] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-66cbe2cc] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-66cbe2cc] {
    height: 140px;
}
.width-control-input-chat[data-v-66cbe2cc] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-66cbe2cc] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-66cbe2cc] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-66cbe2cc] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-66cbe2cc] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-66cbe2cc] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-66cbe2cc] {
    width: 270px !important;
}
.leftPositionControl[data-v-66cbe2cc] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-66cbe2cc] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-66cbe2cc] {
    width: 17vw !important;
}
.filters-wrap[data-v-66cbe2cc] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-66cbe2cc] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-66cbe2cc] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-66cbe2cc] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-66cbe2cc] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-66cbe2cc] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-66cbe2cc] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-66cbe2cc] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-66cbe2cc]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-66cbe2cc] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-66cbe2cc] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-66cbe2cc]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-66cbe2cc] {
    max-width: 330px !important;
}
.iterable-box[data-v-66cbe2cc] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-66cbe2cc] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-66cbe2cc] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-66cbe2cc] {
    width: 160px !important;
}
.my-container[data-v-66cbe2cc] {
    width: 800px !important;
}
.search-btn-box[data-v-66cbe2cc] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-66cbe2cc] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-66cbe2cc] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-66cbe2cc] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-66cbe2cc] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-66cbe2cc] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-66cbe2cc] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-66cbe2cc] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-66cbe2cc] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-66cbe2cc] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-66cbe2cc] {
    width: 280px !important;
}
.width300-desktop[data-v-66cbe2cc] {
    width: 300px !important;
}
.concept-item-stats[data-v-66cbe2cc] {
    width: 80%;
}
.widthHalf-desktop[data-v-66cbe2cc] {
    width: 50% !important;
}
.column-desktop[data-v-66cbe2cc] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-66cbe2cc] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-66cbe2cc] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-66cbe2cc] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-66cbe2cc],
.flex-desktop[data-v-66cbe2cc] {
    display: flex !important;
}
.block-desktop[data-v-66cbe2cc] {
    display: block !important;
}
.hide-desktop[data-v-66cbe2cc] {
    display: none !important;
}
.fixButton[data-v-66cbe2cc] {
    top: -20px;
}
.width-cuotas-control[data-v-66cbe2cc] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-66cbe2cc] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-66cbe2cc] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-66cbe2cc] {
    display: none !important;
}
.bottom10-desktop[data-v-66cbe2cc] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-66cbe2cc] {
    left: -125px !important;
}
.grid-products[data-v-66cbe2cc] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-66cbe2cc] {
    width: 1000px !important;
}
.showFullDesktop[data-v-66cbe2cc] {
    display: block !important;
}
.leftPositionControl[data-v-66cbe2cc] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-66cbe2cc] {
    display: none !important;
}
.show-only-desktop[data-v-66cbe2cc] {
    display: flex !important;
}
.leftPositionControl[data-v-66cbe2cc] {
    left: -260px !important;
}
.catalog-container[data-v-66cbe2cc] {
    margin: unset;
}
.carrito-catalog[data-v-66cbe2cc] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-66cbe2cc] {
    left: -280px !important;
}
}
.grid-container[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-66cbe2cc] {
  grid-column: span 1;
}
.grid-item-1[data-v-66cbe2cc] {
  grid-column: span 1;
}
.grid-item-2[data-v-66cbe2cc] {
  grid-column: span 2;
}
.grid-item-3[data-v-66cbe2cc] {
  grid-column: span 3;
}
.grid-item-4[data-v-66cbe2cc] {
  grid-column: span 4;
}
.grid-item-5[data-v-66cbe2cc] {
  grid-column: span 5;
}
.grid-item-6[data-v-66cbe2cc] {
  grid-column: span 6;
}
.grid-item-7[data-v-66cbe2cc] {
  grid-column: span 7;
}
.grid-item-8[data-v-66cbe2cc] {
  grid-column: span 8;
}
.grid-item-9[data-v-66cbe2cc] {
  grid-column: span 9;
}
.grid-item-10[data-v-66cbe2cc] {
  grid-column: span 10;
}
.grid-item-11[data-v-66cbe2cc] {
  grid-column: span 11;
}
.grid-item-12[data-v-66cbe2cc] {
  grid-column: span 12;
}
.grid-cart[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-66cbe2cc] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-66cbe2cc] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-66cbe2cc] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-66cbe2cc] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-66cbe2cc] {
  gap: 10px;
}
.gap20[data-v-66cbe2cc] {
  gap: 20px;
}
.grid-box[data-v-66cbe2cc] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-66cbe2cc],
.grid-3 div[data-v-66cbe2cc],
.grid-4 div[data-v-66cbe2cc] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-66cbe2cc] {
  background: #fff;
}
.grid-item-odd[data-v-66cbe2cc]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-66cbe2cc] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-66cbe2cc] {
  max-width: 350px;
}
.margin0[data-v-66cbe2cc] {
  margin: 0 !important;
}
.margin0-5[data-v-66cbe2cc] {
  margin: 0 5px;
}
.margin10-0[data-v-66cbe2cc] {
  margin: 10px 0;
}
.margin10-5[data-v-66cbe2cc] {
  margin: 10px 5px;
}
.margin0-10[data-v-66cbe2cc] {
  margin: 0 10px;
}
.margin0-15[data-v-66cbe2cc] {
  margin: 0 15px;
}
.margin15-0[data-v-66cbe2cc] {
  margin: 15px 0px;
}
.margin20-0[data-v-66cbe2cc] {
  margin: 20px 0;
}
.margin20-10[data-v-66cbe2cc] {
  margin: 20px 10px;
}
.margin30-0[data-v-66cbe2cc] {
  margin: 30px 0;
}
.margin40-0[data-v-66cbe2cc] {
  margin: 40px 0;
}
.margin20-40[data-v-66cbe2cc] {
  margin: 20px 40px;
}
.margin0-20[data-v-66cbe2cc] {
  margin: 0 20px;
}
.margin5[data-v-66cbe2cc] {
  margin: 5px;
}
.margin5-0[data-v-66cbe2cc] {
  margin: 5px 0;
}
.margin10[data-v-66cbe2cc] {
  margin: 10px;
}
.margin10-20[data-v-66cbe2cc] {
  margin: 10px 20px;
}
.margin15[data-v-66cbe2cc] {
  margin: 15px;
}
.margin20[data-v-66cbe2cc] {
  margin: 20px;
}
.margin30[data-v-66cbe2cc] {
  margin: 30px;
}
.margin50[data-v-66cbe2cc] {
  margin: 50px;
}
.margin-right-auto[data-v-66cbe2cc] {
  margin-right: auto;
}
.margin-left-auto[data-v-66cbe2cc] {
  margin-left: auto;
}
.ml-h[data-v-66cbe2cc] {
  margin-left: auto;
}
.mr-h[data-v-66cbe2cc] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-66cbe2cc] {
  margin-bottom: 5px;
}
.margin-top5[data-v-66cbe2cc] {
  margin-top: 5px !important;
}
.margin-top10[data-v-66cbe2cc] {
  margin-top: 10px !important;
}
.margin-top15[data-v-66cbe2cc] {
  margin-top: 15px !important;
}
.margin-top20[data-v-66cbe2cc] {
  margin-top: 20px !important;
}
.margin-top30[data-v-66cbe2cc] {
  margin-top: 30px !important;
}
.margin-top35[data-v-66cbe2cc] {
  margin-top: 35px !important;
}
.margin-top40[data-v-66cbe2cc] {
  margin-top: 40px !important;
}
.margin-top50[data-v-66cbe2cc] {
  margin-top: 50px !important;
}
.margin-top60[data-v-66cbe2cc] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-66cbe2cc] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-66cbe2cc] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-66cbe2cc] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-66cbe2cc] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-66cbe2cc] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-66cbe2cc] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-66cbe2cc] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-66cbe2cc] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-66cbe2cc] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-66cbe2cc] {
  margin-left: 5px !important;
}
.margin-left10[data-v-66cbe2cc] {
  margin-left: 10px !important;
}
.margin-left15[data-v-66cbe2cc] {
  margin-left: 15px !important;
}
.margin-left20[data-v-66cbe2cc] {
  margin-left: 20px !important;
}
.margin-left30[data-v-66cbe2cc] {
  margin-left: 30px !important;
}
.margin-left35[data-v-66cbe2cc] {
  margin-left: 35px !important;
}
.margin-left40[data-v-66cbe2cc] {
  margin-left: 40px !important;
}
.margin-left50[data-v-66cbe2cc] {
  margin-left: 50px !important;
}
.margin-left60[data-v-66cbe2cc] {
  margin-left: 60px !important;
}
.margin-right5[data-v-66cbe2cc] {
  margin-right: 5px !important;
}
.margin-right10[data-v-66cbe2cc] {
  margin-right: 10px !important;
}
.margin-right15[data-v-66cbe2cc] {
  margin-right: 15px !important;
}
.margin-right20[data-v-66cbe2cc] {
  margin-right: 20px !important;
}
.margin-right30[data-v-66cbe2cc] {
  margin-right: 30px !important;
}
.margin-right35[data-v-66cbe2cc] {
  margin-right: 35px !important;
}
.margin-right40[data-v-66cbe2cc] {
  margin-right: 40px !important;
}
.margin-right50[data-v-66cbe2cc] {
  margin-right: 50px !important;
}
.margin-right60[data-v-66cbe2cc] {
  margin-right: 60px !important;
}
.my-5[data-v-66cbe2cc] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-66cbe2cc] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-66cbe2cc] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-66cbe2cc] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-66cbe2cc] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-66cbe2cc] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-66cbe2cc] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-66cbe2cc] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-66cbe2cc] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-66cbe2cc] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-66cbe2cc] {
  padding: 0 !important;
}
.padding5[data-v-66cbe2cc] {
  padding: 5px;
}
.padding10[data-v-66cbe2cc] {
  padding: 10px;
}
.padding15[data-v-66cbe2cc] {
  padding: 15px;
}
.padding20[data-v-66cbe2cc] {
  padding: 20px;
}
.padding30[data-v-66cbe2cc] {
  padding: 30px;
}
.padding40[data-v-66cbe2cc] {
  padding: 40px;
}
.padding40-0[data-v-66cbe2cc] {
  padding: 40px 0;
}
.padding-left5[data-v-66cbe2cc] {
  padding-left: 5px;
}
.padding-left10[data-v-66cbe2cc] {
  padding-left: 10px;
}
.padding-left15[data-v-66cbe2cc] {
  padding-left: 15px;
}
.padding-left20[data-v-66cbe2cc] {
  padding-left: 20px;
}
.padding-right5[data-v-66cbe2cc] {
  padding-right: 5px;
}
.padding-right10[data-v-66cbe2cc] {
  padding-right: 10px;
}
.padding-right15[data-v-66cbe2cc] {
  padding-right: 15px;
}
.padding-right20[data-v-66cbe2cc] {
  padding-right: 20px;
}
.padding-right30[data-v-66cbe2cc] {
  padding-right: 30px;
}
.padding-right40[data-v-66cbe2cc] {
  padding-right: 40px;
}
.padding-top0[data-v-66cbe2cc] {
  padding-top: 0px;
}
.padding-top5[data-v-66cbe2cc] {
  padding-top: 5px;
}
.padding-top10[data-v-66cbe2cc] {
  padding-top: 10px;
}
.padding-top15[data-v-66cbe2cc] {
  padding-top: 15px;
}
.padding-top20[data-v-66cbe2cc] {
  padding-top: 20px;
}
.padding-top30[data-v-66cbe2cc] {
  padding-top: 30px;
}
.padding-top50[data-v-66cbe2cc] {
  padding-top: 50px;
}
.padding-top60[data-v-66cbe2cc] {
  padding-top: 60px;
}
.padding-top70[data-v-66cbe2cc] {
  padding-top: 70px;
}
.padding-top90[data-v-66cbe2cc] {
  padding-top: 90px;
}
.padding-top100[data-v-66cbe2cc] {
  padding-top: 100px;
}
.padding-top120[data-v-66cbe2cc] {
  padding-top: 120px;
}
.padding-top180[data-v-66cbe2cc] {
  padding-top: 180px;
}
.padding-bottom0[data-v-66cbe2cc] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-66cbe2cc] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-66cbe2cc] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-66cbe2cc] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-66cbe2cc] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-66cbe2cc] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-66cbe2cc] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-66cbe2cc] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-66cbe2cc] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-66cbe2cc] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-66cbe2cc] {
  padding-bottom: 240px;
}
.padding10-0[data-v-66cbe2cc] {
  padding: 10px 0;
}
.padding10-5[data-v-66cbe2cc] {
  padding: 10px 5px;
}
.padding0-5[data-v-66cbe2cc] {
  padding: 0 5px;
}
.padding0-10[data-v-66cbe2cc] {
  padding: 0 10px;
}
.padding0-15[data-v-66cbe2cc] {
  padding: 0 15px;
}
.padding20-0[data-v-66cbe2cc] {
  padding: 20px 0;
}
.padding20-10[data-v-66cbe2cc] {
  padding: 20px 10px;
}
.padding15-20[data-v-66cbe2cc] {
  padding: 15px 20px;
}
.padding15-0[data-v-66cbe2cc] {
  padding: 15px 0px;
}
.padding20-5[data-v-66cbe2cc] {
  padding: 20px 5px;
}
.padding0-20[data-v-66cbe2cc] {
  padding: 0 20px;
}
.padding5-20[data-v-66cbe2cc] {
  padding: 5px 20px;
}
.padding5-15[data-v-66cbe2cc] {
  padding: 5px 15px;
}
.padding5-10[data-v-66cbe2cc] {
  padding: 5px 10px;
}
.padding15-10[data-v-66cbe2cc] {
  padding: 15px 10px;
}
.padding1em[data-v-66cbe2cc] {
  padding: 1em;
}
.padding10-20[data-v-66cbe2cc] {
  padding: 10px 20px;
}
.padding5-0[data-v-66cbe2cc] {
  padding: 5px 0;
}
.padding30-10[data-v-66cbe2cc] {
  padding: 30px 10px;
}
.px-5[data-v-66cbe2cc] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-66cbe2cc] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-66cbe2cc] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-66cbe2cc] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-66cbe2cc] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-66cbe2cc] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-66cbe2cc] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-66cbe2cc] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-66cbe2cc] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-66cbe2cc] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-66cbe2cc] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-66cbe2cc] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-66cbe2cc] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-66cbe2cc] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-66cbe2cc] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-66cbe2cc] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-66cbe2cc] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-66cbe2cc] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-66cbe2cc] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-66cbe2cc] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-66cbe2cc] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-66cbe2cc] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-66cbe2cc] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-66cbe2cc] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-66cbe2cc] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-66cbe2cc] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-66cbe2cc] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-66cbe2cc] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-66cbe2cc]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-66cbe2cc] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-66cbe2cc]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-66cbe2cc] {
  border: 0 !important;
}
.borderRed[data-v-66cbe2cc] {
  border-color: #f00 !important;
}
.border-aside[data-v-66cbe2cc] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-66cbe2cc] {
  border: none;
}
.borderLightgray[data-v-66cbe2cc] {
  border: 1px solid lightgray;
}
.borderGray[data-v-66cbe2cc] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-66cbe2cc] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-66cbe2cc] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-66cbe2cc] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-66cbe2cc] {
  border: 1px solid #fff;
}
.border2green[data-v-66cbe2cc] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-66cbe2cc] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-66cbe2cc] {
  border: 2px solid #fff;
}
.border2gold[data-v-66cbe2cc] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-66cbe2cc] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-66cbe2cc] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-66cbe2cc] {
  border-color: #d42717 !important;
}
.border1green[data-v-66cbe2cc] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-66cbe2cc] {
  border-color: #f00 !important;
}
.border-fixed[data-v-66cbe2cc] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-66cbe2cc] {
  border-radius: 40px;
}
.radius30[data-v-66cbe2cc] {
  border-radius: 30px;
}
.radius20[data-v-66cbe2cc] {
  border-radius: 20px;
}
.radius15[data-v-66cbe2cc] {
  border-radius: 15px;
}
.radius8[data-v-66cbe2cc] {
  border-radius: 8px;
}
.radius3[data-v-66cbe2cc] {
  border-radius: 3px !important;
}
.rounded[data-v-66cbe2cc] {
  border-radius: 50%;
}
.rounded5[data-v-66cbe2cc] {
  border-radius: 5px;
}
.round10[data-v-66cbe2cc] {
  border-radius: 10px;
}
.box-border[data-v-66cbe2cc] {
  box-sizing: border-box;
}
.text-center[data-v-66cbe2cc] {
  text-align: center;
}
.text-right[data-v-66cbe2cc] {
  text-align: right;
}
.text-left[data-v-66cbe2cc] {
  text-align: left;
}
.text-lowercase[data-v-66cbe2cc] {
  text-transform: lowercase;
}
.text-uppercase[data-v-66cbe2cc] {
  text-transform: uppercase;
}
.text-capitalize[data-v-66cbe2cc] {
  text-transform: capitalize !important;
}
.text-none[data-v-66cbe2cc] {
  text-transform: none;
}
.text-ellipsis[data-v-66cbe2cc] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-66cbe2cc] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-66cbe2cc]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-66cbe2cc] {
  text-decoration: underline;
}
.text-underline[data-v-66cbe2cc]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-66cbe2cc] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-66cbe2cc] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-66cbe2cc] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-66cbe2cc] {
  word-break: break-all;
}
.font-bold[data-v-66cbe2cc] {
  font-weight: bold;
}
.price-through[data-v-66cbe2cc] {
  text-decoration: line-through;
}
.font-italic[data-v-66cbe2cc] {
  font-style: italic;
}
.font095em[data-v-66cbe2cc] {
  font-size: 0.95em;
}
.font1em[data-v-66cbe2cc] {
  font-size: 1em !important;
}
.font2em[data-v-66cbe2cc] {
  font-size: 2em;
}
.font2-2em[data-v-66cbe2cc] {
  font-size: 2.2em;
}
.font3em[data-v-66cbe2cc] {
  font-size: 3em;
}
.font4em[data-v-66cbe2cc] {
  font-size: 4em;
}
.font1-5em[data-v-66cbe2cc] {
  font-size: 1.5em;
}
.font1-7em[data-v-66cbe2cc] {
  font-size: 1.7em;
}
.font1-3em[data-v-66cbe2cc] {
  font-size: 1.3em;
}
.font1-4em[data-v-66cbe2cc] {
  font-size: 1.4em;
}
.font-9em[data-v-66cbe2cc] {
  font-size: 0.9em;
}
.font10[data-v-66cbe2cc] {
  font-size: 10px;
}
.font11[data-v-66cbe2cc] {
  font-size: 11px;
}
.font12[data-v-66cbe2cc] {
  font-size: 12px;
}
.font13[data-v-66cbe2cc] {
  font-size: 13px;
}
.font14[data-v-66cbe2cc] {
  font-size: 14px;
}
.font15[data-v-66cbe2cc] {
  font-size: 15px;
}
.font16[data-v-66cbe2cc] {
  font-size: 16px;
}
.font17[data-v-66cbe2cc] {
  font-size: 17px;
}
.font18[data-v-66cbe2cc] {
  font-size: 18px;
}
.font19[data-v-66cbe2cc] {
  font-size: 19px;
}
.font20[data-v-66cbe2cc] {
  font-size: 20px;
}
.font21[data-v-66cbe2cc] {
  font-size: 21px;
}
.font22[data-v-66cbe2cc] {
  font-size: 22px;
}
.font23[data-v-66cbe2cc] {
  font-size: 23px;
}
.font24[data-v-66cbe2cc] {
  font-size: 24px;
}
.font25[data-v-66cbe2cc] {
  font-size: 25px;
}
.font26[data-v-66cbe2cc] {
  font-size: 26px;
}
.font27[data-v-66cbe2cc] {
  font-size: 27px;
}
.font28[data-v-66cbe2cc] {
  font-size: 28px;
}
.font29[data-v-66cbe2cc] {
  font-size: 29px;
}
.font30[data-v-66cbe2cc] {
  font-size: 30px;
}
.font31[data-v-66cbe2cc] {
  font-size: 31px;
}
.font32[data-v-66cbe2cc] {
  font-size: 32px;
}
.font33[data-v-66cbe2cc] {
  font-size: 33px;
}
.font34[data-v-66cbe2cc] {
  font-size: 34px;
}
.font35[data-v-66cbe2cc] {
  font-size: 35px;
}
.font36[data-v-66cbe2cc] {
  font-size: 36px;
}
.font37[data-v-66cbe2cc] {
  font-size: 37px;
}
.font38[data-v-66cbe2cc] {
  font-size: 38px;
}
.font39[data-v-66cbe2cc] {
  font-size: 39px;
}
.font40[data-v-66cbe2cc] {
  font-size: 40px;
}
.font-normal[data-v-66cbe2cc] {
  font-weight: normal;
}
.color-white[data-v-66cbe2cc] {
  color: #fff;
}
.color-transparent[data-v-66cbe2cc] {
  color: transparent !important;
}
.color-black[data-v-66cbe2cc] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-66cbe2cc] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-66cbe2cc] {
  color: fuchia;
}
.color-gray[data-v-66cbe2cc] {
  color: #a5afb9;
}
.color-hardgray[data-v-66cbe2cc] {
  color: #4d5263;
}
.color-hannah[data-v-66cbe2cc] {
  color: #EA184D;
}
.color-lightgray[data-v-66cbe2cc] {
  color: #d3d3d3;
}
.color-darkblue[data-v-66cbe2cc] {
  color: #2c3e50;
}
.color-darkgray[data-v-66cbe2cc] {
  color: #757575;
}
.color-lightred[data-v-66cbe2cc] {
  color: #e74c3c;
}
.color-red[data-v-66cbe2cc] {
  color: #e74c3c;
}
.color-blue[data-v-66cbe2cc] {
  color: #2980b9;
}
.color-yellow[data-v-66cbe2cc] {
  color: #f49d1e;
}
.color-orange[data-v-66cbe2cc] {
  color: #ffa500;
}
.color-green[data-v-66cbe2cc] {
  color: #2AA186;
}
.color-gplus[data-v-66cbe2cc] {
  color: #d42717;
}
.back-bluelight[data-v-66cbe2cc] {
  background: #EBF0FF !important;
}
.back-blue[data-v-66cbe2cc] {
  background: #2980b9 !important;
}
.back-hannah[data-v-66cbe2cc] {
  background: #EA184D !important;
}
.back-purple[data-v-66cbe2cc] {
  background: #8e44ad;
}
.back-green[data-v-66cbe2cc] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-66cbe2cc] {
  background: #2AA186;
}
.back-yellow[data-v-66cbe2cc] {
  background: #f49d1e !important;
}
.back-gold[data-v-66cbe2cc] {
  background: #f49d1e !important;
}
.back-red[data-v-66cbe2cc] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-66cbe2cc] {
  background: #e74c3c;
}
.back-lightred[data-v-66cbe2cc] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-66cbe2cc] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-66cbe2cc] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-66cbe2cc] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-66cbe2cc] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-66cbe2cc] {
  background: #f49d1e !important;
}
.back-gplus[data-v-66cbe2cc] {
  background: #d42717;
}
.back-darkblue[data-v-66cbe2cc] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-66cbe2cc] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-66cbe2cc] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-66cbe2cc] {
  background: #3e3d40;
}
.back-midgray[data-v-66cbe2cc] {
  background: #ececec;
}
.back-gray[data-v-66cbe2cc] {
  background: #a5afb9;
}
.back-black[data-v-66cbe2cc] {
  background: #121212;
}
.back-transparent[data-v-66cbe2cc] {
  background: transparent;
}
.back-white[data-v-66cbe2cc] {
  background: #fff !important;
}
.back-white-simple[data-v-66cbe2cc] {
  background-color: #fff;
}
.back-lightgray[data-v-66cbe2cc] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-66cbe2cc] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-66cbe2cc] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-66cbe2cc] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-66cbe2cc] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-66cbe2cc] {
  background: #D6DFE4;
}
.bg-aside[data-v-66cbe2cc] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-66cbe2cc] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-66cbe2cc] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-66cbe2cc] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-66cbe2cc] {
  background: #fff;
}
.back-item-odd-white[data-v-66cbe2cc]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-66cbe2cc] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-66cbe2cc] {
  position: relative;
}
.absolute[data-v-66cbe2cc] {
  position: absolute;
}
.fixed[data-v-66cbe2cc] {
  position: fixed;
}
.fixed-bottom[data-v-66cbe2cc] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-66cbe2cc] {
  position: sticky;
}
.sticky.active[data-v-66cbe2cc] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-66cbe2cc] {
  bottom: 0;
}
.right0[data-v-66cbe2cc] {
  right: 0 !important;
}
.left0[data-v-66cbe2cc] {
  left: 0 !important;
}
.leftPositionControl[data-v-66cbe2cc] {
  left: -10px;
}
.width100-50[data-v-66cbe2cc] {
  width: 100%;
}
.width100-40[data-v-66cbe2cc] {
  width: 100%;
}
.min-width100[data-v-66cbe2cc] {
  min-width: 100%;
}
.min-width90[data-v-66cbe2cc] {
  min-width: 90%;
}
.min-width80[data-v-66cbe2cc] {
  min-width: 80% !important;
}
.min-width70[data-v-66cbe2cc] {
  min-width: 70%;
}
.min-width60[data-v-66cbe2cc] {
  min-width: 60%;
}
.min-width50[data-v-66cbe2cc] {
  max-width: 50%;
}
.min-width45[data-v-66cbe2cc] {
  min-width: 45%;
}
.min-width40[data-v-66cbe2cc] {
  min-width: 40%;
}
.min-width30[data-v-66cbe2cc] {
  min-width: 30%;
}
.min-width20[data-v-66cbe2cc] {
  min-width: 20%;
}
.min-width25[data-v-66cbe2cc] {
  min-width: 25%;
}
.min-width10[data-v-66cbe2cc] {
  min-width: 10%;
}
.width100[data-v-66cbe2cc] {
  width: 100%;
}
.width90[data-v-66cbe2cc] {
  width: 90%;
}
.width80[data-v-66cbe2cc] {
  width: 80% !important;
}
.width70[data-v-66cbe2cc] {
  width: 70%;
}
.width60[data-v-66cbe2cc] {
  width: 60%;
}
.width50[data-v-66cbe2cc] {
  width: 50%;
}
.width45[data-v-66cbe2cc] {
  width: 45%;
}
.width40[data-v-66cbe2cc] {
  width: 40%;
}
.width30[data-v-66cbe2cc] {
  width: 30%;
}
.width20[data-v-66cbe2cc] {
  width: 20%;
}
.width25[data-v-66cbe2cc] {
  width: 25%;
}
.width10[data-v-66cbe2cc] {
  width: 10%;
}
.width-min[data-v-66cbe2cc] {
  width: min-content;
}
.max-width800[data-v-66cbe2cc] {
  max-width: 800px;
}
.widthCenter[data-v-66cbe2cc] {
  width: 80%;
}
.max-width600[data-v-66cbe2cc] {
  max-width: 600px;
}
.max-width300[data-v-66cbe2cc] {
  max-width: 300px;
}
.widthHalf[data-v-66cbe2cc] {
  width: 50%;
}
.width-sellProductImg-control[data-v-66cbe2cc] {
  width: 150px;
}
.top-control-sellProduct[data-v-66cbe2cc] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-66cbe2cc] {
  width: 100%;
}
.width-cuotas-control-item[data-v-66cbe2cc] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-66cbe2cc] {
  width: 163px;
}
.width-control-btn-inline[data-v-66cbe2cc] {
  width: 195px;
}
.width-controll-buys-item[data-v-66cbe2cc] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-66cbe2cc] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-66cbe2cc] {
  width: 180px;
}
.width-pasarela-img-control[data-v-66cbe2cc] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-66cbe2cc] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-66cbe2cc] {
  width: 95%;
}
.width-pasarela[data-v-66cbe2cc] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-66cbe2cc]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-66cbe2cc]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-66cbe2cc]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-66cbe2cc]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-66cbe2cc] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-66cbe2cc] {
  max-height: 100%;
}
.height220[data-v-66cbe2cc] {
  height: 220px;
}
.height100vh[data-v-66cbe2cc] {
  height: 100vh !important;
}
.heightFilters[data-v-66cbe2cc] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-66cbe2cc] {
  height: 100%;
}
.height-aside[data-v-66cbe2cc] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-66cbe2cc] {
  height: 0px;
}
.heightBox[data-v-66cbe2cc] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-66cbe2cc] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-66cbe2cc] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-66cbe2cc] {
  justify-content: center;
}
.pointer[data-v-66cbe2cc] {
  cursor: pointer !important;
}
.cursor-move[data-v-66cbe2cc] {
  cursor: move !important;
}
.cursor-not[data-v-66cbe2cc] {
  cursor: not-allowed !important;
}
.events-none[data-v-66cbe2cc] {
  pointer-events: none;
}
.shadow[data-v-66cbe2cc] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-66cbe2cc] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-66cbe2cc] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-66cbe2cc] {
  transition: 0.3s;
}
.hoverShadow[data-v-66cbe2cc]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-66cbe2cc] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-66cbe2cc] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-66cbe2cc] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-66cbe2cc] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-66cbe2cc] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-66cbe2cc] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-66cbe2cc] {
  width: 40px;
  height: 40px;
}
.square35[data-v-66cbe2cc] {
  width: 35px;
  height: 35px;
}
.square30[data-v-66cbe2cc] {
  width: 30px;
  height: 30px;
}
.square25[data-v-66cbe2cc] {
  width: 25px;
  height: 25px;
}
.square12[data-v-66cbe2cc] {
  width: 12px;
  height: 12px;
}
.square15[data-v-66cbe2cc] {
  width: 15px;
  height: 15px;
}
.square17[data-v-66cbe2cc] {
  width: 17px;
  height: 17px;
}
.square18[data-v-66cbe2cc] {
  width: 18px;
  height: 18px;
}
.square20[data-v-66cbe2cc] {
  width: 20px;
  height: 20px;
}
.square50[data-v-66cbe2cc] {
  width: 50px;
  height: 50px;
}
.square70[data-v-66cbe2cc] {
  width: 70px;
  height: 70px;
}
.square55[data-v-66cbe2cc] {
  width: 55px;
  height: 55px;
}
.square100[data-v-66cbe2cc] {
  width: 100px;
  height: 100px;
}
.square10[data-v-66cbe2cc] {
  width: 10px;
  height: 10px;
}
.square200[data-v-66cbe2cc] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-66cbe2cc] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-66cbe2cc] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-66cbe2cc] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-66cbe2cc] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-66cbe2cc] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-66cbe2cc] {
  overflow-y: hidden;
}
.remove-scroll[data-v-66cbe2cc] {
  overflow-y: hidden;
}
.active-scroll[data-v-66cbe2cc] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-66cbe2cc] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-66cbe2cc] {
  overflow: hidden !important;
}
.overflow-auto[data-v-66cbe2cc] {
  overflow: auto !important;
}
.hidden[data-v-66cbe2cc] {
  visibility: hidden;
}
.offscreen[data-v-66cbe2cc] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-66cbe2cc] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-66cbe2cc] {
  opacity: 0;
}
.opacity30[data-v-66cbe2cc] {
  opacity: 0.3;
}
.opacity50[data-v-66cbe2cc] {
  opacity: 0.5;
}
.opacity70[data-v-66cbe2cc] {
  opacity: 0.7;
}
.opacity80[data-v-66cbe2cc] {
  opacity: 0.8;
}
.transition30[data-v-66cbe2cc] {
  transition: 0.3s;
}
.cleared[data-v-66cbe2cc] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-66cbe2cc] {
  transition: 0.1s;
}
.hover-green[data-v-66cbe2cc]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-66cbe2cc] {
  animation: aside-66cbe2cc 0.5s reverse;
}
.aside-leave-active[data-v-66cbe2cc] {
  animation: aside-66cbe2cc 0.5s;
}
.asideContent-enter-active[data-v-66cbe2cc] {
  animation: asideContent-66cbe2cc 0.3s reverse;
}
.asideContent-leave-active[data-v-66cbe2cc] {
  animation: asideContent-66cbe2cc 0.3s;
}
@keyframes aside-66cbe2cc {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-66cbe2cc {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-66cbe2cc {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-66cbe2cc] {
  animation: spin-66cbe2cc 2s infinite;
}
@keyframes spin-66cbe2cc {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-66cbe2cc] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-66cbe2cc] {
  padding: 3px;
}
.carousel__pagination-button[data-v-66cbe2cc] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-66cbe2cc] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-66cbe2cc]::after {
  display: none !important;
}
.pagination[data-v-66cbe2cc] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-66cbe2cc] {
  display: inline;
}
.pagination > li > a[data-v-66cbe2cc], .pagination > li > span[data-v-66cbe2cc] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-66cbe2cc], .pagination > li:first-child > span[data-v-66cbe2cc] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-66cbe2cc], .pagination > li:last-child > span[data-v-66cbe2cc] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-66cbe2cc]:hover, .pagination > li > span[data-v-66cbe2cc]:hover, .pagination > li > a[data-v-66cbe2cc]:focus, .pagination > li > span[data-v-66cbe2cc]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-66cbe2cc], .pagination > .active > span[data-v-66cbe2cc], .pagination > .active > a[data-v-66cbe2cc]:hover, .pagination > .active > span[data-v-66cbe2cc]:hover, .pagination > .active > a[data-v-66cbe2cc]:focus, .pagination > .active > span[data-v-66cbe2cc]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-66cbe2cc] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-66cbe2cc]:hover, .pagination > .disabled > span[data-v-66cbe2cc]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-66cbe2cc] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-66cbe2cc]:hover, .pagination > .disabled > a[data-v-66cbe2cc]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-66cbe2cc], .pagination-lg > li > span[data-v-66cbe2cc] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-66cbe2cc], .pagination-lg > li:first-child > span[data-v-66cbe2cc] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-66cbe2cc], .pagination-lg > li:last-child > span[data-v-66cbe2cc] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-66cbe2cc], .pagination-sm > li > span[data-v-66cbe2cc] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-66cbe2cc], .pagination-sm > li:first-child > span[data-v-66cbe2cc] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-66cbe2cc], .pagination-sm > li:last-child > span[data-v-66cbe2cc] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-66cbe2cc] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-66cbe2cc] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-66cbe2cc] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-66cbe2cc] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-66cbe2cc] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-66cbe2cc] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-66cbe2cc] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-66cbe2cc]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-66cbe2cc] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-66cbe2cc]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-66cbe2cc] {
  overflow: unset !important;
}
.btn-shadow[data-v-66cbe2cc] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-66cbe2cc] {
  margin-left: 0px;
}
.reset-button[data-v-66cbe2cc] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-66cbe2cc] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-66cbe2cc]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-66cbe2cc] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-66cbe2cc] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-66cbe2cc],
.btn-finalize[data-v-66cbe2cc] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-66cbe2cc] {
  right: 7px;
}
.btn-finalize[data-v-66cbe2cc] {
  left: 7px;
}
.tab-counter[data-v-66cbe2cc] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-66cbe2cc] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-66cbe2cc] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-66cbe2cc] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-66cbe2cc] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-66cbe2cc] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-66cbe2cc] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-66cbe2cc] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-66cbe2cc] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-66cbe2cc] {
  transition: 0.5s;
}
.tab[data-v-66cbe2cc]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-66cbe2cc] {
  color: #2980b9;
}
.tab.active[data-v-66cbe2cc]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-66cbe2cc] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-66cbe2cc] {
  width: 220px;
}
.badge-display[data-v-66cbe2cc], .badge-display2[data-v-66cbe2cc] {
  min-width: 224px;
}
.my-badge[data-v-66cbe2cc] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-66cbe2cc] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-66cbe2cc] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-66cbe2cc] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-66cbe2cc] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-66cbe2cc] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-66cbe2cc] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-66cbe2cc] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-66cbe2cc] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-66cbe2cc] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-66cbe2cc] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-66cbe2cc] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-66cbe2cc] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-66cbe2cc] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-66cbe2cc] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-66cbe2cc] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-66cbe2cc] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-66cbe2cc] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-66cbe2cc] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-66cbe2cc] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-66cbe2cc] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-66cbe2cc] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-66cbe2cc] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-66cbe2cc] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-66cbe2cc] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-66cbe2cc] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-66cbe2cc] {
  flex-wrap: wrap;
}
.vueperslide[data-v-66cbe2cc] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-66cbe2cc] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-66cbe2cc] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-66cbe2cc] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-66cbe2cc] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-66cbe2cc] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-66cbe2cc] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-66cbe2cc] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-66cbe2cc] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-66cbe2cc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-66cbe2cc] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-66cbe2cc] {
  width: 100%;
}
.img-product-detail[data-v-66cbe2cc] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-66cbe2cc] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-66cbe2cc] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-66cbe2cc] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-66cbe2cc] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-66cbe2cc] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-66cbe2cc] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-66cbe2cc] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-66cbe2cc] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-66cbe2cc] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-66cbe2cc] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-66cbe2cc] {
  text-align: center;
}
.modal-enter[data-v-66cbe2cc], .modal-leave-active[data-v-66cbe2cc] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-66cbe2cc], .modal-leave-active .modal-container[data-v-66cbe2cc] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-66cbe2cc] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-66cbe2cc] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-66cbe2cc] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-66cbe2cc] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-66cbe2cc]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-66cbe2cc] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-66cbe2cc] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-66cbe2cc]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-66cbe2cc] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-66cbe2cc] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-66cbe2cc]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-66cbe2cc] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-66cbe2cc]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-66cbe2cc] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-66cbe2cc] {
  display: none;
}
.vdp-datepicker input[data-v-66cbe2cc] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-66cbe2cc]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-66cbe2cc] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-66cbe2cc] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-66cbe2cc ease-in-out infinite;
}
.vue-treeselect__control[data-v-66cbe2cc] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-66cbe2cc] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-66cbe2cc] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-66cbe2cc] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-66cbe2cc] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-66cbe2cc] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-66cbe2cc] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-66cbe2cc] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-66cbe2cc {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-66cbe2cc {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-66cbe2cc {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-66cbe2cc {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-66cbe2cc {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-66cbe2cc {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-66cbe2cc],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-66cbe2cc] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-66cbe2cc] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-66cbe2cc] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-66cbe2cc],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-66cbe2cc] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-66cbe2cc] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-66cbe2cc] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-66cbe2cc] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-66cbe2cc],
.vue-treeselect span[data-v-66cbe2cc] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-66cbe2cc] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-66cbe2cc] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-66cbe2cc]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-66cbe2cc] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-66cbe2cc] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-66cbe2cc],
.vue-treeselect__control[data-v-66cbe2cc]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-66cbe2cc] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-66cbe2cc] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-66cbe2cc],
.vue-treeselect__multi-value[data-v-66cbe2cc] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-66cbe2cc] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-66cbe2cc] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-66cbe2cc] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-66cbe2cc] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-66cbe2cc],
.vue-treeselect__single-value[data-v-66cbe2cc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-66cbe2cc] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-66cbe2cc] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-66cbe2cc] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-66cbe2cc] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-66cbe2cc] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-66cbe2cc]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-66cbe2cc] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-66cbe2cc] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-66cbe2cc],
.vue-treeselect__multi-value-label[data-v-66cbe2cc] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-66cbe2cc] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-66cbe2cc] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-66cbe2cc],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-66cbe2cc] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-66cbe2cc] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-66cbe2cc] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-66cbe2cc] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-66cbe2cc] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-66cbe2cc] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-66cbe2cc] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-66cbe2cc] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-66cbe2cc] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-66cbe2cc] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-66cbe2cc] {
  display: none;
}
.vue-treeselect__input[data-v-66cbe2cc],
.vue-treeselect__sizer[data-v-66cbe2cc] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-66cbe2cc] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-66cbe2cc]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-66cbe2cc] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-66cbe2cc] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-66cbe2cc] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-66cbe2cc] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-66cbe2cc cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-66cbe2cc cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-66cbe2cc]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-66cbe2cc] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-66cbe2cc] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-66cbe2cc] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-66cbe2cc] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-66cbe2cc] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-66cbe2cc] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-66cbe2cc] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-66cbe2cc] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-66cbe2cc] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-66cbe2cc] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-66cbe2cc] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-66cbe2cc] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-66cbe2cc]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-66cbe2cc] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-66cbe2cc],
.vue-treeselect__option-arrow-placeholder[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-66cbe2cc] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-66cbe2cc] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-66cbe2cc],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-66cbe2cc] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-66cbe2cc] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-66cbe2cc] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-66cbe2cc] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-66cbe2cc] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-66cbe2cc] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-66cbe2cc],
.vue-treeselect__minus-mark[data-v-66cbe2cc] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-66cbe2cc] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-66cbe2cc] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-66cbe2cc] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-66cbe2cc] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-66cbe2cc] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-66cbe2cc] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-66cbe2cc] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-66cbe2cc] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-66cbe2cc] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-66cbe2cc] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-66cbe2cc] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-66cbe2cc] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-66cbe2cc] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-66cbe2cc] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-66cbe2cc] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-66cbe2cc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-66cbe2cc] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-66cbe2cc] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-66cbe2cc] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-66cbe2cc] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-66cbe2cc] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-66cbe2cc] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-66cbe2cc]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-66cbe2cc] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-66cbe2cc]::before,
.vue-treeselect__icon-error[data-v-66cbe2cc]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-66cbe2cc]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-66cbe2cc]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-66cbe2cc] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-66cbe2cc linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-66cbe2cc linear infinite;
}
.vue-treeselect__icon-loader[data-v-66cbe2cc]::before,
.vue-treeselect__icon-loader[data-v-66cbe2cc]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-66cbe2cc ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-66cbe2cc ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-66cbe2cc]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-66cbe2cc]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-66cbe2cc],
.vac-loader-wrapper[data-v-66cbe2cc] {
  display: none !important;
}
.vac-room-name[data-v-66cbe2cc] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-66cbe2cc] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-66cbe2cc] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-66cbe2cc] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-66cbe2cc] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-66cbe2cc] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-66cbe2cc] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-66cbe2cc] {
  min-height: 24px !important;
}
.tagWarn[data-v-66cbe2cc] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-66cbe2cc]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-66cbe2cc] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-66cbe2cc]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-66cbe2cc]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-66cbe2cc] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-66cbe2cc] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-66cbe2cc] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-66cbe2cc] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-66cbe2cc]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-66cbe2cc] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-66cbe2cc]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-66cbe2cc] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-66cbe2cc] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-66cbe2cc] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-66cbe2cc]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-66cbe2cc] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-66cbe2cc]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-66cbe2cc] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-66cbe2cc]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-66cbe2cc]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-66cbe2cc] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-66cbe2cc] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-66cbe2cc] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-66cbe2cc]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-66cbe2cc] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-66cbe2cc] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-66cbe2cc] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-66cbe2cc]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-66cbe2cc] {
  font-size: 1.15em;
}
.my-select[data-v-66cbe2cc] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-66cbe2cc] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-66cbe2cc] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-66cbe2cc] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-66cbe2cc] {
  width: 160px;
}
.my-select[data-v-66cbe2cc] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-66cbe2cc] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-66cbe2cc] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-66cbe2cc] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-66cbe2cc] {
  width: 160px;
}
.input-cupon[data-v-66cbe2cc] {
  display: flex;
}
.input-cupon > div > span[data-v-66cbe2cc] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-66cbe2cc] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-66cbe2cc] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-66cbe2cc]:not(:checked),
input[type=checkbox].check[data-v-66cbe2cc]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-66cbe2cc],
input[type=checkbox].check:checked + label[data-v-66cbe2cc] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-66cbe2cc]:before,
input[type=checkbox].check:checked + label[data-v-66cbe2cc]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-66cbe2cc]:after,
input[type=checkbox].check:checked + label[data-v-66cbe2cc]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-66cbe2cc]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-66cbe2cc]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-66cbe2cc]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-66cbe2cc]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-66cbe2cc]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-66cbe2cc] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-66cbe2cc]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-66cbe2cc]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-66cbe2cc] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-66cbe2cc] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-66cbe2cc] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-66cbe2cc] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-66cbe2cc] {
  opacity: 1;
}
.multiselect__tag[data-v-66cbe2cc] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-66cbe2cc] {
  background: #2AA186 !important;
}
.multiselect[data-v-66cbe2cc] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-66cbe2cc]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-66cbe2cc] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-66cbe2cc] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-66cbe2cc]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-66cbe2cc]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-66cbe2cc]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-66cbe2cc]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-66cbe2cc] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-66cbe2cc] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-66cbe2cc] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-66cbe2cc] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-66cbe2cc] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-66cbe2cc] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-66cbe2cc]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-66cbe2cc]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-66cbe2cc]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-66cbe2cc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-66cbe2cc] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-66cbe2cc] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-66cbe2cc] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-66cbe2cc]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-66cbe2cc] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-66cbe2cc] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-66cbe2cc] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-66cbe2cc] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-66cbe2cc] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-66cbe2cc] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-66cbe2cc]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-66cbe2cc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-66cbe2cc] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-66cbe2cc], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-66cbe2cc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-66cbe2cc] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-66cbe2cc] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-66cbe2cc], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-66cbe2cc] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-66cbe2cc], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-66cbe2cc] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-66cbe2cc]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-66cbe2cc]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-66cbe2cc] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-66cbe2cc] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-66cbe2cc] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-66cbe2cc] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-66cbe2cc] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-66cbe2cc] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-66cbe2cc] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-66cbe2cc] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-66cbe2cc] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-66cbe2cc] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-66cbe2cc] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-66cbe2cc] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-66cbe2cc] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-66cbe2cc] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-66cbe2cc] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-66cbe2cc]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-66cbe2cc] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-66cbe2cc] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-66cbe2cc] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-66cbe2cc] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-66cbe2cc] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-66cbe2cc] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-66cbe2cc] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-66cbe2cc] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-66cbe2cc], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-66cbe2cc] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-66cbe2cc] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-66cbe2cc] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-66cbe2cc] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-66cbe2cc] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-66cbe2cc] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-66cbe2cc] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-66cbe2cc] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-66cbe2cc], .v3-emoji-picker .v3-header[data-v-66cbe2cc] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-66cbe2cc] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-66cbe2cc] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-66cbe2cc] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-66cbe2cc]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-66cbe2cc], .v3-emoji-picker .v3-skin-tones[data-v-66cbe2cc] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-66cbe2cc]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-66cbe2cc] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-66cbe2cc] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-66cbe2cc] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-66cbe2cc], body[data-v-66cbe2cc] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-66cbe2cc], body.home[data-v-66cbe2cc] {
  background-color: #fff;
}
[data-v-66cbe2cc]:focus {
  outline: none !important;
}
a[data-v-66cbe2cc] {
  text-decoration: none;
}
a[data-v-66cbe2cc]:hover,
a[data-v-66cbe2cc]:focus {
  text-decoration: none;
}
img[data-v-66cbe2cc] {
  border: 0;
}
textarea[data-v-66cbe2cc] {
  resize: none;
}
h1[data-v-66cbe2cc],
h2[data-v-66cbe2cc],
h3[data-v-66cbe2cc],
h4[data-v-66cbe2cc],
h5[data-v-66cbe2cc],
h6[data-v-66cbe2cc] {
  font-weight: bold;
}
.vac-message-container[data-v-66cbe2cc] {
  position: relative;
  padding: 2px 10px;
  align-items: end;
  min-width: 100px;
  box-sizing: content-box;
}
.vac-message-current[data-v-66cbe2cc] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-66cbe2cc] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28scubic-bezier 0.4, 0, 0.2, 1;
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.message-actions[data-v-66cbe2cc] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 10px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28scubic-bezier 0.4, 0, 0.2, 1;
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
@keyframes spin-66cbe2cc {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner[data-v-66cbe2cc] {
  animation: spin-66cbe2cc 1s linear infinite;
}
[data-v-c99cbc26]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-c99cbc26] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-c99cbc26] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-c99cbc26] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-c99cbc26] {
  width: 100%;
}
.home-icon img[data-v-c99cbc26] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-c99cbc26] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-c99cbc26] {
  line-height: 30px;
}
.list-style-none[data-v-c99cbc26] {
  list-style: none;
}
.burger-menu[data-v-c99cbc26] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-c99cbc26] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-c99cbc26] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-c99cbc26] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-c99cbc26] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-c99cbc26] {
  position: relative;
}
.card-product .my-close[data-v-c99cbc26] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-c99cbc26] {
  margin: 0;
}
.filtro-form input[data-v-c99cbc26] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-c99cbc26] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-c99cbc26] {
  padding: 20px 0 0;
}
.img-tiny[data-v-c99cbc26] {
  width: 80px;
}
.img-item img[data-v-c99cbc26] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-c99cbc26] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-c99cbc26] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-c99cbc26]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-c99cbc26] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-c99cbc26] {
  margin-left: 10px;
}
.notifications section[data-v-c99cbc26] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-c99cbc26] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-c99cbc26] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-c99cbc26],
.list-complete-leave-to[data-v-c99cbc26] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-c99cbc26] {
  position: absolute;
}
#_op_data_r[data-v-c99cbc26],
#_op_data_antifraud[data-v-c99cbc26] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-c99cbc26],
iframe#_op_data_antifraud[data-v-c99cbc26],
iframe#device_profile[data-v-c99cbc26],
iframe#thm_mp_cntnr[data-v-c99cbc26] {
  position: absolute !important;
}
iframe[data-v-c99cbc26] {
  background: #fff !important;
}
.main-content[data-v-c99cbc26] {
  padding-top: 30px;
}
.card-contactStory[data-v-c99cbc26] {
  width: 93vw;
}
.card-contactStory img[data-v-c99cbc26] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-c99cbc26] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-c99cbc26] {
  width: 280px;
}
.dropped[data-v-c99cbc26] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-c99cbc26] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-c99cbc26]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-c99cbc26] {
  display: block !important;
}
.dropped .dropdown a[data-v-c99cbc26] {
  color: #fff;
}
.dropped .dropdown a[data-v-c99cbc26]:hover {
  text-decoration: underline;
}
.line-height25[data-v-c99cbc26] {
  line-height: 25px;
}
aside[data-v-c99cbc26] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-c99cbc26] {
  height: 100vh;
}
.my-header[data-v-c99cbc26] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-c99cbc26] {
  position: inherit !important;
}
.my-header-menu[data-v-c99cbc26] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-c99cbc26] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-c99cbc26]:hover {
  background: hannah;
}
.menu-api-activate[data-v-c99cbc26] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-c99cbc26] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-c99cbc26] {
  position: relative;
}
.menu-api-item a[data-v-c99cbc26]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-c99cbc26] {
  padding: 0 !important;
}
.card-product[data-v-c99cbc26] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-c99cbc26] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-c99cbc26] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-c99cbc26] {
  margin: 0;
}
.sticky-home[data-v-c99cbc26] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-c99cbc26] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-c99cbc26]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-c99cbc26] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-c99cbc26]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-c99cbc26] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-c99cbc26]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-c99cbc26] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-c99cbc26] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-c99cbc26] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-c99cbc26]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-c99cbc26] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-c99cbc26] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-c99cbc26] {
  display: block !important;
}
.leftPositionSubMenu[data-v-c99cbc26] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-c99cbc26] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-c99cbc26],
.circle-toggle-box[data-v-c99cbc26] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-c99cbc26] {
  left: 44px !important;
}
.triangleStatus[data-v-c99cbc26]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-c99cbc26] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-c99cbc26] {
  overflow: visible !important;
}
.width-max80[data-v-c99cbc26] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-c99cbc26] {
  display: flex !important;
}
.flex-none[data-v-c99cbc26] {
  flex: none;
}
.flex-nowrap[data-v-c99cbc26] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-c99cbc26] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-c99cbc26] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-c99cbc26] {
  flex-direction: column;
}
.flex-col-row[data-v-c99cbc26] {
  flex-direction: column;
}
.flex-row[data-v-c99cbc26] {
  flex-direction: row;
}
.flex-between-align[data-v-c99cbc26] {
  align-content: space-between;
}
.flex-middle[data-v-c99cbc26] {
  align-items: center;
}
.flex-bottom[data-v-c99cbc26] {
  align-items: flex-end;
}
.flex-between[data-v-c99cbc26] {
  justify-content: space-between;
}
.flex-center[data-v-c99cbc26] {
  justify-content: center;
}
.flex-right[data-v-c99cbc26] {
  justify-content: flex-end;
}
.flex-left[data-v-c99cbc26] {
  justify-content: flex-start;
}
.flex-evenly[data-v-c99cbc26] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-c99cbc26] {
  flex-grow: 1;
}
.flex-grow-2[data-v-c99cbc26] {
  flex-grow: 2;
}
.flex-grow-3[data-v-c99cbc26] {
  flex-grow: 3;
}
.flex-grow-4[data-v-c99cbc26] {
  flex-grow: 4;
}
.flex-grow-5[data-v-c99cbc26] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-c99cbc26] {
  align-items: flex-start;
}
.flex800[data-v-c99cbc26] {
  display: none;
}
.flexc-flex[data-v-c99cbc26] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-c99cbc26] {
  display: none;
}
.flex-display-50-10[data-v-c99cbc26] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-c99cbc26] {
  display: none;
}
.show760[data-v-c99cbc26] {
  display: none;
}
.hide[data-v-c99cbc26] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-c99cbc26] {
    display: block !important;
}
.badge-display[data-v-c99cbc26] {
    display: none;
}
.badge-display2[data-v-c99cbc26] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-c99cbc26] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-c99cbc26] {
    display: block;
}
.badge-display2[data-v-c99cbc26] {
    display: none;
}
.fix-width[data-v-c99cbc26] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-c99cbc26] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-c99cbc26] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-c99cbc26] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-c99cbc26] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-c99cbc26] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-c99cbc26] {
    width: 50%;
}
.width100-40[data-v-c99cbc26] {
    width: 40%;
}
.show600[data-v-c99cbc26] {
    display: block;
}
.width-controll-btn-typeweek[data-v-c99cbc26] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-c99cbc26] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-c99cbc26] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-c99cbc26] {
    width: 220px !important;
}
.leftPositionControl[data-v-c99cbc26] {
    left: -40px !important;
}
.container-tipo-envio[data-v-c99cbc26] {
    display: flex;
}
.width-controll-buys-item[data-v-c99cbc26] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-c99cbc26] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-c99cbc26] {
    top: 380px !important;
}
.my-header-menu[data-v-c99cbc26] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-c99cbc26] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-c99cbc26] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-c99cbc26] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-c99cbc26] {
    min-width: 400px;
}
.cart-btn-add[data-v-c99cbc26] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-c99cbc26] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-c99cbc26] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-c99cbc26] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-c99cbc26] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-c99cbc26] {
    justify-content: left;
}
.flex-mid[data-v-c99cbc26] {
    display: flex !important;
}
.msg-stock[data-v-c99cbc26] {
    padding: 10px 0 0;
}
.counter-cart[data-v-c99cbc26] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-c99cbc26] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-c99cbc26] {
    display: none;
}
.badge-display2[data-v-c99cbc26] {
    display: block;
}
.show760[data-v-c99cbc26] {
    display: block;
}
.hide760[data-v-c99cbc26] {
    display: none;
}
.grid-products[data-v-c99cbc26] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-c99cbc26] {
    margin: auto;
}
.mr-h[data-v-c99cbc26] {
    margin: auto;
}
.width-control-otherProducts[data-v-c99cbc26] {
    width: 170px !important;
}
.leftPositionControl[data-v-c99cbc26] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-c99cbc26] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-c99cbc26] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-c99cbc26] {
    width: 30vw !important;
}
.product-item[data-v-c99cbc26] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-c99cbc26] {
    width: 90% !important;
}
.my-container[data-v-c99cbc26] {
    width: 680px !important;
}
.login[data-v-c99cbc26] {
    width: 310px !important;
}
.width-cuotas-control[data-v-c99cbc26] {
    width: 278px !important;
}
.flexc-flex[data-v-c99cbc26] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-c99cbc26] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-c99cbc26] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-c99cbc26] {
    height: 140px;
}
.width-control-input-chat[data-v-c99cbc26] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-c99cbc26] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-c99cbc26] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-c99cbc26] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-c99cbc26] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-c99cbc26] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-c99cbc26] {
    width: 270px !important;
}
.leftPositionControl[data-v-c99cbc26] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-c99cbc26] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-c99cbc26] {
    width: 17vw !important;
}
.filters-wrap[data-v-c99cbc26] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-c99cbc26] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-c99cbc26] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-c99cbc26] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-c99cbc26] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-c99cbc26] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-c99cbc26] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-c99cbc26] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-c99cbc26]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-c99cbc26] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-c99cbc26] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-c99cbc26]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-c99cbc26] {
    max-width: 330px !important;
}
.iterable-box[data-v-c99cbc26] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-c99cbc26] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-c99cbc26] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-c99cbc26] {
    width: 160px !important;
}
.my-container[data-v-c99cbc26] {
    width: 800px !important;
}
.search-btn-box[data-v-c99cbc26] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-c99cbc26] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-c99cbc26] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-c99cbc26] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-c99cbc26] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-c99cbc26] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-c99cbc26] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-c99cbc26] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-c99cbc26] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-c99cbc26] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-c99cbc26] {
    width: 280px !important;
}
.width300-desktop[data-v-c99cbc26] {
    width: 300px !important;
}
.concept-item-stats[data-v-c99cbc26] {
    width: 80%;
}
.widthHalf-desktop[data-v-c99cbc26] {
    width: 50% !important;
}
.column-desktop[data-v-c99cbc26] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-c99cbc26] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-c99cbc26] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-c99cbc26] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-c99cbc26],
.flex-desktop[data-v-c99cbc26] {
    display: flex !important;
}
.block-desktop[data-v-c99cbc26] {
    display: block !important;
}
.hide-desktop[data-v-c99cbc26] {
    display: none !important;
}
.fixButton[data-v-c99cbc26] {
    top: -20px;
}
.width-cuotas-control[data-v-c99cbc26] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-c99cbc26] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-c99cbc26] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-c99cbc26] {
    display: none !important;
}
.bottom10-desktop[data-v-c99cbc26] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-c99cbc26] {
    left: -125px !important;
}
.grid-products[data-v-c99cbc26] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-c99cbc26] {
    width: 1000px !important;
}
.showFullDesktop[data-v-c99cbc26] {
    display: block !important;
}
.leftPositionControl[data-v-c99cbc26] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-c99cbc26] {
    display: none !important;
}
.show-only-desktop[data-v-c99cbc26] {
    display: flex !important;
}
.leftPositionControl[data-v-c99cbc26] {
    left: -260px !important;
}
.catalog-container[data-v-c99cbc26] {
    margin: unset;
}
.carrito-catalog[data-v-c99cbc26] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-c99cbc26] {
    left: -280px !important;
}
}
.grid-container[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-c99cbc26] {
  grid-column: span 1;
}
.grid-item-1[data-v-c99cbc26] {
  grid-column: span 1;
}
.grid-item-2[data-v-c99cbc26] {
  grid-column: span 2;
}
.grid-item-3[data-v-c99cbc26] {
  grid-column: span 3;
}
.grid-item-4[data-v-c99cbc26] {
  grid-column: span 4;
}
.grid-item-5[data-v-c99cbc26] {
  grid-column: span 5;
}
.grid-item-6[data-v-c99cbc26] {
  grid-column: span 6;
}
.grid-item-7[data-v-c99cbc26] {
  grid-column: span 7;
}
.grid-item-8[data-v-c99cbc26] {
  grid-column: span 8;
}
.grid-item-9[data-v-c99cbc26] {
  grid-column: span 9;
}
.grid-item-10[data-v-c99cbc26] {
  grid-column: span 10;
}
.grid-item-11[data-v-c99cbc26] {
  grid-column: span 11;
}
.grid-item-12[data-v-c99cbc26] {
  grid-column: span 12;
}
.grid-cart[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-c99cbc26] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-c99cbc26] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-c99cbc26] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-c99cbc26] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-c99cbc26] {
  gap: 10px;
}
.gap20[data-v-c99cbc26] {
  gap: 20px;
}
.grid-box[data-v-c99cbc26] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-c99cbc26],
.grid-3 div[data-v-c99cbc26],
.grid-4 div[data-v-c99cbc26] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-c99cbc26] {
  background: #fff;
}
.grid-item-odd[data-v-c99cbc26]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-c99cbc26] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-c99cbc26] {
  max-width: 350px;
}
.margin0[data-v-c99cbc26] {
  margin: 0 !important;
}
.margin0-5[data-v-c99cbc26] {
  margin: 0 5px;
}
.margin10-0[data-v-c99cbc26] {
  margin: 10px 0;
}
.margin10-5[data-v-c99cbc26] {
  margin: 10px 5px;
}
.margin0-10[data-v-c99cbc26] {
  margin: 0 10px;
}
.margin0-15[data-v-c99cbc26] {
  margin: 0 15px;
}
.margin15-0[data-v-c99cbc26] {
  margin: 15px 0px;
}
.margin20-0[data-v-c99cbc26] {
  margin: 20px 0;
}
.margin20-10[data-v-c99cbc26] {
  margin: 20px 10px;
}
.margin30-0[data-v-c99cbc26] {
  margin: 30px 0;
}
.margin40-0[data-v-c99cbc26] {
  margin: 40px 0;
}
.margin20-40[data-v-c99cbc26] {
  margin: 20px 40px;
}
.margin0-20[data-v-c99cbc26] {
  margin: 0 20px;
}
.margin5[data-v-c99cbc26] {
  margin: 5px;
}
.margin5-0[data-v-c99cbc26] {
  margin: 5px 0;
}
.margin10[data-v-c99cbc26] {
  margin: 10px;
}
.margin10-20[data-v-c99cbc26] {
  margin: 10px 20px;
}
.margin15[data-v-c99cbc26] {
  margin: 15px;
}
.margin20[data-v-c99cbc26] {
  margin: 20px;
}
.margin30[data-v-c99cbc26] {
  margin: 30px;
}
.margin50[data-v-c99cbc26] {
  margin: 50px;
}
.margin-right-auto[data-v-c99cbc26] {
  margin-right: auto;
}
.margin-left-auto[data-v-c99cbc26] {
  margin-left: auto;
}
.ml-h[data-v-c99cbc26] {
  margin-left: auto;
}
.mr-h[data-v-c99cbc26] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-c99cbc26] {
  margin-bottom: 5px;
}
.margin-top5[data-v-c99cbc26] {
  margin-top: 5px !important;
}
.margin-top10[data-v-c99cbc26] {
  margin-top: 10px !important;
}
.margin-top15[data-v-c99cbc26] {
  margin-top: 15px !important;
}
.margin-top20[data-v-c99cbc26] {
  margin-top: 20px !important;
}
.margin-top30[data-v-c99cbc26] {
  margin-top: 30px !important;
}
.margin-top35[data-v-c99cbc26] {
  margin-top: 35px !important;
}
.margin-top40[data-v-c99cbc26] {
  margin-top: 40px !important;
}
.margin-top50[data-v-c99cbc26] {
  margin-top: 50px !important;
}
.margin-top60[data-v-c99cbc26] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-c99cbc26] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-c99cbc26] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-c99cbc26] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-c99cbc26] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-c99cbc26] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-c99cbc26] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-c99cbc26] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-c99cbc26] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-c99cbc26] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-c99cbc26] {
  margin-left: 5px !important;
}
.margin-left10[data-v-c99cbc26] {
  margin-left: 10px !important;
}
.margin-left15[data-v-c99cbc26] {
  margin-left: 15px !important;
}
.margin-left20[data-v-c99cbc26] {
  margin-left: 20px !important;
}
.margin-left30[data-v-c99cbc26] {
  margin-left: 30px !important;
}
.margin-left35[data-v-c99cbc26] {
  margin-left: 35px !important;
}
.margin-left40[data-v-c99cbc26] {
  margin-left: 40px !important;
}
.margin-left50[data-v-c99cbc26] {
  margin-left: 50px !important;
}
.margin-left60[data-v-c99cbc26] {
  margin-left: 60px !important;
}
.margin-right5[data-v-c99cbc26] {
  margin-right: 5px !important;
}
.margin-right10[data-v-c99cbc26] {
  margin-right: 10px !important;
}
.margin-right15[data-v-c99cbc26] {
  margin-right: 15px !important;
}
.margin-right20[data-v-c99cbc26] {
  margin-right: 20px !important;
}
.margin-right30[data-v-c99cbc26] {
  margin-right: 30px !important;
}
.margin-right35[data-v-c99cbc26] {
  margin-right: 35px !important;
}
.margin-right40[data-v-c99cbc26] {
  margin-right: 40px !important;
}
.margin-right50[data-v-c99cbc26] {
  margin-right: 50px !important;
}
.margin-right60[data-v-c99cbc26] {
  margin-right: 60px !important;
}
.my-5[data-v-c99cbc26] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-c99cbc26] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-c99cbc26] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-c99cbc26] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-c99cbc26] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-c99cbc26] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-c99cbc26] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-c99cbc26] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-c99cbc26] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-c99cbc26] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-c99cbc26] {
  padding: 0 !important;
}
.padding5[data-v-c99cbc26] {
  padding: 5px;
}
.padding10[data-v-c99cbc26] {
  padding: 10px;
}
.padding15[data-v-c99cbc26] {
  padding: 15px;
}
.padding20[data-v-c99cbc26] {
  padding: 20px;
}
.padding30[data-v-c99cbc26] {
  padding: 30px;
}
.padding40[data-v-c99cbc26] {
  padding: 40px;
}
.padding40-0[data-v-c99cbc26] {
  padding: 40px 0;
}
.padding-left5[data-v-c99cbc26] {
  padding-left: 5px;
}
.padding-left10[data-v-c99cbc26] {
  padding-left: 10px;
}
.padding-left15[data-v-c99cbc26] {
  padding-left: 15px;
}
.padding-left20[data-v-c99cbc26] {
  padding-left: 20px;
}
.padding-right5[data-v-c99cbc26] {
  padding-right: 5px;
}
.padding-right10[data-v-c99cbc26] {
  padding-right: 10px;
}
.padding-right15[data-v-c99cbc26] {
  padding-right: 15px;
}
.padding-right20[data-v-c99cbc26] {
  padding-right: 20px;
}
.padding-right30[data-v-c99cbc26] {
  padding-right: 30px;
}
.padding-right40[data-v-c99cbc26] {
  padding-right: 40px;
}
.padding-top0[data-v-c99cbc26] {
  padding-top: 0px;
}
.padding-top5[data-v-c99cbc26] {
  padding-top: 5px;
}
.padding-top10[data-v-c99cbc26] {
  padding-top: 10px;
}
.padding-top15[data-v-c99cbc26] {
  padding-top: 15px;
}
.padding-top20[data-v-c99cbc26] {
  padding-top: 20px;
}
.padding-top30[data-v-c99cbc26] {
  padding-top: 30px;
}
.padding-top50[data-v-c99cbc26] {
  padding-top: 50px;
}
.padding-top60[data-v-c99cbc26] {
  padding-top: 60px;
}
.padding-top70[data-v-c99cbc26] {
  padding-top: 70px;
}
.padding-top90[data-v-c99cbc26] {
  padding-top: 90px;
}
.padding-top100[data-v-c99cbc26] {
  padding-top: 100px;
}
.padding-top120[data-v-c99cbc26] {
  padding-top: 120px;
}
.padding-top180[data-v-c99cbc26] {
  padding-top: 180px;
}
.padding-bottom0[data-v-c99cbc26] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-c99cbc26] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-c99cbc26] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-c99cbc26] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-c99cbc26] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-c99cbc26] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-c99cbc26] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-c99cbc26] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-c99cbc26] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-c99cbc26] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-c99cbc26] {
  padding-bottom: 240px;
}
.padding10-0[data-v-c99cbc26] {
  padding: 10px 0;
}
.padding10-5[data-v-c99cbc26] {
  padding: 10px 5px;
}
.padding0-5[data-v-c99cbc26] {
  padding: 0 5px;
}
.padding0-10[data-v-c99cbc26] {
  padding: 0 10px;
}
.padding0-15[data-v-c99cbc26] {
  padding: 0 15px;
}
.padding20-0[data-v-c99cbc26] {
  padding: 20px 0;
}
.padding20-10[data-v-c99cbc26] {
  padding: 20px 10px;
}
.padding15-20[data-v-c99cbc26] {
  padding: 15px 20px;
}
.padding15-0[data-v-c99cbc26] {
  padding: 15px 0px;
}
.padding20-5[data-v-c99cbc26] {
  padding: 20px 5px;
}
.padding0-20[data-v-c99cbc26] {
  padding: 0 20px;
}
.padding5-20[data-v-c99cbc26] {
  padding: 5px 20px;
}
.padding5-15[data-v-c99cbc26] {
  padding: 5px 15px;
}
.padding5-10[data-v-c99cbc26] {
  padding: 5px 10px;
}
.padding15-10[data-v-c99cbc26] {
  padding: 15px 10px;
}
.padding1em[data-v-c99cbc26] {
  padding: 1em;
}
.padding10-20[data-v-c99cbc26] {
  padding: 10px 20px;
}
.padding5-0[data-v-c99cbc26] {
  padding: 5px 0;
}
.padding30-10[data-v-c99cbc26] {
  padding: 30px 10px;
}
.px-5[data-v-c99cbc26] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-c99cbc26] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-c99cbc26] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-c99cbc26] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-c99cbc26] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-c99cbc26] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-c99cbc26] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-c99cbc26] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-c99cbc26] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-c99cbc26] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-c99cbc26] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-c99cbc26] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-c99cbc26] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-c99cbc26] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-c99cbc26] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-c99cbc26] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-c99cbc26] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-c99cbc26] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-c99cbc26] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-c99cbc26] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-c99cbc26] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-c99cbc26] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-c99cbc26] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-c99cbc26] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-c99cbc26] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-c99cbc26] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-c99cbc26] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-c99cbc26] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-c99cbc26]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-c99cbc26] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-c99cbc26]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-c99cbc26] {
  border: 0 !important;
}
.borderRed[data-v-c99cbc26] {
  border-color: #f00 !important;
}
.border-aside[data-v-c99cbc26] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-c99cbc26] {
  border: none;
}
.borderLightgray[data-v-c99cbc26] {
  border: 1px solid lightgray;
}
.borderGray[data-v-c99cbc26] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-c99cbc26] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-c99cbc26] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-c99cbc26] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-c99cbc26] {
  border: 1px solid #fff;
}
.border2green[data-v-c99cbc26] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-c99cbc26] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-c99cbc26] {
  border: 2px solid #fff;
}
.border2gold[data-v-c99cbc26] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-c99cbc26] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-c99cbc26] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-c99cbc26] {
  border-color: #d42717 !important;
}
.border1green[data-v-c99cbc26] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-c99cbc26] {
  border-color: #f00 !important;
}
.border-fixed[data-v-c99cbc26] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-c99cbc26] {
  border-radius: 40px;
}
.radius30[data-v-c99cbc26] {
  border-radius: 30px;
}
.radius20[data-v-c99cbc26] {
  border-radius: 20px;
}
.radius15[data-v-c99cbc26] {
  border-radius: 15px;
}
.radius8[data-v-c99cbc26] {
  border-radius: 8px;
}
.radius3[data-v-c99cbc26] {
  border-radius: 3px !important;
}
.rounded[data-v-c99cbc26] {
  border-radius: 50%;
}
.rounded5[data-v-c99cbc26] {
  border-radius: 5px;
}
.round10[data-v-c99cbc26] {
  border-radius: 10px;
}
.box-border[data-v-c99cbc26] {
  box-sizing: border-box;
}
.text-center[data-v-c99cbc26] {
  text-align: center;
}
.text-right[data-v-c99cbc26] {
  text-align: right;
}
.text-left[data-v-c99cbc26] {
  text-align: left;
}
.text-lowercase[data-v-c99cbc26] {
  text-transform: lowercase;
}
.text-uppercase[data-v-c99cbc26] {
  text-transform: uppercase;
}
.text-capitalize[data-v-c99cbc26] {
  text-transform: capitalize !important;
}
.text-none[data-v-c99cbc26] {
  text-transform: none;
}
.text-ellipsis[data-v-c99cbc26] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-c99cbc26] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-c99cbc26]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-c99cbc26] {
  text-decoration: underline;
}
.text-underline[data-v-c99cbc26]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-c99cbc26] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-c99cbc26] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-c99cbc26] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-c99cbc26] {
  word-break: break-all;
}
.font-bold[data-v-c99cbc26] {
  font-weight: bold;
}
.price-through[data-v-c99cbc26] {
  text-decoration: line-through;
}
.font-italic[data-v-c99cbc26] {
  font-style: italic;
}
.font095em[data-v-c99cbc26] {
  font-size: 0.95em;
}
.font1em[data-v-c99cbc26] {
  font-size: 1em !important;
}
.font2em[data-v-c99cbc26] {
  font-size: 2em;
}
.font2-2em[data-v-c99cbc26] {
  font-size: 2.2em;
}
.font3em[data-v-c99cbc26] {
  font-size: 3em;
}
.font4em[data-v-c99cbc26] {
  font-size: 4em;
}
.font1-5em[data-v-c99cbc26] {
  font-size: 1.5em;
}
.font1-7em[data-v-c99cbc26] {
  font-size: 1.7em;
}
.font1-3em[data-v-c99cbc26] {
  font-size: 1.3em;
}
.font1-4em[data-v-c99cbc26] {
  font-size: 1.4em;
}
.font-9em[data-v-c99cbc26] {
  font-size: 0.9em;
}
.font10[data-v-c99cbc26] {
  font-size: 10px;
}
.font11[data-v-c99cbc26] {
  font-size: 11px;
}
.font12[data-v-c99cbc26] {
  font-size: 12px;
}
.font13[data-v-c99cbc26] {
  font-size: 13px;
}
.font14[data-v-c99cbc26] {
  font-size: 14px;
}
.font15[data-v-c99cbc26] {
  font-size: 15px;
}
.font16[data-v-c99cbc26] {
  font-size: 16px;
}
.font17[data-v-c99cbc26] {
  font-size: 17px;
}
.font18[data-v-c99cbc26] {
  font-size: 18px;
}
.font19[data-v-c99cbc26] {
  font-size: 19px;
}
.font20[data-v-c99cbc26] {
  font-size: 20px;
}
.font21[data-v-c99cbc26] {
  font-size: 21px;
}
.font22[data-v-c99cbc26] {
  font-size: 22px;
}
.font23[data-v-c99cbc26] {
  font-size: 23px;
}
.font24[data-v-c99cbc26] {
  font-size: 24px;
}
.font25[data-v-c99cbc26] {
  font-size: 25px;
}
.font26[data-v-c99cbc26] {
  font-size: 26px;
}
.font27[data-v-c99cbc26] {
  font-size: 27px;
}
.font28[data-v-c99cbc26] {
  font-size: 28px;
}
.font29[data-v-c99cbc26] {
  font-size: 29px;
}
.font30[data-v-c99cbc26] {
  font-size: 30px;
}
.font31[data-v-c99cbc26] {
  font-size: 31px;
}
.font32[data-v-c99cbc26] {
  font-size: 32px;
}
.font33[data-v-c99cbc26] {
  font-size: 33px;
}
.font34[data-v-c99cbc26] {
  font-size: 34px;
}
.font35[data-v-c99cbc26] {
  font-size: 35px;
}
.font36[data-v-c99cbc26] {
  font-size: 36px;
}
.font37[data-v-c99cbc26] {
  font-size: 37px;
}
.font38[data-v-c99cbc26] {
  font-size: 38px;
}
.font39[data-v-c99cbc26] {
  font-size: 39px;
}
.font40[data-v-c99cbc26] {
  font-size: 40px;
}
.font-normal[data-v-c99cbc26] {
  font-weight: normal;
}
.color-white[data-v-c99cbc26] {
  color: #fff;
}
.color-transparent[data-v-c99cbc26] {
  color: transparent !important;
}
.color-black[data-v-c99cbc26] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-c99cbc26] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-c99cbc26] {
  color: fuchia;
}
.color-gray[data-v-c99cbc26] {
  color: #a5afb9;
}
.color-hardgray[data-v-c99cbc26] {
  color: #4d5263;
}
.color-hannah[data-v-c99cbc26] {
  color: #EA184D;
}
.color-lightgray[data-v-c99cbc26] {
  color: #d3d3d3;
}
.color-darkblue[data-v-c99cbc26] {
  color: #2c3e50;
}
.color-darkgray[data-v-c99cbc26] {
  color: #757575;
}
.color-lightred[data-v-c99cbc26] {
  color: #e74c3c;
}
.color-red[data-v-c99cbc26] {
  color: #e74c3c;
}
.color-blue[data-v-c99cbc26] {
  color: #2980b9;
}
.color-yellow[data-v-c99cbc26] {
  color: #f49d1e;
}
.color-orange[data-v-c99cbc26] {
  color: #ffa500;
}
.color-green[data-v-c99cbc26] {
  color: #2AA186;
}
.color-gplus[data-v-c99cbc26] {
  color: #d42717;
}
.back-bluelight[data-v-c99cbc26] {
  background: #EBF0FF !important;
}
.back-blue[data-v-c99cbc26] {
  background: #2980b9 !important;
}
.back-hannah[data-v-c99cbc26] {
  background: #EA184D !important;
}
.back-purple[data-v-c99cbc26] {
  background: #8e44ad;
}
.back-green[data-v-c99cbc26] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-c99cbc26] {
  background: #2AA186;
}
.back-yellow[data-v-c99cbc26] {
  background: #f49d1e !important;
}
.back-gold[data-v-c99cbc26] {
  background: #f49d1e !important;
}
.back-red[data-v-c99cbc26] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-c99cbc26] {
  background: #e74c3c;
}
.back-lightred[data-v-c99cbc26] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-c99cbc26] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-c99cbc26] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-c99cbc26] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-c99cbc26] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-c99cbc26] {
  background: #f49d1e !important;
}
.back-gplus[data-v-c99cbc26] {
  background: #d42717;
}
.back-darkblue[data-v-c99cbc26] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-c99cbc26] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-c99cbc26] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-c99cbc26] {
  background: #3e3d40;
}
.back-midgray[data-v-c99cbc26] {
  background: #ececec;
}
.back-gray[data-v-c99cbc26] {
  background: #a5afb9;
}
.back-black[data-v-c99cbc26] {
  background: #121212;
}
.back-transparent[data-v-c99cbc26] {
  background: transparent;
}
.back-white[data-v-c99cbc26] {
  background: #fff !important;
}
.back-white-simple[data-v-c99cbc26] {
  background-color: #fff;
}
.back-lightgray[data-v-c99cbc26] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-c99cbc26] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-c99cbc26] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-c99cbc26] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-c99cbc26] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-c99cbc26] {
  background: #D6DFE4;
}
.bg-aside[data-v-c99cbc26] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-c99cbc26] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-c99cbc26] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-c99cbc26] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-c99cbc26] {
  background: #fff;
}
.back-item-odd-white[data-v-c99cbc26]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-c99cbc26] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-c99cbc26] {
  position: relative;
}
.absolute[data-v-c99cbc26] {
  position: absolute;
}
.fixed[data-v-c99cbc26] {
  position: fixed;
}
.fixed-bottom[data-v-c99cbc26] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-c99cbc26] {
  position: sticky;
}
.sticky.active[data-v-c99cbc26] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-c99cbc26] {
  bottom: 0;
}
.right0[data-v-c99cbc26] {
  right: 0 !important;
}
.left0[data-v-c99cbc26] {
  left: 0 !important;
}
.leftPositionControl[data-v-c99cbc26] {
  left: -10px;
}
.width100-50[data-v-c99cbc26] {
  width: 100%;
}
.width100-40[data-v-c99cbc26] {
  width: 100%;
}
.min-width100[data-v-c99cbc26] {
  min-width: 100%;
}
.min-width90[data-v-c99cbc26] {
  min-width: 90%;
}
.min-width80[data-v-c99cbc26] {
  min-width: 80% !important;
}
.min-width70[data-v-c99cbc26] {
  min-width: 70%;
}
.min-width60[data-v-c99cbc26] {
  min-width: 60%;
}
.min-width50[data-v-c99cbc26] {
  max-width: 50%;
}
.min-width45[data-v-c99cbc26] {
  min-width: 45%;
}
.min-width40[data-v-c99cbc26] {
  min-width: 40%;
}
.min-width30[data-v-c99cbc26] {
  min-width: 30%;
}
.min-width20[data-v-c99cbc26] {
  min-width: 20%;
}
.min-width25[data-v-c99cbc26] {
  min-width: 25%;
}
.min-width10[data-v-c99cbc26] {
  min-width: 10%;
}
.width100[data-v-c99cbc26] {
  width: 100%;
}
.width90[data-v-c99cbc26] {
  width: 90%;
}
.width80[data-v-c99cbc26] {
  width: 80% !important;
}
.width70[data-v-c99cbc26] {
  width: 70%;
}
.width60[data-v-c99cbc26] {
  width: 60%;
}
.width50[data-v-c99cbc26] {
  width: 50%;
}
.width45[data-v-c99cbc26] {
  width: 45%;
}
.width40[data-v-c99cbc26] {
  width: 40%;
}
.width30[data-v-c99cbc26] {
  width: 30%;
}
.width20[data-v-c99cbc26] {
  width: 20%;
}
.width25[data-v-c99cbc26] {
  width: 25%;
}
.width10[data-v-c99cbc26] {
  width: 10%;
}
.width-min[data-v-c99cbc26] {
  width: min-content;
}
.max-width800[data-v-c99cbc26] {
  max-width: 800px;
}
.widthCenter[data-v-c99cbc26] {
  width: 80%;
}
.max-width600[data-v-c99cbc26] {
  max-width: 600px;
}
.max-width300[data-v-c99cbc26] {
  max-width: 300px;
}
.widthHalf[data-v-c99cbc26] {
  width: 50%;
}
.width-sellProductImg-control[data-v-c99cbc26] {
  width: 150px;
}
.top-control-sellProduct[data-v-c99cbc26] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-c99cbc26] {
  width: 100%;
}
.width-cuotas-control-item[data-v-c99cbc26] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-c99cbc26] {
  width: 163px;
}
.width-control-btn-inline[data-v-c99cbc26] {
  width: 195px;
}
.width-controll-buys-item[data-v-c99cbc26] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-c99cbc26] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-c99cbc26] {
  width: 180px;
}
.width-pasarela-img-control[data-v-c99cbc26] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-c99cbc26] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-c99cbc26] {
  width: 95%;
}
.width-pasarela[data-v-c99cbc26] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-c99cbc26]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-c99cbc26]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-c99cbc26]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-c99cbc26]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-c99cbc26] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-c99cbc26] {
  max-height: 100%;
}
.height220[data-v-c99cbc26] {
  height: 220px;
}
.height100vh[data-v-c99cbc26] {
  height: 100vh !important;
}
.heightFilters[data-v-c99cbc26] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-c99cbc26] {
  height: 100%;
}
.height-aside[data-v-c99cbc26] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-c99cbc26] {
  height: 0px;
}
.heightBox[data-v-c99cbc26] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-c99cbc26] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-c99cbc26] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-c99cbc26] {
  justify-content: center;
}
.pointer[data-v-c99cbc26] {
  cursor: pointer !important;
}
.cursor-move[data-v-c99cbc26] {
  cursor: move !important;
}
.cursor-not[data-v-c99cbc26] {
  cursor: not-allowed !important;
}
.events-none[data-v-c99cbc26] {
  pointer-events: none;
}
.shadow[data-v-c99cbc26] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-c99cbc26] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-c99cbc26] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-c99cbc26] {
  transition: 0.3s;
}
.hoverShadow[data-v-c99cbc26]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-c99cbc26] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-c99cbc26] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-c99cbc26] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-c99cbc26] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-c99cbc26] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-c99cbc26] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-c99cbc26] {
  width: 40px;
  height: 40px;
}
.square35[data-v-c99cbc26] {
  width: 35px;
  height: 35px;
}
.square30[data-v-c99cbc26] {
  width: 30px;
  height: 30px;
}
.square25[data-v-c99cbc26] {
  width: 25px;
  height: 25px;
}
.square12[data-v-c99cbc26] {
  width: 12px;
  height: 12px;
}
.square15[data-v-c99cbc26] {
  width: 15px;
  height: 15px;
}
.square17[data-v-c99cbc26] {
  width: 17px;
  height: 17px;
}
.square18[data-v-c99cbc26] {
  width: 18px;
  height: 18px;
}
.square20[data-v-c99cbc26] {
  width: 20px;
  height: 20px;
}
.square50[data-v-c99cbc26] {
  width: 50px;
  height: 50px;
}
.square70[data-v-c99cbc26] {
  width: 70px;
  height: 70px;
}
.square55[data-v-c99cbc26] {
  width: 55px;
  height: 55px;
}
.square100[data-v-c99cbc26] {
  width: 100px;
  height: 100px;
}
.square10[data-v-c99cbc26] {
  width: 10px;
  height: 10px;
}
.square200[data-v-c99cbc26] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-c99cbc26] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-c99cbc26] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-c99cbc26] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-c99cbc26] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-c99cbc26] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-c99cbc26] {
  overflow-y: hidden;
}
.remove-scroll[data-v-c99cbc26] {
  overflow-y: hidden;
}
.active-scroll[data-v-c99cbc26] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-c99cbc26] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-c99cbc26] {
  overflow: hidden !important;
}
.overflow-auto[data-v-c99cbc26] {
  overflow: auto !important;
}
.hidden[data-v-c99cbc26] {
  visibility: hidden;
}
.offscreen[data-v-c99cbc26] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-c99cbc26] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-c99cbc26] {
  opacity: 0;
}
.opacity30[data-v-c99cbc26] {
  opacity: 0.3;
}
.opacity50[data-v-c99cbc26] {
  opacity: 0.5;
}
.opacity70[data-v-c99cbc26] {
  opacity: 0.7;
}
.opacity80[data-v-c99cbc26] {
  opacity: 0.8;
}
.transition30[data-v-c99cbc26] {
  transition: 0.3s;
}
.cleared[data-v-c99cbc26] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-c99cbc26] {
  transition: 0.1s;
}
.hover-green[data-v-c99cbc26]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-c99cbc26] {
  animation: aside-c99cbc26 0.5s reverse;
}
.aside-leave-active[data-v-c99cbc26] {
  animation: aside-c99cbc26 0.5s;
}
.asideContent-enter-active[data-v-c99cbc26] {
  animation: asideContent-c99cbc26 0.3s reverse;
}
.asideContent-leave-active[data-v-c99cbc26] {
  animation: asideContent-c99cbc26 0.3s;
}
@keyframes aside-c99cbc26 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-c99cbc26 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-c99cbc26 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-c99cbc26] {
  animation: spin-c99cbc26 2s infinite;
}
@keyframes spin-c99cbc26 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-c99cbc26] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-c99cbc26] {
  padding: 3px;
}
.carousel__pagination-button[data-v-c99cbc26] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-c99cbc26] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-c99cbc26]::after {
  display: none !important;
}
.pagination[data-v-c99cbc26] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-c99cbc26] {
  display: inline;
}
.pagination > li > a[data-v-c99cbc26], .pagination > li > span[data-v-c99cbc26] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-c99cbc26], .pagination > li:first-child > span[data-v-c99cbc26] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-c99cbc26], .pagination > li:last-child > span[data-v-c99cbc26] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-c99cbc26]:hover, .pagination > li > span[data-v-c99cbc26]:hover, .pagination > li > a[data-v-c99cbc26]:focus, .pagination > li > span[data-v-c99cbc26]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-c99cbc26], .pagination > .active > span[data-v-c99cbc26], .pagination > .active > a[data-v-c99cbc26]:hover, .pagination > .active > span[data-v-c99cbc26]:hover, .pagination > .active > a[data-v-c99cbc26]:focus, .pagination > .active > span[data-v-c99cbc26]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-c99cbc26] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-c99cbc26]:hover, .pagination > .disabled > span[data-v-c99cbc26]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-c99cbc26] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-c99cbc26]:hover, .pagination > .disabled > a[data-v-c99cbc26]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-c99cbc26], .pagination-lg > li > span[data-v-c99cbc26] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-c99cbc26], .pagination-lg > li:first-child > span[data-v-c99cbc26] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-c99cbc26], .pagination-lg > li:last-child > span[data-v-c99cbc26] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-c99cbc26], .pagination-sm > li > span[data-v-c99cbc26] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-c99cbc26], .pagination-sm > li:first-child > span[data-v-c99cbc26] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-c99cbc26], .pagination-sm > li:last-child > span[data-v-c99cbc26] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-c99cbc26] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-c99cbc26] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-c99cbc26] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-c99cbc26] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-c99cbc26] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-c99cbc26] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-c99cbc26] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-c99cbc26]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-c99cbc26] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-c99cbc26]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-c99cbc26] {
  overflow: unset !important;
}
.btn-shadow[data-v-c99cbc26] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-c99cbc26] {
  margin-left: 0px;
}
.reset-button[data-v-c99cbc26] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-c99cbc26] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-c99cbc26]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-c99cbc26] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-c99cbc26] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-c99cbc26],
.btn-finalize[data-v-c99cbc26] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-c99cbc26] {
  right: 7px;
}
.btn-finalize[data-v-c99cbc26] {
  left: 7px;
}
.tab-counter[data-v-c99cbc26] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-c99cbc26] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-c99cbc26] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-c99cbc26] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-c99cbc26] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-c99cbc26] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-c99cbc26] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-c99cbc26] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-c99cbc26] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-c99cbc26] {
  transition: 0.5s;
}
.tab[data-v-c99cbc26]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-c99cbc26] {
  color: #2980b9;
}
.tab.active[data-v-c99cbc26]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-c99cbc26] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-c99cbc26] {
  width: 220px;
}
.badge-display[data-v-c99cbc26], .badge-display2[data-v-c99cbc26] {
  min-width: 224px;
}
.my-badge[data-v-c99cbc26] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-c99cbc26] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-c99cbc26] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-c99cbc26] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-c99cbc26] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-c99cbc26] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-c99cbc26] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-c99cbc26] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-c99cbc26] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-c99cbc26] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-c99cbc26] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-c99cbc26] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-c99cbc26] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-c99cbc26] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-c99cbc26] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-c99cbc26] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-c99cbc26] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-c99cbc26] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-c99cbc26] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-c99cbc26] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-c99cbc26] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-c99cbc26] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-c99cbc26] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-c99cbc26] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-c99cbc26] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-c99cbc26] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-c99cbc26] {
  flex-wrap: wrap;
}
.vueperslide[data-v-c99cbc26] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-c99cbc26] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-c99cbc26] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-c99cbc26] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-c99cbc26] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-c99cbc26] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-c99cbc26] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-c99cbc26] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-c99cbc26] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-c99cbc26] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-c99cbc26] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-c99cbc26] {
  width: 100%;
}
.img-product-detail[data-v-c99cbc26] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-c99cbc26] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-c99cbc26] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-c99cbc26] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-c99cbc26] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-c99cbc26] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-c99cbc26] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-c99cbc26] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-c99cbc26] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-c99cbc26] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-c99cbc26] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-c99cbc26] {
  text-align: center;
}
.modal-enter[data-v-c99cbc26], .modal-leave-active[data-v-c99cbc26] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-c99cbc26], .modal-leave-active .modal-container[data-v-c99cbc26] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-c99cbc26] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-c99cbc26] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-c99cbc26] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-c99cbc26] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-c99cbc26] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-c99cbc26]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-c99cbc26] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-c99cbc26] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-c99cbc26] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-c99cbc26]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-c99cbc26] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-c99cbc26] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-c99cbc26] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-c99cbc26]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-c99cbc26] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-c99cbc26] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-c99cbc26] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-c99cbc26]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-c99cbc26] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-c99cbc26] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-c99cbc26] {
  display: none;
}
.vdp-datepicker input[data-v-c99cbc26] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-c99cbc26]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-c99cbc26] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-c99cbc26] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-c99cbc26 ease-in-out infinite;
}
.vue-treeselect__control[data-v-c99cbc26] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-c99cbc26] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-c99cbc26] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-c99cbc26] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-c99cbc26] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-c99cbc26] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-c99cbc26] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-c99cbc26] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-c99cbc26 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-c99cbc26 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-c99cbc26 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-c99cbc26 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-c99cbc26 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-c99cbc26 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-c99cbc26],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-c99cbc26] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-c99cbc26] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-c99cbc26] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-c99cbc26],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-c99cbc26] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-c99cbc26] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-c99cbc26] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-c99cbc26] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-c99cbc26],
.vue-treeselect span[data-v-c99cbc26] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-c99cbc26] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-c99cbc26] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-c99cbc26]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-c99cbc26] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-c99cbc26] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-c99cbc26],
.vue-treeselect__control[data-v-c99cbc26]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-c99cbc26] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-c99cbc26] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-c99cbc26],
.vue-treeselect__multi-value[data-v-c99cbc26] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-c99cbc26] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-c99cbc26] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-c99cbc26] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-c99cbc26] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-c99cbc26],
.vue-treeselect__single-value[data-v-c99cbc26] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-c99cbc26] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-c99cbc26] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-c99cbc26] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-c99cbc26] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-c99cbc26] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-c99cbc26]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-c99cbc26] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-c99cbc26] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-c99cbc26],
.vue-treeselect__multi-value-label[data-v-c99cbc26] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-c99cbc26] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-c99cbc26] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-c99cbc26],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-c99cbc26] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-c99cbc26] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-c99cbc26] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-c99cbc26] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-c99cbc26] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-c99cbc26] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-c99cbc26] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-c99cbc26] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-c99cbc26] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-c99cbc26] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-c99cbc26] {
  display: none;
}
.vue-treeselect__input[data-v-c99cbc26],
.vue-treeselect__sizer[data-v-c99cbc26] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-c99cbc26] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-c99cbc26]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-c99cbc26] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-c99cbc26] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-c99cbc26] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-c99cbc26] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-c99cbc26 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-c99cbc26 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-c99cbc26]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-c99cbc26] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-c99cbc26] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-c99cbc26] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-c99cbc26] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-c99cbc26] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-c99cbc26] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-c99cbc26] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-c99cbc26] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-c99cbc26] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-c99cbc26] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-c99cbc26] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-c99cbc26] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-c99cbc26]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-c99cbc26] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-c99cbc26],
.vue-treeselect__option-arrow-placeholder[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-c99cbc26] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-c99cbc26] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-c99cbc26],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-c99cbc26] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-c99cbc26] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-c99cbc26] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-c99cbc26] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-c99cbc26] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-c99cbc26] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-c99cbc26],
.vue-treeselect__minus-mark[data-v-c99cbc26] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-c99cbc26] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-c99cbc26] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c99cbc26] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-c99cbc26] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-c99cbc26] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c99cbc26] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c99cbc26] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-c99cbc26] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-c99cbc26] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-c99cbc26] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-c99cbc26] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-c99cbc26] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-c99cbc26] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-c99cbc26] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-c99cbc26] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-c99cbc26] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-c99cbc26] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-c99cbc26] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-c99cbc26] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-c99cbc26] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-c99cbc26] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-c99cbc26] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-c99cbc26]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-c99cbc26] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-c99cbc26]::before,
.vue-treeselect__icon-error[data-v-c99cbc26]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-c99cbc26]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-c99cbc26]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-c99cbc26] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-c99cbc26 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-c99cbc26 linear infinite;
}
.vue-treeselect__icon-loader[data-v-c99cbc26]::before,
.vue-treeselect__icon-loader[data-v-c99cbc26]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-c99cbc26 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-c99cbc26 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-c99cbc26]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-c99cbc26]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-c99cbc26],
.vac-loader-wrapper[data-v-c99cbc26] {
  display: none !important;
}
.vac-room-name[data-v-c99cbc26] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-c99cbc26] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-c99cbc26] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-c99cbc26] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-c99cbc26] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-c99cbc26] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-c99cbc26] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-c99cbc26] {
  min-height: 24px !important;
}
.tagWarn[data-v-c99cbc26] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-c99cbc26]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-c99cbc26] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-c99cbc26]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-c99cbc26]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-c99cbc26] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-c99cbc26] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-c99cbc26] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-c99cbc26] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-c99cbc26]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-c99cbc26] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-c99cbc26]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-c99cbc26] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-c99cbc26] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-c99cbc26] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-c99cbc26]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-c99cbc26] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-c99cbc26]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-c99cbc26] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-c99cbc26]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-c99cbc26]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-c99cbc26] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-c99cbc26] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-c99cbc26] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-c99cbc26]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-c99cbc26] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-c99cbc26] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-c99cbc26] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-c99cbc26]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-c99cbc26] {
  font-size: 1.15em;
}
.my-select[data-v-c99cbc26] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-c99cbc26] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-c99cbc26] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-c99cbc26] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-c99cbc26] {
  width: 160px;
}
.my-select[data-v-c99cbc26] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-c99cbc26] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-c99cbc26] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-c99cbc26] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-c99cbc26] {
  width: 160px;
}
.input-cupon[data-v-c99cbc26] {
  display: flex;
}
.input-cupon > div > span[data-v-c99cbc26] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-c99cbc26] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-c99cbc26] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-c99cbc26]:not(:checked),
input[type=checkbox].check[data-v-c99cbc26]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-c99cbc26],
input[type=checkbox].check:checked + label[data-v-c99cbc26] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-c99cbc26]:before,
input[type=checkbox].check:checked + label[data-v-c99cbc26]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-c99cbc26]:after,
input[type=checkbox].check:checked + label[data-v-c99cbc26]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-c99cbc26]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-c99cbc26]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-c99cbc26]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-c99cbc26]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-c99cbc26]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-c99cbc26] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-c99cbc26]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-c99cbc26]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-c99cbc26] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-c99cbc26] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-c99cbc26] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-c99cbc26] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-c99cbc26] {
  opacity: 1;
}
.multiselect__tag[data-v-c99cbc26] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-c99cbc26] {
  background: #2AA186 !important;
}
.multiselect[data-v-c99cbc26] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-c99cbc26]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-c99cbc26] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-c99cbc26] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-c99cbc26]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-c99cbc26]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-c99cbc26]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-c99cbc26]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-c99cbc26] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-c99cbc26] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-c99cbc26] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-c99cbc26] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c99cbc26] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-c99cbc26] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c99cbc26]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c99cbc26]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c99cbc26]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-c99cbc26] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-c99cbc26] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-c99cbc26] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-c99cbc26] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-c99cbc26]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-c99cbc26] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-c99cbc26] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-c99cbc26] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-c99cbc26] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-c99cbc26] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c99cbc26] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c99cbc26]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-c99cbc26] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-c99cbc26] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-c99cbc26], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-c99cbc26] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-c99cbc26] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-c99cbc26] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-c99cbc26], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-c99cbc26] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-c99cbc26], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-c99cbc26] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-c99cbc26]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-c99cbc26]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-c99cbc26] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-c99cbc26] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-c99cbc26] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-c99cbc26] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-c99cbc26] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-c99cbc26] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-c99cbc26] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-c99cbc26] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-c99cbc26] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-c99cbc26] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-c99cbc26] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-c99cbc26] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-c99cbc26] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-c99cbc26] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-c99cbc26] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-c99cbc26]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-c99cbc26] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-c99cbc26] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-c99cbc26] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-c99cbc26] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-c99cbc26] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-c99cbc26] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-c99cbc26] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-c99cbc26] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-c99cbc26], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-c99cbc26] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-c99cbc26] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-c99cbc26] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-c99cbc26] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-c99cbc26] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-c99cbc26] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-c99cbc26] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-c99cbc26] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-c99cbc26], .v3-emoji-picker .v3-header[data-v-c99cbc26] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-c99cbc26] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-c99cbc26] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-c99cbc26] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-c99cbc26]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-c99cbc26], .v3-emoji-picker .v3-skin-tones[data-v-c99cbc26] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c99cbc26]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-c99cbc26] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-c99cbc26] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-c99cbc26] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-c99cbc26], body[data-v-c99cbc26] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-c99cbc26], body.home[data-v-c99cbc26] {
  background-color: #fff;
}
[data-v-c99cbc26]:focus {
  outline: none !important;
}
a[data-v-c99cbc26] {
  text-decoration: none;
}
a[data-v-c99cbc26]:hover,
a[data-v-c99cbc26]:focus {
  text-decoration: none;
}
img[data-v-c99cbc26] {
  border: 0;
}
textarea[data-v-c99cbc26] {
  resize: none;
}
h1[data-v-c99cbc26],
h2[data-v-c99cbc26],
h3[data-v-c99cbc26],
h4[data-v-c99cbc26],
h5[data-v-c99cbc26],
h6[data-v-c99cbc26] {
  font-weight: bold;
}
.vac-message-current[data-v-c99cbc26] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-c99cbc26] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  margin: 10px 0;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.message-actions[data-v-c99cbc26] {
  color: var(--chat-message-color);
  font-size: 14px;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid var(--lightgray);
  text-align: center;
}
.template-header-text[data-v-c99cbc26] {
  padding: 8px 12px 0;
}
.template-body[data-v-c99cbc26] {
  padding: 0 12px;
}
.template-footer[data-v-c99cbc26] {
  padding: 0 12px 8px;
  border-top: 1px solid var(--lightgray);
  margin-top: 8px;
}
.template-buttons[data-v-c99cbc26] {
  border-top: 1px solid var(--lightgray);
}
.template-buttons .message-actions[data-v-c99cbc26] {
  border-top: none;
  border-bottom: 1px solid var(--lightgray);
}
.template-buttons .message-actions[data-v-c99cbc26]:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
@keyframes spin-c99cbc26 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner[data-v-c99cbc26] {
  animation: spin-c99cbc26 1s linear infinite;
}
[data-v-d7895a79]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-d7895a79] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-d7895a79] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-d7895a79] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-d7895a79] {
  width: 100%;
}
.home-icon img[data-v-d7895a79] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-d7895a79] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-d7895a79] {
  line-height: 30px;
}
.list-style-none[data-v-d7895a79] {
  list-style: none;
}
.burger-menu[data-v-d7895a79] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-d7895a79] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-d7895a79] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-d7895a79] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-d7895a79] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-d7895a79] {
  position: relative;
}
.card-product .my-close[data-v-d7895a79] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-d7895a79] {
  margin: 0;
}
.filtro-form input[data-v-d7895a79] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-d7895a79] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-d7895a79] {
  padding: 20px 0 0;
}
.img-tiny[data-v-d7895a79] {
  width: 80px;
}
.img-item img[data-v-d7895a79] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-d7895a79] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-d7895a79] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-d7895a79]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-d7895a79] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-d7895a79] {
  margin-left: 10px;
}
.notifications section[data-v-d7895a79] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-d7895a79] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-d7895a79] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-d7895a79],
.list-complete-leave-to[data-v-d7895a79] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-d7895a79] {
  position: absolute;
}
#_op_data_r[data-v-d7895a79],
#_op_data_antifraud[data-v-d7895a79] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-d7895a79],
iframe#_op_data_antifraud[data-v-d7895a79],
iframe#device_profile[data-v-d7895a79],
iframe#thm_mp_cntnr[data-v-d7895a79] {
  position: absolute !important;
}
iframe[data-v-d7895a79] {
  background: #fff !important;
}
.main-content[data-v-d7895a79] {
  padding-top: 30px;
}
.card-contactStory[data-v-d7895a79] {
  width: 93vw;
}
.card-contactStory img[data-v-d7895a79] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-d7895a79] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-d7895a79] {
  width: 280px;
}
.dropped[data-v-d7895a79] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-d7895a79] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-d7895a79]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-d7895a79] {
  display: block !important;
}
.dropped .dropdown a[data-v-d7895a79] {
  color: #fff;
}
.dropped .dropdown a[data-v-d7895a79]:hover {
  text-decoration: underline;
}
.line-height25[data-v-d7895a79] {
  line-height: 25px;
}
aside[data-v-d7895a79] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-d7895a79] {
  height: 100vh;
}
.my-header[data-v-d7895a79] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-d7895a79] {
  position: inherit !important;
}
.my-header-menu[data-v-d7895a79] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-d7895a79] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-d7895a79]:hover {
  background: hannah;
}
.menu-api-activate[data-v-d7895a79] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-d7895a79] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-d7895a79] {
  position: relative;
}
.menu-api-item a[data-v-d7895a79]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-d7895a79] {
  padding: 0 !important;
}
.card-product[data-v-d7895a79] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-d7895a79] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-d7895a79] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-d7895a79] {
  margin: 0;
}
.sticky-home[data-v-d7895a79] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-d7895a79] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-d7895a79]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-d7895a79] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-d7895a79]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-d7895a79] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-d7895a79]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-d7895a79] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-d7895a79] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-d7895a79] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-d7895a79]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-d7895a79] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-d7895a79] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-d7895a79] {
  display: block !important;
}
.leftPositionSubMenu[data-v-d7895a79] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-d7895a79] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-d7895a79],
.circle-toggle-box[data-v-d7895a79] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-d7895a79] {
  left: 44px !important;
}
.triangleStatus[data-v-d7895a79]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-d7895a79] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-d7895a79] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-d7895a79] {
  overflow: visible !important;
}
.width-max80[data-v-d7895a79] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-d7895a79] {
  display: flex !important;
}
.flex-none[data-v-d7895a79] {
  flex: none;
}
.flex-nowrap[data-v-d7895a79] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-d7895a79] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-d7895a79] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-d7895a79] {
  flex-direction: column;
}
.flex-col-row[data-v-d7895a79] {
  flex-direction: column;
}
.flex-row[data-v-d7895a79] {
  flex-direction: row;
}
.flex-between-align[data-v-d7895a79] {
  align-content: space-between;
}
.flex-middle[data-v-d7895a79] {
  align-items: center;
}
.flex-bottom[data-v-d7895a79] {
  align-items: flex-end;
}
.flex-between[data-v-d7895a79] {
  justify-content: space-between;
}
.flex-center[data-v-d7895a79] {
  justify-content: center;
}
.flex-right[data-v-d7895a79] {
  justify-content: flex-end;
}
.flex-left[data-v-d7895a79] {
  justify-content: flex-start;
}
.flex-evenly[data-v-d7895a79] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-d7895a79] {
  flex-grow: 1;
}
.flex-grow-2[data-v-d7895a79] {
  flex-grow: 2;
}
.flex-grow-3[data-v-d7895a79] {
  flex-grow: 3;
}
.flex-grow-4[data-v-d7895a79] {
  flex-grow: 4;
}
.flex-grow-5[data-v-d7895a79] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-d7895a79] {
  align-items: flex-start;
}
.flex800[data-v-d7895a79] {
  display: none;
}
.flexc-flex[data-v-d7895a79] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-d7895a79] {
  display: none;
}
.flex-display-50-10[data-v-d7895a79] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-d7895a79] {
  display: none;
}
.show760[data-v-d7895a79] {
  display: none;
}
.hide[data-v-d7895a79] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-d7895a79] {
    display: block !important;
}
.badge-display[data-v-d7895a79] {
    display: none;
}
.badge-display2[data-v-d7895a79] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-d7895a79] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-d7895a79] {
    display: block;
}
.badge-display2[data-v-d7895a79] {
    display: none;
}
.fix-width[data-v-d7895a79] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-d7895a79] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-d7895a79] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-d7895a79] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-d7895a79] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-d7895a79] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-d7895a79] {
    width: 50%;
}
.width100-40[data-v-d7895a79] {
    width: 40%;
}
.show600[data-v-d7895a79] {
    display: block;
}
.width-controll-btn-typeweek[data-v-d7895a79] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-d7895a79] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-d7895a79] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-d7895a79] {
    width: 220px !important;
}
.leftPositionControl[data-v-d7895a79] {
    left: -40px !important;
}
.container-tipo-envio[data-v-d7895a79] {
    display: flex;
}
.width-controll-buys-item[data-v-d7895a79] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-d7895a79] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-d7895a79] {
    top: 380px !important;
}
.my-header-menu[data-v-d7895a79] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-d7895a79] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-d7895a79] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-d7895a79] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-d7895a79] {
    min-width: 400px;
}
.cart-btn-add[data-v-d7895a79] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-d7895a79] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-d7895a79] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-d7895a79] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-d7895a79] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-d7895a79] {
    justify-content: left;
}
.flex-mid[data-v-d7895a79] {
    display: flex !important;
}
.msg-stock[data-v-d7895a79] {
    padding: 10px 0 0;
}
.counter-cart[data-v-d7895a79] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-d7895a79] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-d7895a79] {
    display: none;
}
.badge-display2[data-v-d7895a79] {
    display: block;
}
.show760[data-v-d7895a79] {
    display: block;
}
.hide760[data-v-d7895a79] {
    display: none;
}
.grid-products[data-v-d7895a79] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-d7895a79] {
    margin: auto;
}
.mr-h[data-v-d7895a79] {
    margin: auto;
}
.width-control-otherProducts[data-v-d7895a79] {
    width: 170px !important;
}
.leftPositionControl[data-v-d7895a79] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-d7895a79] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-d7895a79] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-d7895a79] {
    width: 30vw !important;
}
.product-item[data-v-d7895a79] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-d7895a79] {
    width: 90% !important;
}
.my-container[data-v-d7895a79] {
    width: 680px !important;
}
.login[data-v-d7895a79] {
    width: 310px !important;
}
.width-cuotas-control[data-v-d7895a79] {
    width: 278px !important;
}
.flexc-flex[data-v-d7895a79] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-d7895a79] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-d7895a79] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-d7895a79] {
    height: 140px;
}
.width-control-input-chat[data-v-d7895a79] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-d7895a79] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-d7895a79] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-d7895a79] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-d7895a79] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-d7895a79] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-d7895a79] {
    width: 270px !important;
}
.leftPositionControl[data-v-d7895a79] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-d7895a79] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-d7895a79] {
    width: 17vw !important;
}
.filters-wrap[data-v-d7895a79] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-d7895a79] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-d7895a79] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-d7895a79] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-d7895a79] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-d7895a79] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-d7895a79] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-d7895a79] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-d7895a79]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-d7895a79] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-d7895a79] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-d7895a79]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-d7895a79] {
    max-width: 330px !important;
}
.iterable-box[data-v-d7895a79] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-d7895a79] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-d7895a79] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-d7895a79] {
    width: 160px !important;
}
.my-container[data-v-d7895a79] {
    width: 800px !important;
}
.search-btn-box[data-v-d7895a79] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-d7895a79] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-d7895a79] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-d7895a79] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-d7895a79] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-d7895a79] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-d7895a79] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-d7895a79] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-d7895a79] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-d7895a79] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-d7895a79] {
    width: 280px !important;
}
.width300-desktop[data-v-d7895a79] {
    width: 300px !important;
}
.concept-item-stats[data-v-d7895a79] {
    width: 80%;
}
.widthHalf-desktop[data-v-d7895a79] {
    width: 50% !important;
}
.column-desktop[data-v-d7895a79] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-d7895a79] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-d7895a79] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-d7895a79] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-d7895a79],
.flex-desktop[data-v-d7895a79] {
    display: flex !important;
}
.block-desktop[data-v-d7895a79] {
    display: block !important;
}
.hide-desktop[data-v-d7895a79] {
    display: none !important;
}
.fixButton[data-v-d7895a79] {
    top: -20px;
}
.width-cuotas-control[data-v-d7895a79] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-d7895a79] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-d7895a79] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-d7895a79] {
    display: none !important;
}
.bottom10-desktop[data-v-d7895a79] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-d7895a79] {
    left: -125px !important;
}
.grid-products[data-v-d7895a79] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-d7895a79] {
    width: 1000px !important;
}
.showFullDesktop[data-v-d7895a79] {
    display: block !important;
}
.leftPositionControl[data-v-d7895a79] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-d7895a79] {
    display: none !important;
}
.show-only-desktop[data-v-d7895a79] {
    display: flex !important;
}
.leftPositionControl[data-v-d7895a79] {
    left: -260px !important;
}
.catalog-container[data-v-d7895a79] {
    margin: unset;
}
.carrito-catalog[data-v-d7895a79] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-d7895a79] {
    left: -280px !important;
}
}
.grid-container[data-v-d7895a79] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-d7895a79] {
  grid-column: span 1;
}
.grid-item-1[data-v-d7895a79] {
  grid-column: span 1;
}
.grid-item-2[data-v-d7895a79] {
  grid-column: span 2;
}
.grid-item-3[data-v-d7895a79] {
  grid-column: span 3;
}
.grid-item-4[data-v-d7895a79] {
  grid-column: span 4;
}
.grid-item-5[data-v-d7895a79] {
  grid-column: span 5;
}
.grid-item-6[data-v-d7895a79] {
  grid-column: span 6;
}
.grid-item-7[data-v-d7895a79] {
  grid-column: span 7;
}
.grid-item-8[data-v-d7895a79] {
  grid-column: span 8;
}
.grid-item-9[data-v-d7895a79] {
  grid-column: span 9;
}
.grid-item-10[data-v-d7895a79] {
  grid-column: span 10;
}
.grid-item-11[data-v-d7895a79] {
  grid-column: span 11;
}
.grid-item-12[data-v-d7895a79] {
  grid-column: span 12;
}
.grid-cart[data-v-d7895a79] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-d7895a79] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-d7895a79] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-d7895a79] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-d7895a79] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-d7895a79] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-d7895a79] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-d7895a79] {
  gap: 10px;
}
.gap20[data-v-d7895a79] {
  gap: 20px;
}
.grid-box[data-v-d7895a79] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-d7895a79] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-d7895a79] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-d7895a79],
.grid-3 div[data-v-d7895a79],
.grid-4 div[data-v-d7895a79] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-d7895a79] {
  background: #fff;
}
.grid-item-odd[data-v-d7895a79]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-d7895a79] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-d7895a79] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-d7895a79] {
  max-width: 350px;
}
.margin0[data-v-d7895a79] {
  margin: 0 !important;
}
.margin0-5[data-v-d7895a79] {
  margin: 0 5px;
}
.margin10-0[data-v-d7895a79] {
  margin: 10px 0;
}
.margin10-5[data-v-d7895a79] {
  margin: 10px 5px;
}
.margin0-10[data-v-d7895a79] {
  margin: 0 10px;
}
.margin0-15[data-v-d7895a79] {
  margin: 0 15px;
}
.margin15-0[data-v-d7895a79] {
  margin: 15px 0px;
}
.margin20-0[data-v-d7895a79] {
  margin: 20px 0;
}
.margin20-10[data-v-d7895a79] {
  margin: 20px 10px;
}
.margin30-0[data-v-d7895a79] {
  margin: 30px 0;
}
.margin40-0[data-v-d7895a79] {
  margin: 40px 0;
}
.margin20-40[data-v-d7895a79] {
  margin: 20px 40px;
}
.margin0-20[data-v-d7895a79] {
  margin: 0 20px;
}
.margin5[data-v-d7895a79] {
  margin: 5px;
}
.margin5-0[data-v-d7895a79] {
  margin: 5px 0;
}
.margin10[data-v-d7895a79] {
  margin: 10px;
}
.margin10-20[data-v-d7895a79] {
  margin: 10px 20px;
}
.margin15[data-v-d7895a79] {
  margin: 15px;
}
.margin20[data-v-d7895a79] {
  margin: 20px;
}
.margin30[data-v-d7895a79] {
  margin: 30px;
}
.margin50[data-v-d7895a79] {
  margin: 50px;
}
.margin-right-auto[data-v-d7895a79] {
  margin-right: auto;
}
.margin-left-auto[data-v-d7895a79] {
  margin-left: auto;
}
.ml-h[data-v-d7895a79] {
  margin-left: auto;
}
.mr-h[data-v-d7895a79] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-d7895a79] {
  margin-bottom: 5px;
}
.margin-top5[data-v-d7895a79] {
  margin-top: 5px !important;
}
.margin-top10[data-v-d7895a79] {
  margin-top: 10px !important;
}
.margin-top15[data-v-d7895a79] {
  margin-top: 15px !important;
}
.margin-top20[data-v-d7895a79] {
  margin-top: 20px !important;
}
.margin-top30[data-v-d7895a79] {
  margin-top: 30px !important;
}
.margin-top35[data-v-d7895a79] {
  margin-top: 35px !important;
}
.margin-top40[data-v-d7895a79] {
  margin-top: 40px !important;
}
.margin-top50[data-v-d7895a79] {
  margin-top: 50px !important;
}
.margin-top60[data-v-d7895a79] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-d7895a79] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-d7895a79] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-d7895a79] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-d7895a79] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-d7895a79] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-d7895a79] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-d7895a79] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-d7895a79] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-d7895a79] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-d7895a79] {
  margin-left: 5px !important;
}
.margin-left10[data-v-d7895a79] {
  margin-left: 10px !important;
}
.margin-left15[data-v-d7895a79] {
  margin-left: 15px !important;
}
.margin-left20[data-v-d7895a79] {
  margin-left: 20px !important;
}
.margin-left30[data-v-d7895a79] {
  margin-left: 30px !important;
}
.margin-left35[data-v-d7895a79] {
  margin-left: 35px !important;
}
.margin-left40[data-v-d7895a79] {
  margin-left: 40px !important;
}
.margin-left50[data-v-d7895a79] {
  margin-left: 50px !important;
}
.margin-left60[data-v-d7895a79] {
  margin-left: 60px !important;
}
.margin-right5[data-v-d7895a79] {
  margin-right: 5px !important;
}
.margin-right10[data-v-d7895a79] {
  margin-right: 10px !important;
}
.margin-right15[data-v-d7895a79] {
  margin-right: 15px !important;
}
.margin-right20[data-v-d7895a79] {
  margin-right: 20px !important;
}
.margin-right30[data-v-d7895a79] {
  margin-right: 30px !important;
}
.margin-right35[data-v-d7895a79] {
  margin-right: 35px !important;
}
.margin-right40[data-v-d7895a79] {
  margin-right: 40px !important;
}
.margin-right50[data-v-d7895a79] {
  margin-right: 50px !important;
}
.margin-right60[data-v-d7895a79] {
  margin-right: 60px !important;
}
.my-5[data-v-d7895a79] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-d7895a79] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-d7895a79] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-d7895a79] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-d7895a79] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-d7895a79] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-d7895a79] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-d7895a79] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-d7895a79] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-d7895a79] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-d7895a79] {
  padding: 0 !important;
}
.padding5[data-v-d7895a79] {
  padding: 5px;
}
.padding10[data-v-d7895a79] {
  padding: 10px;
}
.padding15[data-v-d7895a79] {
  padding: 15px;
}
.padding20[data-v-d7895a79] {
  padding: 20px;
}
.padding30[data-v-d7895a79] {
  padding: 30px;
}
.padding40[data-v-d7895a79] {
  padding: 40px;
}
.padding40-0[data-v-d7895a79] {
  padding: 40px 0;
}
.padding-left5[data-v-d7895a79] {
  padding-left: 5px;
}
.padding-left10[data-v-d7895a79] {
  padding-left: 10px;
}
.padding-left15[data-v-d7895a79] {
  padding-left: 15px;
}
.padding-left20[data-v-d7895a79] {
  padding-left: 20px;
}
.padding-right5[data-v-d7895a79] {
  padding-right: 5px;
}
.padding-right10[data-v-d7895a79] {
  padding-right: 10px;
}
.padding-right15[data-v-d7895a79] {
  padding-right: 15px;
}
.padding-right20[data-v-d7895a79] {
  padding-right: 20px;
}
.padding-right30[data-v-d7895a79] {
  padding-right: 30px;
}
.padding-right40[data-v-d7895a79] {
  padding-right: 40px;
}
.padding-top0[data-v-d7895a79] {
  padding-top: 0px;
}
.padding-top5[data-v-d7895a79] {
  padding-top: 5px;
}
.padding-top10[data-v-d7895a79] {
  padding-top: 10px;
}
.padding-top15[data-v-d7895a79] {
  padding-top: 15px;
}
.padding-top20[data-v-d7895a79] {
  padding-top: 20px;
}
.padding-top30[data-v-d7895a79] {
  padding-top: 30px;
}
.padding-top50[data-v-d7895a79] {
  padding-top: 50px;
}
.padding-top60[data-v-d7895a79] {
  padding-top: 60px;
}
.padding-top70[data-v-d7895a79] {
  padding-top: 70px;
}
.padding-top90[data-v-d7895a79] {
  padding-top: 90px;
}
.padding-top100[data-v-d7895a79] {
  padding-top: 100px;
}
.padding-top120[data-v-d7895a79] {
  padding-top: 120px;
}
.padding-top180[data-v-d7895a79] {
  padding-top: 180px;
}
.padding-bottom0[data-v-d7895a79] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-d7895a79] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-d7895a79] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-d7895a79] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-d7895a79] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-d7895a79] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-d7895a79] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-d7895a79] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-d7895a79] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-d7895a79] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-d7895a79] {
  padding-bottom: 240px;
}
.padding10-0[data-v-d7895a79] {
  padding: 10px 0;
}
.padding10-5[data-v-d7895a79] {
  padding: 10px 5px;
}
.padding0-5[data-v-d7895a79] {
  padding: 0 5px;
}
.padding0-10[data-v-d7895a79] {
  padding: 0 10px;
}
.padding0-15[data-v-d7895a79] {
  padding: 0 15px;
}
.padding20-0[data-v-d7895a79] {
  padding: 20px 0;
}
.padding20-10[data-v-d7895a79] {
  padding: 20px 10px;
}
.padding15-20[data-v-d7895a79] {
  padding: 15px 20px;
}
.padding15-0[data-v-d7895a79] {
  padding: 15px 0px;
}
.padding20-5[data-v-d7895a79] {
  padding: 20px 5px;
}
.padding0-20[data-v-d7895a79] {
  padding: 0 20px;
}
.padding5-20[data-v-d7895a79] {
  padding: 5px 20px;
}
.padding5-15[data-v-d7895a79] {
  padding: 5px 15px;
}
.padding5-10[data-v-d7895a79] {
  padding: 5px 10px;
}
.padding15-10[data-v-d7895a79] {
  padding: 15px 10px;
}
.padding1em[data-v-d7895a79] {
  padding: 1em;
}
.padding10-20[data-v-d7895a79] {
  padding: 10px 20px;
}
.padding5-0[data-v-d7895a79] {
  padding: 5px 0;
}
.padding30-10[data-v-d7895a79] {
  padding: 30px 10px;
}
.px-5[data-v-d7895a79] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-d7895a79] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-d7895a79] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-d7895a79] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-d7895a79] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-d7895a79] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-d7895a79] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-d7895a79] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-d7895a79] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-d7895a79] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-d7895a79] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-d7895a79] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-d7895a79] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-d7895a79] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-d7895a79] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-d7895a79] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-d7895a79] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-d7895a79] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-d7895a79] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-d7895a79] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-d7895a79] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-d7895a79] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-d7895a79] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-d7895a79] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-d7895a79] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-d7895a79] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-d7895a79] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-d7895a79] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-d7895a79]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-d7895a79] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-d7895a79]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-d7895a79] {
  border: 0 !important;
}
.borderRed[data-v-d7895a79] {
  border-color: #f00 !important;
}
.border-aside[data-v-d7895a79] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-d7895a79] {
  border: none;
}
.borderLightgray[data-v-d7895a79] {
  border: 1px solid lightgray;
}
.borderGray[data-v-d7895a79] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-d7895a79] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-d7895a79] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-d7895a79] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-d7895a79] {
  border: 1px solid #fff;
}
.border2green[data-v-d7895a79] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-d7895a79] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-d7895a79] {
  border: 2px solid #fff;
}
.border2gold[data-v-d7895a79] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-d7895a79] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-d7895a79] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-d7895a79] {
  border-color: #d42717 !important;
}
.border1green[data-v-d7895a79] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-d7895a79] {
  border-color: #f00 !important;
}
.border-fixed[data-v-d7895a79] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-d7895a79] {
  border-radius: 40px;
}
.radius30[data-v-d7895a79] {
  border-radius: 30px;
}
.radius20[data-v-d7895a79] {
  border-radius: 20px;
}
.radius15[data-v-d7895a79] {
  border-radius: 15px;
}
.radius8[data-v-d7895a79] {
  border-radius: 8px;
}
.radius3[data-v-d7895a79] {
  border-radius: 3px !important;
}
.rounded[data-v-d7895a79] {
  border-radius: 50%;
}
.rounded5[data-v-d7895a79] {
  border-radius: 5px;
}
.round10[data-v-d7895a79] {
  border-radius: 10px;
}
.box-border[data-v-d7895a79] {
  box-sizing: border-box;
}
.text-center[data-v-d7895a79] {
  text-align: center;
}
.text-right[data-v-d7895a79] {
  text-align: right;
}
.text-left[data-v-d7895a79] {
  text-align: left;
}
.text-lowercase[data-v-d7895a79] {
  text-transform: lowercase;
}
.text-uppercase[data-v-d7895a79] {
  text-transform: uppercase;
}
.text-capitalize[data-v-d7895a79] {
  text-transform: capitalize !important;
}
.text-none[data-v-d7895a79] {
  text-transform: none;
}
.text-ellipsis[data-v-d7895a79] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-d7895a79] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-d7895a79]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-d7895a79] {
  text-decoration: underline;
}
.text-underline[data-v-d7895a79]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-d7895a79] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-d7895a79] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-d7895a79] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-d7895a79] {
  word-break: break-all;
}
.font-bold[data-v-d7895a79] {
  font-weight: bold;
}
.price-through[data-v-d7895a79] {
  text-decoration: line-through;
}
.font-italic[data-v-d7895a79] {
  font-style: italic;
}
.font095em[data-v-d7895a79] {
  font-size: 0.95em;
}
.font1em[data-v-d7895a79] {
  font-size: 1em !important;
}
.font2em[data-v-d7895a79] {
  font-size: 2em;
}
.font2-2em[data-v-d7895a79] {
  font-size: 2.2em;
}
.font3em[data-v-d7895a79] {
  font-size: 3em;
}
.font4em[data-v-d7895a79] {
  font-size: 4em;
}
.font1-5em[data-v-d7895a79] {
  font-size: 1.5em;
}
.font1-7em[data-v-d7895a79] {
  font-size: 1.7em;
}
.font1-3em[data-v-d7895a79] {
  font-size: 1.3em;
}
.font1-4em[data-v-d7895a79] {
  font-size: 1.4em;
}
.font-9em[data-v-d7895a79] {
  font-size: 0.9em;
}
.font10[data-v-d7895a79] {
  font-size: 10px;
}
.font11[data-v-d7895a79] {
  font-size: 11px;
}
.font12[data-v-d7895a79] {
  font-size: 12px;
}
.font13[data-v-d7895a79] {
  font-size: 13px;
}
.font14[data-v-d7895a79] {
  font-size: 14px;
}
.font15[data-v-d7895a79] {
  font-size: 15px;
}
.font16[data-v-d7895a79] {
  font-size: 16px;
}
.font17[data-v-d7895a79] {
  font-size: 17px;
}
.font18[data-v-d7895a79] {
  font-size: 18px;
}
.font19[data-v-d7895a79] {
  font-size: 19px;
}
.font20[data-v-d7895a79] {
  font-size: 20px;
}
.font21[data-v-d7895a79] {
  font-size: 21px;
}
.font22[data-v-d7895a79] {
  font-size: 22px;
}
.font23[data-v-d7895a79] {
  font-size: 23px;
}
.font24[data-v-d7895a79] {
  font-size: 24px;
}
.font25[data-v-d7895a79] {
  font-size: 25px;
}
.font26[data-v-d7895a79] {
  font-size: 26px;
}
.font27[data-v-d7895a79] {
  font-size: 27px;
}
.font28[data-v-d7895a79] {
  font-size: 28px;
}
.font29[data-v-d7895a79] {
  font-size: 29px;
}
.font30[data-v-d7895a79] {
  font-size: 30px;
}
.font31[data-v-d7895a79] {
  font-size: 31px;
}
.font32[data-v-d7895a79] {
  font-size: 32px;
}
.font33[data-v-d7895a79] {
  font-size: 33px;
}
.font34[data-v-d7895a79] {
  font-size: 34px;
}
.font35[data-v-d7895a79] {
  font-size: 35px;
}
.font36[data-v-d7895a79] {
  font-size: 36px;
}
.font37[data-v-d7895a79] {
  font-size: 37px;
}
.font38[data-v-d7895a79] {
  font-size: 38px;
}
.font39[data-v-d7895a79] {
  font-size: 39px;
}
.font40[data-v-d7895a79] {
  font-size: 40px;
}
.font-normal[data-v-d7895a79] {
  font-weight: normal;
}
.color-white[data-v-d7895a79] {
  color: #fff;
}
.color-transparent[data-v-d7895a79] {
  color: transparent !important;
}
.color-black[data-v-d7895a79] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-d7895a79] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-d7895a79] {
  color: fuchia;
}
.color-gray[data-v-d7895a79] {
  color: #a5afb9;
}
.color-hardgray[data-v-d7895a79] {
  color: #4d5263;
}
.color-hannah[data-v-d7895a79] {
  color: #EA184D;
}
.color-lightgray[data-v-d7895a79] {
  color: #d3d3d3;
}
.color-darkblue[data-v-d7895a79] {
  color: #2c3e50;
}
.color-darkgray[data-v-d7895a79] {
  color: #757575;
}
.color-lightred[data-v-d7895a79] {
  color: #e74c3c;
}
.color-red[data-v-d7895a79] {
  color: #e74c3c;
}
.color-blue[data-v-d7895a79] {
  color: #2980b9;
}
.color-yellow[data-v-d7895a79] {
  color: #f49d1e;
}
.color-orange[data-v-d7895a79] {
  color: #ffa500;
}
.color-green[data-v-d7895a79] {
  color: #2AA186;
}
.color-gplus[data-v-d7895a79] {
  color: #d42717;
}
.back-bluelight[data-v-d7895a79] {
  background: #EBF0FF !important;
}
.back-blue[data-v-d7895a79] {
  background: #2980b9 !important;
}
.back-hannah[data-v-d7895a79] {
  background: #EA184D !important;
}
.back-purple[data-v-d7895a79] {
  background: #8e44ad;
}
.back-green[data-v-d7895a79] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-d7895a79] {
  background: #2AA186;
}
.back-yellow[data-v-d7895a79] {
  background: #f49d1e !important;
}
.back-gold[data-v-d7895a79] {
  background: #f49d1e !important;
}
.back-red[data-v-d7895a79] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-d7895a79] {
  background: #e74c3c;
}
.back-lightred[data-v-d7895a79] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-d7895a79] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-d7895a79] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-d7895a79] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-d7895a79] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-d7895a79] {
  background: #f49d1e !important;
}
.back-gplus[data-v-d7895a79] {
  background: #d42717;
}
.back-darkblue[data-v-d7895a79] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-d7895a79] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-d7895a79] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-d7895a79] {
  background: #3e3d40;
}
.back-midgray[data-v-d7895a79] {
  background: #ececec;
}
.back-gray[data-v-d7895a79] {
  background: #a5afb9;
}
.back-black[data-v-d7895a79] {
  background: #121212;
}
.back-transparent[data-v-d7895a79] {
  background: transparent;
}
.back-white[data-v-d7895a79] {
  background: #fff !important;
}
.back-white-simple[data-v-d7895a79] {
  background-color: #fff;
}
.back-lightgray[data-v-d7895a79] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-d7895a79] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-d7895a79] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-d7895a79] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-d7895a79] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-d7895a79] {
  background: #D6DFE4;
}
.bg-aside[data-v-d7895a79] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-d7895a79] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-d7895a79] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-d7895a79] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-d7895a79] {
  background: #fff;
}
.back-item-odd-white[data-v-d7895a79]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-d7895a79] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-d7895a79] {
  position: relative;
}
.absolute[data-v-d7895a79] {
  position: absolute;
}
.fixed[data-v-d7895a79] {
  position: fixed;
}
.fixed-bottom[data-v-d7895a79] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-d7895a79] {
  position: sticky;
}
.sticky.active[data-v-d7895a79] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-d7895a79] {
  bottom: 0;
}
.right0[data-v-d7895a79] {
  right: 0 !important;
}
.left0[data-v-d7895a79] {
  left: 0 !important;
}
.leftPositionControl[data-v-d7895a79] {
  left: -10px;
}
.width100-50[data-v-d7895a79] {
  width: 100%;
}
.width100-40[data-v-d7895a79] {
  width: 100%;
}
.min-width100[data-v-d7895a79] {
  min-width: 100%;
}
.min-width90[data-v-d7895a79] {
  min-width: 90%;
}
.min-width80[data-v-d7895a79] {
  min-width: 80% !important;
}
.min-width70[data-v-d7895a79] {
  min-width: 70%;
}
.min-width60[data-v-d7895a79] {
  min-width: 60%;
}
.min-width50[data-v-d7895a79] {
  max-width: 50%;
}
.min-width45[data-v-d7895a79] {
  min-width: 45%;
}
.min-width40[data-v-d7895a79] {
  min-width: 40%;
}
.min-width30[data-v-d7895a79] {
  min-width: 30%;
}
.min-width20[data-v-d7895a79] {
  min-width: 20%;
}
.min-width25[data-v-d7895a79] {
  min-width: 25%;
}
.min-width10[data-v-d7895a79] {
  min-width: 10%;
}
.width100[data-v-d7895a79] {
  width: 100%;
}
.width90[data-v-d7895a79] {
  width: 90%;
}
.width80[data-v-d7895a79] {
  width: 80% !important;
}
.width70[data-v-d7895a79] {
  width: 70%;
}
.width60[data-v-d7895a79] {
  width: 60%;
}
.width50[data-v-d7895a79] {
  width: 50%;
}
.width45[data-v-d7895a79] {
  width: 45%;
}
.width40[data-v-d7895a79] {
  width: 40%;
}
.width30[data-v-d7895a79] {
  width: 30%;
}
.width20[data-v-d7895a79] {
  width: 20%;
}
.width25[data-v-d7895a79] {
  width: 25%;
}
.width10[data-v-d7895a79] {
  width: 10%;
}
.width-min[data-v-d7895a79] {
  width: min-content;
}
.max-width800[data-v-d7895a79] {
  max-width: 800px;
}
.widthCenter[data-v-d7895a79] {
  width: 80%;
}
.max-width600[data-v-d7895a79] {
  max-width: 600px;
}
.max-width300[data-v-d7895a79] {
  max-width: 300px;
}
.widthHalf[data-v-d7895a79] {
  width: 50%;
}
.width-sellProductImg-control[data-v-d7895a79] {
  width: 150px;
}
.top-control-sellProduct[data-v-d7895a79] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-d7895a79] {
  width: 100%;
}
.width-cuotas-control-item[data-v-d7895a79] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-d7895a79] {
  width: 163px;
}
.width-control-btn-inline[data-v-d7895a79] {
  width: 195px;
}
.width-controll-buys-item[data-v-d7895a79] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-d7895a79] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-d7895a79] {
  width: 180px;
}
.width-pasarela-img-control[data-v-d7895a79] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-d7895a79] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-d7895a79] {
  width: 95%;
}
.width-pasarela[data-v-d7895a79] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-d7895a79]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-d7895a79]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d7895a79]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d7895a79]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-d7895a79] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-d7895a79] {
  max-height: 100%;
}
.height220[data-v-d7895a79] {
  height: 220px;
}
.height100vh[data-v-d7895a79] {
  height: 100vh !important;
}
.heightFilters[data-v-d7895a79] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-d7895a79] {
  height: 100%;
}
.height-aside[data-v-d7895a79] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-d7895a79] {
  height: 0px;
}
.heightBox[data-v-d7895a79] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-d7895a79] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-d7895a79] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-d7895a79] {
  justify-content: center;
}
.pointer[data-v-d7895a79] {
  cursor: pointer !important;
}
.cursor-move[data-v-d7895a79] {
  cursor: move !important;
}
.cursor-not[data-v-d7895a79] {
  cursor: not-allowed !important;
}
.events-none[data-v-d7895a79] {
  pointer-events: none;
}
.shadow[data-v-d7895a79] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-d7895a79] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-d7895a79] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-d7895a79] {
  transition: 0.3s;
}
.hoverShadow[data-v-d7895a79]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-d7895a79] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-d7895a79] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-d7895a79] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-d7895a79] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-d7895a79] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-d7895a79] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-d7895a79] {
  width: 40px;
  height: 40px;
}
.square35[data-v-d7895a79] {
  width: 35px;
  height: 35px;
}
.square30[data-v-d7895a79] {
  width: 30px;
  height: 30px;
}
.square25[data-v-d7895a79] {
  width: 25px;
  height: 25px;
}
.square12[data-v-d7895a79] {
  width: 12px;
  height: 12px;
}
.square15[data-v-d7895a79] {
  width: 15px;
  height: 15px;
}
.square17[data-v-d7895a79] {
  width: 17px;
  height: 17px;
}
.square18[data-v-d7895a79] {
  width: 18px;
  height: 18px;
}
.square20[data-v-d7895a79] {
  width: 20px;
  height: 20px;
}
.square50[data-v-d7895a79] {
  width: 50px;
  height: 50px;
}
.square70[data-v-d7895a79] {
  width: 70px;
  height: 70px;
}
.square55[data-v-d7895a79] {
  width: 55px;
  height: 55px;
}
.square100[data-v-d7895a79] {
  width: 100px;
  height: 100px;
}
.square10[data-v-d7895a79] {
  width: 10px;
  height: 10px;
}
.square200[data-v-d7895a79] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-d7895a79] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-d7895a79] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-d7895a79] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-d7895a79] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-d7895a79] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-d7895a79] {
  overflow-y: hidden;
}
.remove-scroll[data-v-d7895a79] {
  overflow-y: hidden;
}
.active-scroll[data-v-d7895a79] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-d7895a79] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-d7895a79] {
  overflow: hidden !important;
}
.overflow-auto[data-v-d7895a79] {
  overflow: auto !important;
}
.hidden[data-v-d7895a79] {
  visibility: hidden;
}
.offscreen[data-v-d7895a79] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-d7895a79] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-d7895a79] {
  opacity: 0;
}
.opacity30[data-v-d7895a79] {
  opacity: 0.3;
}
.opacity50[data-v-d7895a79] {
  opacity: 0.5;
}
.opacity70[data-v-d7895a79] {
  opacity: 0.7;
}
.opacity80[data-v-d7895a79] {
  opacity: 0.8;
}
.transition30[data-v-d7895a79] {
  transition: 0.3s;
}
.cleared[data-v-d7895a79] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-d7895a79] {
  transition: 0.1s;
}
.hover-green[data-v-d7895a79]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-d7895a79] {
  animation: aside-d7895a79 0.5s reverse;
}
.aside-leave-active[data-v-d7895a79] {
  animation: aside-d7895a79 0.5s;
}
.asideContent-enter-active[data-v-d7895a79] {
  animation: asideContent-d7895a79 0.3s reverse;
}
.asideContent-leave-active[data-v-d7895a79] {
  animation: asideContent-d7895a79 0.3s;
}
@keyframes aside-d7895a79 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-d7895a79 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-d7895a79 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-d7895a79] {
  animation: spin-d7895a79 2s infinite;
}
@keyframes spin-d7895a79 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-d7895a79] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-d7895a79] {
  padding: 3px;
}
.carousel__pagination-button[data-v-d7895a79] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-d7895a79] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-d7895a79]::after {
  display: none !important;
}
.pagination[data-v-d7895a79] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-d7895a79] {
  display: inline;
}
.pagination > li > a[data-v-d7895a79], .pagination > li > span[data-v-d7895a79] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-d7895a79], .pagination > li:first-child > span[data-v-d7895a79] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-d7895a79], .pagination > li:last-child > span[data-v-d7895a79] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-d7895a79]:hover, .pagination > li > span[data-v-d7895a79]:hover, .pagination > li > a[data-v-d7895a79]:focus, .pagination > li > span[data-v-d7895a79]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-d7895a79], .pagination > .active > span[data-v-d7895a79], .pagination > .active > a[data-v-d7895a79]:hover, .pagination > .active > span[data-v-d7895a79]:hover, .pagination > .active > a[data-v-d7895a79]:focus, .pagination > .active > span[data-v-d7895a79]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-d7895a79] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-d7895a79]:hover, .pagination > .disabled > span[data-v-d7895a79]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d7895a79] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d7895a79]:hover, .pagination > .disabled > a[data-v-d7895a79]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-d7895a79], .pagination-lg > li > span[data-v-d7895a79] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-d7895a79], .pagination-lg > li:first-child > span[data-v-d7895a79] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-d7895a79], .pagination-lg > li:last-child > span[data-v-d7895a79] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-d7895a79], .pagination-sm > li > span[data-v-d7895a79] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-d7895a79], .pagination-sm > li:first-child > span[data-v-d7895a79] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-d7895a79], .pagination-sm > li:last-child > span[data-v-d7895a79] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-d7895a79] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-d7895a79] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-d7895a79] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-d7895a79] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-d7895a79] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-d7895a79] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-d7895a79] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-d7895a79]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-d7895a79] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-d7895a79]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-d7895a79] {
  overflow: unset !important;
}
.btn-shadow[data-v-d7895a79] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-d7895a79] {
  margin-left: 0px;
}
.reset-button[data-v-d7895a79] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-d7895a79] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-d7895a79]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-d7895a79] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-d7895a79] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-d7895a79],
.btn-finalize[data-v-d7895a79] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-d7895a79] {
  right: 7px;
}
.btn-finalize[data-v-d7895a79] {
  left: 7px;
}
.tab-counter[data-v-d7895a79] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-d7895a79] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-d7895a79] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-d7895a79] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-d7895a79] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-d7895a79] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-d7895a79] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-d7895a79] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-d7895a79] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-d7895a79] {
  transition: 0.5s;
}
.tab[data-v-d7895a79]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-d7895a79] {
  color: #2980b9;
}
.tab.active[data-v-d7895a79]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-d7895a79] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-d7895a79] {
  width: 220px;
}
.badge-display[data-v-d7895a79], .badge-display2[data-v-d7895a79] {
  min-width: 224px;
}
.my-badge[data-v-d7895a79] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-d7895a79] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-d7895a79] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-d7895a79] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-d7895a79] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-d7895a79] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-d7895a79] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-d7895a79] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-d7895a79] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-d7895a79] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-d7895a79] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-d7895a79] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-d7895a79] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-d7895a79] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-d7895a79] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-d7895a79] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-d7895a79] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-d7895a79] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-d7895a79] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-d7895a79] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-d7895a79] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-d7895a79] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-d7895a79] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-d7895a79] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-d7895a79] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-d7895a79] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-d7895a79] {
  flex-wrap: wrap;
}
.vueperslide[data-v-d7895a79] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-d7895a79] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-d7895a79] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-d7895a79] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-d7895a79] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-d7895a79] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-d7895a79] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-d7895a79] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-d7895a79] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-d7895a79] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-d7895a79] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-d7895a79] {
  width: 100%;
}
.img-product-detail[data-v-d7895a79] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-d7895a79] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-d7895a79] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-d7895a79] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-d7895a79] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-d7895a79] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-d7895a79] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-d7895a79] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-d7895a79] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-d7895a79] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-d7895a79] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-d7895a79] {
  text-align: center;
}
.modal-enter[data-v-d7895a79], .modal-leave-active[data-v-d7895a79] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-d7895a79], .modal-leave-active .modal-container[data-v-d7895a79] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-d7895a79] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-d7895a79] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-d7895a79] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-d7895a79] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-d7895a79] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-d7895a79]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-d7895a79] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-d7895a79] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-d7895a79] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-d7895a79]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-d7895a79] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-d7895a79] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-d7895a79] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-d7895a79]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-d7895a79] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-d7895a79] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-d7895a79] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-d7895a79]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-d7895a79] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-d7895a79] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-d7895a79] {
  display: none;
}
.vdp-datepicker input[data-v-d7895a79] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-d7895a79]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-d7895a79] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-d7895a79] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-d7895a79 ease-in-out infinite;
}
.vue-treeselect__control[data-v-d7895a79] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-d7895a79] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-d7895a79] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-d7895a79] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-d7895a79] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-d7895a79] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-d7895a79] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-d7895a79] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-d7895a79 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-d7895a79 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-d7895a79 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-d7895a79 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-d7895a79 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-d7895a79 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d7895a79],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d7895a79] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d7895a79] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d7895a79] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-d7895a79],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-d7895a79] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-d7895a79] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-d7895a79] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-d7895a79] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-d7895a79],
.vue-treeselect span[data-v-d7895a79] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-d7895a79] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-d7895a79] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-d7895a79]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-d7895a79] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-d7895a79] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-d7895a79],
.vue-treeselect__control[data-v-d7895a79]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-d7895a79] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-d7895a79] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-d7895a79],
.vue-treeselect__multi-value[data-v-d7895a79] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-d7895a79] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-d7895a79] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-d7895a79] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-d7895a79] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-d7895a79],
.vue-treeselect__single-value[data-v-d7895a79] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-d7895a79] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-d7895a79] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-d7895a79] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-d7895a79] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-d7895a79] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-d7895a79]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-d7895a79] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-d7895a79] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-d7895a79],
.vue-treeselect__multi-value-label[data-v-d7895a79] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-d7895a79] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-d7895a79] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-d7895a79],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-d7895a79] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-d7895a79] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-d7895a79] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-d7895a79] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-d7895a79] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-d7895a79] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-d7895a79] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-d7895a79] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-d7895a79] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-d7895a79] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-d7895a79] {
  display: none;
}
.vue-treeselect__input[data-v-d7895a79],
.vue-treeselect__sizer[data-v-d7895a79] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-d7895a79] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-d7895a79]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-d7895a79] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-d7895a79] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-d7895a79] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-d7895a79] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-d7895a79 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-d7895a79 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-d7895a79]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-d7895a79] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-d7895a79] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-d7895a79] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-d7895a79] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-d7895a79] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-d7895a79] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-d7895a79] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-d7895a79] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-d7895a79] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-d7895a79] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-d7895a79] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-d7895a79] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d7895a79] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d7895a79]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-d7895a79] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-d7895a79],
.vue-treeselect__option-arrow-placeholder[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-d7895a79] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-d7895a79] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-d7895a79],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-d7895a79] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-d7895a79] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-d7895a79] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-d7895a79] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-d7895a79] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-d7895a79] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-d7895a79],
.vue-treeselect__minus-mark[data-v-d7895a79] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-d7895a79] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-d7895a79] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d7895a79] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-d7895a79] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-d7895a79] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d7895a79] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d7895a79] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-d7895a79] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-d7895a79] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-d7895a79] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-d7895a79] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-d7895a79] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-d7895a79] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-d7895a79] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-d7895a79] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-d7895a79] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-d7895a79] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-d7895a79] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-d7895a79] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-d7895a79] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-d7895a79] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-d7895a79] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-d7895a79]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-d7895a79] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-d7895a79]::before,
.vue-treeselect__icon-error[data-v-d7895a79]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-d7895a79]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-d7895a79]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-d7895a79] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-d7895a79 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-d7895a79 linear infinite;
}
.vue-treeselect__icon-loader[data-v-d7895a79]::before,
.vue-treeselect__icon-loader[data-v-d7895a79]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-d7895a79 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-d7895a79 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-d7895a79]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-d7895a79]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-d7895a79],
.vac-loader-wrapper[data-v-d7895a79] {
  display: none !important;
}
.vac-room-name[data-v-d7895a79] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-d7895a79] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-d7895a79] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-d7895a79] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-d7895a79] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-d7895a79] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-d7895a79] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-d7895a79] {
  min-height: 24px !important;
}
.tagWarn[data-v-d7895a79] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-d7895a79]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-d7895a79] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-d7895a79]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-d7895a79]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-d7895a79] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-d7895a79] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-d7895a79] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-d7895a79] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-d7895a79]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-d7895a79] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-d7895a79]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-d7895a79] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-d7895a79] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-d7895a79] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-d7895a79]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-d7895a79] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-d7895a79]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-d7895a79] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-d7895a79]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-d7895a79]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-d7895a79] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-d7895a79] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-d7895a79] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-d7895a79]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-d7895a79] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-d7895a79] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-d7895a79] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-d7895a79]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-d7895a79] {
  font-size: 1.15em;
}
.my-select[data-v-d7895a79] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d7895a79] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d7895a79] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d7895a79] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d7895a79] {
  width: 160px;
}
.my-select[data-v-d7895a79] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d7895a79] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d7895a79] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d7895a79] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d7895a79] {
  width: 160px;
}
.input-cupon[data-v-d7895a79] {
  display: flex;
}
.input-cupon > div > span[data-v-d7895a79] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-d7895a79] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-d7895a79] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-d7895a79]:not(:checked),
input[type=checkbox].check[data-v-d7895a79]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-d7895a79],
input[type=checkbox].check:checked + label[data-v-d7895a79] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-d7895a79]:before,
input[type=checkbox].check:checked + label[data-v-d7895a79]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-d7895a79]:after,
input[type=checkbox].check:checked + label[data-v-d7895a79]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-d7895a79]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-d7895a79]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-d7895a79]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d7895a79]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d7895a79]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-d7895a79] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-d7895a79]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-d7895a79]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-d7895a79] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-d7895a79] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-d7895a79] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-d7895a79] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-d7895a79] {
  opacity: 1;
}
.multiselect__tag[data-v-d7895a79] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-d7895a79] {
  background: #2AA186 !important;
}
.multiselect[data-v-d7895a79] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-d7895a79]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-d7895a79] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-d7895a79] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-d7895a79]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-d7895a79]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-d7895a79]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-d7895a79]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-d7895a79] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-d7895a79] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-d7895a79] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-d7895a79] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d7895a79] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-d7895a79] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d7895a79]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d7895a79]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d7895a79]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-d7895a79] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-d7895a79] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-d7895a79] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-d7895a79] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-d7895a79]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-d7895a79] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-d7895a79] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d7895a79] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-d7895a79] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-d7895a79] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d7895a79] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d7895a79]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d7895a79] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d7895a79] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d7895a79], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d7895a79] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-d7895a79] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-d7895a79] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d7895a79], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-d7895a79] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-d7895a79], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-d7895a79] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d7895a79]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-d7895a79]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-d7895a79] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d7895a79] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d7895a79] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-d7895a79] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-d7895a79] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-d7895a79] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-d7895a79] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-d7895a79] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-d7895a79] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-d7895a79] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-d7895a79] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-d7895a79] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-d7895a79] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-d7895a79] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-d7895a79] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-d7895a79]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-d7895a79] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-d7895a79] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-d7895a79] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-d7895a79] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-d7895a79] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-d7895a79] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-d7895a79] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-d7895a79] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-d7895a79], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d7895a79] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d7895a79] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-d7895a79] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-d7895a79] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-d7895a79] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-d7895a79] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-d7895a79] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-d7895a79] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-d7895a79], .v3-emoji-picker .v3-header[data-v-d7895a79] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-d7895a79] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-d7895a79] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-d7895a79] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-d7895a79]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d7895a79], .v3-emoji-picker .v3-skin-tones[data-v-d7895a79] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d7895a79]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-d7895a79] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-d7895a79] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-d7895a79] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-d7895a79], body[data-v-d7895a79] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-d7895a79], body.home[data-v-d7895a79] {
  background-color: #fff;
}
[data-v-d7895a79]:focus {
  outline: none !important;
}
a[data-v-d7895a79] {
  text-decoration: none;
}
a[data-v-d7895a79]:hover,
a[data-v-d7895a79]:focus {
  text-decoration: none;
}
img[data-v-d7895a79] {
  border: 0;
}
textarea[data-v-d7895a79] {
  resize: none;
}
h1[data-v-d7895a79],
h2[data-v-d7895a79],
h3[data-v-d7895a79],
h4[data-v-d7895a79],
h5[data-v-d7895a79],
h6[data-v-d7895a79] {
  font-weight: bold;
}
.vac-message-container[data-v-d7895a79] {
  position: relative;
  padding: 2px 10px;
  align-items: end;
  min-width: 100px;
  box-sizing: content-box;
}
.vac-message-current[data-v-d7895a79] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-d7895a79] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.message-actions[data-v-d7895a79] {
  color: var(--chat-message-color);
  font-size: 14px;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid var(--lightgray);
  text-align: center;
}
@keyframes spin-d7895a79 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner[data-v-d7895a79] {
  animation: spin-d7895a79 1s linear infinite;
}
[data-v-67f4b650]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-67f4b650] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-67f4b650] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-67f4b650] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-67f4b650] {
  width: 100%;
}
.home-icon img[data-v-67f4b650] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-67f4b650] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-67f4b650] {
  line-height: 30px;
}
.list-style-none[data-v-67f4b650] {
  list-style: none;
}
.burger-menu[data-v-67f4b650] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-67f4b650] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-67f4b650] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-67f4b650] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-67f4b650] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-67f4b650] {
  position: relative;
}
.card-product .my-close[data-v-67f4b650] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-67f4b650] {
  margin: 0;
}
.filtro-form input[data-v-67f4b650] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-67f4b650] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-67f4b650] {
  padding: 20px 0 0;
}
.img-tiny[data-v-67f4b650] {
  width: 80px;
}
.img-item img[data-v-67f4b650] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-67f4b650] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-67f4b650] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-67f4b650]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-67f4b650] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-67f4b650] {
  margin-left: 10px;
}
.notifications section[data-v-67f4b650] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-67f4b650] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-67f4b650] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-67f4b650],
.list-complete-leave-to[data-v-67f4b650] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-67f4b650] {
  position: absolute;
}
#_op_data_r[data-v-67f4b650],
#_op_data_antifraud[data-v-67f4b650] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-67f4b650],
iframe#_op_data_antifraud[data-v-67f4b650],
iframe#device_profile[data-v-67f4b650],
iframe#thm_mp_cntnr[data-v-67f4b650] {
  position: absolute !important;
}
iframe[data-v-67f4b650] {
  background: #fff !important;
}
.main-content[data-v-67f4b650] {
  padding-top: 30px;
}
.card-contactStory[data-v-67f4b650] {
  width: 93vw;
}
.card-contactStory img[data-v-67f4b650] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-67f4b650] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-67f4b650] {
  width: 280px;
}
.dropped[data-v-67f4b650] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-67f4b650] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-67f4b650]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-67f4b650] {
  display: block !important;
}
.dropped .dropdown a[data-v-67f4b650] {
  color: #fff;
}
.dropped .dropdown a[data-v-67f4b650]:hover {
  text-decoration: underline;
}
.line-height25[data-v-67f4b650] {
  line-height: 25px;
}
aside[data-v-67f4b650] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-67f4b650] {
  height: 100vh;
}
.my-header[data-v-67f4b650] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-67f4b650] {
  position: inherit !important;
}
.my-header-menu[data-v-67f4b650] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-67f4b650] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-67f4b650]:hover {
  background: hannah;
}
.menu-api-activate[data-v-67f4b650] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-67f4b650] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-67f4b650] {
  position: relative;
}
.menu-api-item a[data-v-67f4b650]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-67f4b650] {
  padding: 0 !important;
}
.card-product[data-v-67f4b650] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-67f4b650] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-67f4b650] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-67f4b650] {
  margin: 0;
}
.sticky-home[data-v-67f4b650] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-67f4b650] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-67f4b650]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-67f4b650] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-67f4b650]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-67f4b650] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-67f4b650]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-67f4b650] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-67f4b650] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-67f4b650] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-67f4b650]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-67f4b650] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-67f4b650] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-67f4b650] {
  display: block !important;
}
.leftPositionSubMenu[data-v-67f4b650] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-67f4b650] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-67f4b650],
.circle-toggle-box[data-v-67f4b650] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-67f4b650] {
  left: 44px !important;
}
.triangleStatus[data-v-67f4b650]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-67f4b650] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-67f4b650] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-67f4b650] {
  overflow: visible !important;
}
.width-max80[data-v-67f4b650] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-67f4b650] {
  display: flex !important;
}
.flex-none[data-v-67f4b650] {
  flex: none;
}
.flex-nowrap[data-v-67f4b650] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-67f4b650] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-67f4b650] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-67f4b650] {
  flex-direction: column;
}
.flex-col-row[data-v-67f4b650] {
  flex-direction: column;
}
.flex-row[data-v-67f4b650] {
  flex-direction: row;
}
.flex-between-align[data-v-67f4b650] {
  align-content: space-between;
}
.flex-middle[data-v-67f4b650] {
  align-items: center;
}
.flex-bottom[data-v-67f4b650] {
  align-items: flex-end;
}
.flex-between[data-v-67f4b650] {
  justify-content: space-between;
}
.flex-center[data-v-67f4b650] {
  justify-content: center;
}
.flex-right[data-v-67f4b650] {
  justify-content: flex-end;
}
.flex-left[data-v-67f4b650] {
  justify-content: flex-start;
}
.flex-evenly[data-v-67f4b650] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-67f4b650] {
  flex-grow: 1;
}
.flex-grow-2[data-v-67f4b650] {
  flex-grow: 2;
}
.flex-grow-3[data-v-67f4b650] {
  flex-grow: 3;
}
.flex-grow-4[data-v-67f4b650] {
  flex-grow: 4;
}
.flex-grow-5[data-v-67f4b650] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-67f4b650] {
  align-items: flex-start;
}
.flex800[data-v-67f4b650] {
  display: none;
}
.flexc-flex[data-v-67f4b650] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-67f4b650] {
  display: none;
}
.flex-display-50-10[data-v-67f4b650] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-67f4b650] {
  display: none;
}
.show760[data-v-67f4b650] {
  display: none;
}
.hide[data-v-67f4b650] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-67f4b650] {
    display: block !important;
}
.badge-display[data-v-67f4b650] {
    display: none;
}
.badge-display2[data-v-67f4b650] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-67f4b650] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-67f4b650] {
    display: block;
}
.badge-display2[data-v-67f4b650] {
    display: none;
}
.fix-width[data-v-67f4b650] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-67f4b650] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-67f4b650] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-67f4b650] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-67f4b650] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-67f4b650] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-67f4b650] {
    width: 50%;
}
.width100-40[data-v-67f4b650] {
    width: 40%;
}
.show600[data-v-67f4b650] {
    display: block;
}
.width-controll-btn-typeweek[data-v-67f4b650] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-67f4b650] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-67f4b650] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-67f4b650] {
    width: 220px !important;
}
.leftPositionControl[data-v-67f4b650] {
    left: -40px !important;
}
.container-tipo-envio[data-v-67f4b650] {
    display: flex;
}
.width-controll-buys-item[data-v-67f4b650] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-67f4b650] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-67f4b650] {
    top: 380px !important;
}
.my-header-menu[data-v-67f4b650] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-67f4b650] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-67f4b650] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-67f4b650] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-67f4b650] {
    min-width: 400px;
}
.cart-btn-add[data-v-67f4b650] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-67f4b650] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-67f4b650] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-67f4b650] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-67f4b650] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-67f4b650] {
    justify-content: left;
}
.flex-mid[data-v-67f4b650] {
    display: flex !important;
}
.msg-stock[data-v-67f4b650] {
    padding: 10px 0 0;
}
.counter-cart[data-v-67f4b650] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-67f4b650] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-67f4b650] {
    display: none;
}
.badge-display2[data-v-67f4b650] {
    display: block;
}
.show760[data-v-67f4b650] {
    display: block;
}
.hide760[data-v-67f4b650] {
    display: none;
}
.grid-products[data-v-67f4b650] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-67f4b650] {
    margin: auto;
}
.mr-h[data-v-67f4b650] {
    margin: auto;
}
.width-control-otherProducts[data-v-67f4b650] {
    width: 170px !important;
}
.leftPositionControl[data-v-67f4b650] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-67f4b650] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-67f4b650] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-67f4b650] {
    width: 30vw !important;
}
.product-item[data-v-67f4b650] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-67f4b650] {
    width: 90% !important;
}
.my-container[data-v-67f4b650] {
    width: 680px !important;
}
.login[data-v-67f4b650] {
    width: 310px !important;
}
.width-cuotas-control[data-v-67f4b650] {
    width: 278px !important;
}
.flexc-flex[data-v-67f4b650] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-67f4b650] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-67f4b650] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-67f4b650] {
    height: 140px;
}
.width-control-input-chat[data-v-67f4b650] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-67f4b650] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-67f4b650] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-67f4b650] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-67f4b650] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-67f4b650] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-67f4b650] {
    width: 270px !important;
}
.leftPositionControl[data-v-67f4b650] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-67f4b650] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-67f4b650] {
    width: 17vw !important;
}
.filters-wrap[data-v-67f4b650] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-67f4b650] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-67f4b650] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-67f4b650] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-67f4b650] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-67f4b650] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-67f4b650] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-67f4b650] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-67f4b650]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-67f4b650] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-67f4b650] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-67f4b650]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-67f4b650] {
    max-width: 330px !important;
}
.iterable-box[data-v-67f4b650] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-67f4b650] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-67f4b650] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-67f4b650] {
    width: 160px !important;
}
.my-container[data-v-67f4b650] {
    width: 800px !important;
}
.search-btn-box[data-v-67f4b650] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-67f4b650] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-67f4b650] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-67f4b650] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-67f4b650] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-67f4b650] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-67f4b650] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-67f4b650] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-67f4b650] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-67f4b650] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-67f4b650] {
    width: 280px !important;
}
.width300-desktop[data-v-67f4b650] {
    width: 300px !important;
}
.concept-item-stats[data-v-67f4b650] {
    width: 80%;
}
.widthHalf-desktop[data-v-67f4b650] {
    width: 50% !important;
}
.column-desktop[data-v-67f4b650] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-67f4b650] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-67f4b650] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-67f4b650] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-67f4b650],
.flex-desktop[data-v-67f4b650] {
    display: flex !important;
}
.block-desktop[data-v-67f4b650] {
    display: block !important;
}
.hide-desktop[data-v-67f4b650] {
    display: none !important;
}
.fixButton[data-v-67f4b650] {
    top: -20px;
}
.width-cuotas-control[data-v-67f4b650] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-67f4b650] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-67f4b650] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-67f4b650] {
    display: none !important;
}
.bottom10-desktop[data-v-67f4b650] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-67f4b650] {
    left: -125px !important;
}
.grid-products[data-v-67f4b650] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-67f4b650] {
    width: 1000px !important;
}
.showFullDesktop[data-v-67f4b650] {
    display: block !important;
}
.leftPositionControl[data-v-67f4b650] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-67f4b650] {
    display: none !important;
}
.show-only-desktop[data-v-67f4b650] {
    display: flex !important;
}
.leftPositionControl[data-v-67f4b650] {
    left: -260px !important;
}
.catalog-container[data-v-67f4b650] {
    margin: unset;
}
.carrito-catalog[data-v-67f4b650] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-67f4b650] {
    left: -280px !important;
}
}
.grid-container[data-v-67f4b650] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-67f4b650] {
  grid-column: span 1;
}
.grid-item-1[data-v-67f4b650] {
  grid-column: span 1;
}
.grid-item-2[data-v-67f4b650] {
  grid-column: span 2;
}
.grid-item-3[data-v-67f4b650] {
  grid-column: span 3;
}
.grid-item-4[data-v-67f4b650] {
  grid-column: span 4;
}
.grid-item-5[data-v-67f4b650] {
  grid-column: span 5;
}
.grid-item-6[data-v-67f4b650] {
  grid-column: span 6;
}
.grid-item-7[data-v-67f4b650] {
  grid-column: span 7;
}
.grid-item-8[data-v-67f4b650] {
  grid-column: span 8;
}
.grid-item-9[data-v-67f4b650] {
  grid-column: span 9;
}
.grid-item-10[data-v-67f4b650] {
  grid-column: span 10;
}
.grid-item-11[data-v-67f4b650] {
  grid-column: span 11;
}
.grid-item-12[data-v-67f4b650] {
  grid-column: span 12;
}
.grid-cart[data-v-67f4b650] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-67f4b650] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-67f4b650] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-67f4b650] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-67f4b650] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-67f4b650] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-67f4b650] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-67f4b650] {
  gap: 10px;
}
.gap20[data-v-67f4b650] {
  gap: 20px;
}
.grid-box[data-v-67f4b650] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-67f4b650] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-67f4b650] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-67f4b650],
.grid-3 div[data-v-67f4b650],
.grid-4 div[data-v-67f4b650] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-67f4b650] {
  background: #fff;
}
.grid-item-odd[data-v-67f4b650]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-67f4b650] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-67f4b650] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-67f4b650] {
  max-width: 350px;
}
.margin0[data-v-67f4b650] {
  margin: 0 !important;
}
.margin0-5[data-v-67f4b650] {
  margin: 0 5px;
}
.margin10-0[data-v-67f4b650] {
  margin: 10px 0;
}
.margin10-5[data-v-67f4b650] {
  margin: 10px 5px;
}
.margin0-10[data-v-67f4b650] {
  margin: 0 10px;
}
.margin0-15[data-v-67f4b650] {
  margin: 0 15px;
}
.margin15-0[data-v-67f4b650] {
  margin: 15px 0px;
}
.margin20-0[data-v-67f4b650] {
  margin: 20px 0;
}
.margin20-10[data-v-67f4b650] {
  margin: 20px 10px;
}
.margin30-0[data-v-67f4b650] {
  margin: 30px 0;
}
.margin40-0[data-v-67f4b650] {
  margin: 40px 0;
}
.margin20-40[data-v-67f4b650] {
  margin: 20px 40px;
}
.margin0-20[data-v-67f4b650] {
  margin: 0 20px;
}
.margin5[data-v-67f4b650] {
  margin: 5px;
}
.margin5-0[data-v-67f4b650] {
  margin: 5px 0;
}
.margin10[data-v-67f4b650] {
  margin: 10px;
}
.margin10-20[data-v-67f4b650] {
  margin: 10px 20px;
}
.margin15[data-v-67f4b650] {
  margin: 15px;
}
.margin20[data-v-67f4b650] {
  margin: 20px;
}
.margin30[data-v-67f4b650] {
  margin: 30px;
}
.margin50[data-v-67f4b650] {
  margin: 50px;
}
.margin-right-auto[data-v-67f4b650] {
  margin-right: auto;
}
.margin-left-auto[data-v-67f4b650] {
  margin-left: auto;
}
.ml-h[data-v-67f4b650] {
  margin-left: auto;
}
.mr-h[data-v-67f4b650] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-67f4b650] {
  margin-bottom: 5px;
}
.margin-top5[data-v-67f4b650] {
  margin-top: 5px !important;
}
.margin-top10[data-v-67f4b650] {
  margin-top: 10px !important;
}
.margin-top15[data-v-67f4b650] {
  margin-top: 15px !important;
}
.margin-top20[data-v-67f4b650] {
  margin-top: 20px !important;
}
.margin-top30[data-v-67f4b650] {
  margin-top: 30px !important;
}
.margin-top35[data-v-67f4b650] {
  margin-top: 35px !important;
}
.margin-top40[data-v-67f4b650] {
  margin-top: 40px !important;
}
.margin-top50[data-v-67f4b650] {
  margin-top: 50px !important;
}
.margin-top60[data-v-67f4b650] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-67f4b650] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-67f4b650] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-67f4b650] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-67f4b650] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-67f4b650] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-67f4b650] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-67f4b650] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-67f4b650] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-67f4b650] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-67f4b650] {
  margin-left: 5px !important;
}
.margin-left10[data-v-67f4b650] {
  margin-left: 10px !important;
}
.margin-left15[data-v-67f4b650] {
  margin-left: 15px !important;
}
.margin-left20[data-v-67f4b650] {
  margin-left: 20px !important;
}
.margin-left30[data-v-67f4b650] {
  margin-left: 30px !important;
}
.margin-left35[data-v-67f4b650] {
  margin-left: 35px !important;
}
.margin-left40[data-v-67f4b650] {
  margin-left: 40px !important;
}
.margin-left50[data-v-67f4b650] {
  margin-left: 50px !important;
}
.margin-left60[data-v-67f4b650] {
  margin-left: 60px !important;
}
.margin-right5[data-v-67f4b650] {
  margin-right: 5px !important;
}
.margin-right10[data-v-67f4b650] {
  margin-right: 10px !important;
}
.margin-right15[data-v-67f4b650] {
  margin-right: 15px !important;
}
.margin-right20[data-v-67f4b650] {
  margin-right: 20px !important;
}
.margin-right30[data-v-67f4b650] {
  margin-right: 30px !important;
}
.margin-right35[data-v-67f4b650] {
  margin-right: 35px !important;
}
.margin-right40[data-v-67f4b650] {
  margin-right: 40px !important;
}
.margin-right50[data-v-67f4b650] {
  margin-right: 50px !important;
}
.margin-right60[data-v-67f4b650] {
  margin-right: 60px !important;
}
.my-5[data-v-67f4b650] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-67f4b650] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-67f4b650] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-67f4b650] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-67f4b650] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-67f4b650] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-67f4b650] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-67f4b650] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-67f4b650] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-67f4b650] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-67f4b650] {
  padding: 0 !important;
}
.padding5[data-v-67f4b650] {
  padding: 5px;
}
.padding10[data-v-67f4b650] {
  padding: 10px;
}
.padding15[data-v-67f4b650] {
  padding: 15px;
}
.padding20[data-v-67f4b650] {
  padding: 20px;
}
.padding30[data-v-67f4b650] {
  padding: 30px;
}
.padding40[data-v-67f4b650] {
  padding: 40px;
}
.padding40-0[data-v-67f4b650] {
  padding: 40px 0;
}
.padding-left5[data-v-67f4b650] {
  padding-left: 5px;
}
.padding-left10[data-v-67f4b650] {
  padding-left: 10px;
}
.padding-left15[data-v-67f4b650] {
  padding-left: 15px;
}
.padding-left20[data-v-67f4b650] {
  padding-left: 20px;
}
.padding-right5[data-v-67f4b650] {
  padding-right: 5px;
}
.padding-right10[data-v-67f4b650] {
  padding-right: 10px;
}
.padding-right15[data-v-67f4b650] {
  padding-right: 15px;
}
.padding-right20[data-v-67f4b650] {
  padding-right: 20px;
}
.padding-right30[data-v-67f4b650] {
  padding-right: 30px;
}
.padding-right40[data-v-67f4b650] {
  padding-right: 40px;
}
.padding-top0[data-v-67f4b650] {
  padding-top: 0px;
}
.padding-top5[data-v-67f4b650] {
  padding-top: 5px;
}
.padding-top10[data-v-67f4b650] {
  padding-top: 10px;
}
.padding-top15[data-v-67f4b650] {
  padding-top: 15px;
}
.padding-top20[data-v-67f4b650] {
  padding-top: 20px;
}
.padding-top30[data-v-67f4b650] {
  padding-top: 30px;
}
.padding-top50[data-v-67f4b650] {
  padding-top: 50px;
}
.padding-top60[data-v-67f4b650] {
  padding-top: 60px;
}
.padding-top70[data-v-67f4b650] {
  padding-top: 70px;
}
.padding-top90[data-v-67f4b650] {
  padding-top: 90px;
}
.padding-top100[data-v-67f4b650] {
  padding-top: 100px;
}
.padding-top120[data-v-67f4b650] {
  padding-top: 120px;
}
.padding-top180[data-v-67f4b650] {
  padding-top: 180px;
}
.padding-bottom0[data-v-67f4b650] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-67f4b650] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-67f4b650] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-67f4b650] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-67f4b650] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-67f4b650] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-67f4b650] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-67f4b650] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-67f4b650] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-67f4b650] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-67f4b650] {
  padding-bottom: 240px;
}
.padding10-0[data-v-67f4b650] {
  padding: 10px 0;
}
.padding10-5[data-v-67f4b650] {
  padding: 10px 5px;
}
.padding0-5[data-v-67f4b650] {
  padding: 0 5px;
}
.padding0-10[data-v-67f4b650] {
  padding: 0 10px;
}
.padding0-15[data-v-67f4b650] {
  padding: 0 15px;
}
.padding20-0[data-v-67f4b650] {
  padding: 20px 0;
}
.padding20-10[data-v-67f4b650] {
  padding: 20px 10px;
}
.padding15-20[data-v-67f4b650] {
  padding: 15px 20px;
}
.padding15-0[data-v-67f4b650] {
  padding: 15px 0px;
}
.padding20-5[data-v-67f4b650] {
  padding: 20px 5px;
}
.padding0-20[data-v-67f4b650] {
  padding: 0 20px;
}
.padding5-20[data-v-67f4b650] {
  padding: 5px 20px;
}
.padding5-15[data-v-67f4b650] {
  padding: 5px 15px;
}
.padding5-10[data-v-67f4b650] {
  padding: 5px 10px;
}
.padding15-10[data-v-67f4b650] {
  padding: 15px 10px;
}
.padding1em[data-v-67f4b650] {
  padding: 1em;
}
.padding10-20[data-v-67f4b650] {
  padding: 10px 20px;
}
.padding5-0[data-v-67f4b650] {
  padding: 5px 0;
}
.padding30-10[data-v-67f4b650] {
  padding: 30px 10px;
}
.px-5[data-v-67f4b650] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-67f4b650] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-67f4b650] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-67f4b650] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-67f4b650] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-67f4b650] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-67f4b650] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-67f4b650] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-67f4b650] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-67f4b650] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-67f4b650] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-67f4b650] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-67f4b650] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-67f4b650] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-67f4b650] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-67f4b650] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-67f4b650] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-67f4b650] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-67f4b650] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-67f4b650] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-67f4b650] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-67f4b650] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-67f4b650] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-67f4b650] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-67f4b650] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-67f4b650] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-67f4b650] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-67f4b650] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-67f4b650]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-67f4b650] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-67f4b650]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-67f4b650] {
  border: 0 !important;
}
.borderRed[data-v-67f4b650] {
  border-color: #f00 !important;
}
.border-aside[data-v-67f4b650] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-67f4b650] {
  border: none;
}
.borderLightgray[data-v-67f4b650] {
  border: 1px solid lightgray;
}
.borderGray[data-v-67f4b650] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-67f4b650] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-67f4b650] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-67f4b650] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-67f4b650] {
  border: 1px solid #fff;
}
.border2green[data-v-67f4b650] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-67f4b650] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-67f4b650] {
  border: 2px solid #fff;
}
.border2gold[data-v-67f4b650] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-67f4b650] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-67f4b650] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-67f4b650] {
  border-color: #d42717 !important;
}
.border1green[data-v-67f4b650] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-67f4b650] {
  border-color: #f00 !important;
}
.border-fixed[data-v-67f4b650] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-67f4b650] {
  border-radius: 40px;
}
.radius30[data-v-67f4b650] {
  border-radius: 30px;
}
.radius20[data-v-67f4b650] {
  border-radius: 20px;
}
.radius15[data-v-67f4b650] {
  border-radius: 15px;
}
.radius8[data-v-67f4b650] {
  border-radius: 8px;
}
.radius3[data-v-67f4b650] {
  border-radius: 3px !important;
}
.rounded[data-v-67f4b650] {
  border-radius: 50%;
}
.rounded5[data-v-67f4b650] {
  border-radius: 5px;
}
.round10[data-v-67f4b650] {
  border-radius: 10px;
}
.box-border[data-v-67f4b650] {
  box-sizing: border-box;
}
.text-center[data-v-67f4b650] {
  text-align: center;
}
.text-right[data-v-67f4b650] {
  text-align: right;
}
.text-left[data-v-67f4b650] {
  text-align: left;
}
.text-lowercase[data-v-67f4b650] {
  text-transform: lowercase;
}
.text-uppercase[data-v-67f4b650] {
  text-transform: uppercase;
}
.text-capitalize[data-v-67f4b650] {
  text-transform: capitalize !important;
}
.text-none[data-v-67f4b650] {
  text-transform: none;
}
.text-ellipsis[data-v-67f4b650] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-67f4b650] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-67f4b650]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-67f4b650] {
  text-decoration: underline;
}
.text-underline[data-v-67f4b650]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-67f4b650] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-67f4b650] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-67f4b650] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-67f4b650] {
  word-break: break-all;
}
.font-bold[data-v-67f4b650] {
  font-weight: bold;
}
.price-through[data-v-67f4b650] {
  text-decoration: line-through;
}
.font-italic[data-v-67f4b650] {
  font-style: italic;
}
.font095em[data-v-67f4b650] {
  font-size: 0.95em;
}
.font1em[data-v-67f4b650] {
  font-size: 1em !important;
}
.font2em[data-v-67f4b650] {
  font-size: 2em;
}
.font2-2em[data-v-67f4b650] {
  font-size: 2.2em;
}
.font3em[data-v-67f4b650] {
  font-size: 3em;
}
.font4em[data-v-67f4b650] {
  font-size: 4em;
}
.font1-5em[data-v-67f4b650] {
  font-size: 1.5em;
}
.font1-7em[data-v-67f4b650] {
  font-size: 1.7em;
}
.font1-3em[data-v-67f4b650] {
  font-size: 1.3em;
}
.font1-4em[data-v-67f4b650] {
  font-size: 1.4em;
}
.font-9em[data-v-67f4b650] {
  font-size: 0.9em;
}
.font10[data-v-67f4b650] {
  font-size: 10px;
}
.font11[data-v-67f4b650] {
  font-size: 11px;
}
.font12[data-v-67f4b650] {
  font-size: 12px;
}
.font13[data-v-67f4b650] {
  font-size: 13px;
}
.font14[data-v-67f4b650] {
  font-size: 14px;
}
.font15[data-v-67f4b650] {
  font-size: 15px;
}
.font16[data-v-67f4b650] {
  font-size: 16px;
}
.font17[data-v-67f4b650] {
  font-size: 17px;
}
.font18[data-v-67f4b650] {
  font-size: 18px;
}
.font19[data-v-67f4b650] {
  font-size: 19px;
}
.font20[data-v-67f4b650] {
  font-size: 20px;
}
.font21[data-v-67f4b650] {
  font-size: 21px;
}
.font22[data-v-67f4b650] {
  font-size: 22px;
}
.font23[data-v-67f4b650] {
  font-size: 23px;
}
.font24[data-v-67f4b650] {
  font-size: 24px;
}
.font25[data-v-67f4b650] {
  font-size: 25px;
}
.font26[data-v-67f4b650] {
  font-size: 26px;
}
.font27[data-v-67f4b650] {
  font-size: 27px;
}
.font28[data-v-67f4b650] {
  font-size: 28px;
}
.font29[data-v-67f4b650] {
  font-size: 29px;
}
.font30[data-v-67f4b650] {
  font-size: 30px;
}
.font31[data-v-67f4b650] {
  font-size: 31px;
}
.font32[data-v-67f4b650] {
  font-size: 32px;
}
.font33[data-v-67f4b650] {
  font-size: 33px;
}
.font34[data-v-67f4b650] {
  font-size: 34px;
}
.font35[data-v-67f4b650] {
  font-size: 35px;
}
.font36[data-v-67f4b650] {
  font-size: 36px;
}
.font37[data-v-67f4b650] {
  font-size: 37px;
}
.font38[data-v-67f4b650] {
  font-size: 38px;
}
.font39[data-v-67f4b650] {
  font-size: 39px;
}
.font40[data-v-67f4b650] {
  font-size: 40px;
}
.font-normal[data-v-67f4b650] {
  font-weight: normal;
}
.color-white[data-v-67f4b650] {
  color: #fff;
}
.color-transparent[data-v-67f4b650] {
  color: transparent !important;
}
.color-black[data-v-67f4b650] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-67f4b650] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-67f4b650] {
  color: fuchia;
}
.color-gray[data-v-67f4b650] {
  color: #a5afb9;
}
.color-hardgray[data-v-67f4b650] {
  color: #4d5263;
}
.color-hannah[data-v-67f4b650] {
  color: #EA184D;
}
.color-lightgray[data-v-67f4b650] {
  color: #d3d3d3;
}
.color-darkblue[data-v-67f4b650] {
  color: #2c3e50;
}
.color-darkgray[data-v-67f4b650] {
  color: #757575;
}
.color-lightred[data-v-67f4b650] {
  color: #e74c3c;
}
.color-red[data-v-67f4b650] {
  color: #e74c3c;
}
.color-blue[data-v-67f4b650] {
  color: #2980b9;
}
.color-yellow[data-v-67f4b650] {
  color: #f49d1e;
}
.color-orange[data-v-67f4b650] {
  color: #ffa500;
}
.color-green[data-v-67f4b650] {
  color: #2AA186;
}
.color-gplus[data-v-67f4b650] {
  color: #d42717;
}
.back-bluelight[data-v-67f4b650] {
  background: #EBF0FF !important;
}
.back-blue[data-v-67f4b650] {
  background: #2980b9 !important;
}
.back-hannah[data-v-67f4b650] {
  background: #EA184D !important;
}
.back-purple[data-v-67f4b650] {
  background: #8e44ad;
}
.back-green[data-v-67f4b650] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-67f4b650] {
  background: #2AA186;
}
.back-yellow[data-v-67f4b650] {
  background: #f49d1e !important;
}
.back-gold[data-v-67f4b650] {
  background: #f49d1e !important;
}
.back-red[data-v-67f4b650] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-67f4b650] {
  background: #e74c3c;
}
.back-lightred[data-v-67f4b650] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-67f4b650] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-67f4b650] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-67f4b650] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-67f4b650] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-67f4b650] {
  background: #f49d1e !important;
}
.back-gplus[data-v-67f4b650] {
  background: #d42717;
}
.back-darkblue[data-v-67f4b650] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-67f4b650] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-67f4b650] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-67f4b650] {
  background: #3e3d40;
}
.back-midgray[data-v-67f4b650] {
  background: #ececec;
}
.back-gray[data-v-67f4b650] {
  background: #a5afb9;
}
.back-black[data-v-67f4b650] {
  background: #121212;
}
.back-transparent[data-v-67f4b650] {
  background: transparent;
}
.back-white[data-v-67f4b650] {
  background: #fff !important;
}
.back-white-simple[data-v-67f4b650] {
  background-color: #fff;
}
.back-lightgray[data-v-67f4b650] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-67f4b650] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-67f4b650] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-67f4b650] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-67f4b650] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-67f4b650] {
  background: #D6DFE4;
}
.bg-aside[data-v-67f4b650] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-67f4b650] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-67f4b650] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-67f4b650] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-67f4b650] {
  background: #fff;
}
.back-item-odd-white[data-v-67f4b650]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-67f4b650] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-67f4b650] {
  position: relative;
}
.absolute[data-v-67f4b650] {
  position: absolute;
}
.fixed[data-v-67f4b650] {
  position: fixed;
}
.fixed-bottom[data-v-67f4b650] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-67f4b650] {
  position: sticky;
}
.sticky.active[data-v-67f4b650] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-67f4b650] {
  bottom: 0;
}
.right0[data-v-67f4b650] {
  right: 0 !important;
}
.left0[data-v-67f4b650] {
  left: 0 !important;
}
.leftPositionControl[data-v-67f4b650] {
  left: -10px;
}
.width100-50[data-v-67f4b650] {
  width: 100%;
}
.width100-40[data-v-67f4b650] {
  width: 100%;
}
.min-width100[data-v-67f4b650] {
  min-width: 100%;
}
.min-width90[data-v-67f4b650] {
  min-width: 90%;
}
.min-width80[data-v-67f4b650] {
  min-width: 80% !important;
}
.min-width70[data-v-67f4b650] {
  min-width: 70%;
}
.min-width60[data-v-67f4b650] {
  min-width: 60%;
}
.min-width50[data-v-67f4b650] {
  max-width: 50%;
}
.min-width45[data-v-67f4b650] {
  min-width: 45%;
}
.min-width40[data-v-67f4b650] {
  min-width: 40%;
}
.min-width30[data-v-67f4b650] {
  min-width: 30%;
}
.min-width20[data-v-67f4b650] {
  min-width: 20%;
}
.min-width25[data-v-67f4b650] {
  min-width: 25%;
}
.min-width10[data-v-67f4b650] {
  min-width: 10%;
}
.width100[data-v-67f4b650] {
  width: 100%;
}
.width90[data-v-67f4b650] {
  width: 90%;
}
.width80[data-v-67f4b650] {
  width: 80% !important;
}
.width70[data-v-67f4b650] {
  width: 70%;
}
.width60[data-v-67f4b650] {
  width: 60%;
}
.width50[data-v-67f4b650] {
  width: 50%;
}
.width45[data-v-67f4b650] {
  width: 45%;
}
.width40[data-v-67f4b650] {
  width: 40%;
}
.width30[data-v-67f4b650] {
  width: 30%;
}
.width20[data-v-67f4b650] {
  width: 20%;
}
.width25[data-v-67f4b650] {
  width: 25%;
}
.width10[data-v-67f4b650] {
  width: 10%;
}
.width-min[data-v-67f4b650] {
  width: min-content;
}
.max-width800[data-v-67f4b650] {
  max-width: 800px;
}
.widthCenter[data-v-67f4b650] {
  width: 80%;
}
.max-width600[data-v-67f4b650] {
  max-width: 600px;
}
.max-width300[data-v-67f4b650] {
  max-width: 300px;
}
.widthHalf[data-v-67f4b650] {
  width: 50%;
}
.width-sellProductImg-control[data-v-67f4b650] {
  width: 150px;
}
.top-control-sellProduct[data-v-67f4b650] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-67f4b650] {
  width: 100%;
}
.width-cuotas-control-item[data-v-67f4b650] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-67f4b650] {
  width: 163px;
}
.width-control-btn-inline[data-v-67f4b650] {
  width: 195px;
}
.width-controll-buys-item[data-v-67f4b650] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-67f4b650] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-67f4b650] {
  width: 180px;
}
.width-pasarela-img-control[data-v-67f4b650] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-67f4b650] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-67f4b650] {
  width: 95%;
}
.width-pasarela[data-v-67f4b650] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-67f4b650]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-67f4b650]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-67f4b650]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-67f4b650]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-67f4b650] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-67f4b650] {
  max-height: 100%;
}
.height220[data-v-67f4b650] {
  height: 220px;
}
.height100vh[data-v-67f4b650] {
  height: 100vh !important;
}
.heightFilters[data-v-67f4b650] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-67f4b650] {
  height: 100%;
}
.height-aside[data-v-67f4b650] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-67f4b650] {
  height: 0px;
}
.heightBox[data-v-67f4b650] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-67f4b650] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-67f4b650] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-67f4b650] {
  justify-content: center;
}
.pointer[data-v-67f4b650] {
  cursor: pointer !important;
}
.cursor-move[data-v-67f4b650] {
  cursor: move !important;
}
.cursor-not[data-v-67f4b650] {
  cursor: not-allowed !important;
}
.events-none[data-v-67f4b650] {
  pointer-events: none;
}
.shadow[data-v-67f4b650] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-67f4b650] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-67f4b650] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-67f4b650] {
  transition: 0.3s;
}
.hoverShadow[data-v-67f4b650]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-67f4b650] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-67f4b650] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-67f4b650] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-67f4b650] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-67f4b650] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-67f4b650] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-67f4b650] {
  width: 40px;
  height: 40px;
}
.square35[data-v-67f4b650] {
  width: 35px;
  height: 35px;
}
.square30[data-v-67f4b650] {
  width: 30px;
  height: 30px;
}
.square25[data-v-67f4b650] {
  width: 25px;
  height: 25px;
}
.square12[data-v-67f4b650] {
  width: 12px;
  height: 12px;
}
.square15[data-v-67f4b650] {
  width: 15px;
  height: 15px;
}
.square17[data-v-67f4b650] {
  width: 17px;
  height: 17px;
}
.square18[data-v-67f4b650] {
  width: 18px;
  height: 18px;
}
.square20[data-v-67f4b650] {
  width: 20px;
  height: 20px;
}
.square50[data-v-67f4b650] {
  width: 50px;
  height: 50px;
}
.square70[data-v-67f4b650] {
  width: 70px;
  height: 70px;
}
.square55[data-v-67f4b650] {
  width: 55px;
  height: 55px;
}
.square100[data-v-67f4b650] {
  width: 100px;
  height: 100px;
}
.square10[data-v-67f4b650] {
  width: 10px;
  height: 10px;
}
.square200[data-v-67f4b650] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-67f4b650] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-67f4b650] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-67f4b650] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-67f4b650] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-67f4b650] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-67f4b650] {
  overflow-y: hidden;
}
.remove-scroll[data-v-67f4b650] {
  overflow-y: hidden;
}
.active-scroll[data-v-67f4b650] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-67f4b650] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-67f4b650] {
  overflow: hidden !important;
}
.overflow-auto[data-v-67f4b650] {
  overflow: auto !important;
}
.hidden[data-v-67f4b650] {
  visibility: hidden;
}
.offscreen[data-v-67f4b650] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-67f4b650] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-67f4b650] {
  opacity: 0;
}
.opacity30[data-v-67f4b650] {
  opacity: 0.3;
}
.opacity50[data-v-67f4b650] {
  opacity: 0.5;
}
.opacity70[data-v-67f4b650] {
  opacity: 0.7;
}
.opacity80[data-v-67f4b650] {
  opacity: 0.8;
}
.transition30[data-v-67f4b650] {
  transition: 0.3s;
}
.cleared[data-v-67f4b650] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-67f4b650] {
  transition: 0.1s;
}
.hover-green[data-v-67f4b650]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-67f4b650] {
  animation: aside-67f4b650 0.5s reverse;
}
.aside-leave-active[data-v-67f4b650] {
  animation: aside-67f4b650 0.5s;
}
.asideContent-enter-active[data-v-67f4b650] {
  animation: asideContent-67f4b650 0.3s reverse;
}
.asideContent-leave-active[data-v-67f4b650] {
  animation: asideContent-67f4b650 0.3s;
}
@keyframes aside-67f4b650 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-67f4b650 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-67f4b650 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-67f4b650] {
  animation: spin-67f4b650 2s infinite;
}
@keyframes spin-67f4b650 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-67f4b650] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-67f4b650] {
  padding: 3px;
}
.carousel__pagination-button[data-v-67f4b650] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-67f4b650] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-67f4b650]::after {
  display: none !important;
}
.pagination[data-v-67f4b650] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-67f4b650] {
  display: inline;
}
.pagination > li > a[data-v-67f4b650], .pagination > li > span[data-v-67f4b650] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-67f4b650], .pagination > li:first-child > span[data-v-67f4b650] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-67f4b650], .pagination > li:last-child > span[data-v-67f4b650] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-67f4b650]:hover, .pagination > li > span[data-v-67f4b650]:hover, .pagination > li > a[data-v-67f4b650]:focus, .pagination > li > span[data-v-67f4b650]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-67f4b650], .pagination > .active > span[data-v-67f4b650], .pagination > .active > a[data-v-67f4b650]:hover, .pagination > .active > span[data-v-67f4b650]:hover, .pagination > .active > a[data-v-67f4b650]:focus, .pagination > .active > span[data-v-67f4b650]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-67f4b650] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-67f4b650]:hover, .pagination > .disabled > span[data-v-67f4b650]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-67f4b650] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-67f4b650]:hover, .pagination > .disabled > a[data-v-67f4b650]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-67f4b650], .pagination-lg > li > span[data-v-67f4b650] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-67f4b650], .pagination-lg > li:first-child > span[data-v-67f4b650] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-67f4b650], .pagination-lg > li:last-child > span[data-v-67f4b650] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-67f4b650], .pagination-sm > li > span[data-v-67f4b650] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-67f4b650], .pagination-sm > li:first-child > span[data-v-67f4b650] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-67f4b650], .pagination-sm > li:last-child > span[data-v-67f4b650] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-67f4b650] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-67f4b650] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-67f4b650] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-67f4b650] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-67f4b650] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-67f4b650] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-67f4b650] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-67f4b650]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-67f4b650] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-67f4b650]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-67f4b650] {
  overflow: unset !important;
}
.btn-shadow[data-v-67f4b650] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-67f4b650] {
  margin-left: 0px;
}
.reset-button[data-v-67f4b650] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-67f4b650] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-67f4b650]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-67f4b650] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-67f4b650] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-67f4b650],
.btn-finalize[data-v-67f4b650] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-67f4b650] {
  right: 7px;
}
.btn-finalize[data-v-67f4b650] {
  left: 7px;
}
.tab-counter[data-v-67f4b650] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-67f4b650] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-67f4b650] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-67f4b650] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-67f4b650] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-67f4b650] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-67f4b650] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-67f4b650] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-67f4b650] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-67f4b650] {
  transition: 0.5s;
}
.tab[data-v-67f4b650]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-67f4b650] {
  color: #2980b9;
}
.tab.active[data-v-67f4b650]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-67f4b650] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-67f4b650] {
  width: 220px;
}
.badge-display[data-v-67f4b650], .badge-display2[data-v-67f4b650] {
  min-width: 224px;
}
.my-badge[data-v-67f4b650] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-67f4b650] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-67f4b650] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-67f4b650] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-67f4b650] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-67f4b650] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-67f4b650] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-67f4b650] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-67f4b650] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-67f4b650] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-67f4b650] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-67f4b650] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-67f4b650] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-67f4b650] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-67f4b650] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-67f4b650] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-67f4b650] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-67f4b650] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-67f4b650] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-67f4b650] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-67f4b650] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-67f4b650] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-67f4b650] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-67f4b650] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-67f4b650] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-67f4b650] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-67f4b650] {
  flex-wrap: wrap;
}
.vueperslide[data-v-67f4b650] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-67f4b650] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-67f4b650] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-67f4b650] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-67f4b650] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-67f4b650] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-67f4b650] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-67f4b650] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-67f4b650] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-67f4b650] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-67f4b650] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-67f4b650] {
  width: 100%;
}
.img-product-detail[data-v-67f4b650] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-67f4b650] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-67f4b650] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-67f4b650] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-67f4b650] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-67f4b650] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-67f4b650] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-67f4b650] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-67f4b650] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-67f4b650] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-67f4b650] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-67f4b650] {
  text-align: center;
}
.modal-enter[data-v-67f4b650], .modal-leave-active[data-v-67f4b650] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-67f4b650], .modal-leave-active .modal-container[data-v-67f4b650] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-67f4b650] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-67f4b650] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-67f4b650] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-67f4b650] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-67f4b650] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-67f4b650]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-67f4b650] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-67f4b650] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-67f4b650] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-67f4b650]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-67f4b650] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-67f4b650] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-67f4b650] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-67f4b650]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-67f4b650] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-67f4b650] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-67f4b650] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-67f4b650]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-67f4b650] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-67f4b650] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-67f4b650] {
  display: none;
}
.vdp-datepicker input[data-v-67f4b650] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-67f4b650]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-67f4b650] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-67f4b650] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-67f4b650 ease-in-out infinite;
}
.vue-treeselect__control[data-v-67f4b650] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-67f4b650] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-67f4b650] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-67f4b650] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-67f4b650] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-67f4b650] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-67f4b650] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-67f4b650] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-67f4b650 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-67f4b650 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-67f4b650 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-67f4b650 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-67f4b650 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-67f4b650 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-67f4b650],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-67f4b650] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-67f4b650] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-67f4b650] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-67f4b650],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-67f4b650] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-67f4b650] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-67f4b650] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-67f4b650] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-67f4b650],
.vue-treeselect span[data-v-67f4b650] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-67f4b650] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-67f4b650] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-67f4b650]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-67f4b650] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-67f4b650] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-67f4b650],
.vue-treeselect__control[data-v-67f4b650]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-67f4b650] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-67f4b650] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-67f4b650],
.vue-treeselect__multi-value[data-v-67f4b650] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-67f4b650] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-67f4b650] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-67f4b650] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-67f4b650] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-67f4b650],
.vue-treeselect__single-value[data-v-67f4b650] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-67f4b650] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-67f4b650] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-67f4b650] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-67f4b650] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-67f4b650] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-67f4b650]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-67f4b650] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-67f4b650] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-67f4b650],
.vue-treeselect__multi-value-label[data-v-67f4b650] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-67f4b650] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-67f4b650] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-67f4b650],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-67f4b650] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-67f4b650] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-67f4b650] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-67f4b650] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-67f4b650] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-67f4b650] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-67f4b650] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-67f4b650] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-67f4b650] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-67f4b650] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-67f4b650] {
  display: none;
}
.vue-treeselect__input[data-v-67f4b650],
.vue-treeselect__sizer[data-v-67f4b650] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-67f4b650] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-67f4b650]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-67f4b650] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-67f4b650] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-67f4b650] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-67f4b650] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-67f4b650 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-67f4b650 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-67f4b650]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-67f4b650] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-67f4b650] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-67f4b650] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-67f4b650] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-67f4b650] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-67f4b650] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-67f4b650] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-67f4b650] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-67f4b650] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-67f4b650] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-67f4b650] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-67f4b650] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-67f4b650] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-67f4b650]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-67f4b650] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-67f4b650],
.vue-treeselect__option-arrow-placeholder[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-67f4b650] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-67f4b650] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-67f4b650],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-67f4b650] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-67f4b650] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-67f4b650] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-67f4b650] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-67f4b650] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-67f4b650] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-67f4b650],
.vue-treeselect__minus-mark[data-v-67f4b650] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-67f4b650] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-67f4b650] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-67f4b650] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-67f4b650] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-67f4b650] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-67f4b650] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-67f4b650] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-67f4b650] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-67f4b650] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-67f4b650] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-67f4b650] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-67f4b650] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-67f4b650] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-67f4b650] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-67f4b650] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-67f4b650] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-67f4b650] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-67f4b650] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-67f4b650] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-67f4b650] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-67f4b650] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-67f4b650] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-67f4b650]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-67f4b650] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-67f4b650]::before,
.vue-treeselect__icon-error[data-v-67f4b650]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-67f4b650]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-67f4b650]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-67f4b650] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-67f4b650 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-67f4b650 linear infinite;
}
.vue-treeselect__icon-loader[data-v-67f4b650]::before,
.vue-treeselect__icon-loader[data-v-67f4b650]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-67f4b650 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-67f4b650 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-67f4b650]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-67f4b650]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-67f4b650],
.vac-loader-wrapper[data-v-67f4b650] {
  display: none !important;
}
.vac-room-name[data-v-67f4b650] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-67f4b650] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-67f4b650] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-67f4b650] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-67f4b650] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-67f4b650] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-67f4b650] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-67f4b650] {
  min-height: 24px !important;
}
.tagWarn[data-v-67f4b650] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-67f4b650]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-67f4b650] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-67f4b650]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-67f4b650]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-67f4b650] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-67f4b650] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-67f4b650] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-67f4b650] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-67f4b650]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-67f4b650] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-67f4b650]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-67f4b650] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-67f4b650] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-67f4b650] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-67f4b650]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-67f4b650] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-67f4b650]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-67f4b650] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-67f4b650]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-67f4b650]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-67f4b650] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-67f4b650] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-67f4b650] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-67f4b650]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-67f4b650] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-67f4b650] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-67f4b650] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-67f4b650]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-67f4b650] {
  font-size: 1.15em;
}
.my-select[data-v-67f4b650] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-67f4b650] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-67f4b650] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-67f4b650] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-67f4b650] {
  width: 160px;
}
.my-select[data-v-67f4b650] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-67f4b650] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-67f4b650] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-67f4b650] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-67f4b650] {
  width: 160px;
}
.input-cupon[data-v-67f4b650] {
  display: flex;
}
.input-cupon > div > span[data-v-67f4b650] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-67f4b650] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-67f4b650] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-67f4b650]:not(:checked),
input[type=checkbox].check[data-v-67f4b650]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-67f4b650],
input[type=checkbox].check:checked + label[data-v-67f4b650] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-67f4b650]:before,
input[type=checkbox].check:checked + label[data-v-67f4b650]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-67f4b650]:after,
input[type=checkbox].check:checked + label[data-v-67f4b650]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-67f4b650]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-67f4b650]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-67f4b650]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-67f4b650]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-67f4b650]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-67f4b650] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-67f4b650]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-67f4b650]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-67f4b650] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-67f4b650] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-67f4b650] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-67f4b650] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-67f4b650] {
  opacity: 1;
}
.multiselect__tag[data-v-67f4b650] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-67f4b650] {
  background: #2AA186 !important;
}
.multiselect[data-v-67f4b650] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-67f4b650]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-67f4b650] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-67f4b650] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-67f4b650]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-67f4b650]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-67f4b650]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-67f4b650]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-67f4b650] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-67f4b650] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-67f4b650] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-67f4b650] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-67f4b650] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-67f4b650] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-67f4b650]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-67f4b650]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-67f4b650]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-67f4b650] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-67f4b650] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-67f4b650] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-67f4b650] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-67f4b650]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-67f4b650] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-67f4b650] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-67f4b650] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-67f4b650] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-67f4b650] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-67f4b650] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-67f4b650]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-67f4b650] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-67f4b650] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-67f4b650], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-67f4b650] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-67f4b650] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-67f4b650] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-67f4b650], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-67f4b650] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-67f4b650], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-67f4b650] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-67f4b650]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-67f4b650]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-67f4b650] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-67f4b650] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-67f4b650] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-67f4b650] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-67f4b650] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-67f4b650] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-67f4b650] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-67f4b650] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-67f4b650] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-67f4b650] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-67f4b650] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-67f4b650] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-67f4b650] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-67f4b650] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-67f4b650] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-67f4b650]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-67f4b650] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-67f4b650] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-67f4b650] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-67f4b650] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-67f4b650] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-67f4b650] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-67f4b650] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-67f4b650] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-67f4b650], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-67f4b650] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-67f4b650] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-67f4b650] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-67f4b650] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-67f4b650] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-67f4b650] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-67f4b650] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-67f4b650] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-67f4b650], .v3-emoji-picker .v3-header[data-v-67f4b650] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-67f4b650] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-67f4b650] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-67f4b650] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-67f4b650]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-67f4b650], .v3-emoji-picker .v3-skin-tones[data-v-67f4b650] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-67f4b650]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-67f4b650] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-67f4b650] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-67f4b650] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-67f4b650], body[data-v-67f4b650] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-67f4b650], body.home[data-v-67f4b650] {
  background-color: #fff;
}
[data-v-67f4b650]:focus {
  outline: none !important;
}
a[data-v-67f4b650] {
  text-decoration: none;
}
a[data-v-67f4b650]:hover,
a[data-v-67f4b650]:focus {
  text-decoration: none;
}
img[data-v-67f4b650] {
  border: 0;
}
textarea[data-v-67f4b650] {
  resize: none;
}
h1[data-v-67f4b650],
h2[data-v-67f4b650],
h3[data-v-67f4b650],
h4[data-v-67f4b650],
h5[data-v-67f4b650],
h6[data-v-67f4b650] {
  font-weight: bold;
}
.scroll-wrapper[data-v-67f4b650] {
  overflow-x: auto;
  max-width: 100%;
}
.scroll-container[data-v-67f4b650] {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.section[data-v-67f4b650] {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 120px !important;
}
@media (min-width: 490px) {
.section[data-v-67f4b650] {
    flex-shrink: 0;
}
}
.catalog-card[data-v-a9009cd5] {
  border: 1px solid lightgray
}


.filter-container[data-v-90b284cf] {
  min-height: 200px;
  max-height: calc(58vh / (3));
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.switch-comp {
&[data-v-90b284cf] {
  border: 2px solid #d6dce2;
  padding: 10px;
  height: 58px;
  box-sizing: border-box;
  }
@media (max-width: 520px) {
    &[data-v-90b284cf] {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    }
}
p[data-v-90b284cf] {
@media (max-width: 520px) {
      font-size: 12px;
}
}
}

[data-v-37bc0b33]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-37bc0b33] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-37bc0b33] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-37bc0b33] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-37bc0b33] {
  width: 100%;
}
.home-icon img[data-v-37bc0b33] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-37bc0b33] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-37bc0b33] {
  line-height: 30px;
}
.list-style-none[data-v-37bc0b33] {
  list-style: none;
}
.burger-menu[data-v-37bc0b33] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-37bc0b33] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-37bc0b33] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-37bc0b33] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-37bc0b33] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-37bc0b33] {
  position: relative;
}
.card-product .my-close[data-v-37bc0b33] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-37bc0b33] {
  margin: 0;
}
.filtro-form input[data-v-37bc0b33] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-37bc0b33] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-37bc0b33] {
  padding: 20px 0 0;
}
.img-tiny[data-v-37bc0b33] {
  width: 80px;
}
.img-item img[data-v-37bc0b33] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-37bc0b33] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-37bc0b33] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-37bc0b33]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-37bc0b33] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-37bc0b33] {
  margin-left: 10px;
}
.notifications section[data-v-37bc0b33] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-37bc0b33] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-37bc0b33] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-37bc0b33],
.list-complete-leave-to[data-v-37bc0b33] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-37bc0b33] {
  position: absolute;
}
#_op_data_r[data-v-37bc0b33],
#_op_data_antifraud[data-v-37bc0b33] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-37bc0b33],
iframe#_op_data_antifraud[data-v-37bc0b33],
iframe#device_profile[data-v-37bc0b33],
iframe#thm_mp_cntnr[data-v-37bc0b33] {
  position: absolute !important;
}
iframe[data-v-37bc0b33] {
  background: #fff !important;
}
.main-content[data-v-37bc0b33] {
  padding-top: 30px;
}
.card-contactStory[data-v-37bc0b33] {
  width: 93vw;
}
.card-contactStory img[data-v-37bc0b33] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-37bc0b33] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-37bc0b33] {
  width: 280px;
}
.dropped[data-v-37bc0b33] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-37bc0b33] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-37bc0b33]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-37bc0b33] {
  display: block !important;
}
.dropped .dropdown a[data-v-37bc0b33] {
  color: #fff;
}
.dropped .dropdown a[data-v-37bc0b33]:hover {
  text-decoration: underline;
}
.line-height25[data-v-37bc0b33] {
  line-height: 25px;
}
aside[data-v-37bc0b33] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-37bc0b33] {
  height: 100vh;
}
.my-header[data-v-37bc0b33] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-37bc0b33] {
  position: inherit !important;
}
.my-header-menu[data-v-37bc0b33] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-37bc0b33] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-37bc0b33]:hover {
  background: hannah;
}
.menu-api-activate[data-v-37bc0b33] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-37bc0b33] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-37bc0b33] {
  position: relative;
}
.menu-api-item a[data-v-37bc0b33]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-37bc0b33] {
  padding: 0 !important;
}
.card-product[data-v-37bc0b33] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-37bc0b33] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-37bc0b33] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-37bc0b33] {
  margin: 0;
}
.sticky-home[data-v-37bc0b33] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-37bc0b33] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-37bc0b33]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-37bc0b33] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-37bc0b33]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-37bc0b33] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-37bc0b33]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-37bc0b33] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-37bc0b33] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-37bc0b33] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-37bc0b33]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-37bc0b33] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-37bc0b33] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-37bc0b33] {
  display: block !important;
}
.leftPositionSubMenu[data-v-37bc0b33] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-37bc0b33] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-37bc0b33],
.circle-toggle-box[data-v-37bc0b33] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-37bc0b33] {
  left: 44px !important;
}
.triangleStatus[data-v-37bc0b33]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-37bc0b33] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-37bc0b33] {
  overflow: visible !important;
}
.width-max80[data-v-37bc0b33] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-37bc0b33] {
  display: flex !important;
}
.flex-none[data-v-37bc0b33] {
  flex: none;
}
.flex-nowrap[data-v-37bc0b33] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-37bc0b33] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-37bc0b33] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-37bc0b33] {
  flex-direction: column;
}
.flex-col-row[data-v-37bc0b33] {
  flex-direction: column;
}
.flex-row[data-v-37bc0b33] {
  flex-direction: row;
}
.flex-between-align[data-v-37bc0b33] {
  align-content: space-between;
}
.flex-middle[data-v-37bc0b33] {
  align-items: center;
}
.flex-bottom[data-v-37bc0b33] {
  align-items: flex-end;
}
.flex-between[data-v-37bc0b33] {
  justify-content: space-between;
}
.flex-center[data-v-37bc0b33] {
  justify-content: center;
}
.flex-right[data-v-37bc0b33] {
  justify-content: flex-end;
}
.flex-left[data-v-37bc0b33] {
  justify-content: flex-start;
}
.flex-evenly[data-v-37bc0b33] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-37bc0b33] {
  flex-grow: 1;
}
.flex-grow-2[data-v-37bc0b33] {
  flex-grow: 2;
}
.flex-grow-3[data-v-37bc0b33] {
  flex-grow: 3;
}
.flex-grow-4[data-v-37bc0b33] {
  flex-grow: 4;
}
.flex-grow-5[data-v-37bc0b33] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-37bc0b33] {
  align-items: flex-start;
}
.flex800[data-v-37bc0b33] {
  display: none;
}
.flexc-flex[data-v-37bc0b33] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-37bc0b33] {
  display: none;
}
.flex-display-50-10[data-v-37bc0b33] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-37bc0b33] {
  display: none;
}
.show760[data-v-37bc0b33] {
  display: none;
}
.hide[data-v-37bc0b33] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-37bc0b33] {
    display: block !important;
}
.badge-display[data-v-37bc0b33] {
    display: none;
}
.badge-display2[data-v-37bc0b33] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-37bc0b33] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-37bc0b33] {
    display: block;
}
.badge-display2[data-v-37bc0b33] {
    display: none;
}
.fix-width[data-v-37bc0b33] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-37bc0b33] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-37bc0b33] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-37bc0b33] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-37bc0b33] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-37bc0b33] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-37bc0b33] {
    width: 50%;
}
.width100-40[data-v-37bc0b33] {
    width: 40%;
}
.show600[data-v-37bc0b33] {
    display: block;
}
.width-controll-btn-typeweek[data-v-37bc0b33] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-37bc0b33] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-37bc0b33] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-37bc0b33] {
    width: 220px !important;
}
.leftPositionControl[data-v-37bc0b33] {
    left: -40px !important;
}
.container-tipo-envio[data-v-37bc0b33] {
    display: flex;
}
.width-controll-buys-item[data-v-37bc0b33] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-37bc0b33] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-37bc0b33] {
    top: 380px !important;
}
.my-header-menu[data-v-37bc0b33] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-37bc0b33] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-37bc0b33] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-37bc0b33] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-37bc0b33] {
    min-width: 400px;
}
.cart-btn-add[data-v-37bc0b33] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-37bc0b33] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-37bc0b33] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-37bc0b33] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-37bc0b33] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-37bc0b33] {
    justify-content: left;
}
.flex-mid[data-v-37bc0b33] {
    display: flex !important;
}
.msg-stock[data-v-37bc0b33] {
    padding: 10px 0 0;
}
.counter-cart[data-v-37bc0b33] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-37bc0b33] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-37bc0b33] {
    display: none;
}
.badge-display2[data-v-37bc0b33] {
    display: block;
}
.show760[data-v-37bc0b33] {
    display: block;
}
.hide760[data-v-37bc0b33] {
    display: none;
}
.grid-products[data-v-37bc0b33] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-37bc0b33] {
    margin: auto;
}
.mr-h[data-v-37bc0b33] {
    margin: auto;
}
.width-control-otherProducts[data-v-37bc0b33] {
    width: 170px !important;
}
.leftPositionControl[data-v-37bc0b33] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-37bc0b33] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-37bc0b33] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-37bc0b33] {
    width: 30vw !important;
}
.product-item[data-v-37bc0b33] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-37bc0b33] {
    width: 90% !important;
}
.my-container[data-v-37bc0b33] {
    width: 680px !important;
}
.login[data-v-37bc0b33] {
    width: 310px !important;
}
.width-cuotas-control[data-v-37bc0b33] {
    width: 278px !important;
}
.flexc-flex[data-v-37bc0b33] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-37bc0b33] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-37bc0b33] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-37bc0b33] {
    height: 140px;
}
.width-control-input-chat[data-v-37bc0b33] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-37bc0b33] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-37bc0b33] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-37bc0b33] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-37bc0b33] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-37bc0b33] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-37bc0b33] {
    width: 270px !important;
}
.leftPositionControl[data-v-37bc0b33] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-37bc0b33] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-37bc0b33] {
    width: 17vw !important;
}
.filters-wrap[data-v-37bc0b33] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-37bc0b33] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-37bc0b33] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-37bc0b33] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-37bc0b33] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-37bc0b33] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-37bc0b33] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-37bc0b33] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-37bc0b33]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-37bc0b33] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-37bc0b33] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-37bc0b33]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-37bc0b33] {
    max-width: 330px !important;
}
.iterable-box[data-v-37bc0b33] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-37bc0b33] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-37bc0b33] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-37bc0b33] {
    width: 160px !important;
}
.my-container[data-v-37bc0b33] {
    width: 800px !important;
}
.search-btn-box[data-v-37bc0b33] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-37bc0b33] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-37bc0b33] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-37bc0b33] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-37bc0b33] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-37bc0b33] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-37bc0b33] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-37bc0b33] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-37bc0b33] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-37bc0b33] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-37bc0b33] {
    width: 280px !important;
}
.width300-desktop[data-v-37bc0b33] {
    width: 300px !important;
}
.concept-item-stats[data-v-37bc0b33] {
    width: 80%;
}
.widthHalf-desktop[data-v-37bc0b33] {
    width: 50% !important;
}
.column-desktop[data-v-37bc0b33] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-37bc0b33] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-37bc0b33] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-37bc0b33] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-37bc0b33],
.flex-desktop[data-v-37bc0b33] {
    display: flex !important;
}
.block-desktop[data-v-37bc0b33] {
    display: block !important;
}
.hide-desktop[data-v-37bc0b33] {
    display: none !important;
}
.fixButton[data-v-37bc0b33] {
    top: -20px;
}
.width-cuotas-control[data-v-37bc0b33] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-37bc0b33] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-37bc0b33] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-37bc0b33] {
    display: none !important;
}
.bottom10-desktop[data-v-37bc0b33] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-37bc0b33] {
    left: -125px !important;
}
.grid-products[data-v-37bc0b33] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-37bc0b33] {
    width: 1000px !important;
}
.showFullDesktop[data-v-37bc0b33] {
    display: block !important;
}
.leftPositionControl[data-v-37bc0b33] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-37bc0b33] {
    display: none !important;
}
.show-only-desktop[data-v-37bc0b33] {
    display: flex !important;
}
.leftPositionControl[data-v-37bc0b33] {
    left: -260px !important;
}
.catalog-container[data-v-37bc0b33] {
    margin: unset;
}
.carrito-catalog[data-v-37bc0b33] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-37bc0b33] {
    left: -280px !important;
}
}
.grid-container[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-37bc0b33] {
  grid-column: span 1;
}
.grid-item-1[data-v-37bc0b33] {
  grid-column: span 1;
}
.grid-item-2[data-v-37bc0b33] {
  grid-column: span 2;
}
.grid-item-3[data-v-37bc0b33] {
  grid-column: span 3;
}
.grid-item-4[data-v-37bc0b33] {
  grid-column: span 4;
}
.grid-item-5[data-v-37bc0b33] {
  grid-column: span 5;
}
.grid-item-6[data-v-37bc0b33] {
  grid-column: span 6;
}
.grid-item-7[data-v-37bc0b33] {
  grid-column: span 7;
}
.grid-item-8[data-v-37bc0b33] {
  grid-column: span 8;
}
.grid-item-9[data-v-37bc0b33] {
  grid-column: span 9;
}
.grid-item-10[data-v-37bc0b33] {
  grid-column: span 10;
}
.grid-item-11[data-v-37bc0b33] {
  grid-column: span 11;
}
.grid-item-12[data-v-37bc0b33] {
  grid-column: span 12;
}
.grid-cart[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-37bc0b33] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-37bc0b33] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-37bc0b33] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-37bc0b33] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-37bc0b33] {
  gap: 10px;
}
.gap20[data-v-37bc0b33] {
  gap: 20px;
}
.grid-box[data-v-37bc0b33] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-37bc0b33],
.grid-3 div[data-v-37bc0b33],
.grid-4 div[data-v-37bc0b33] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-37bc0b33] {
  background: #fff;
}
.grid-item-odd[data-v-37bc0b33]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-37bc0b33] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-37bc0b33] {
  max-width: 350px;
}
.margin0[data-v-37bc0b33] {
  margin: 0 !important;
}
.margin0-5[data-v-37bc0b33] {
  margin: 0 5px;
}
.margin10-0[data-v-37bc0b33] {
  margin: 10px 0;
}
.margin10-5[data-v-37bc0b33] {
  margin: 10px 5px;
}
.margin0-10[data-v-37bc0b33] {
  margin: 0 10px;
}
.margin0-15[data-v-37bc0b33] {
  margin: 0 15px;
}
.margin15-0[data-v-37bc0b33] {
  margin: 15px 0px;
}
.margin20-0[data-v-37bc0b33] {
  margin: 20px 0;
}
.margin20-10[data-v-37bc0b33] {
  margin: 20px 10px;
}
.margin30-0[data-v-37bc0b33] {
  margin: 30px 0;
}
.margin40-0[data-v-37bc0b33] {
  margin: 40px 0;
}
.margin20-40[data-v-37bc0b33] {
  margin: 20px 40px;
}
.margin0-20[data-v-37bc0b33] {
  margin: 0 20px;
}
.margin5[data-v-37bc0b33] {
  margin: 5px;
}
.margin5-0[data-v-37bc0b33] {
  margin: 5px 0;
}
.margin10[data-v-37bc0b33] {
  margin: 10px;
}
.margin10-20[data-v-37bc0b33] {
  margin: 10px 20px;
}
.margin15[data-v-37bc0b33] {
  margin: 15px;
}
.margin20[data-v-37bc0b33] {
  margin: 20px;
}
.margin30[data-v-37bc0b33] {
  margin: 30px;
}
.margin50[data-v-37bc0b33] {
  margin: 50px;
}
.margin-right-auto[data-v-37bc0b33] {
  margin-right: auto;
}
.margin-left-auto[data-v-37bc0b33] {
  margin-left: auto;
}
.ml-h[data-v-37bc0b33] {
  margin-left: auto;
}
.mr-h[data-v-37bc0b33] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-37bc0b33] {
  margin-bottom: 5px;
}
.margin-top5[data-v-37bc0b33] {
  margin-top: 5px !important;
}
.margin-top10[data-v-37bc0b33] {
  margin-top: 10px !important;
}
.margin-top15[data-v-37bc0b33] {
  margin-top: 15px !important;
}
.margin-top20[data-v-37bc0b33] {
  margin-top: 20px !important;
}
.margin-top30[data-v-37bc0b33] {
  margin-top: 30px !important;
}
.margin-top35[data-v-37bc0b33] {
  margin-top: 35px !important;
}
.margin-top40[data-v-37bc0b33] {
  margin-top: 40px !important;
}
.margin-top50[data-v-37bc0b33] {
  margin-top: 50px !important;
}
.margin-top60[data-v-37bc0b33] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-37bc0b33] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-37bc0b33] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-37bc0b33] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-37bc0b33] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-37bc0b33] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-37bc0b33] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-37bc0b33] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-37bc0b33] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-37bc0b33] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-37bc0b33] {
  margin-left: 5px !important;
}
.margin-left10[data-v-37bc0b33] {
  margin-left: 10px !important;
}
.margin-left15[data-v-37bc0b33] {
  margin-left: 15px !important;
}
.margin-left20[data-v-37bc0b33] {
  margin-left: 20px !important;
}
.margin-left30[data-v-37bc0b33] {
  margin-left: 30px !important;
}
.margin-left35[data-v-37bc0b33] {
  margin-left: 35px !important;
}
.margin-left40[data-v-37bc0b33] {
  margin-left: 40px !important;
}
.margin-left50[data-v-37bc0b33] {
  margin-left: 50px !important;
}
.margin-left60[data-v-37bc0b33] {
  margin-left: 60px !important;
}
.margin-right5[data-v-37bc0b33] {
  margin-right: 5px !important;
}
.margin-right10[data-v-37bc0b33] {
  margin-right: 10px !important;
}
.margin-right15[data-v-37bc0b33] {
  margin-right: 15px !important;
}
.margin-right20[data-v-37bc0b33] {
  margin-right: 20px !important;
}
.margin-right30[data-v-37bc0b33] {
  margin-right: 30px !important;
}
.margin-right35[data-v-37bc0b33] {
  margin-right: 35px !important;
}
.margin-right40[data-v-37bc0b33] {
  margin-right: 40px !important;
}
.margin-right50[data-v-37bc0b33] {
  margin-right: 50px !important;
}
.margin-right60[data-v-37bc0b33] {
  margin-right: 60px !important;
}
.my-5[data-v-37bc0b33] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-37bc0b33] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-37bc0b33] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-37bc0b33] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-37bc0b33] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-37bc0b33] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-37bc0b33] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-37bc0b33] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-37bc0b33] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-37bc0b33] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-37bc0b33] {
  padding: 0 !important;
}
.padding5[data-v-37bc0b33] {
  padding: 5px;
}
.padding10[data-v-37bc0b33] {
  padding: 10px;
}
.padding15[data-v-37bc0b33] {
  padding: 15px;
}
.padding20[data-v-37bc0b33] {
  padding: 20px;
}
.padding30[data-v-37bc0b33] {
  padding: 30px;
}
.padding40[data-v-37bc0b33] {
  padding: 40px;
}
.padding40-0[data-v-37bc0b33] {
  padding: 40px 0;
}
.padding-left5[data-v-37bc0b33] {
  padding-left: 5px;
}
.padding-left10[data-v-37bc0b33] {
  padding-left: 10px;
}
.padding-left15[data-v-37bc0b33] {
  padding-left: 15px;
}
.padding-left20[data-v-37bc0b33] {
  padding-left: 20px;
}
.padding-right5[data-v-37bc0b33] {
  padding-right: 5px;
}
.padding-right10[data-v-37bc0b33] {
  padding-right: 10px;
}
.padding-right15[data-v-37bc0b33] {
  padding-right: 15px;
}
.padding-right20[data-v-37bc0b33] {
  padding-right: 20px;
}
.padding-right30[data-v-37bc0b33] {
  padding-right: 30px;
}
.padding-right40[data-v-37bc0b33] {
  padding-right: 40px;
}
.padding-top0[data-v-37bc0b33] {
  padding-top: 0px;
}
.padding-top5[data-v-37bc0b33] {
  padding-top: 5px;
}
.padding-top10[data-v-37bc0b33] {
  padding-top: 10px;
}
.padding-top15[data-v-37bc0b33] {
  padding-top: 15px;
}
.padding-top20[data-v-37bc0b33] {
  padding-top: 20px;
}
.padding-top30[data-v-37bc0b33] {
  padding-top: 30px;
}
.padding-top50[data-v-37bc0b33] {
  padding-top: 50px;
}
.padding-top60[data-v-37bc0b33] {
  padding-top: 60px;
}
.padding-top70[data-v-37bc0b33] {
  padding-top: 70px;
}
.padding-top90[data-v-37bc0b33] {
  padding-top: 90px;
}
.padding-top100[data-v-37bc0b33] {
  padding-top: 100px;
}
.padding-top120[data-v-37bc0b33] {
  padding-top: 120px;
}
.padding-top180[data-v-37bc0b33] {
  padding-top: 180px;
}
.padding-bottom0[data-v-37bc0b33] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-37bc0b33] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-37bc0b33] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-37bc0b33] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-37bc0b33] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-37bc0b33] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-37bc0b33] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-37bc0b33] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-37bc0b33] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-37bc0b33] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-37bc0b33] {
  padding-bottom: 240px;
}
.padding10-0[data-v-37bc0b33] {
  padding: 10px 0;
}
.padding10-5[data-v-37bc0b33] {
  padding: 10px 5px;
}
.padding0-5[data-v-37bc0b33] {
  padding: 0 5px;
}
.padding0-10[data-v-37bc0b33] {
  padding: 0 10px;
}
.padding0-15[data-v-37bc0b33] {
  padding: 0 15px;
}
.padding20-0[data-v-37bc0b33] {
  padding: 20px 0;
}
.padding20-10[data-v-37bc0b33] {
  padding: 20px 10px;
}
.padding15-20[data-v-37bc0b33] {
  padding: 15px 20px;
}
.padding15-0[data-v-37bc0b33] {
  padding: 15px 0px;
}
.padding20-5[data-v-37bc0b33] {
  padding: 20px 5px;
}
.padding0-20[data-v-37bc0b33] {
  padding: 0 20px;
}
.padding5-20[data-v-37bc0b33] {
  padding: 5px 20px;
}
.padding5-15[data-v-37bc0b33] {
  padding: 5px 15px;
}
.padding5-10[data-v-37bc0b33] {
  padding: 5px 10px;
}
.padding15-10[data-v-37bc0b33] {
  padding: 15px 10px;
}
.padding1em[data-v-37bc0b33] {
  padding: 1em;
}
.padding10-20[data-v-37bc0b33] {
  padding: 10px 20px;
}
.padding5-0[data-v-37bc0b33] {
  padding: 5px 0;
}
.padding30-10[data-v-37bc0b33] {
  padding: 30px 10px;
}
.px-5[data-v-37bc0b33] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-37bc0b33] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-37bc0b33] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-37bc0b33] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-37bc0b33] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-37bc0b33] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-37bc0b33] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-37bc0b33] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-37bc0b33] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-37bc0b33] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-37bc0b33] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-37bc0b33] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-37bc0b33] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-37bc0b33] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-37bc0b33] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-37bc0b33] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-37bc0b33] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-37bc0b33] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-37bc0b33] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-37bc0b33] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-37bc0b33] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-37bc0b33] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-37bc0b33] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-37bc0b33] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-37bc0b33] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-37bc0b33] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-37bc0b33] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-37bc0b33] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-37bc0b33]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-37bc0b33] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-37bc0b33]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-37bc0b33] {
  border: 0 !important;
}
.borderRed[data-v-37bc0b33] {
  border-color: #f00 !important;
}
.border-aside[data-v-37bc0b33] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-37bc0b33] {
  border: none;
}
.borderLightgray[data-v-37bc0b33] {
  border: 1px solid lightgray;
}
.borderGray[data-v-37bc0b33] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-37bc0b33] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-37bc0b33] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-37bc0b33] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-37bc0b33] {
  border: 1px solid #fff;
}
.border2green[data-v-37bc0b33] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-37bc0b33] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-37bc0b33] {
  border: 2px solid #fff;
}
.border2gold[data-v-37bc0b33] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-37bc0b33] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-37bc0b33] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-37bc0b33] {
  border-color: #d42717 !important;
}
.border1green[data-v-37bc0b33] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-37bc0b33] {
  border-color: #f00 !important;
}
.border-fixed[data-v-37bc0b33] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-37bc0b33] {
  border-radius: 40px;
}
.radius30[data-v-37bc0b33] {
  border-radius: 30px;
}
.radius20[data-v-37bc0b33] {
  border-radius: 20px;
}
.radius15[data-v-37bc0b33] {
  border-radius: 15px;
}
.radius8[data-v-37bc0b33] {
  border-radius: 8px;
}
.radius3[data-v-37bc0b33] {
  border-radius: 3px !important;
}
.rounded[data-v-37bc0b33] {
  border-radius: 50%;
}
.rounded5[data-v-37bc0b33] {
  border-radius: 5px;
}
.round10[data-v-37bc0b33] {
  border-radius: 10px;
}
.box-border[data-v-37bc0b33] {
  box-sizing: border-box;
}
.text-center[data-v-37bc0b33] {
  text-align: center;
}
.text-right[data-v-37bc0b33] {
  text-align: right;
}
.text-left[data-v-37bc0b33] {
  text-align: left;
}
.text-lowercase[data-v-37bc0b33] {
  text-transform: lowercase;
}
.text-uppercase[data-v-37bc0b33] {
  text-transform: uppercase;
}
.text-capitalize[data-v-37bc0b33] {
  text-transform: capitalize !important;
}
.text-none[data-v-37bc0b33] {
  text-transform: none;
}
.text-ellipsis[data-v-37bc0b33] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-37bc0b33] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-37bc0b33]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-37bc0b33] {
  text-decoration: underline;
}
.text-underline[data-v-37bc0b33]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-37bc0b33] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-37bc0b33] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-37bc0b33] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-37bc0b33] {
  word-break: break-all;
}
.font-bold[data-v-37bc0b33] {
  font-weight: bold;
}
.price-through[data-v-37bc0b33] {
  text-decoration: line-through;
}
.font-italic[data-v-37bc0b33] {
  font-style: italic;
}
.font095em[data-v-37bc0b33] {
  font-size: 0.95em;
}
.font1em[data-v-37bc0b33] {
  font-size: 1em !important;
}
.font2em[data-v-37bc0b33] {
  font-size: 2em;
}
.font2-2em[data-v-37bc0b33] {
  font-size: 2.2em;
}
.font3em[data-v-37bc0b33] {
  font-size: 3em;
}
.font4em[data-v-37bc0b33] {
  font-size: 4em;
}
.font1-5em[data-v-37bc0b33] {
  font-size: 1.5em;
}
.font1-7em[data-v-37bc0b33] {
  font-size: 1.7em;
}
.font1-3em[data-v-37bc0b33] {
  font-size: 1.3em;
}
.font1-4em[data-v-37bc0b33] {
  font-size: 1.4em;
}
.font-9em[data-v-37bc0b33] {
  font-size: 0.9em;
}
.font10[data-v-37bc0b33] {
  font-size: 10px;
}
.font11[data-v-37bc0b33] {
  font-size: 11px;
}
.font12[data-v-37bc0b33] {
  font-size: 12px;
}
.font13[data-v-37bc0b33] {
  font-size: 13px;
}
.font14[data-v-37bc0b33] {
  font-size: 14px;
}
.font15[data-v-37bc0b33] {
  font-size: 15px;
}
.font16[data-v-37bc0b33] {
  font-size: 16px;
}
.font17[data-v-37bc0b33] {
  font-size: 17px;
}
.font18[data-v-37bc0b33] {
  font-size: 18px;
}
.font19[data-v-37bc0b33] {
  font-size: 19px;
}
.font20[data-v-37bc0b33] {
  font-size: 20px;
}
.font21[data-v-37bc0b33] {
  font-size: 21px;
}
.font22[data-v-37bc0b33] {
  font-size: 22px;
}
.font23[data-v-37bc0b33] {
  font-size: 23px;
}
.font24[data-v-37bc0b33] {
  font-size: 24px;
}
.font25[data-v-37bc0b33] {
  font-size: 25px;
}
.font26[data-v-37bc0b33] {
  font-size: 26px;
}
.font27[data-v-37bc0b33] {
  font-size: 27px;
}
.font28[data-v-37bc0b33] {
  font-size: 28px;
}
.font29[data-v-37bc0b33] {
  font-size: 29px;
}
.font30[data-v-37bc0b33] {
  font-size: 30px;
}
.font31[data-v-37bc0b33] {
  font-size: 31px;
}
.font32[data-v-37bc0b33] {
  font-size: 32px;
}
.font33[data-v-37bc0b33] {
  font-size: 33px;
}
.font34[data-v-37bc0b33] {
  font-size: 34px;
}
.font35[data-v-37bc0b33] {
  font-size: 35px;
}
.font36[data-v-37bc0b33] {
  font-size: 36px;
}
.font37[data-v-37bc0b33] {
  font-size: 37px;
}
.font38[data-v-37bc0b33] {
  font-size: 38px;
}
.font39[data-v-37bc0b33] {
  font-size: 39px;
}
.font40[data-v-37bc0b33] {
  font-size: 40px;
}
.font-normal[data-v-37bc0b33] {
  font-weight: normal;
}
.color-white[data-v-37bc0b33] {
  color: #fff;
}
.color-transparent[data-v-37bc0b33] {
  color: transparent !important;
}
.color-black[data-v-37bc0b33] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-37bc0b33] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-37bc0b33] {
  color: fuchia;
}
.color-gray[data-v-37bc0b33] {
  color: #a5afb9;
}
.color-hardgray[data-v-37bc0b33] {
  color: #4d5263;
}
.color-hannah[data-v-37bc0b33] {
  color: #EA184D;
}
.color-lightgray[data-v-37bc0b33] {
  color: #d3d3d3;
}
.color-darkblue[data-v-37bc0b33] {
  color: #2c3e50;
}
.color-darkgray[data-v-37bc0b33] {
  color: #757575;
}
.color-lightred[data-v-37bc0b33] {
  color: #e74c3c;
}
.color-red[data-v-37bc0b33] {
  color: #e74c3c;
}
.color-blue[data-v-37bc0b33] {
  color: #2980b9;
}
.color-yellow[data-v-37bc0b33] {
  color: #f49d1e;
}
.color-orange[data-v-37bc0b33] {
  color: #ffa500;
}
.color-green[data-v-37bc0b33] {
  color: #2AA186;
}
.color-gplus[data-v-37bc0b33] {
  color: #d42717;
}
.back-bluelight[data-v-37bc0b33] {
  background: #EBF0FF !important;
}
.back-blue[data-v-37bc0b33] {
  background: #2980b9 !important;
}
.back-hannah[data-v-37bc0b33] {
  background: #EA184D !important;
}
.back-purple[data-v-37bc0b33] {
  background: #8e44ad;
}
.back-green[data-v-37bc0b33] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-37bc0b33] {
  background: #2AA186;
}
.back-yellow[data-v-37bc0b33] {
  background: #f49d1e !important;
}
.back-gold[data-v-37bc0b33] {
  background: #f49d1e !important;
}
.back-red[data-v-37bc0b33] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-37bc0b33] {
  background: #e74c3c;
}
.back-lightred[data-v-37bc0b33] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-37bc0b33] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-37bc0b33] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-37bc0b33] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-37bc0b33] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-37bc0b33] {
  background: #f49d1e !important;
}
.back-gplus[data-v-37bc0b33] {
  background: #d42717;
}
.back-darkblue[data-v-37bc0b33] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-37bc0b33] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-37bc0b33] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-37bc0b33] {
  background: #3e3d40;
}
.back-midgray[data-v-37bc0b33] {
  background: #ececec;
}
.back-gray[data-v-37bc0b33] {
  background: #a5afb9;
}
.back-black[data-v-37bc0b33] {
  background: #121212;
}
.back-transparent[data-v-37bc0b33] {
  background: transparent;
}
.back-white[data-v-37bc0b33] {
  background: #fff !important;
}
.back-white-simple[data-v-37bc0b33] {
  background-color: #fff;
}
.back-lightgray[data-v-37bc0b33] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-37bc0b33] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-37bc0b33] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-37bc0b33] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-37bc0b33] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-37bc0b33] {
  background: #D6DFE4;
}
.bg-aside[data-v-37bc0b33] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-37bc0b33] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-37bc0b33] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-37bc0b33] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-37bc0b33] {
  background: #fff;
}
.back-item-odd-white[data-v-37bc0b33]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-37bc0b33] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-37bc0b33] {
  position: relative;
}
.absolute[data-v-37bc0b33] {
  position: absolute;
}
.fixed[data-v-37bc0b33] {
  position: fixed;
}
.fixed-bottom[data-v-37bc0b33] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-37bc0b33] {
  position: sticky;
}
.sticky.active[data-v-37bc0b33] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-37bc0b33] {
  bottom: 0;
}
.right0[data-v-37bc0b33] {
  right: 0 !important;
}
.left0[data-v-37bc0b33] {
  left: 0 !important;
}
.leftPositionControl[data-v-37bc0b33] {
  left: -10px;
}
.width100-50[data-v-37bc0b33] {
  width: 100%;
}
.width100-40[data-v-37bc0b33] {
  width: 100%;
}
.min-width100[data-v-37bc0b33] {
  min-width: 100%;
}
.min-width90[data-v-37bc0b33] {
  min-width: 90%;
}
.min-width80[data-v-37bc0b33] {
  min-width: 80% !important;
}
.min-width70[data-v-37bc0b33] {
  min-width: 70%;
}
.min-width60[data-v-37bc0b33] {
  min-width: 60%;
}
.min-width50[data-v-37bc0b33] {
  max-width: 50%;
}
.min-width45[data-v-37bc0b33] {
  min-width: 45%;
}
.min-width40[data-v-37bc0b33] {
  min-width: 40%;
}
.min-width30[data-v-37bc0b33] {
  min-width: 30%;
}
.min-width20[data-v-37bc0b33] {
  min-width: 20%;
}
.min-width25[data-v-37bc0b33] {
  min-width: 25%;
}
.min-width10[data-v-37bc0b33] {
  min-width: 10%;
}
.width100[data-v-37bc0b33] {
  width: 100%;
}
.width90[data-v-37bc0b33] {
  width: 90%;
}
.width80[data-v-37bc0b33] {
  width: 80% !important;
}
.width70[data-v-37bc0b33] {
  width: 70%;
}
.width60[data-v-37bc0b33] {
  width: 60%;
}
.width50[data-v-37bc0b33] {
  width: 50%;
}
.width45[data-v-37bc0b33] {
  width: 45%;
}
.width40[data-v-37bc0b33] {
  width: 40%;
}
.width30[data-v-37bc0b33] {
  width: 30%;
}
.width20[data-v-37bc0b33] {
  width: 20%;
}
.width25[data-v-37bc0b33] {
  width: 25%;
}
.width10[data-v-37bc0b33] {
  width: 10%;
}
.width-min[data-v-37bc0b33] {
  width: min-content;
}
.max-width800[data-v-37bc0b33] {
  max-width: 800px;
}
.widthCenter[data-v-37bc0b33] {
  width: 80%;
}
.max-width600[data-v-37bc0b33] {
  max-width: 600px;
}
.max-width300[data-v-37bc0b33] {
  max-width: 300px;
}
.widthHalf[data-v-37bc0b33] {
  width: 50%;
}
.width-sellProductImg-control[data-v-37bc0b33] {
  width: 150px;
}
.top-control-sellProduct[data-v-37bc0b33] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-37bc0b33] {
  width: 100%;
}
.width-cuotas-control-item[data-v-37bc0b33] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-37bc0b33] {
  width: 163px;
}
.width-control-btn-inline[data-v-37bc0b33] {
  width: 195px;
}
.width-controll-buys-item[data-v-37bc0b33] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-37bc0b33] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-37bc0b33] {
  width: 180px;
}
.width-pasarela-img-control[data-v-37bc0b33] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-37bc0b33] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-37bc0b33] {
  width: 95%;
}
.width-pasarela[data-v-37bc0b33] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-37bc0b33]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-37bc0b33]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-37bc0b33]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-37bc0b33]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-37bc0b33] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-37bc0b33] {
  max-height: 100%;
}
.height220[data-v-37bc0b33] {
  height: 220px;
}
.height100vh[data-v-37bc0b33] {
  height: 100vh !important;
}
.heightFilters[data-v-37bc0b33] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-37bc0b33] {
  height: 100%;
}
.height-aside[data-v-37bc0b33] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-37bc0b33] {
  height: 0px;
}
.heightBox[data-v-37bc0b33] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-37bc0b33] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-37bc0b33] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-37bc0b33] {
  justify-content: center;
}
.pointer[data-v-37bc0b33] {
  cursor: pointer !important;
}
.cursor-move[data-v-37bc0b33] {
  cursor: move !important;
}
.cursor-not[data-v-37bc0b33] {
  cursor: not-allowed !important;
}
.events-none[data-v-37bc0b33] {
  pointer-events: none;
}
.shadow[data-v-37bc0b33] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-37bc0b33] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-37bc0b33] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-37bc0b33] {
  transition: 0.3s;
}
.hoverShadow[data-v-37bc0b33]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-37bc0b33] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-37bc0b33] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-37bc0b33] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-37bc0b33] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-37bc0b33] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-37bc0b33] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-37bc0b33] {
  width: 40px;
  height: 40px;
}
.square35[data-v-37bc0b33] {
  width: 35px;
  height: 35px;
}
.square30[data-v-37bc0b33] {
  width: 30px;
  height: 30px;
}
.square25[data-v-37bc0b33] {
  width: 25px;
  height: 25px;
}
.square12[data-v-37bc0b33] {
  width: 12px;
  height: 12px;
}
.square15[data-v-37bc0b33] {
  width: 15px;
  height: 15px;
}
.square17[data-v-37bc0b33] {
  width: 17px;
  height: 17px;
}
.square18[data-v-37bc0b33] {
  width: 18px;
  height: 18px;
}
.square20[data-v-37bc0b33] {
  width: 20px;
  height: 20px;
}
.square50[data-v-37bc0b33] {
  width: 50px;
  height: 50px;
}
.square70[data-v-37bc0b33] {
  width: 70px;
  height: 70px;
}
.square55[data-v-37bc0b33] {
  width: 55px;
  height: 55px;
}
.square100[data-v-37bc0b33] {
  width: 100px;
  height: 100px;
}
.square10[data-v-37bc0b33] {
  width: 10px;
  height: 10px;
}
.square200[data-v-37bc0b33] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-37bc0b33] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-37bc0b33] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-37bc0b33] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-37bc0b33] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-37bc0b33] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-37bc0b33] {
  overflow-y: hidden;
}
.remove-scroll[data-v-37bc0b33] {
  overflow-y: hidden;
}
.active-scroll[data-v-37bc0b33] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-37bc0b33] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-37bc0b33] {
  overflow: hidden !important;
}
.overflow-auto[data-v-37bc0b33] {
  overflow: auto !important;
}
.hidden[data-v-37bc0b33] {
  visibility: hidden;
}
.offscreen[data-v-37bc0b33] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-37bc0b33] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-37bc0b33] {
  opacity: 0;
}
.opacity30[data-v-37bc0b33] {
  opacity: 0.3;
}
.opacity50[data-v-37bc0b33] {
  opacity: 0.5;
}
.opacity70[data-v-37bc0b33] {
  opacity: 0.7;
}
.opacity80[data-v-37bc0b33] {
  opacity: 0.8;
}
.transition30[data-v-37bc0b33] {
  transition: 0.3s;
}
.cleared[data-v-37bc0b33] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-37bc0b33] {
  transition: 0.1s;
}
.hover-green[data-v-37bc0b33]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-37bc0b33] {
  animation: aside-37bc0b33 0.5s reverse;
}
.aside-leave-active[data-v-37bc0b33] {
  animation: aside-37bc0b33 0.5s;
}
.asideContent-enter-active[data-v-37bc0b33] {
  animation: asideContent-37bc0b33 0.3s reverse;
}
.asideContent-leave-active[data-v-37bc0b33] {
  animation: asideContent-37bc0b33 0.3s;
}
@keyframes aside-37bc0b33 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-37bc0b33 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-37bc0b33 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-37bc0b33] {
  animation: spin-37bc0b33 2s infinite;
}
@keyframes spin-37bc0b33 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-37bc0b33] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-37bc0b33] {
  padding: 3px;
}
.carousel__pagination-button[data-v-37bc0b33] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-37bc0b33] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-37bc0b33]::after {
  display: none !important;
}
.pagination[data-v-37bc0b33] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-37bc0b33] {
  display: inline;
}
.pagination > li > a[data-v-37bc0b33], .pagination > li > span[data-v-37bc0b33] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-37bc0b33], .pagination > li:first-child > span[data-v-37bc0b33] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-37bc0b33], .pagination > li:last-child > span[data-v-37bc0b33] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-37bc0b33]:hover, .pagination > li > span[data-v-37bc0b33]:hover, .pagination > li > a[data-v-37bc0b33]:focus, .pagination > li > span[data-v-37bc0b33]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-37bc0b33], .pagination > .active > span[data-v-37bc0b33], .pagination > .active > a[data-v-37bc0b33]:hover, .pagination > .active > span[data-v-37bc0b33]:hover, .pagination > .active > a[data-v-37bc0b33]:focus, .pagination > .active > span[data-v-37bc0b33]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-37bc0b33] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-37bc0b33]:hover, .pagination > .disabled > span[data-v-37bc0b33]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-37bc0b33] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-37bc0b33]:hover, .pagination > .disabled > a[data-v-37bc0b33]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-37bc0b33], .pagination-lg > li > span[data-v-37bc0b33] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-37bc0b33], .pagination-lg > li:first-child > span[data-v-37bc0b33] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-37bc0b33], .pagination-lg > li:last-child > span[data-v-37bc0b33] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-37bc0b33], .pagination-sm > li > span[data-v-37bc0b33] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-37bc0b33], .pagination-sm > li:first-child > span[data-v-37bc0b33] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-37bc0b33], .pagination-sm > li:last-child > span[data-v-37bc0b33] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-37bc0b33] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-37bc0b33] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-37bc0b33] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-37bc0b33] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-37bc0b33] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-37bc0b33] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-37bc0b33] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-37bc0b33]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-37bc0b33] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-37bc0b33]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-37bc0b33] {
  overflow: unset !important;
}
.btn-shadow[data-v-37bc0b33] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-37bc0b33] {
  margin-left: 0px;
}
.reset-button[data-v-37bc0b33] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-37bc0b33] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-37bc0b33]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-37bc0b33] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-37bc0b33] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-37bc0b33],
.btn-finalize[data-v-37bc0b33] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-37bc0b33] {
  right: 7px;
}
.btn-finalize[data-v-37bc0b33] {
  left: 7px;
}
.tab-counter[data-v-37bc0b33] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-37bc0b33] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-37bc0b33] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-37bc0b33] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-37bc0b33] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-37bc0b33] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-37bc0b33] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-37bc0b33] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-37bc0b33] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-37bc0b33] {
  transition: 0.5s;
}
.tab[data-v-37bc0b33]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-37bc0b33] {
  color: #2980b9;
}
.tab.active[data-v-37bc0b33]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-37bc0b33] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-37bc0b33] {
  width: 220px;
}
.badge-display[data-v-37bc0b33], .badge-display2[data-v-37bc0b33] {
  min-width: 224px;
}
.my-badge[data-v-37bc0b33] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-37bc0b33] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-37bc0b33] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-37bc0b33] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-37bc0b33] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-37bc0b33] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-37bc0b33] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-37bc0b33] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-37bc0b33] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-37bc0b33] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-37bc0b33] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-37bc0b33] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-37bc0b33] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-37bc0b33] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-37bc0b33] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-37bc0b33] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-37bc0b33] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-37bc0b33] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-37bc0b33] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-37bc0b33] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-37bc0b33] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-37bc0b33] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-37bc0b33] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-37bc0b33] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-37bc0b33] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-37bc0b33] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-37bc0b33] {
  flex-wrap: wrap;
}
.vueperslide[data-v-37bc0b33] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-37bc0b33] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-37bc0b33] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-37bc0b33] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-37bc0b33] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-37bc0b33] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-37bc0b33] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-37bc0b33] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-37bc0b33] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-37bc0b33] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-37bc0b33] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-37bc0b33] {
  width: 100%;
}
.img-product-detail[data-v-37bc0b33] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-37bc0b33] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-37bc0b33] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-37bc0b33] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-37bc0b33] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-37bc0b33] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-37bc0b33] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-37bc0b33] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-37bc0b33] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-37bc0b33] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-37bc0b33] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-37bc0b33] {
  text-align: center;
}
.modal-enter[data-v-37bc0b33], .modal-leave-active[data-v-37bc0b33] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-37bc0b33], .modal-leave-active .modal-container[data-v-37bc0b33] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-37bc0b33] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-37bc0b33] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-37bc0b33] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-37bc0b33] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-37bc0b33] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-37bc0b33]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-37bc0b33] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-37bc0b33] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-37bc0b33] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-37bc0b33]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-37bc0b33] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-37bc0b33] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-37bc0b33] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-37bc0b33]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-37bc0b33] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-37bc0b33] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-37bc0b33] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-37bc0b33]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-37bc0b33] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-37bc0b33] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-37bc0b33] {
  display: none;
}
.vdp-datepicker input[data-v-37bc0b33] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-37bc0b33]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-37bc0b33] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-37bc0b33] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-37bc0b33 ease-in-out infinite;
}
.vue-treeselect__control[data-v-37bc0b33] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-37bc0b33] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-37bc0b33] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-37bc0b33] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-37bc0b33] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-37bc0b33] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-37bc0b33] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-37bc0b33] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-37bc0b33 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-37bc0b33 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-37bc0b33 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-37bc0b33 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-37bc0b33 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-37bc0b33 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-37bc0b33],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-37bc0b33] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-37bc0b33] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-37bc0b33] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-37bc0b33],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-37bc0b33] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-37bc0b33] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-37bc0b33] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-37bc0b33] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-37bc0b33],
.vue-treeselect span[data-v-37bc0b33] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-37bc0b33] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-37bc0b33] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-37bc0b33]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-37bc0b33] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-37bc0b33] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-37bc0b33],
.vue-treeselect__control[data-v-37bc0b33]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-37bc0b33] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-37bc0b33] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-37bc0b33],
.vue-treeselect__multi-value[data-v-37bc0b33] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-37bc0b33] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-37bc0b33] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-37bc0b33] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-37bc0b33] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-37bc0b33],
.vue-treeselect__single-value[data-v-37bc0b33] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-37bc0b33] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-37bc0b33] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-37bc0b33] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-37bc0b33] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-37bc0b33] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-37bc0b33]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-37bc0b33] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-37bc0b33] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-37bc0b33],
.vue-treeselect__multi-value-label[data-v-37bc0b33] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-37bc0b33] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-37bc0b33] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-37bc0b33],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-37bc0b33] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-37bc0b33] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-37bc0b33] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-37bc0b33] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-37bc0b33] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-37bc0b33] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-37bc0b33] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-37bc0b33] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-37bc0b33] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-37bc0b33] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-37bc0b33] {
  display: none;
}
.vue-treeselect__input[data-v-37bc0b33],
.vue-treeselect__sizer[data-v-37bc0b33] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-37bc0b33] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-37bc0b33]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-37bc0b33] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-37bc0b33] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-37bc0b33] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-37bc0b33] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-37bc0b33 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-37bc0b33 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-37bc0b33]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-37bc0b33] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-37bc0b33] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-37bc0b33] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-37bc0b33] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-37bc0b33] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-37bc0b33] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-37bc0b33] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-37bc0b33] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-37bc0b33] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-37bc0b33] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-37bc0b33] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-37bc0b33] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-37bc0b33]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-37bc0b33] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-37bc0b33],
.vue-treeselect__option-arrow-placeholder[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-37bc0b33] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-37bc0b33] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-37bc0b33],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-37bc0b33] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-37bc0b33] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-37bc0b33] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-37bc0b33] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-37bc0b33] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-37bc0b33] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-37bc0b33],
.vue-treeselect__minus-mark[data-v-37bc0b33] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-37bc0b33] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-37bc0b33] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-37bc0b33] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-37bc0b33] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-37bc0b33] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-37bc0b33] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-37bc0b33] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-37bc0b33] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-37bc0b33] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-37bc0b33] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-37bc0b33] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-37bc0b33] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-37bc0b33] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-37bc0b33] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-37bc0b33] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-37bc0b33] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-37bc0b33] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-37bc0b33] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-37bc0b33] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-37bc0b33] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-37bc0b33] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-37bc0b33] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-37bc0b33]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-37bc0b33] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-37bc0b33]::before,
.vue-treeselect__icon-error[data-v-37bc0b33]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-37bc0b33]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-37bc0b33]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-37bc0b33] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-37bc0b33 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-37bc0b33 linear infinite;
}
.vue-treeselect__icon-loader[data-v-37bc0b33]::before,
.vue-treeselect__icon-loader[data-v-37bc0b33]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-37bc0b33 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-37bc0b33 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-37bc0b33]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-37bc0b33]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-37bc0b33],
.vac-loader-wrapper[data-v-37bc0b33] {
  display: none !important;
}
.vac-room-name[data-v-37bc0b33] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-37bc0b33] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-37bc0b33] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-37bc0b33] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-37bc0b33] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-37bc0b33] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-37bc0b33] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-37bc0b33] {
  min-height: 24px !important;
}
.tagWarn[data-v-37bc0b33] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-37bc0b33]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-37bc0b33] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-37bc0b33]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-37bc0b33]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-37bc0b33] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-37bc0b33] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-37bc0b33] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-37bc0b33] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-37bc0b33]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-37bc0b33] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-37bc0b33]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-37bc0b33] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-37bc0b33] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-37bc0b33] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-37bc0b33]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-37bc0b33] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-37bc0b33]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-37bc0b33] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-37bc0b33]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-37bc0b33]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-37bc0b33] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-37bc0b33] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-37bc0b33] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-37bc0b33]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-37bc0b33] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-37bc0b33] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-37bc0b33] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-37bc0b33]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-37bc0b33] {
  font-size: 1.15em;
}
.my-select[data-v-37bc0b33] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-37bc0b33] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-37bc0b33] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-37bc0b33] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-37bc0b33] {
  width: 160px;
}
.my-select[data-v-37bc0b33] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-37bc0b33] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-37bc0b33] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-37bc0b33] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-37bc0b33] {
  width: 160px;
}
.input-cupon[data-v-37bc0b33] {
  display: flex;
}
.input-cupon > div > span[data-v-37bc0b33] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-37bc0b33] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-37bc0b33] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-37bc0b33]:not(:checked),
input[type=checkbox].check[data-v-37bc0b33]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-37bc0b33],
input[type=checkbox].check:checked + label[data-v-37bc0b33] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-37bc0b33]:before,
input[type=checkbox].check:checked + label[data-v-37bc0b33]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-37bc0b33]:after,
input[type=checkbox].check:checked + label[data-v-37bc0b33]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-37bc0b33]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-37bc0b33]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-37bc0b33]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-37bc0b33]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-37bc0b33]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-37bc0b33] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-37bc0b33]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-37bc0b33]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-37bc0b33] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-37bc0b33] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-37bc0b33] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-37bc0b33] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-37bc0b33] {
  opacity: 1;
}
.multiselect__tag[data-v-37bc0b33] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-37bc0b33] {
  background: #2AA186 !important;
}
.multiselect[data-v-37bc0b33] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-37bc0b33]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-37bc0b33] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-37bc0b33] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-37bc0b33]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-37bc0b33]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-37bc0b33]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-37bc0b33]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-37bc0b33] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-37bc0b33] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-37bc0b33] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-37bc0b33] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-37bc0b33] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-37bc0b33] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-37bc0b33]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-37bc0b33]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-37bc0b33]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-37bc0b33] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-37bc0b33] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-37bc0b33] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-37bc0b33] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-37bc0b33]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-37bc0b33] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-37bc0b33] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-37bc0b33] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-37bc0b33] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-37bc0b33] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-37bc0b33] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-37bc0b33]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-37bc0b33] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-37bc0b33] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-37bc0b33], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-37bc0b33] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-37bc0b33] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-37bc0b33] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-37bc0b33], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-37bc0b33] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-37bc0b33], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-37bc0b33] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-37bc0b33]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-37bc0b33]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-37bc0b33] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-37bc0b33] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-37bc0b33] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-37bc0b33] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-37bc0b33] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-37bc0b33] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-37bc0b33] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-37bc0b33] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-37bc0b33] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-37bc0b33] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-37bc0b33] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-37bc0b33] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-37bc0b33] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-37bc0b33] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-37bc0b33] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-37bc0b33]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-37bc0b33] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-37bc0b33] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-37bc0b33] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-37bc0b33] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-37bc0b33] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-37bc0b33] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-37bc0b33] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-37bc0b33] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-37bc0b33], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-37bc0b33] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-37bc0b33] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-37bc0b33] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-37bc0b33] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-37bc0b33] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-37bc0b33] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-37bc0b33] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-37bc0b33] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-37bc0b33], .v3-emoji-picker .v3-header[data-v-37bc0b33] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-37bc0b33] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-37bc0b33] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-37bc0b33] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-37bc0b33]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-37bc0b33], .v3-emoji-picker .v3-skin-tones[data-v-37bc0b33] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-37bc0b33]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-37bc0b33] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-37bc0b33] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-37bc0b33] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-37bc0b33], body[data-v-37bc0b33] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-37bc0b33], body.home[data-v-37bc0b33] {
  background-color: #fff;
}
[data-v-37bc0b33]:focus {
  outline: none !important;
}
a[data-v-37bc0b33] {
  text-decoration: none;
}
a[data-v-37bc0b33]:hover,
a[data-v-37bc0b33]:focus {
  text-decoration: none;
}
img[data-v-37bc0b33] {
  border: 0;
}
textarea[data-v-37bc0b33] {
  resize: none;
}
h1[data-v-37bc0b33],
h2[data-v-37bc0b33],
h3[data-v-37bc0b33],
h4[data-v-37bc0b33],
h5[data-v-37bc0b33],
h6[data-v-37bc0b33] {
  font-weight: bold;
}
.suggestions-wrapper[data-v-37bc0b33] {
  position: relative;
  overflow: hidden;
}
.suggestions-container[data-v-37bc0b33] {
  max-height: 300px;
  /* Alto de 1.5 tarjetas */
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: white;
  margin: 10px 0 20px 0px;
}
.suggestions-container.expanded[data-v-37bc0b33] {
  max-height: 100%;
  /* o usa max-content si prefieres */
}
.suggestion-item[data-v-37bc0b33] {
  background: white;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.fade-out-gradient[data-v-37bc0b33] {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #e7ecf1);
  pointer-events: none;
}
.show-more[data-v-37bc0b33] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background: #e7ecf1;
  font-weight: bold;
  cursor: pointer;
  color: #2980b9;
}
.show-more.expanded[data-v-37bc0b33] {
  background: #fff;
}
section.absolute {
  top: 40px;
  width: 95%;
  margin-left: 2.5%;
}
@media (min-width: 500px) {
section.absolute {
    top: 50px;
    width: 70%;
    margin-left: 15%;
}
}

th[data-v-9f1a2414],
td[data-v-9f1a2414] {
  text-align: start;
  padding: 20px;
}

.sticky.active[data-v-6d50c62b] {
  border-bottom: 3px solid #337ab7;
}

.icon[data-v-89104d4f]  {
    width: 92%;
    height: auto;
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

::v-deep .vueperslide--loading { 
	opacity: 0;
}
.actions-buttons {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 9;
	/* width: 20px;
	height: 20px; */
	/* display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c9c9c999;
	padding: 4px;
	border-radius: 50%;
	& > svg{
		&:hover{.vueperslides__parallax-wrapper{
			overflow: unset !important;
		}
			width: 15px;
			height: 15px;
		}
	} */
}

.boxAvailable {
  min-width: 60px;
  max-width: 100px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-container[data-v-91bd5d00] {
  overflow: auto;
  height: 500px;
}
table[data-v-91bd5d00] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
th[data-v-91bd5d00],
td[data-v-91bd5d00] {
  text-align: center;
  vertical-align: middle;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-color: #d6dce2;
}
thead[data-v-91bd5d00] {
  position: sticky;
  top: 0;
  z-index: 3;
}
thead th[data-v-91bd5d00] {
  background-color: #fff;
}
tbody th[data-v-91bd5d00] {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1 !important;
}
thead tr:nth-child(2) th[data-v-91bd5d00] {
  top: 60px;
}
th.sticky-total[data-v-91bd5d00] {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: white;
}
th[data-v-91bd5d00]:first-child {
  left: 0;
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  padding: 0 10px;
}
th:first-child p[data-v-91bd5d00] {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
th:first-child:hover p[data-v-91bd5d00] {
  display: none;
}
th:first-child div[data-v-91bd5d00] {
  display: none;
}
th:first-child:hover div[data-v-91bd5d00] {
  padding: 4px;
  position: static;
  width: auto !important;
  background: #fff !important;
  /* z-index: 5 !important; */
  font-size: 12px;
  font-weight: normal;
  display: block;
}
th[data-v-91bd5d00]:first-child,
td[data-v-91bd5d00]:first-child {
  /* z-index: 3; */
  background-color: #fff;
}


.boxAvailable[data-v-db2d8ce3] {
  width: 70px;
  height: 70px;
  border: 1px solid #e7ecf1;
  text-align: center;
  font-size: 20px;
}
.boxAvailable .text[data-v-db2d8ce3] {
  position: relative;
  top: 25px;
}

[data-v-baf4b9ee]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-baf4b9ee] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-baf4b9ee] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-baf4b9ee] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-baf4b9ee] {
  width: 100%;
}
.home-icon img[data-v-baf4b9ee] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-baf4b9ee] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-baf4b9ee] {
  line-height: 30px;
}
.list-style-none[data-v-baf4b9ee] {
  list-style: none;
}
.burger-menu[data-v-baf4b9ee] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-baf4b9ee] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-baf4b9ee] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-baf4b9ee] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-baf4b9ee] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-baf4b9ee] {
  position: relative;
}
.card-product .my-close[data-v-baf4b9ee] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-baf4b9ee] {
  margin: 0;
}
.filtro-form input[data-v-baf4b9ee] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-baf4b9ee] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-baf4b9ee] {
  padding: 20px 0 0;
}
.img-tiny[data-v-baf4b9ee] {
  width: 80px;
}
.img-item img[data-v-baf4b9ee] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-baf4b9ee] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-baf4b9ee] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-baf4b9ee]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-baf4b9ee] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-baf4b9ee] {
  margin-left: 10px;
}
.notifications section[data-v-baf4b9ee] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-baf4b9ee] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-baf4b9ee] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-baf4b9ee],
.list-complete-leave-to[data-v-baf4b9ee] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-baf4b9ee] {
  position: absolute;
}
#_op_data_r[data-v-baf4b9ee],
#_op_data_antifraud[data-v-baf4b9ee] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-baf4b9ee],
iframe#_op_data_antifraud[data-v-baf4b9ee],
iframe#device_profile[data-v-baf4b9ee],
iframe#thm_mp_cntnr[data-v-baf4b9ee] {
  position: absolute !important;
}
iframe[data-v-baf4b9ee] {
  background: #fff !important;
}
.main-content[data-v-baf4b9ee] {
  padding-top: 30px;
}
.card-contactStory[data-v-baf4b9ee] {
  width: 93vw;
}
.card-contactStory img[data-v-baf4b9ee] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-baf4b9ee] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-baf4b9ee] {
  width: 280px;
}
.dropped[data-v-baf4b9ee] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-baf4b9ee] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-baf4b9ee]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-baf4b9ee] {
  display: block !important;
}
.dropped .dropdown a[data-v-baf4b9ee] {
  color: #fff;
}
.dropped .dropdown a[data-v-baf4b9ee]:hover {
  text-decoration: underline;
}
.line-height25[data-v-baf4b9ee] {
  line-height: 25px;
}
aside[data-v-baf4b9ee] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-baf4b9ee] {
  height: 100vh;
}
.my-header[data-v-baf4b9ee] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-baf4b9ee] {
  position: inherit !important;
}
.my-header-menu[data-v-baf4b9ee] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-baf4b9ee] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-baf4b9ee]:hover {
  background: hannah;
}
.menu-api-activate[data-v-baf4b9ee] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-baf4b9ee] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-baf4b9ee] {
  position: relative;
}
.menu-api-item a[data-v-baf4b9ee]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-baf4b9ee] {
  padding: 0 !important;
}
.card-product[data-v-baf4b9ee] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-baf4b9ee] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-baf4b9ee] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-baf4b9ee] {
  margin: 0;
}
.sticky-home[data-v-baf4b9ee] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-baf4b9ee] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-baf4b9ee]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-baf4b9ee] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-baf4b9ee]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-baf4b9ee] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-baf4b9ee]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-baf4b9ee] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-baf4b9ee] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-baf4b9ee] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-baf4b9ee]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-baf4b9ee] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-baf4b9ee] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-baf4b9ee] {
  display: block !important;
}
.leftPositionSubMenu[data-v-baf4b9ee] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-baf4b9ee] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-baf4b9ee],
.circle-toggle-box[data-v-baf4b9ee] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-baf4b9ee] {
  left: 44px !important;
}
.triangleStatus[data-v-baf4b9ee]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-baf4b9ee] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-baf4b9ee] {
  overflow: visible !important;
}
.width-max80[data-v-baf4b9ee] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-baf4b9ee] {
  display: flex !important;
}
.flex-none[data-v-baf4b9ee] {
  flex: none;
}
.flex-nowrap[data-v-baf4b9ee] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-baf4b9ee] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-baf4b9ee] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-baf4b9ee] {
  flex-direction: column;
}
.flex-col-row[data-v-baf4b9ee] {
  flex-direction: column;
}
.flex-row[data-v-baf4b9ee] {
  flex-direction: row;
}
.flex-between-align[data-v-baf4b9ee] {
  align-content: space-between;
}
.flex-middle[data-v-baf4b9ee] {
  align-items: center;
}
.flex-bottom[data-v-baf4b9ee] {
  align-items: flex-end;
}
.flex-between[data-v-baf4b9ee] {
  justify-content: space-between;
}
.flex-center[data-v-baf4b9ee] {
  justify-content: center;
}
.flex-right[data-v-baf4b9ee] {
  justify-content: flex-end;
}
.flex-left[data-v-baf4b9ee] {
  justify-content: flex-start;
}
.flex-evenly[data-v-baf4b9ee] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-baf4b9ee] {
  flex-grow: 1;
}
.flex-grow-2[data-v-baf4b9ee] {
  flex-grow: 2;
}
.flex-grow-3[data-v-baf4b9ee] {
  flex-grow: 3;
}
.flex-grow-4[data-v-baf4b9ee] {
  flex-grow: 4;
}
.flex-grow-5[data-v-baf4b9ee] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-baf4b9ee] {
  align-items: flex-start;
}
.flex800[data-v-baf4b9ee] {
  display: none;
}
.flexc-flex[data-v-baf4b9ee] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-baf4b9ee] {
  display: none;
}
.flex-display-50-10[data-v-baf4b9ee] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-baf4b9ee] {
  display: none;
}
.show760[data-v-baf4b9ee] {
  display: none;
}
.hide[data-v-baf4b9ee] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-baf4b9ee] {
    display: block !important;
}
.badge-display[data-v-baf4b9ee] {
    display: none;
}
.badge-display2[data-v-baf4b9ee] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-baf4b9ee] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-baf4b9ee] {
    display: block;
}
.badge-display2[data-v-baf4b9ee] {
    display: none;
}
.fix-width[data-v-baf4b9ee] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-baf4b9ee] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-baf4b9ee] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-baf4b9ee] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-baf4b9ee] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-baf4b9ee] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-baf4b9ee] {
    width: 50%;
}
.width100-40[data-v-baf4b9ee] {
    width: 40%;
}
.show600[data-v-baf4b9ee] {
    display: block;
}
.width-controll-btn-typeweek[data-v-baf4b9ee] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-baf4b9ee] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-baf4b9ee] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-baf4b9ee] {
    width: 220px !important;
}
.leftPositionControl[data-v-baf4b9ee] {
    left: -40px !important;
}
.container-tipo-envio[data-v-baf4b9ee] {
    display: flex;
}
.width-controll-buys-item[data-v-baf4b9ee] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-baf4b9ee] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-baf4b9ee] {
    top: 380px !important;
}
.my-header-menu[data-v-baf4b9ee] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-baf4b9ee] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-baf4b9ee] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-baf4b9ee] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-baf4b9ee] {
    min-width: 400px;
}
.cart-btn-add[data-v-baf4b9ee] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-baf4b9ee] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-baf4b9ee] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-baf4b9ee] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-baf4b9ee] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-baf4b9ee] {
    justify-content: left;
}
.flex-mid[data-v-baf4b9ee] {
    display: flex !important;
}
.msg-stock[data-v-baf4b9ee] {
    padding: 10px 0 0;
}
.counter-cart[data-v-baf4b9ee] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-baf4b9ee] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-baf4b9ee] {
    display: none;
}
.badge-display2[data-v-baf4b9ee] {
    display: block;
}
.show760[data-v-baf4b9ee] {
    display: block;
}
.hide760[data-v-baf4b9ee] {
    display: none;
}
.grid-products[data-v-baf4b9ee] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-baf4b9ee] {
    margin: auto;
}
.mr-h[data-v-baf4b9ee] {
    margin: auto;
}
.width-control-otherProducts[data-v-baf4b9ee] {
    width: 170px !important;
}
.leftPositionControl[data-v-baf4b9ee] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-baf4b9ee] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-baf4b9ee] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-baf4b9ee] {
    width: 30vw !important;
}
.product-item[data-v-baf4b9ee] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-baf4b9ee] {
    width: 90% !important;
}
.my-container[data-v-baf4b9ee] {
    width: 680px !important;
}
.login[data-v-baf4b9ee] {
    width: 310px !important;
}
.width-cuotas-control[data-v-baf4b9ee] {
    width: 278px !important;
}
.flexc-flex[data-v-baf4b9ee] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-baf4b9ee] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-baf4b9ee] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-baf4b9ee] {
    height: 140px;
}
.width-control-input-chat[data-v-baf4b9ee] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-baf4b9ee] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-baf4b9ee] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-baf4b9ee] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-baf4b9ee] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-baf4b9ee] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-baf4b9ee] {
    width: 270px !important;
}
.leftPositionControl[data-v-baf4b9ee] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-baf4b9ee] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-baf4b9ee] {
    width: 17vw !important;
}
.filters-wrap[data-v-baf4b9ee] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-baf4b9ee] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-baf4b9ee] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-baf4b9ee] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-baf4b9ee] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-baf4b9ee] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-baf4b9ee] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-baf4b9ee] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-baf4b9ee]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-baf4b9ee] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-baf4b9ee] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-baf4b9ee]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-baf4b9ee] {
    max-width: 330px !important;
}
.iterable-box[data-v-baf4b9ee] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-baf4b9ee] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-baf4b9ee] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-baf4b9ee] {
    width: 160px !important;
}
.my-container[data-v-baf4b9ee] {
    width: 800px !important;
}
.search-btn-box[data-v-baf4b9ee] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-baf4b9ee] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-baf4b9ee] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-baf4b9ee] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-baf4b9ee] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-baf4b9ee] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-baf4b9ee] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-baf4b9ee] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-baf4b9ee] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-baf4b9ee] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-baf4b9ee] {
    width: 280px !important;
}
.width300-desktop[data-v-baf4b9ee] {
    width: 300px !important;
}
.concept-item-stats[data-v-baf4b9ee] {
    width: 80%;
}
.widthHalf-desktop[data-v-baf4b9ee] {
    width: 50% !important;
}
.column-desktop[data-v-baf4b9ee] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-baf4b9ee] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-baf4b9ee] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-baf4b9ee] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-baf4b9ee],
.flex-desktop[data-v-baf4b9ee] {
    display: flex !important;
}
.block-desktop[data-v-baf4b9ee] {
    display: block !important;
}
.hide-desktop[data-v-baf4b9ee] {
    display: none !important;
}
.fixButton[data-v-baf4b9ee] {
    top: -20px;
}
.width-cuotas-control[data-v-baf4b9ee] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-baf4b9ee] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-baf4b9ee] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-baf4b9ee] {
    display: none !important;
}
.bottom10-desktop[data-v-baf4b9ee] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-baf4b9ee] {
    left: -125px !important;
}
.grid-products[data-v-baf4b9ee] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-baf4b9ee] {
    width: 1000px !important;
}
.showFullDesktop[data-v-baf4b9ee] {
    display: block !important;
}
.leftPositionControl[data-v-baf4b9ee] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-baf4b9ee] {
    display: none !important;
}
.show-only-desktop[data-v-baf4b9ee] {
    display: flex !important;
}
.leftPositionControl[data-v-baf4b9ee] {
    left: -260px !important;
}
.catalog-container[data-v-baf4b9ee] {
    margin: unset;
}
.carrito-catalog[data-v-baf4b9ee] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-baf4b9ee] {
    left: -280px !important;
}
}
.grid-container[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-baf4b9ee] {
  grid-column: span 1;
}
.grid-item-1[data-v-baf4b9ee] {
  grid-column: span 1;
}
.grid-item-2[data-v-baf4b9ee] {
  grid-column: span 2;
}
.grid-item-3[data-v-baf4b9ee] {
  grid-column: span 3;
}
.grid-item-4[data-v-baf4b9ee] {
  grid-column: span 4;
}
.grid-item-5[data-v-baf4b9ee] {
  grid-column: span 5;
}
.grid-item-6[data-v-baf4b9ee] {
  grid-column: span 6;
}
.grid-item-7[data-v-baf4b9ee] {
  grid-column: span 7;
}
.grid-item-8[data-v-baf4b9ee] {
  grid-column: span 8;
}
.grid-item-9[data-v-baf4b9ee] {
  grid-column: span 9;
}
.grid-item-10[data-v-baf4b9ee] {
  grid-column: span 10;
}
.grid-item-11[data-v-baf4b9ee] {
  grid-column: span 11;
}
.grid-item-12[data-v-baf4b9ee] {
  grid-column: span 12;
}
.grid-cart[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-baf4b9ee] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-baf4b9ee] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-baf4b9ee] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-baf4b9ee] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-baf4b9ee] {
  gap: 10px;
}
.gap20[data-v-baf4b9ee] {
  gap: 20px;
}
.grid-box[data-v-baf4b9ee] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-baf4b9ee],
.grid-3 div[data-v-baf4b9ee],
.grid-4 div[data-v-baf4b9ee] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-baf4b9ee] {
  background: #fff;
}
.grid-item-odd[data-v-baf4b9ee]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-baf4b9ee] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-baf4b9ee] {
  max-width: 350px;
}
.margin0[data-v-baf4b9ee] {
  margin: 0 !important;
}
.margin0-5[data-v-baf4b9ee] {
  margin: 0 5px;
}
.margin10-0[data-v-baf4b9ee] {
  margin: 10px 0;
}
.margin10-5[data-v-baf4b9ee] {
  margin: 10px 5px;
}
.margin0-10[data-v-baf4b9ee] {
  margin: 0 10px;
}
.margin0-15[data-v-baf4b9ee] {
  margin: 0 15px;
}
.margin15-0[data-v-baf4b9ee] {
  margin: 15px 0px;
}
.margin20-0[data-v-baf4b9ee] {
  margin: 20px 0;
}
.margin20-10[data-v-baf4b9ee] {
  margin: 20px 10px;
}
.margin30-0[data-v-baf4b9ee] {
  margin: 30px 0;
}
.margin40-0[data-v-baf4b9ee] {
  margin: 40px 0;
}
.margin20-40[data-v-baf4b9ee] {
  margin: 20px 40px;
}
.margin0-20[data-v-baf4b9ee] {
  margin: 0 20px;
}
.margin5[data-v-baf4b9ee] {
  margin: 5px;
}
.margin5-0[data-v-baf4b9ee] {
  margin: 5px 0;
}
.margin10[data-v-baf4b9ee] {
  margin: 10px;
}
.margin10-20[data-v-baf4b9ee] {
  margin: 10px 20px;
}
.margin15[data-v-baf4b9ee] {
  margin: 15px;
}
.margin20[data-v-baf4b9ee] {
  margin: 20px;
}
.margin30[data-v-baf4b9ee] {
  margin: 30px;
}
.margin50[data-v-baf4b9ee] {
  margin: 50px;
}
.margin-right-auto[data-v-baf4b9ee] {
  margin-right: auto;
}
.margin-left-auto[data-v-baf4b9ee] {
  margin-left: auto;
}
.ml-h[data-v-baf4b9ee] {
  margin-left: auto;
}
.mr-h[data-v-baf4b9ee] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-baf4b9ee] {
  margin-bottom: 5px;
}
.margin-top5[data-v-baf4b9ee] {
  margin-top: 5px !important;
}
.margin-top10[data-v-baf4b9ee] {
  margin-top: 10px !important;
}
.margin-top15[data-v-baf4b9ee] {
  margin-top: 15px !important;
}
.margin-top20[data-v-baf4b9ee] {
  margin-top: 20px !important;
}
.margin-top30[data-v-baf4b9ee] {
  margin-top: 30px !important;
}
.margin-top35[data-v-baf4b9ee] {
  margin-top: 35px !important;
}
.margin-top40[data-v-baf4b9ee] {
  margin-top: 40px !important;
}
.margin-top50[data-v-baf4b9ee] {
  margin-top: 50px !important;
}
.margin-top60[data-v-baf4b9ee] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-baf4b9ee] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-baf4b9ee] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-baf4b9ee] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-baf4b9ee] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-baf4b9ee] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-baf4b9ee] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-baf4b9ee] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-baf4b9ee] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-baf4b9ee] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-baf4b9ee] {
  margin-left: 5px !important;
}
.margin-left10[data-v-baf4b9ee] {
  margin-left: 10px !important;
}
.margin-left15[data-v-baf4b9ee] {
  margin-left: 15px !important;
}
.margin-left20[data-v-baf4b9ee] {
  margin-left: 20px !important;
}
.margin-left30[data-v-baf4b9ee] {
  margin-left: 30px !important;
}
.margin-left35[data-v-baf4b9ee] {
  margin-left: 35px !important;
}
.margin-left40[data-v-baf4b9ee] {
  margin-left: 40px !important;
}
.margin-left50[data-v-baf4b9ee] {
  margin-left: 50px !important;
}
.margin-left60[data-v-baf4b9ee] {
  margin-left: 60px !important;
}
.margin-right5[data-v-baf4b9ee] {
  margin-right: 5px !important;
}
.margin-right10[data-v-baf4b9ee] {
  margin-right: 10px !important;
}
.margin-right15[data-v-baf4b9ee] {
  margin-right: 15px !important;
}
.margin-right20[data-v-baf4b9ee] {
  margin-right: 20px !important;
}
.margin-right30[data-v-baf4b9ee] {
  margin-right: 30px !important;
}
.margin-right35[data-v-baf4b9ee] {
  margin-right: 35px !important;
}
.margin-right40[data-v-baf4b9ee] {
  margin-right: 40px !important;
}
.margin-right50[data-v-baf4b9ee] {
  margin-right: 50px !important;
}
.margin-right60[data-v-baf4b9ee] {
  margin-right: 60px !important;
}
.my-5[data-v-baf4b9ee] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-baf4b9ee] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-baf4b9ee] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-baf4b9ee] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-baf4b9ee] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-baf4b9ee] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-baf4b9ee] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-baf4b9ee] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-baf4b9ee] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-baf4b9ee] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-baf4b9ee] {
  padding: 0 !important;
}
.padding5[data-v-baf4b9ee] {
  padding: 5px;
}
.padding10[data-v-baf4b9ee] {
  padding: 10px;
}
.padding15[data-v-baf4b9ee] {
  padding: 15px;
}
.padding20[data-v-baf4b9ee] {
  padding: 20px;
}
.padding30[data-v-baf4b9ee] {
  padding: 30px;
}
.padding40[data-v-baf4b9ee] {
  padding: 40px;
}
.padding40-0[data-v-baf4b9ee] {
  padding: 40px 0;
}
.padding-left5[data-v-baf4b9ee] {
  padding-left: 5px;
}
.padding-left10[data-v-baf4b9ee] {
  padding-left: 10px;
}
.padding-left15[data-v-baf4b9ee] {
  padding-left: 15px;
}
.padding-left20[data-v-baf4b9ee] {
  padding-left: 20px;
}
.padding-right5[data-v-baf4b9ee] {
  padding-right: 5px;
}
.padding-right10[data-v-baf4b9ee] {
  padding-right: 10px;
}
.padding-right15[data-v-baf4b9ee] {
  padding-right: 15px;
}
.padding-right20[data-v-baf4b9ee] {
  padding-right: 20px;
}
.padding-right30[data-v-baf4b9ee] {
  padding-right: 30px;
}
.padding-right40[data-v-baf4b9ee] {
  padding-right: 40px;
}
.padding-top0[data-v-baf4b9ee] {
  padding-top: 0px;
}
.padding-top5[data-v-baf4b9ee] {
  padding-top: 5px;
}
.padding-top10[data-v-baf4b9ee] {
  padding-top: 10px;
}
.padding-top15[data-v-baf4b9ee] {
  padding-top: 15px;
}
.padding-top20[data-v-baf4b9ee] {
  padding-top: 20px;
}
.padding-top30[data-v-baf4b9ee] {
  padding-top: 30px;
}
.padding-top50[data-v-baf4b9ee] {
  padding-top: 50px;
}
.padding-top60[data-v-baf4b9ee] {
  padding-top: 60px;
}
.padding-top70[data-v-baf4b9ee] {
  padding-top: 70px;
}
.padding-top90[data-v-baf4b9ee] {
  padding-top: 90px;
}
.padding-top100[data-v-baf4b9ee] {
  padding-top: 100px;
}
.padding-top120[data-v-baf4b9ee] {
  padding-top: 120px;
}
.padding-top180[data-v-baf4b9ee] {
  padding-top: 180px;
}
.padding-bottom0[data-v-baf4b9ee] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-baf4b9ee] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-baf4b9ee] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-baf4b9ee] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-baf4b9ee] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-baf4b9ee] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-baf4b9ee] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-baf4b9ee] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-baf4b9ee] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-baf4b9ee] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-baf4b9ee] {
  padding-bottom: 240px;
}
.padding10-0[data-v-baf4b9ee] {
  padding: 10px 0;
}
.padding10-5[data-v-baf4b9ee] {
  padding: 10px 5px;
}
.padding0-5[data-v-baf4b9ee] {
  padding: 0 5px;
}
.padding0-10[data-v-baf4b9ee] {
  padding: 0 10px;
}
.padding0-15[data-v-baf4b9ee] {
  padding: 0 15px;
}
.padding20-0[data-v-baf4b9ee] {
  padding: 20px 0;
}
.padding20-10[data-v-baf4b9ee] {
  padding: 20px 10px;
}
.padding15-20[data-v-baf4b9ee] {
  padding: 15px 20px;
}
.padding15-0[data-v-baf4b9ee] {
  padding: 15px 0px;
}
.padding20-5[data-v-baf4b9ee] {
  padding: 20px 5px;
}
.padding0-20[data-v-baf4b9ee] {
  padding: 0 20px;
}
.padding5-20[data-v-baf4b9ee] {
  padding: 5px 20px;
}
.padding5-15[data-v-baf4b9ee] {
  padding: 5px 15px;
}
.padding5-10[data-v-baf4b9ee] {
  padding: 5px 10px;
}
.padding15-10[data-v-baf4b9ee] {
  padding: 15px 10px;
}
.padding1em[data-v-baf4b9ee] {
  padding: 1em;
}
.padding10-20[data-v-baf4b9ee] {
  padding: 10px 20px;
}
.padding5-0[data-v-baf4b9ee] {
  padding: 5px 0;
}
.padding30-10[data-v-baf4b9ee] {
  padding: 30px 10px;
}
.px-5[data-v-baf4b9ee] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-baf4b9ee] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-baf4b9ee] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-baf4b9ee] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-baf4b9ee] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-baf4b9ee] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-baf4b9ee] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-baf4b9ee] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-baf4b9ee] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-baf4b9ee] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-baf4b9ee] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-baf4b9ee] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-baf4b9ee] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-baf4b9ee] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-baf4b9ee] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-baf4b9ee] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-baf4b9ee] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-baf4b9ee] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-baf4b9ee] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-baf4b9ee] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-baf4b9ee] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-baf4b9ee] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-baf4b9ee] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-baf4b9ee] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-baf4b9ee] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-baf4b9ee] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-baf4b9ee] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-baf4b9ee] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-baf4b9ee]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-baf4b9ee] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-baf4b9ee]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-baf4b9ee] {
  border: 0 !important;
}
.borderRed[data-v-baf4b9ee] {
  border-color: #f00 !important;
}
.border-aside[data-v-baf4b9ee] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-baf4b9ee] {
  border: none;
}
.borderLightgray[data-v-baf4b9ee] {
  border: 1px solid lightgray;
}
.borderGray[data-v-baf4b9ee] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-baf4b9ee] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-baf4b9ee] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-baf4b9ee] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-baf4b9ee] {
  border: 1px solid #fff;
}
.border2green[data-v-baf4b9ee] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-baf4b9ee] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-baf4b9ee] {
  border: 2px solid #fff;
}
.border2gold[data-v-baf4b9ee] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-baf4b9ee] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-baf4b9ee] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-baf4b9ee] {
  border-color: #d42717 !important;
}
.border1green[data-v-baf4b9ee] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-baf4b9ee] {
  border-color: #f00 !important;
}
.border-fixed[data-v-baf4b9ee] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-baf4b9ee] {
  border-radius: 40px;
}
.radius30[data-v-baf4b9ee] {
  border-radius: 30px;
}
.radius20[data-v-baf4b9ee] {
  border-radius: 20px;
}
.radius15[data-v-baf4b9ee] {
  border-radius: 15px;
}
.radius8[data-v-baf4b9ee] {
  border-radius: 8px;
}
.radius3[data-v-baf4b9ee] {
  border-radius: 3px !important;
}
.rounded[data-v-baf4b9ee] {
  border-radius: 50%;
}
.rounded5[data-v-baf4b9ee] {
  border-radius: 5px;
}
.round10[data-v-baf4b9ee] {
  border-radius: 10px;
}
.box-border[data-v-baf4b9ee] {
  box-sizing: border-box;
}
.text-center[data-v-baf4b9ee] {
  text-align: center;
}
.text-right[data-v-baf4b9ee] {
  text-align: right;
}
.text-left[data-v-baf4b9ee] {
  text-align: left;
}
.text-lowercase[data-v-baf4b9ee] {
  text-transform: lowercase;
}
.text-uppercase[data-v-baf4b9ee] {
  text-transform: uppercase;
}
.text-capitalize[data-v-baf4b9ee] {
  text-transform: capitalize !important;
}
.text-none[data-v-baf4b9ee] {
  text-transform: none;
}
.text-ellipsis[data-v-baf4b9ee] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-baf4b9ee] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-baf4b9ee]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-baf4b9ee] {
  text-decoration: underline;
}
.text-underline[data-v-baf4b9ee]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-baf4b9ee] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-baf4b9ee] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-baf4b9ee] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-baf4b9ee] {
  word-break: break-all;
}
.font-bold[data-v-baf4b9ee] {
  font-weight: bold;
}
.price-through[data-v-baf4b9ee] {
  text-decoration: line-through;
}
.font-italic[data-v-baf4b9ee] {
  font-style: italic;
}
.font095em[data-v-baf4b9ee] {
  font-size: 0.95em;
}
.font1em[data-v-baf4b9ee] {
  font-size: 1em !important;
}
.font2em[data-v-baf4b9ee] {
  font-size: 2em;
}
.font2-2em[data-v-baf4b9ee] {
  font-size: 2.2em;
}
.font3em[data-v-baf4b9ee] {
  font-size: 3em;
}
.font4em[data-v-baf4b9ee] {
  font-size: 4em;
}
.font1-5em[data-v-baf4b9ee] {
  font-size: 1.5em;
}
.font1-7em[data-v-baf4b9ee] {
  font-size: 1.7em;
}
.font1-3em[data-v-baf4b9ee] {
  font-size: 1.3em;
}
.font1-4em[data-v-baf4b9ee] {
  font-size: 1.4em;
}
.font-9em[data-v-baf4b9ee] {
  font-size: 0.9em;
}
.font10[data-v-baf4b9ee] {
  font-size: 10px;
}
.font11[data-v-baf4b9ee] {
  font-size: 11px;
}
.font12[data-v-baf4b9ee] {
  font-size: 12px;
}
.font13[data-v-baf4b9ee] {
  font-size: 13px;
}
.font14[data-v-baf4b9ee] {
  font-size: 14px;
}
.font15[data-v-baf4b9ee] {
  font-size: 15px;
}
.font16[data-v-baf4b9ee] {
  font-size: 16px;
}
.font17[data-v-baf4b9ee] {
  font-size: 17px;
}
.font18[data-v-baf4b9ee] {
  font-size: 18px;
}
.font19[data-v-baf4b9ee] {
  font-size: 19px;
}
.font20[data-v-baf4b9ee] {
  font-size: 20px;
}
.font21[data-v-baf4b9ee] {
  font-size: 21px;
}
.font22[data-v-baf4b9ee] {
  font-size: 22px;
}
.font23[data-v-baf4b9ee] {
  font-size: 23px;
}
.font24[data-v-baf4b9ee] {
  font-size: 24px;
}
.font25[data-v-baf4b9ee] {
  font-size: 25px;
}
.font26[data-v-baf4b9ee] {
  font-size: 26px;
}
.font27[data-v-baf4b9ee] {
  font-size: 27px;
}
.font28[data-v-baf4b9ee] {
  font-size: 28px;
}
.font29[data-v-baf4b9ee] {
  font-size: 29px;
}
.font30[data-v-baf4b9ee] {
  font-size: 30px;
}
.font31[data-v-baf4b9ee] {
  font-size: 31px;
}
.font32[data-v-baf4b9ee] {
  font-size: 32px;
}
.font33[data-v-baf4b9ee] {
  font-size: 33px;
}
.font34[data-v-baf4b9ee] {
  font-size: 34px;
}
.font35[data-v-baf4b9ee] {
  font-size: 35px;
}
.font36[data-v-baf4b9ee] {
  font-size: 36px;
}
.font37[data-v-baf4b9ee] {
  font-size: 37px;
}
.font38[data-v-baf4b9ee] {
  font-size: 38px;
}
.font39[data-v-baf4b9ee] {
  font-size: 39px;
}
.font40[data-v-baf4b9ee] {
  font-size: 40px;
}
.font-normal[data-v-baf4b9ee] {
  font-weight: normal;
}
.color-white[data-v-baf4b9ee] {
  color: #fff;
}
.color-transparent[data-v-baf4b9ee] {
  color: transparent !important;
}
.color-black[data-v-baf4b9ee] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-baf4b9ee] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-baf4b9ee] {
  color: fuchia;
}
.color-gray[data-v-baf4b9ee] {
  color: #a5afb9;
}
.color-hardgray[data-v-baf4b9ee] {
  color: #4d5263;
}
.color-hannah[data-v-baf4b9ee] {
  color: #EA184D;
}
.color-lightgray[data-v-baf4b9ee] {
  color: #d3d3d3;
}
.color-darkblue[data-v-baf4b9ee] {
  color: #2c3e50;
}
.color-darkgray[data-v-baf4b9ee] {
  color: #757575;
}
.color-lightred[data-v-baf4b9ee] {
  color: #e74c3c;
}
.color-red[data-v-baf4b9ee] {
  color: #e74c3c;
}
.color-blue[data-v-baf4b9ee] {
  color: #2980b9;
}
.color-yellow[data-v-baf4b9ee] {
  color: #f49d1e;
}
.color-orange[data-v-baf4b9ee] {
  color: #ffa500;
}
.color-green[data-v-baf4b9ee] {
  color: #2AA186;
}
.color-gplus[data-v-baf4b9ee] {
  color: #d42717;
}
.back-bluelight[data-v-baf4b9ee] {
  background: #EBF0FF !important;
}
.back-blue[data-v-baf4b9ee] {
  background: #2980b9 !important;
}
.back-hannah[data-v-baf4b9ee] {
  background: #EA184D !important;
}
.back-purple[data-v-baf4b9ee] {
  background: #8e44ad;
}
.back-green[data-v-baf4b9ee] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-baf4b9ee] {
  background: #2AA186;
}
.back-yellow[data-v-baf4b9ee] {
  background: #f49d1e !important;
}
.back-gold[data-v-baf4b9ee] {
  background: #f49d1e !important;
}
.back-red[data-v-baf4b9ee] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-baf4b9ee] {
  background: #e74c3c;
}
.back-lightred[data-v-baf4b9ee] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-baf4b9ee] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-baf4b9ee] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-baf4b9ee] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-baf4b9ee] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-baf4b9ee] {
  background: #f49d1e !important;
}
.back-gplus[data-v-baf4b9ee] {
  background: #d42717;
}
.back-darkblue[data-v-baf4b9ee] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-baf4b9ee] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-baf4b9ee] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-baf4b9ee] {
  background: #3e3d40;
}
.back-midgray[data-v-baf4b9ee] {
  background: #ececec;
}
.back-gray[data-v-baf4b9ee] {
  background: #a5afb9;
}
.back-black[data-v-baf4b9ee] {
  background: #121212;
}
.back-transparent[data-v-baf4b9ee] {
  background: transparent;
}
.back-white[data-v-baf4b9ee] {
  background: #fff !important;
}
.back-white-simple[data-v-baf4b9ee] {
  background-color: #fff;
}
.back-lightgray[data-v-baf4b9ee] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-baf4b9ee] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-baf4b9ee] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-baf4b9ee] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-baf4b9ee] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-baf4b9ee] {
  background: #D6DFE4;
}
.bg-aside[data-v-baf4b9ee] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-baf4b9ee] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-baf4b9ee] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-baf4b9ee] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-baf4b9ee] {
  background: #fff;
}
.back-item-odd-white[data-v-baf4b9ee]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-baf4b9ee] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-baf4b9ee] {
  position: relative;
}
.absolute[data-v-baf4b9ee] {
  position: absolute;
}
.fixed[data-v-baf4b9ee] {
  position: fixed;
}
.fixed-bottom[data-v-baf4b9ee] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-baf4b9ee] {
  position: sticky;
}
.sticky.active[data-v-baf4b9ee] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-baf4b9ee] {
  bottom: 0;
}
.right0[data-v-baf4b9ee] {
  right: 0 !important;
}
.left0[data-v-baf4b9ee] {
  left: 0 !important;
}
.leftPositionControl[data-v-baf4b9ee] {
  left: -10px;
}
.width100-50[data-v-baf4b9ee] {
  width: 100%;
}
.width100-40[data-v-baf4b9ee] {
  width: 100%;
}
.min-width100[data-v-baf4b9ee] {
  min-width: 100%;
}
.min-width90[data-v-baf4b9ee] {
  min-width: 90%;
}
.min-width80[data-v-baf4b9ee] {
  min-width: 80% !important;
}
.min-width70[data-v-baf4b9ee] {
  min-width: 70%;
}
.min-width60[data-v-baf4b9ee] {
  min-width: 60%;
}
.min-width50[data-v-baf4b9ee] {
  max-width: 50%;
}
.min-width45[data-v-baf4b9ee] {
  min-width: 45%;
}
.min-width40[data-v-baf4b9ee] {
  min-width: 40%;
}
.min-width30[data-v-baf4b9ee] {
  min-width: 30%;
}
.min-width20[data-v-baf4b9ee] {
  min-width: 20%;
}
.min-width25[data-v-baf4b9ee] {
  min-width: 25%;
}
.min-width10[data-v-baf4b9ee] {
  min-width: 10%;
}
.width100[data-v-baf4b9ee] {
  width: 100%;
}
.width90[data-v-baf4b9ee] {
  width: 90%;
}
.width80[data-v-baf4b9ee] {
  width: 80% !important;
}
.width70[data-v-baf4b9ee] {
  width: 70%;
}
.width60[data-v-baf4b9ee] {
  width: 60%;
}
.width50[data-v-baf4b9ee] {
  width: 50%;
}
.width45[data-v-baf4b9ee] {
  width: 45%;
}
.width40[data-v-baf4b9ee] {
  width: 40%;
}
.width30[data-v-baf4b9ee] {
  width: 30%;
}
.width20[data-v-baf4b9ee] {
  width: 20%;
}
.width25[data-v-baf4b9ee] {
  width: 25%;
}
.width10[data-v-baf4b9ee] {
  width: 10%;
}
.width-min[data-v-baf4b9ee] {
  width: min-content;
}
.max-width800[data-v-baf4b9ee] {
  max-width: 800px;
}
.widthCenter[data-v-baf4b9ee] {
  width: 80%;
}
.max-width600[data-v-baf4b9ee] {
  max-width: 600px;
}
.max-width300[data-v-baf4b9ee] {
  max-width: 300px;
}
.widthHalf[data-v-baf4b9ee] {
  width: 50%;
}
.width-sellProductImg-control[data-v-baf4b9ee] {
  width: 150px;
}
.top-control-sellProduct[data-v-baf4b9ee] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-baf4b9ee] {
  width: 100%;
}
.width-cuotas-control-item[data-v-baf4b9ee] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-baf4b9ee] {
  width: 163px;
}
.width-control-btn-inline[data-v-baf4b9ee] {
  width: 195px;
}
.width-controll-buys-item[data-v-baf4b9ee] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-baf4b9ee] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-baf4b9ee] {
  width: 180px;
}
.width-pasarela-img-control[data-v-baf4b9ee] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-baf4b9ee] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-baf4b9ee] {
  width: 95%;
}
.width-pasarela[data-v-baf4b9ee] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-baf4b9ee]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-baf4b9ee]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-baf4b9ee]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-baf4b9ee]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-baf4b9ee] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-baf4b9ee] {
  max-height: 100%;
}
.height220[data-v-baf4b9ee] {
  height: 220px;
}
.height100vh[data-v-baf4b9ee] {
  height: 100vh !important;
}
.heightFilters[data-v-baf4b9ee] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-baf4b9ee] {
  height: 100%;
}
.height-aside[data-v-baf4b9ee] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-baf4b9ee] {
  height: 0px;
}
.heightBox[data-v-baf4b9ee] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-baf4b9ee] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-baf4b9ee] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-baf4b9ee] {
  justify-content: center;
}
.pointer[data-v-baf4b9ee] {
  cursor: pointer !important;
}
.cursor-move[data-v-baf4b9ee] {
  cursor: move !important;
}
.cursor-not[data-v-baf4b9ee] {
  cursor: not-allowed !important;
}
.events-none[data-v-baf4b9ee] {
  pointer-events: none;
}
.shadow[data-v-baf4b9ee] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-baf4b9ee] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-baf4b9ee] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-baf4b9ee] {
  transition: 0.3s;
}
.hoverShadow[data-v-baf4b9ee]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-baf4b9ee] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-baf4b9ee] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-baf4b9ee] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-baf4b9ee] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-baf4b9ee] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-baf4b9ee] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-baf4b9ee] {
  width: 40px;
  height: 40px;
}
.square35[data-v-baf4b9ee] {
  width: 35px;
  height: 35px;
}
.square30[data-v-baf4b9ee] {
  width: 30px;
  height: 30px;
}
.square25[data-v-baf4b9ee] {
  width: 25px;
  height: 25px;
}
.square12[data-v-baf4b9ee] {
  width: 12px;
  height: 12px;
}
.square15[data-v-baf4b9ee] {
  width: 15px;
  height: 15px;
}
.square17[data-v-baf4b9ee] {
  width: 17px;
  height: 17px;
}
.square18[data-v-baf4b9ee] {
  width: 18px;
  height: 18px;
}
.square20[data-v-baf4b9ee] {
  width: 20px;
  height: 20px;
}
.square50[data-v-baf4b9ee] {
  width: 50px;
  height: 50px;
}
.square70[data-v-baf4b9ee] {
  width: 70px;
  height: 70px;
}
.square55[data-v-baf4b9ee] {
  width: 55px;
  height: 55px;
}
.square100[data-v-baf4b9ee] {
  width: 100px;
  height: 100px;
}
.square10[data-v-baf4b9ee] {
  width: 10px;
  height: 10px;
}
.square200[data-v-baf4b9ee] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-baf4b9ee] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-baf4b9ee] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-baf4b9ee] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-baf4b9ee] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-baf4b9ee] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-baf4b9ee] {
  overflow-y: hidden;
}
.remove-scroll[data-v-baf4b9ee] {
  overflow-y: hidden;
}
.active-scroll[data-v-baf4b9ee] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-baf4b9ee] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-baf4b9ee] {
  overflow: hidden !important;
}
.overflow-auto[data-v-baf4b9ee] {
  overflow: auto !important;
}
.hidden[data-v-baf4b9ee] {
  visibility: hidden;
}
.offscreen[data-v-baf4b9ee] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-baf4b9ee] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-baf4b9ee] {
  opacity: 0;
}
.opacity30[data-v-baf4b9ee] {
  opacity: 0.3;
}
.opacity50[data-v-baf4b9ee] {
  opacity: 0.5;
}
.opacity70[data-v-baf4b9ee] {
  opacity: 0.7;
}
.opacity80[data-v-baf4b9ee] {
  opacity: 0.8;
}
.transition30[data-v-baf4b9ee] {
  transition: 0.3s;
}
.cleared[data-v-baf4b9ee] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-baf4b9ee] {
  transition: 0.1s;
}
.hover-green[data-v-baf4b9ee]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-baf4b9ee] {
  animation: aside-baf4b9ee 0.5s reverse;
}
.aside-leave-active[data-v-baf4b9ee] {
  animation: aside-baf4b9ee 0.5s;
}
.asideContent-enter-active[data-v-baf4b9ee] {
  animation: asideContent-baf4b9ee 0.3s reverse;
}
.asideContent-leave-active[data-v-baf4b9ee] {
  animation: asideContent-baf4b9ee 0.3s;
}
@keyframes aside-baf4b9ee {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-baf4b9ee {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-baf4b9ee {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-baf4b9ee] {
  animation: spin-baf4b9ee 2s infinite;
}
@keyframes spin-baf4b9ee {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-baf4b9ee] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-baf4b9ee] {
  padding: 3px;
}
.carousel__pagination-button[data-v-baf4b9ee] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-baf4b9ee] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-baf4b9ee]::after {
  display: none !important;
}
.pagination[data-v-baf4b9ee] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-baf4b9ee] {
  display: inline;
}
.pagination > li > a[data-v-baf4b9ee], .pagination > li > span[data-v-baf4b9ee] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-baf4b9ee], .pagination > li:first-child > span[data-v-baf4b9ee] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-baf4b9ee], .pagination > li:last-child > span[data-v-baf4b9ee] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-baf4b9ee]:hover, .pagination > li > span[data-v-baf4b9ee]:hover, .pagination > li > a[data-v-baf4b9ee]:focus, .pagination > li > span[data-v-baf4b9ee]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-baf4b9ee], .pagination > .active > span[data-v-baf4b9ee], .pagination > .active > a[data-v-baf4b9ee]:hover, .pagination > .active > span[data-v-baf4b9ee]:hover, .pagination > .active > a[data-v-baf4b9ee]:focus, .pagination > .active > span[data-v-baf4b9ee]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-baf4b9ee] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-baf4b9ee]:hover, .pagination > .disabled > span[data-v-baf4b9ee]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-baf4b9ee] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-baf4b9ee]:hover, .pagination > .disabled > a[data-v-baf4b9ee]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-baf4b9ee], .pagination-lg > li > span[data-v-baf4b9ee] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-baf4b9ee], .pagination-lg > li:first-child > span[data-v-baf4b9ee] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-baf4b9ee], .pagination-lg > li:last-child > span[data-v-baf4b9ee] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-baf4b9ee], .pagination-sm > li > span[data-v-baf4b9ee] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-baf4b9ee], .pagination-sm > li:first-child > span[data-v-baf4b9ee] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-baf4b9ee], .pagination-sm > li:last-child > span[data-v-baf4b9ee] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-baf4b9ee] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-baf4b9ee] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-baf4b9ee] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-baf4b9ee] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-baf4b9ee] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-baf4b9ee] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-baf4b9ee] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-baf4b9ee]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-baf4b9ee] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-baf4b9ee]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-baf4b9ee] {
  overflow: unset !important;
}
.btn-shadow[data-v-baf4b9ee] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-baf4b9ee] {
  margin-left: 0px;
}
.reset-button[data-v-baf4b9ee] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-baf4b9ee] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-baf4b9ee]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-baf4b9ee] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-baf4b9ee] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-baf4b9ee],
.btn-finalize[data-v-baf4b9ee] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-baf4b9ee] {
  right: 7px;
}
.btn-finalize[data-v-baf4b9ee] {
  left: 7px;
}
.tab-counter[data-v-baf4b9ee] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-baf4b9ee] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-baf4b9ee] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-baf4b9ee] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-baf4b9ee] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-baf4b9ee] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-baf4b9ee] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-baf4b9ee] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-baf4b9ee] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-baf4b9ee] {
  transition: 0.5s;
}
.tab[data-v-baf4b9ee]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-baf4b9ee] {
  color: #2980b9;
}
.tab.active[data-v-baf4b9ee]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-baf4b9ee] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-baf4b9ee] {
  width: 220px;
}
.badge-display[data-v-baf4b9ee], .badge-display2[data-v-baf4b9ee] {
  min-width: 224px;
}
.my-badge[data-v-baf4b9ee] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-baf4b9ee] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-baf4b9ee] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-baf4b9ee] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-baf4b9ee] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-baf4b9ee] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-baf4b9ee] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-baf4b9ee] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-baf4b9ee] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-baf4b9ee] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-baf4b9ee] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-baf4b9ee] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-baf4b9ee] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-baf4b9ee] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-baf4b9ee] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-baf4b9ee] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-baf4b9ee] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-baf4b9ee] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-baf4b9ee] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-baf4b9ee] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-baf4b9ee] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-baf4b9ee] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-baf4b9ee] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-baf4b9ee] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-baf4b9ee] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-baf4b9ee] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-baf4b9ee] {
  flex-wrap: wrap;
}
.vueperslide[data-v-baf4b9ee] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-baf4b9ee] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-baf4b9ee] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-baf4b9ee] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-baf4b9ee] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-baf4b9ee] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-baf4b9ee] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-baf4b9ee] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-baf4b9ee] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-baf4b9ee] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-baf4b9ee] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-baf4b9ee] {
  width: 100%;
}
.img-product-detail[data-v-baf4b9ee] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-baf4b9ee] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-baf4b9ee] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-baf4b9ee] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-baf4b9ee] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-baf4b9ee] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-baf4b9ee] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-baf4b9ee] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-baf4b9ee] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-baf4b9ee] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-baf4b9ee] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-baf4b9ee] {
  text-align: center;
}
.modal-enter[data-v-baf4b9ee], .modal-leave-active[data-v-baf4b9ee] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-baf4b9ee], .modal-leave-active .modal-container[data-v-baf4b9ee] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-baf4b9ee] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-baf4b9ee] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-baf4b9ee] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-baf4b9ee] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-baf4b9ee]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-baf4b9ee] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-baf4b9ee] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-baf4b9ee]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-baf4b9ee] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-baf4b9ee] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-baf4b9ee]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-baf4b9ee] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-baf4b9ee]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-baf4b9ee] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-baf4b9ee] {
  display: none;
}
.vdp-datepicker input[data-v-baf4b9ee] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-baf4b9ee]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-baf4b9ee] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-baf4b9ee] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-baf4b9ee ease-in-out infinite;
}
.vue-treeselect__control[data-v-baf4b9ee] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-baf4b9ee] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-baf4b9ee] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-baf4b9ee] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-baf4b9ee] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-baf4b9ee] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-baf4b9ee] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-baf4b9ee] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-baf4b9ee {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-baf4b9ee {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-baf4b9ee {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-baf4b9ee {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-baf4b9ee {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-baf4b9ee {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-baf4b9ee],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-baf4b9ee] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-baf4b9ee] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-baf4b9ee] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-baf4b9ee],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-baf4b9ee] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-baf4b9ee] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-baf4b9ee] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-baf4b9ee] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-baf4b9ee],
.vue-treeselect span[data-v-baf4b9ee] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-baf4b9ee] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-baf4b9ee] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-baf4b9ee]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-baf4b9ee] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-baf4b9ee] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-baf4b9ee],
.vue-treeselect__control[data-v-baf4b9ee]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-baf4b9ee] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-baf4b9ee] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-baf4b9ee],
.vue-treeselect__multi-value[data-v-baf4b9ee] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-baf4b9ee] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-baf4b9ee] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-baf4b9ee] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-baf4b9ee] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-baf4b9ee],
.vue-treeselect__single-value[data-v-baf4b9ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-baf4b9ee] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-baf4b9ee] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-baf4b9ee] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-baf4b9ee] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-baf4b9ee] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-baf4b9ee]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-baf4b9ee] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-baf4b9ee] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-baf4b9ee],
.vue-treeselect__multi-value-label[data-v-baf4b9ee] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-baf4b9ee] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-baf4b9ee] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-baf4b9ee],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-baf4b9ee] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-baf4b9ee] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-baf4b9ee] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-baf4b9ee] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-baf4b9ee] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-baf4b9ee] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-baf4b9ee] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-baf4b9ee] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-baf4b9ee] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-baf4b9ee] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-baf4b9ee] {
  display: none;
}
.vue-treeselect__input[data-v-baf4b9ee],
.vue-treeselect__sizer[data-v-baf4b9ee] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-baf4b9ee] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-baf4b9ee]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-baf4b9ee] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-baf4b9ee] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-baf4b9ee] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-baf4b9ee] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-baf4b9ee cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-baf4b9ee cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-baf4b9ee]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-baf4b9ee] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-baf4b9ee] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-baf4b9ee] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-baf4b9ee] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-baf4b9ee] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-baf4b9ee] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-baf4b9ee] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-baf4b9ee] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-baf4b9ee] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-baf4b9ee] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-baf4b9ee] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-baf4b9ee] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-baf4b9ee]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-baf4b9ee] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-baf4b9ee],
.vue-treeselect__option-arrow-placeholder[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-baf4b9ee] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-baf4b9ee] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-baf4b9ee],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-baf4b9ee] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-baf4b9ee] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-baf4b9ee] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-baf4b9ee] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-baf4b9ee] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-baf4b9ee] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-baf4b9ee],
.vue-treeselect__minus-mark[data-v-baf4b9ee] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-baf4b9ee] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-baf4b9ee] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-baf4b9ee] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-baf4b9ee] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-baf4b9ee] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-baf4b9ee] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-baf4b9ee] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-baf4b9ee] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-baf4b9ee] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-baf4b9ee] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-baf4b9ee] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-baf4b9ee] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-baf4b9ee] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-baf4b9ee] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-baf4b9ee] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-baf4b9ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-baf4b9ee] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-baf4b9ee] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-baf4b9ee] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-baf4b9ee] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-baf4b9ee] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-baf4b9ee] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-baf4b9ee]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-baf4b9ee] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-baf4b9ee]::before,
.vue-treeselect__icon-error[data-v-baf4b9ee]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-baf4b9ee]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-baf4b9ee]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-baf4b9ee] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-baf4b9ee linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-baf4b9ee linear infinite;
}
.vue-treeselect__icon-loader[data-v-baf4b9ee]::before,
.vue-treeselect__icon-loader[data-v-baf4b9ee]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-baf4b9ee ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-baf4b9ee ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-baf4b9ee]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-baf4b9ee]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-baf4b9ee],
.vac-loader-wrapper[data-v-baf4b9ee] {
  display: none !important;
}
.vac-room-name[data-v-baf4b9ee] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-baf4b9ee] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-baf4b9ee] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-baf4b9ee] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-baf4b9ee] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-baf4b9ee] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-baf4b9ee] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-baf4b9ee] {
  min-height: 24px !important;
}
.tagWarn[data-v-baf4b9ee] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-baf4b9ee]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-baf4b9ee] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-baf4b9ee]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-baf4b9ee]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-baf4b9ee] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-baf4b9ee] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-baf4b9ee] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-baf4b9ee] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-baf4b9ee]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-baf4b9ee] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-baf4b9ee]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-baf4b9ee] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-baf4b9ee] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-baf4b9ee] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-baf4b9ee]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-baf4b9ee] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-baf4b9ee]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-baf4b9ee] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-baf4b9ee]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-baf4b9ee]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-baf4b9ee] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-baf4b9ee] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-baf4b9ee] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-baf4b9ee]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-baf4b9ee] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-baf4b9ee] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-baf4b9ee] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-baf4b9ee]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-baf4b9ee] {
  font-size: 1.15em;
}
.my-select[data-v-baf4b9ee] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-baf4b9ee] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-baf4b9ee] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-baf4b9ee] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-baf4b9ee] {
  width: 160px;
}
.my-select[data-v-baf4b9ee] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-baf4b9ee] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-baf4b9ee] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-baf4b9ee] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-baf4b9ee] {
  width: 160px;
}
.input-cupon[data-v-baf4b9ee] {
  display: flex;
}
.input-cupon > div > span[data-v-baf4b9ee] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-baf4b9ee] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-baf4b9ee] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-baf4b9ee]:not(:checked),
input[type=checkbox].check[data-v-baf4b9ee]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-baf4b9ee],
input[type=checkbox].check:checked + label[data-v-baf4b9ee] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-baf4b9ee]:before,
input[type=checkbox].check:checked + label[data-v-baf4b9ee]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-baf4b9ee]:after,
input[type=checkbox].check:checked + label[data-v-baf4b9ee]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-baf4b9ee]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-baf4b9ee]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-baf4b9ee]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-baf4b9ee]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-baf4b9ee]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-baf4b9ee] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-baf4b9ee]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-baf4b9ee]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-baf4b9ee] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-baf4b9ee] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-baf4b9ee] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-baf4b9ee] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-baf4b9ee] {
  opacity: 1;
}
.multiselect__tag[data-v-baf4b9ee] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-baf4b9ee] {
  background: #2AA186 !important;
}
.multiselect[data-v-baf4b9ee] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-baf4b9ee]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-baf4b9ee] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-baf4b9ee] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-baf4b9ee]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-baf4b9ee]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-baf4b9ee]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-baf4b9ee]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-baf4b9ee] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-baf4b9ee] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-baf4b9ee] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-baf4b9ee] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-baf4b9ee] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-baf4b9ee] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-baf4b9ee]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-baf4b9ee]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-baf4b9ee]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-baf4b9ee] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-baf4b9ee] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-baf4b9ee] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-baf4b9ee] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-baf4b9ee]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-baf4b9ee] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-baf4b9ee] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-baf4b9ee] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-baf4b9ee] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-baf4b9ee] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-baf4b9ee] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-baf4b9ee]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-baf4b9ee] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-baf4b9ee] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-baf4b9ee], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-baf4b9ee] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-baf4b9ee] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-baf4b9ee] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-baf4b9ee], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-baf4b9ee] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-baf4b9ee], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-baf4b9ee] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-baf4b9ee]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-baf4b9ee]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-baf4b9ee] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-baf4b9ee] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-baf4b9ee] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-baf4b9ee] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-baf4b9ee] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-baf4b9ee] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-baf4b9ee] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-baf4b9ee] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-baf4b9ee] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-baf4b9ee] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-baf4b9ee] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-baf4b9ee] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-baf4b9ee] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-baf4b9ee] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-baf4b9ee] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-baf4b9ee]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-baf4b9ee] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-baf4b9ee] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-baf4b9ee] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-baf4b9ee] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-baf4b9ee] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-baf4b9ee] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-baf4b9ee] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-baf4b9ee] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-baf4b9ee], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-baf4b9ee] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-baf4b9ee] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-baf4b9ee] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-baf4b9ee] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-baf4b9ee] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-baf4b9ee] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-baf4b9ee] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-baf4b9ee] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-baf4b9ee], .v3-emoji-picker .v3-header[data-v-baf4b9ee] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-baf4b9ee] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-baf4b9ee] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-baf4b9ee] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-baf4b9ee]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-baf4b9ee], .v3-emoji-picker .v3-skin-tones[data-v-baf4b9ee] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-baf4b9ee]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-baf4b9ee] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-baf4b9ee] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-baf4b9ee] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-baf4b9ee], body[data-v-baf4b9ee] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-baf4b9ee], body.home[data-v-baf4b9ee] {
  background-color: #fff;
}
[data-v-baf4b9ee]:focus {
  outline: none !important;
}
a[data-v-baf4b9ee] {
  text-decoration: none;
}
a[data-v-baf4b9ee]:hover,
a[data-v-baf4b9ee]:focus {
  text-decoration: none;
}
img[data-v-baf4b9ee] {
  border: 0;
}
textarea[data-v-baf4b9ee] {
  resize: none;
}
h1[data-v-baf4b9ee],
h2[data-v-baf4b9ee],
h3[data-v-baf4b9ee],
h4[data-v-baf4b9ee],
h5[data-v-baf4b9ee],
h6[data-v-baf4b9ee] {
  font-weight: bold;
}
.card-list-container[data-v-baf4b9ee] {
  margin: 10px;
  overflow-y: auto;
  height: 77svh;
}
.base-sidebar[data-v-c66d9518] {
  position: sticky;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 991;
}

/* Posición RIGHT */
.base-sidebar.position-right[data-v-c66d9518] {
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

/* Posición LEFT */
.base-sidebar.position-left[data-v-c66d9518] {
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

/* Posición BOTTOM */
.base-sidebar.position-bottom[data-v-c66d9518] {
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0 !important;
}

/* Posición TOP */
.base-sidebar.position-top[data-v-c66d9518] {
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sidebar-content[data-v-c66d9518] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.items-container[data-v-5b45083b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.suggest-modal[data-v-5b45083b] {
  /* Sombra reforzada arriba y a los lados (spread 0 para que no se recorte) */
  box-shadow:
    0 -14px 28px 0 rgba(0, 0, 0, 0.14),
    18px 0 26px -2px rgba(0, 0, 0, 0.12),
    -18px 0 26px -2px rgba(0, 0, 0, 0.12) !important;
}

[data-v-ecaa9c05]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-ecaa9c05] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-ecaa9c05] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-ecaa9c05] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-ecaa9c05] {
  width: 100%;
}
.home-icon img[data-v-ecaa9c05] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-ecaa9c05] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-ecaa9c05] {
  line-height: 30px;
}
.list-style-none[data-v-ecaa9c05] {
  list-style: none;
}
.burger-menu[data-v-ecaa9c05] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-ecaa9c05] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-ecaa9c05] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-ecaa9c05] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-ecaa9c05] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-ecaa9c05] {
  position: relative;
}
.card-product .my-close[data-v-ecaa9c05] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-ecaa9c05] {
  margin: 0;
}
.filtro-form input[data-v-ecaa9c05] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-ecaa9c05] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-ecaa9c05] {
  padding: 20px 0 0;
}
.img-tiny[data-v-ecaa9c05] {
  width: 80px;
}
.img-item img[data-v-ecaa9c05] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-ecaa9c05] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-ecaa9c05] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-ecaa9c05]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-ecaa9c05] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-ecaa9c05] {
  margin-left: 10px;
}
.notifications section[data-v-ecaa9c05] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-ecaa9c05] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-ecaa9c05] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-ecaa9c05],
.list-complete-leave-to[data-v-ecaa9c05] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-ecaa9c05] {
  position: absolute;
}
#_op_data_r[data-v-ecaa9c05],
#_op_data_antifraud[data-v-ecaa9c05] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-ecaa9c05],
iframe#_op_data_antifraud[data-v-ecaa9c05],
iframe#device_profile[data-v-ecaa9c05],
iframe#thm_mp_cntnr[data-v-ecaa9c05] {
  position: absolute !important;
}
iframe[data-v-ecaa9c05] {
  background: #fff !important;
}
.main-content[data-v-ecaa9c05] {
  padding-top: 30px;
}
.card-contactStory[data-v-ecaa9c05] {
  width: 93vw;
}
.card-contactStory img[data-v-ecaa9c05] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-ecaa9c05] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-ecaa9c05] {
  width: 280px;
}
.dropped[data-v-ecaa9c05] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-ecaa9c05] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-ecaa9c05]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-ecaa9c05] {
  display: block !important;
}
.dropped .dropdown a[data-v-ecaa9c05] {
  color: #fff;
}
.dropped .dropdown a[data-v-ecaa9c05]:hover {
  text-decoration: underline;
}
.line-height25[data-v-ecaa9c05] {
  line-height: 25px;
}
aside[data-v-ecaa9c05] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-ecaa9c05] {
  height: 100vh;
}
.my-header[data-v-ecaa9c05] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-ecaa9c05] {
  position: inherit !important;
}
.my-header-menu[data-v-ecaa9c05] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-ecaa9c05] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-ecaa9c05]:hover {
  background: hannah;
}
.menu-api-activate[data-v-ecaa9c05] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-ecaa9c05] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-ecaa9c05] {
  position: relative;
}
.menu-api-item a[data-v-ecaa9c05]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-ecaa9c05] {
  padding: 0 !important;
}
.card-product[data-v-ecaa9c05] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-ecaa9c05] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-ecaa9c05] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-ecaa9c05] {
  margin: 0;
}
.sticky-home[data-v-ecaa9c05] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-ecaa9c05] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-ecaa9c05]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-ecaa9c05] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-ecaa9c05]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-ecaa9c05] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-ecaa9c05]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-ecaa9c05] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-ecaa9c05] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-ecaa9c05] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-ecaa9c05]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-ecaa9c05] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-ecaa9c05] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-ecaa9c05] {
  display: block !important;
}
.leftPositionSubMenu[data-v-ecaa9c05] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-ecaa9c05] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-ecaa9c05],
.circle-toggle-box[data-v-ecaa9c05] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-ecaa9c05] {
  left: 44px !important;
}
.triangleStatus[data-v-ecaa9c05]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-ecaa9c05] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-ecaa9c05] {
  overflow: visible !important;
}
.width-max80[data-v-ecaa9c05] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-ecaa9c05] {
  display: flex !important;
}
.flex-none[data-v-ecaa9c05] {
  flex: none;
}
.flex-nowrap[data-v-ecaa9c05] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-ecaa9c05] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-ecaa9c05] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-ecaa9c05] {
  flex-direction: column;
}
.flex-col-row[data-v-ecaa9c05] {
  flex-direction: column;
}
.flex-row[data-v-ecaa9c05] {
  flex-direction: row;
}
.flex-between-align[data-v-ecaa9c05] {
  align-content: space-between;
}
.flex-middle[data-v-ecaa9c05] {
  align-items: center;
}
.flex-bottom[data-v-ecaa9c05] {
  align-items: flex-end;
}
.flex-between[data-v-ecaa9c05] {
  justify-content: space-between;
}
.flex-center[data-v-ecaa9c05] {
  justify-content: center;
}
.flex-right[data-v-ecaa9c05] {
  justify-content: flex-end;
}
.flex-left[data-v-ecaa9c05] {
  justify-content: flex-start;
}
.flex-evenly[data-v-ecaa9c05] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-ecaa9c05] {
  flex-grow: 1;
}
.flex-grow-2[data-v-ecaa9c05] {
  flex-grow: 2;
}
.flex-grow-3[data-v-ecaa9c05] {
  flex-grow: 3;
}
.flex-grow-4[data-v-ecaa9c05] {
  flex-grow: 4;
}
.flex-grow-5[data-v-ecaa9c05] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-ecaa9c05] {
  align-items: flex-start;
}
.flex800[data-v-ecaa9c05] {
  display: none;
}
.flexc-flex[data-v-ecaa9c05] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-ecaa9c05] {
  display: none;
}
.flex-display-50-10[data-v-ecaa9c05] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-ecaa9c05] {
  display: none;
}
.show760[data-v-ecaa9c05] {
  display: none;
}
.hide[data-v-ecaa9c05] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-ecaa9c05] {
    display: block !important;
}
.badge-display[data-v-ecaa9c05] {
    display: none;
}
.badge-display2[data-v-ecaa9c05] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-ecaa9c05] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-ecaa9c05] {
    display: block;
}
.badge-display2[data-v-ecaa9c05] {
    display: none;
}
.fix-width[data-v-ecaa9c05] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-ecaa9c05] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-ecaa9c05] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-ecaa9c05] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-ecaa9c05] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-ecaa9c05] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-ecaa9c05] {
    width: 50%;
}
.width100-40[data-v-ecaa9c05] {
    width: 40%;
}
.show600[data-v-ecaa9c05] {
    display: block;
}
.width-controll-btn-typeweek[data-v-ecaa9c05] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-ecaa9c05] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-ecaa9c05] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-ecaa9c05] {
    width: 220px !important;
}
.leftPositionControl[data-v-ecaa9c05] {
    left: -40px !important;
}
.container-tipo-envio[data-v-ecaa9c05] {
    display: flex;
}
.width-controll-buys-item[data-v-ecaa9c05] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-ecaa9c05] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-ecaa9c05] {
    top: 380px !important;
}
.my-header-menu[data-v-ecaa9c05] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-ecaa9c05] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-ecaa9c05] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-ecaa9c05] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-ecaa9c05] {
    min-width: 400px;
}
.cart-btn-add[data-v-ecaa9c05] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-ecaa9c05] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-ecaa9c05] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-ecaa9c05] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-ecaa9c05] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-ecaa9c05] {
    justify-content: left;
}
.flex-mid[data-v-ecaa9c05] {
    display: flex !important;
}
.msg-stock[data-v-ecaa9c05] {
    padding: 10px 0 0;
}
.counter-cart[data-v-ecaa9c05] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-ecaa9c05] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-ecaa9c05] {
    display: none;
}
.badge-display2[data-v-ecaa9c05] {
    display: block;
}
.show760[data-v-ecaa9c05] {
    display: block;
}
.hide760[data-v-ecaa9c05] {
    display: none;
}
.grid-products[data-v-ecaa9c05] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-ecaa9c05] {
    margin: auto;
}
.mr-h[data-v-ecaa9c05] {
    margin: auto;
}
.width-control-otherProducts[data-v-ecaa9c05] {
    width: 170px !important;
}
.leftPositionControl[data-v-ecaa9c05] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-ecaa9c05] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-ecaa9c05] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-ecaa9c05] {
    width: 30vw !important;
}
.product-item[data-v-ecaa9c05] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-ecaa9c05] {
    width: 90% !important;
}
.my-container[data-v-ecaa9c05] {
    width: 680px !important;
}
.login[data-v-ecaa9c05] {
    width: 310px !important;
}
.width-cuotas-control[data-v-ecaa9c05] {
    width: 278px !important;
}
.flexc-flex[data-v-ecaa9c05] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-ecaa9c05] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-ecaa9c05] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-ecaa9c05] {
    height: 140px;
}
.width-control-input-chat[data-v-ecaa9c05] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-ecaa9c05] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-ecaa9c05] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-ecaa9c05] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-ecaa9c05] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-ecaa9c05] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-ecaa9c05] {
    width: 270px !important;
}
.leftPositionControl[data-v-ecaa9c05] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-ecaa9c05] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-ecaa9c05] {
    width: 17vw !important;
}
.filters-wrap[data-v-ecaa9c05] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-ecaa9c05] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-ecaa9c05] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-ecaa9c05] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-ecaa9c05] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-ecaa9c05] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-ecaa9c05] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-ecaa9c05] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-ecaa9c05]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-ecaa9c05] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-ecaa9c05] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-ecaa9c05]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-ecaa9c05] {
    max-width: 330px !important;
}
.iterable-box[data-v-ecaa9c05] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-ecaa9c05] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-ecaa9c05] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-ecaa9c05] {
    width: 160px !important;
}
.my-container[data-v-ecaa9c05] {
    width: 800px !important;
}
.search-btn-box[data-v-ecaa9c05] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-ecaa9c05] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-ecaa9c05] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-ecaa9c05] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-ecaa9c05] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-ecaa9c05] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-ecaa9c05] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-ecaa9c05] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-ecaa9c05] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-ecaa9c05] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-ecaa9c05] {
    width: 280px !important;
}
.width300-desktop[data-v-ecaa9c05] {
    width: 300px !important;
}
.concept-item-stats[data-v-ecaa9c05] {
    width: 80%;
}
.widthHalf-desktop[data-v-ecaa9c05] {
    width: 50% !important;
}
.column-desktop[data-v-ecaa9c05] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-ecaa9c05] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-ecaa9c05] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-ecaa9c05] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-ecaa9c05],
.flex-desktop[data-v-ecaa9c05] {
    display: flex !important;
}
.block-desktop[data-v-ecaa9c05] {
    display: block !important;
}
.hide-desktop[data-v-ecaa9c05] {
    display: none !important;
}
.fixButton[data-v-ecaa9c05] {
    top: -20px;
}
.width-cuotas-control[data-v-ecaa9c05] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-ecaa9c05] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-ecaa9c05] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-ecaa9c05] {
    display: none !important;
}
.bottom10-desktop[data-v-ecaa9c05] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-ecaa9c05] {
    left: -125px !important;
}
.grid-products[data-v-ecaa9c05] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-ecaa9c05] {
    width: 1000px !important;
}
.showFullDesktop[data-v-ecaa9c05] {
    display: block !important;
}
.leftPositionControl[data-v-ecaa9c05] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-ecaa9c05] {
    display: none !important;
}
.show-only-desktop[data-v-ecaa9c05] {
    display: flex !important;
}
.leftPositionControl[data-v-ecaa9c05] {
    left: -260px !important;
}
.catalog-container[data-v-ecaa9c05] {
    margin: unset;
}
.carrito-catalog[data-v-ecaa9c05] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-ecaa9c05] {
    left: -280px !important;
}
}
.grid-container[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-ecaa9c05] {
  grid-column: span 1;
}
.grid-item-1[data-v-ecaa9c05] {
  grid-column: span 1;
}
.grid-item-2[data-v-ecaa9c05] {
  grid-column: span 2;
}
.grid-item-3[data-v-ecaa9c05] {
  grid-column: span 3;
}
.grid-item-4[data-v-ecaa9c05] {
  grid-column: span 4;
}
.grid-item-5[data-v-ecaa9c05] {
  grid-column: span 5;
}
.grid-item-6[data-v-ecaa9c05] {
  grid-column: span 6;
}
.grid-item-7[data-v-ecaa9c05] {
  grid-column: span 7;
}
.grid-item-8[data-v-ecaa9c05] {
  grid-column: span 8;
}
.grid-item-9[data-v-ecaa9c05] {
  grid-column: span 9;
}
.grid-item-10[data-v-ecaa9c05] {
  grid-column: span 10;
}
.grid-item-11[data-v-ecaa9c05] {
  grid-column: span 11;
}
.grid-item-12[data-v-ecaa9c05] {
  grid-column: span 12;
}
.grid-cart[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-ecaa9c05] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-ecaa9c05] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-ecaa9c05] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-ecaa9c05] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-ecaa9c05] {
  gap: 10px;
}
.gap20[data-v-ecaa9c05] {
  gap: 20px;
}
.grid-box[data-v-ecaa9c05] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-ecaa9c05],
.grid-3 div[data-v-ecaa9c05],
.grid-4 div[data-v-ecaa9c05] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-ecaa9c05] {
  background: #fff;
}
.grid-item-odd[data-v-ecaa9c05]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-ecaa9c05] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-ecaa9c05] {
  max-width: 350px;
}
.margin0[data-v-ecaa9c05] {
  margin: 0 !important;
}
.margin0-5[data-v-ecaa9c05] {
  margin: 0 5px;
}
.margin10-0[data-v-ecaa9c05] {
  margin: 10px 0;
}
.margin10-5[data-v-ecaa9c05] {
  margin: 10px 5px;
}
.margin0-10[data-v-ecaa9c05] {
  margin: 0 10px;
}
.margin0-15[data-v-ecaa9c05] {
  margin: 0 15px;
}
.margin15-0[data-v-ecaa9c05] {
  margin: 15px 0px;
}
.margin20-0[data-v-ecaa9c05] {
  margin: 20px 0;
}
.margin20-10[data-v-ecaa9c05] {
  margin: 20px 10px;
}
.margin30-0[data-v-ecaa9c05] {
  margin: 30px 0;
}
.margin40-0[data-v-ecaa9c05] {
  margin: 40px 0;
}
.margin20-40[data-v-ecaa9c05] {
  margin: 20px 40px;
}
.margin0-20[data-v-ecaa9c05] {
  margin: 0 20px;
}
.margin5[data-v-ecaa9c05] {
  margin: 5px;
}
.margin5-0[data-v-ecaa9c05] {
  margin: 5px 0;
}
.margin10[data-v-ecaa9c05] {
  margin: 10px;
}
.margin10-20[data-v-ecaa9c05] {
  margin: 10px 20px;
}
.margin15[data-v-ecaa9c05] {
  margin: 15px;
}
.margin20[data-v-ecaa9c05] {
  margin: 20px;
}
.margin30[data-v-ecaa9c05] {
  margin: 30px;
}
.margin50[data-v-ecaa9c05] {
  margin: 50px;
}
.margin-right-auto[data-v-ecaa9c05] {
  margin-right: auto;
}
.margin-left-auto[data-v-ecaa9c05] {
  margin-left: auto;
}
.ml-h[data-v-ecaa9c05] {
  margin-left: auto;
}
.mr-h[data-v-ecaa9c05] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-ecaa9c05] {
  margin-bottom: 5px;
}
.margin-top5[data-v-ecaa9c05] {
  margin-top: 5px !important;
}
.margin-top10[data-v-ecaa9c05] {
  margin-top: 10px !important;
}
.margin-top15[data-v-ecaa9c05] {
  margin-top: 15px !important;
}
.margin-top20[data-v-ecaa9c05] {
  margin-top: 20px !important;
}
.margin-top30[data-v-ecaa9c05] {
  margin-top: 30px !important;
}
.margin-top35[data-v-ecaa9c05] {
  margin-top: 35px !important;
}
.margin-top40[data-v-ecaa9c05] {
  margin-top: 40px !important;
}
.margin-top50[data-v-ecaa9c05] {
  margin-top: 50px !important;
}
.margin-top60[data-v-ecaa9c05] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-ecaa9c05] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-ecaa9c05] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-ecaa9c05] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-ecaa9c05] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-ecaa9c05] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-ecaa9c05] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-ecaa9c05] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-ecaa9c05] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-ecaa9c05] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-ecaa9c05] {
  margin-left: 5px !important;
}
.margin-left10[data-v-ecaa9c05] {
  margin-left: 10px !important;
}
.margin-left15[data-v-ecaa9c05] {
  margin-left: 15px !important;
}
.margin-left20[data-v-ecaa9c05] {
  margin-left: 20px !important;
}
.margin-left30[data-v-ecaa9c05] {
  margin-left: 30px !important;
}
.margin-left35[data-v-ecaa9c05] {
  margin-left: 35px !important;
}
.margin-left40[data-v-ecaa9c05] {
  margin-left: 40px !important;
}
.margin-left50[data-v-ecaa9c05] {
  margin-left: 50px !important;
}
.margin-left60[data-v-ecaa9c05] {
  margin-left: 60px !important;
}
.margin-right5[data-v-ecaa9c05] {
  margin-right: 5px !important;
}
.margin-right10[data-v-ecaa9c05] {
  margin-right: 10px !important;
}
.margin-right15[data-v-ecaa9c05] {
  margin-right: 15px !important;
}
.margin-right20[data-v-ecaa9c05] {
  margin-right: 20px !important;
}
.margin-right30[data-v-ecaa9c05] {
  margin-right: 30px !important;
}
.margin-right35[data-v-ecaa9c05] {
  margin-right: 35px !important;
}
.margin-right40[data-v-ecaa9c05] {
  margin-right: 40px !important;
}
.margin-right50[data-v-ecaa9c05] {
  margin-right: 50px !important;
}
.margin-right60[data-v-ecaa9c05] {
  margin-right: 60px !important;
}
.my-5[data-v-ecaa9c05] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-ecaa9c05] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-ecaa9c05] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-ecaa9c05] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-ecaa9c05] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-ecaa9c05] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-ecaa9c05] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-ecaa9c05] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-ecaa9c05] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-ecaa9c05] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-ecaa9c05] {
  padding: 0 !important;
}
.padding5[data-v-ecaa9c05] {
  padding: 5px;
}
.padding10[data-v-ecaa9c05] {
  padding: 10px;
}
.padding15[data-v-ecaa9c05] {
  padding: 15px;
}
.padding20[data-v-ecaa9c05] {
  padding: 20px;
}
.padding30[data-v-ecaa9c05] {
  padding: 30px;
}
.padding40[data-v-ecaa9c05] {
  padding: 40px;
}
.padding40-0[data-v-ecaa9c05] {
  padding: 40px 0;
}
.padding-left5[data-v-ecaa9c05] {
  padding-left: 5px;
}
.padding-left10[data-v-ecaa9c05] {
  padding-left: 10px;
}
.padding-left15[data-v-ecaa9c05] {
  padding-left: 15px;
}
.padding-left20[data-v-ecaa9c05] {
  padding-left: 20px;
}
.padding-right5[data-v-ecaa9c05] {
  padding-right: 5px;
}
.padding-right10[data-v-ecaa9c05] {
  padding-right: 10px;
}
.padding-right15[data-v-ecaa9c05] {
  padding-right: 15px;
}
.padding-right20[data-v-ecaa9c05] {
  padding-right: 20px;
}
.padding-right30[data-v-ecaa9c05] {
  padding-right: 30px;
}
.padding-right40[data-v-ecaa9c05] {
  padding-right: 40px;
}
.padding-top0[data-v-ecaa9c05] {
  padding-top: 0px;
}
.padding-top5[data-v-ecaa9c05] {
  padding-top: 5px;
}
.padding-top10[data-v-ecaa9c05] {
  padding-top: 10px;
}
.padding-top15[data-v-ecaa9c05] {
  padding-top: 15px;
}
.padding-top20[data-v-ecaa9c05] {
  padding-top: 20px;
}
.padding-top30[data-v-ecaa9c05] {
  padding-top: 30px;
}
.padding-top50[data-v-ecaa9c05] {
  padding-top: 50px;
}
.padding-top60[data-v-ecaa9c05] {
  padding-top: 60px;
}
.padding-top70[data-v-ecaa9c05] {
  padding-top: 70px;
}
.padding-top90[data-v-ecaa9c05] {
  padding-top: 90px;
}
.padding-top100[data-v-ecaa9c05] {
  padding-top: 100px;
}
.padding-top120[data-v-ecaa9c05] {
  padding-top: 120px;
}
.padding-top180[data-v-ecaa9c05] {
  padding-top: 180px;
}
.padding-bottom0[data-v-ecaa9c05] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-ecaa9c05] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-ecaa9c05] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-ecaa9c05] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-ecaa9c05] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-ecaa9c05] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-ecaa9c05] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-ecaa9c05] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-ecaa9c05] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-ecaa9c05] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-ecaa9c05] {
  padding-bottom: 240px;
}
.padding10-0[data-v-ecaa9c05] {
  padding: 10px 0;
}
.padding10-5[data-v-ecaa9c05] {
  padding: 10px 5px;
}
.padding0-5[data-v-ecaa9c05] {
  padding: 0 5px;
}
.padding0-10[data-v-ecaa9c05] {
  padding: 0 10px;
}
.padding0-15[data-v-ecaa9c05] {
  padding: 0 15px;
}
.padding20-0[data-v-ecaa9c05] {
  padding: 20px 0;
}
.padding20-10[data-v-ecaa9c05] {
  padding: 20px 10px;
}
.padding15-20[data-v-ecaa9c05] {
  padding: 15px 20px;
}
.padding15-0[data-v-ecaa9c05] {
  padding: 15px 0px;
}
.padding20-5[data-v-ecaa9c05] {
  padding: 20px 5px;
}
.padding0-20[data-v-ecaa9c05] {
  padding: 0 20px;
}
.padding5-20[data-v-ecaa9c05] {
  padding: 5px 20px;
}
.padding5-15[data-v-ecaa9c05] {
  padding: 5px 15px;
}
.padding5-10[data-v-ecaa9c05] {
  padding: 5px 10px;
}
.padding15-10[data-v-ecaa9c05] {
  padding: 15px 10px;
}
.padding1em[data-v-ecaa9c05] {
  padding: 1em;
}
.padding10-20[data-v-ecaa9c05] {
  padding: 10px 20px;
}
.padding5-0[data-v-ecaa9c05] {
  padding: 5px 0;
}
.padding30-10[data-v-ecaa9c05] {
  padding: 30px 10px;
}
.px-5[data-v-ecaa9c05] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-ecaa9c05] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-ecaa9c05] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-ecaa9c05] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-ecaa9c05] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-ecaa9c05] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-ecaa9c05] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-ecaa9c05] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-ecaa9c05] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-ecaa9c05] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-ecaa9c05] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-ecaa9c05] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-ecaa9c05] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-ecaa9c05] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-ecaa9c05] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-ecaa9c05] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-ecaa9c05] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-ecaa9c05] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-ecaa9c05] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-ecaa9c05] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-ecaa9c05] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-ecaa9c05] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-ecaa9c05] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-ecaa9c05] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-ecaa9c05] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-ecaa9c05] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-ecaa9c05] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-ecaa9c05] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-ecaa9c05]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-ecaa9c05] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-ecaa9c05]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-ecaa9c05] {
  border: 0 !important;
}
.borderRed[data-v-ecaa9c05] {
  border-color: #f00 !important;
}
.border-aside[data-v-ecaa9c05] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-ecaa9c05] {
  border: none;
}
.borderLightgray[data-v-ecaa9c05] {
  border: 1px solid lightgray;
}
.borderGray[data-v-ecaa9c05] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-ecaa9c05] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-ecaa9c05] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-ecaa9c05] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-ecaa9c05] {
  border: 1px solid #fff;
}
.border2green[data-v-ecaa9c05] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-ecaa9c05] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-ecaa9c05] {
  border: 2px solid #fff;
}
.border2gold[data-v-ecaa9c05] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-ecaa9c05] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-ecaa9c05] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-ecaa9c05] {
  border-color: #d42717 !important;
}
.border1green[data-v-ecaa9c05] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-ecaa9c05] {
  border-color: #f00 !important;
}
.border-fixed[data-v-ecaa9c05] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-ecaa9c05] {
  border-radius: 40px;
}
.radius30[data-v-ecaa9c05] {
  border-radius: 30px;
}
.radius20[data-v-ecaa9c05] {
  border-radius: 20px;
}
.radius15[data-v-ecaa9c05] {
  border-radius: 15px;
}
.radius8[data-v-ecaa9c05] {
  border-radius: 8px;
}
.radius3[data-v-ecaa9c05] {
  border-radius: 3px !important;
}
.rounded[data-v-ecaa9c05] {
  border-radius: 50%;
}
.rounded5[data-v-ecaa9c05] {
  border-radius: 5px;
}
.round10[data-v-ecaa9c05] {
  border-radius: 10px;
}
.box-border[data-v-ecaa9c05] {
  box-sizing: border-box;
}
.text-center[data-v-ecaa9c05] {
  text-align: center;
}
.text-right[data-v-ecaa9c05] {
  text-align: right;
}
.text-left[data-v-ecaa9c05] {
  text-align: left;
}
.text-lowercase[data-v-ecaa9c05] {
  text-transform: lowercase;
}
.text-uppercase[data-v-ecaa9c05] {
  text-transform: uppercase;
}
.text-capitalize[data-v-ecaa9c05] {
  text-transform: capitalize !important;
}
.text-none[data-v-ecaa9c05] {
  text-transform: none;
}
.text-ellipsis[data-v-ecaa9c05] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-ecaa9c05] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-ecaa9c05]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-ecaa9c05] {
  text-decoration: underline;
}
.text-underline[data-v-ecaa9c05]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-ecaa9c05] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-ecaa9c05] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-ecaa9c05] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-ecaa9c05] {
  word-break: break-all;
}
.font-bold[data-v-ecaa9c05] {
  font-weight: bold;
}
.price-through[data-v-ecaa9c05] {
  text-decoration: line-through;
}
.font-italic[data-v-ecaa9c05] {
  font-style: italic;
}
.font095em[data-v-ecaa9c05] {
  font-size: 0.95em;
}
.font1em[data-v-ecaa9c05] {
  font-size: 1em !important;
}
.font2em[data-v-ecaa9c05] {
  font-size: 2em;
}
.font2-2em[data-v-ecaa9c05] {
  font-size: 2.2em;
}
.font3em[data-v-ecaa9c05] {
  font-size: 3em;
}
.font4em[data-v-ecaa9c05] {
  font-size: 4em;
}
.font1-5em[data-v-ecaa9c05] {
  font-size: 1.5em;
}
.font1-7em[data-v-ecaa9c05] {
  font-size: 1.7em;
}
.font1-3em[data-v-ecaa9c05] {
  font-size: 1.3em;
}
.font1-4em[data-v-ecaa9c05] {
  font-size: 1.4em;
}
.font-9em[data-v-ecaa9c05] {
  font-size: 0.9em;
}
.font10[data-v-ecaa9c05] {
  font-size: 10px;
}
.font11[data-v-ecaa9c05] {
  font-size: 11px;
}
.font12[data-v-ecaa9c05] {
  font-size: 12px;
}
.font13[data-v-ecaa9c05] {
  font-size: 13px;
}
.font14[data-v-ecaa9c05] {
  font-size: 14px;
}
.font15[data-v-ecaa9c05] {
  font-size: 15px;
}
.font16[data-v-ecaa9c05] {
  font-size: 16px;
}
.font17[data-v-ecaa9c05] {
  font-size: 17px;
}
.font18[data-v-ecaa9c05] {
  font-size: 18px;
}
.font19[data-v-ecaa9c05] {
  font-size: 19px;
}
.font20[data-v-ecaa9c05] {
  font-size: 20px;
}
.font21[data-v-ecaa9c05] {
  font-size: 21px;
}
.font22[data-v-ecaa9c05] {
  font-size: 22px;
}
.font23[data-v-ecaa9c05] {
  font-size: 23px;
}
.font24[data-v-ecaa9c05] {
  font-size: 24px;
}
.font25[data-v-ecaa9c05] {
  font-size: 25px;
}
.font26[data-v-ecaa9c05] {
  font-size: 26px;
}
.font27[data-v-ecaa9c05] {
  font-size: 27px;
}
.font28[data-v-ecaa9c05] {
  font-size: 28px;
}
.font29[data-v-ecaa9c05] {
  font-size: 29px;
}
.font30[data-v-ecaa9c05] {
  font-size: 30px;
}
.font31[data-v-ecaa9c05] {
  font-size: 31px;
}
.font32[data-v-ecaa9c05] {
  font-size: 32px;
}
.font33[data-v-ecaa9c05] {
  font-size: 33px;
}
.font34[data-v-ecaa9c05] {
  font-size: 34px;
}
.font35[data-v-ecaa9c05] {
  font-size: 35px;
}
.font36[data-v-ecaa9c05] {
  font-size: 36px;
}
.font37[data-v-ecaa9c05] {
  font-size: 37px;
}
.font38[data-v-ecaa9c05] {
  font-size: 38px;
}
.font39[data-v-ecaa9c05] {
  font-size: 39px;
}
.font40[data-v-ecaa9c05] {
  font-size: 40px;
}
.font-normal[data-v-ecaa9c05] {
  font-weight: normal;
}
.color-white[data-v-ecaa9c05] {
  color: #fff;
}
.color-transparent[data-v-ecaa9c05] {
  color: transparent !important;
}
.color-black[data-v-ecaa9c05] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-ecaa9c05] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-ecaa9c05] {
  color: fuchia;
}
.color-gray[data-v-ecaa9c05] {
  color: #a5afb9;
}
.color-hardgray[data-v-ecaa9c05] {
  color: #4d5263;
}
.color-hannah[data-v-ecaa9c05] {
  color: #EA184D;
}
.color-lightgray[data-v-ecaa9c05] {
  color: #d3d3d3;
}
.color-darkblue[data-v-ecaa9c05] {
  color: #2c3e50;
}
.color-darkgray[data-v-ecaa9c05] {
  color: #757575;
}
.color-lightred[data-v-ecaa9c05] {
  color: #e74c3c;
}
.color-red[data-v-ecaa9c05] {
  color: #e74c3c;
}
.color-blue[data-v-ecaa9c05] {
  color: #2980b9;
}
.color-yellow[data-v-ecaa9c05] {
  color: #f49d1e;
}
.color-orange[data-v-ecaa9c05] {
  color: #ffa500;
}
.color-green[data-v-ecaa9c05] {
  color: #2AA186;
}
.color-gplus[data-v-ecaa9c05] {
  color: #d42717;
}
.back-bluelight[data-v-ecaa9c05] {
  background: #EBF0FF !important;
}
.back-blue[data-v-ecaa9c05] {
  background: #2980b9 !important;
}
.back-hannah[data-v-ecaa9c05] {
  background: #EA184D !important;
}
.back-purple[data-v-ecaa9c05] {
  background: #8e44ad;
}
.back-green[data-v-ecaa9c05] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-ecaa9c05] {
  background: #2AA186;
}
.back-yellow[data-v-ecaa9c05] {
  background: #f49d1e !important;
}
.back-gold[data-v-ecaa9c05] {
  background: #f49d1e !important;
}
.back-red[data-v-ecaa9c05] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-ecaa9c05] {
  background: #e74c3c;
}
.back-lightred[data-v-ecaa9c05] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-ecaa9c05] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-ecaa9c05] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-ecaa9c05] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-ecaa9c05] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-ecaa9c05] {
  background: #f49d1e !important;
}
.back-gplus[data-v-ecaa9c05] {
  background: #d42717;
}
.back-darkblue[data-v-ecaa9c05] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-ecaa9c05] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-ecaa9c05] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-ecaa9c05] {
  background: #3e3d40;
}
.back-midgray[data-v-ecaa9c05] {
  background: #ececec;
}
.back-gray[data-v-ecaa9c05] {
  background: #a5afb9;
}
.back-black[data-v-ecaa9c05] {
  background: #121212;
}
.back-transparent[data-v-ecaa9c05] {
  background: transparent;
}
.back-white[data-v-ecaa9c05] {
  background: #fff !important;
}
.back-white-simple[data-v-ecaa9c05] {
  background-color: #fff;
}
.back-lightgray[data-v-ecaa9c05] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-ecaa9c05] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-ecaa9c05] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-ecaa9c05] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-ecaa9c05] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-ecaa9c05] {
  background: #D6DFE4;
}
.bg-aside[data-v-ecaa9c05] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-ecaa9c05] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-ecaa9c05] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-ecaa9c05] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-ecaa9c05] {
  background: #fff;
}
.back-item-odd-white[data-v-ecaa9c05]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-ecaa9c05] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-ecaa9c05] {
  position: relative;
}
.absolute[data-v-ecaa9c05] {
  position: absolute;
}
.fixed[data-v-ecaa9c05] {
  position: fixed;
}
.fixed-bottom[data-v-ecaa9c05] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-ecaa9c05] {
  position: sticky;
}
.sticky.active[data-v-ecaa9c05] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-ecaa9c05] {
  bottom: 0;
}
.right0[data-v-ecaa9c05] {
  right: 0 !important;
}
.left0[data-v-ecaa9c05] {
  left: 0 !important;
}
.leftPositionControl[data-v-ecaa9c05] {
  left: -10px;
}
.width100-50[data-v-ecaa9c05] {
  width: 100%;
}
.width100-40[data-v-ecaa9c05] {
  width: 100%;
}
.min-width100[data-v-ecaa9c05] {
  min-width: 100%;
}
.min-width90[data-v-ecaa9c05] {
  min-width: 90%;
}
.min-width80[data-v-ecaa9c05] {
  min-width: 80% !important;
}
.min-width70[data-v-ecaa9c05] {
  min-width: 70%;
}
.min-width60[data-v-ecaa9c05] {
  min-width: 60%;
}
.min-width50[data-v-ecaa9c05] {
  max-width: 50%;
}
.min-width45[data-v-ecaa9c05] {
  min-width: 45%;
}
.min-width40[data-v-ecaa9c05] {
  min-width: 40%;
}
.min-width30[data-v-ecaa9c05] {
  min-width: 30%;
}
.min-width20[data-v-ecaa9c05] {
  min-width: 20%;
}
.min-width25[data-v-ecaa9c05] {
  min-width: 25%;
}
.min-width10[data-v-ecaa9c05] {
  min-width: 10%;
}
.width100[data-v-ecaa9c05] {
  width: 100%;
}
.width90[data-v-ecaa9c05] {
  width: 90%;
}
.width80[data-v-ecaa9c05] {
  width: 80% !important;
}
.width70[data-v-ecaa9c05] {
  width: 70%;
}
.width60[data-v-ecaa9c05] {
  width: 60%;
}
.width50[data-v-ecaa9c05] {
  width: 50%;
}
.width45[data-v-ecaa9c05] {
  width: 45%;
}
.width40[data-v-ecaa9c05] {
  width: 40%;
}
.width30[data-v-ecaa9c05] {
  width: 30%;
}
.width20[data-v-ecaa9c05] {
  width: 20%;
}
.width25[data-v-ecaa9c05] {
  width: 25%;
}
.width10[data-v-ecaa9c05] {
  width: 10%;
}
.width-min[data-v-ecaa9c05] {
  width: min-content;
}
.max-width800[data-v-ecaa9c05] {
  max-width: 800px;
}
.widthCenter[data-v-ecaa9c05] {
  width: 80%;
}
.max-width600[data-v-ecaa9c05] {
  max-width: 600px;
}
.max-width300[data-v-ecaa9c05] {
  max-width: 300px;
}
.widthHalf[data-v-ecaa9c05] {
  width: 50%;
}
.width-sellProductImg-control[data-v-ecaa9c05] {
  width: 150px;
}
.top-control-sellProduct[data-v-ecaa9c05] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-ecaa9c05] {
  width: 100%;
}
.width-cuotas-control-item[data-v-ecaa9c05] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-ecaa9c05] {
  width: 163px;
}
.width-control-btn-inline[data-v-ecaa9c05] {
  width: 195px;
}
.width-controll-buys-item[data-v-ecaa9c05] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-ecaa9c05] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-ecaa9c05] {
  width: 180px;
}
.width-pasarela-img-control[data-v-ecaa9c05] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-ecaa9c05] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-ecaa9c05] {
  width: 95%;
}
.width-pasarela[data-v-ecaa9c05] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-ecaa9c05]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-ecaa9c05]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-ecaa9c05]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-ecaa9c05]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-ecaa9c05] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-ecaa9c05] {
  max-height: 100%;
}
.height220[data-v-ecaa9c05] {
  height: 220px;
}
.height100vh[data-v-ecaa9c05] {
  height: 100vh !important;
}
.heightFilters[data-v-ecaa9c05] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-ecaa9c05] {
  height: 100%;
}
.height-aside[data-v-ecaa9c05] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-ecaa9c05] {
  height: 0px;
}
.heightBox[data-v-ecaa9c05] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-ecaa9c05] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-ecaa9c05] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-ecaa9c05] {
  justify-content: center;
}
.pointer[data-v-ecaa9c05] {
  cursor: pointer !important;
}
.cursor-move[data-v-ecaa9c05] {
  cursor: move !important;
}
.cursor-not[data-v-ecaa9c05] {
  cursor: not-allowed !important;
}
.events-none[data-v-ecaa9c05] {
  pointer-events: none;
}
.shadow[data-v-ecaa9c05] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-ecaa9c05] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-ecaa9c05] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-ecaa9c05] {
  transition: 0.3s;
}
.hoverShadow[data-v-ecaa9c05]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-ecaa9c05] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-ecaa9c05] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-ecaa9c05] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-ecaa9c05] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-ecaa9c05] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-ecaa9c05] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-ecaa9c05] {
  width: 40px;
  height: 40px;
}
.square35[data-v-ecaa9c05] {
  width: 35px;
  height: 35px;
}
.square30[data-v-ecaa9c05] {
  width: 30px;
  height: 30px;
}
.square25[data-v-ecaa9c05] {
  width: 25px;
  height: 25px;
}
.square12[data-v-ecaa9c05] {
  width: 12px;
  height: 12px;
}
.square15[data-v-ecaa9c05] {
  width: 15px;
  height: 15px;
}
.square17[data-v-ecaa9c05] {
  width: 17px;
  height: 17px;
}
.square18[data-v-ecaa9c05] {
  width: 18px;
  height: 18px;
}
.square20[data-v-ecaa9c05] {
  width: 20px;
  height: 20px;
}
.square50[data-v-ecaa9c05] {
  width: 50px;
  height: 50px;
}
.square70[data-v-ecaa9c05] {
  width: 70px;
  height: 70px;
}
.square55[data-v-ecaa9c05] {
  width: 55px;
  height: 55px;
}
.square100[data-v-ecaa9c05] {
  width: 100px;
  height: 100px;
}
.square10[data-v-ecaa9c05] {
  width: 10px;
  height: 10px;
}
.square200[data-v-ecaa9c05] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-ecaa9c05] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-ecaa9c05] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-ecaa9c05] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-ecaa9c05] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-ecaa9c05] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-ecaa9c05] {
  overflow-y: hidden;
}
.remove-scroll[data-v-ecaa9c05] {
  overflow-y: hidden;
}
.active-scroll[data-v-ecaa9c05] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-ecaa9c05] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-ecaa9c05] {
  overflow: hidden !important;
}
.overflow-auto[data-v-ecaa9c05] {
  overflow: auto !important;
}
.hidden[data-v-ecaa9c05] {
  visibility: hidden;
}
.offscreen[data-v-ecaa9c05] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-ecaa9c05] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-ecaa9c05] {
  opacity: 0;
}
.opacity30[data-v-ecaa9c05] {
  opacity: 0.3;
}
.opacity50[data-v-ecaa9c05] {
  opacity: 0.5;
}
.opacity70[data-v-ecaa9c05] {
  opacity: 0.7;
}
.opacity80[data-v-ecaa9c05] {
  opacity: 0.8;
}
.transition30[data-v-ecaa9c05] {
  transition: 0.3s;
}
.cleared[data-v-ecaa9c05] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-ecaa9c05] {
  transition: 0.1s;
}
.hover-green[data-v-ecaa9c05]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-ecaa9c05] {
  animation: aside-ecaa9c05 0.5s reverse;
}
.aside-leave-active[data-v-ecaa9c05] {
  animation: aside-ecaa9c05 0.5s;
}
.asideContent-enter-active[data-v-ecaa9c05] {
  animation: asideContent-ecaa9c05 0.3s reverse;
}
.asideContent-leave-active[data-v-ecaa9c05] {
  animation: asideContent-ecaa9c05 0.3s;
}
@keyframes aside-ecaa9c05 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-ecaa9c05 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-ecaa9c05 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-ecaa9c05] {
  animation: spin-ecaa9c05 2s infinite;
}
@keyframes spin-ecaa9c05 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-ecaa9c05] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-ecaa9c05] {
  padding: 3px;
}
.carousel__pagination-button[data-v-ecaa9c05] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-ecaa9c05] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-ecaa9c05]::after {
  display: none !important;
}
.pagination[data-v-ecaa9c05] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-ecaa9c05] {
  display: inline;
}
.pagination > li > a[data-v-ecaa9c05], .pagination > li > span[data-v-ecaa9c05] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-ecaa9c05], .pagination > li:first-child > span[data-v-ecaa9c05] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-ecaa9c05], .pagination > li:last-child > span[data-v-ecaa9c05] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-ecaa9c05]:hover, .pagination > li > span[data-v-ecaa9c05]:hover, .pagination > li > a[data-v-ecaa9c05]:focus, .pagination > li > span[data-v-ecaa9c05]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-ecaa9c05], .pagination > .active > span[data-v-ecaa9c05], .pagination > .active > a[data-v-ecaa9c05]:hover, .pagination > .active > span[data-v-ecaa9c05]:hover, .pagination > .active > a[data-v-ecaa9c05]:focus, .pagination > .active > span[data-v-ecaa9c05]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-ecaa9c05] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-ecaa9c05]:hover, .pagination > .disabled > span[data-v-ecaa9c05]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-ecaa9c05] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-ecaa9c05]:hover, .pagination > .disabled > a[data-v-ecaa9c05]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-ecaa9c05], .pagination-lg > li > span[data-v-ecaa9c05] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-ecaa9c05], .pagination-lg > li:first-child > span[data-v-ecaa9c05] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-ecaa9c05], .pagination-lg > li:last-child > span[data-v-ecaa9c05] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-ecaa9c05], .pagination-sm > li > span[data-v-ecaa9c05] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-ecaa9c05], .pagination-sm > li:first-child > span[data-v-ecaa9c05] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-ecaa9c05], .pagination-sm > li:last-child > span[data-v-ecaa9c05] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-ecaa9c05] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-ecaa9c05] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-ecaa9c05] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-ecaa9c05] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-ecaa9c05] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-ecaa9c05] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-ecaa9c05] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-ecaa9c05]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-ecaa9c05] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-ecaa9c05]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-ecaa9c05] {
  overflow: unset !important;
}
.btn-shadow[data-v-ecaa9c05] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-ecaa9c05] {
  margin-left: 0px;
}
.reset-button[data-v-ecaa9c05] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-ecaa9c05] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-ecaa9c05]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-ecaa9c05] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-ecaa9c05] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-ecaa9c05],
.btn-finalize[data-v-ecaa9c05] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-ecaa9c05] {
  right: 7px;
}
.btn-finalize[data-v-ecaa9c05] {
  left: 7px;
}
.tab-counter[data-v-ecaa9c05] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-ecaa9c05] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-ecaa9c05] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-ecaa9c05] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-ecaa9c05] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-ecaa9c05] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-ecaa9c05] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-ecaa9c05] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-ecaa9c05] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-ecaa9c05] {
  transition: 0.5s;
}
.tab[data-v-ecaa9c05]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-ecaa9c05] {
  color: #2980b9;
}
.tab.active[data-v-ecaa9c05]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-ecaa9c05] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-ecaa9c05] {
  width: 220px;
}
.badge-display[data-v-ecaa9c05], .badge-display2[data-v-ecaa9c05] {
  min-width: 224px;
}
.my-badge[data-v-ecaa9c05] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-ecaa9c05] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-ecaa9c05] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-ecaa9c05] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-ecaa9c05] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-ecaa9c05] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-ecaa9c05] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-ecaa9c05] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-ecaa9c05] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-ecaa9c05] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-ecaa9c05] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-ecaa9c05] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-ecaa9c05] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-ecaa9c05] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-ecaa9c05] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-ecaa9c05] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-ecaa9c05] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-ecaa9c05] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-ecaa9c05] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-ecaa9c05] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-ecaa9c05] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-ecaa9c05] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-ecaa9c05] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-ecaa9c05] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-ecaa9c05] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-ecaa9c05] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-ecaa9c05] {
  flex-wrap: wrap;
}
.vueperslide[data-v-ecaa9c05] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-ecaa9c05] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-ecaa9c05] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-ecaa9c05] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-ecaa9c05] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-ecaa9c05] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-ecaa9c05] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-ecaa9c05] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-ecaa9c05] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-ecaa9c05] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-ecaa9c05] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-ecaa9c05] {
  width: 100%;
}
.img-product-detail[data-v-ecaa9c05] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-ecaa9c05] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-ecaa9c05] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-ecaa9c05] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-ecaa9c05] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-ecaa9c05] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-ecaa9c05] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-ecaa9c05] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-ecaa9c05] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-ecaa9c05] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-ecaa9c05] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-ecaa9c05] {
  text-align: center;
}
.modal-enter[data-v-ecaa9c05], .modal-leave-active[data-v-ecaa9c05] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-ecaa9c05], .modal-leave-active .modal-container[data-v-ecaa9c05] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-ecaa9c05] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-ecaa9c05] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-ecaa9c05] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-ecaa9c05] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-ecaa9c05]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-ecaa9c05] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-ecaa9c05] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-ecaa9c05]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-ecaa9c05] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-ecaa9c05] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-ecaa9c05]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-ecaa9c05] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-ecaa9c05]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-ecaa9c05] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-ecaa9c05] {
  display: none;
}
.vdp-datepicker input[data-v-ecaa9c05] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-ecaa9c05]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-ecaa9c05] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-ecaa9c05] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-ecaa9c05 ease-in-out infinite;
}
.vue-treeselect__control[data-v-ecaa9c05] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-ecaa9c05] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-ecaa9c05] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-ecaa9c05] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-ecaa9c05] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-ecaa9c05] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-ecaa9c05] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-ecaa9c05] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-ecaa9c05 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-ecaa9c05 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-ecaa9c05 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-ecaa9c05 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-ecaa9c05 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-ecaa9c05 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-ecaa9c05],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-ecaa9c05] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-ecaa9c05] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-ecaa9c05] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-ecaa9c05],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-ecaa9c05] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-ecaa9c05] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-ecaa9c05] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-ecaa9c05] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-ecaa9c05],
.vue-treeselect span[data-v-ecaa9c05] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-ecaa9c05] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-ecaa9c05] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-ecaa9c05]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-ecaa9c05] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-ecaa9c05] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-ecaa9c05],
.vue-treeselect__control[data-v-ecaa9c05]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-ecaa9c05] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-ecaa9c05] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-ecaa9c05],
.vue-treeselect__multi-value[data-v-ecaa9c05] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-ecaa9c05] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-ecaa9c05] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-ecaa9c05] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-ecaa9c05] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-ecaa9c05],
.vue-treeselect__single-value[data-v-ecaa9c05] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-ecaa9c05] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-ecaa9c05] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-ecaa9c05] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-ecaa9c05] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-ecaa9c05] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-ecaa9c05]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-ecaa9c05] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-ecaa9c05] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-ecaa9c05],
.vue-treeselect__multi-value-label[data-v-ecaa9c05] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-ecaa9c05] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-ecaa9c05] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-ecaa9c05],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-ecaa9c05] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-ecaa9c05] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-ecaa9c05] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-ecaa9c05] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-ecaa9c05] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-ecaa9c05] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-ecaa9c05] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-ecaa9c05] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-ecaa9c05] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-ecaa9c05] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-ecaa9c05] {
  display: none;
}
.vue-treeselect__input[data-v-ecaa9c05],
.vue-treeselect__sizer[data-v-ecaa9c05] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-ecaa9c05] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-ecaa9c05]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-ecaa9c05] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-ecaa9c05] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-ecaa9c05] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-ecaa9c05] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-ecaa9c05 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-ecaa9c05 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-ecaa9c05]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-ecaa9c05] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-ecaa9c05] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-ecaa9c05] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-ecaa9c05] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-ecaa9c05] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-ecaa9c05] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-ecaa9c05] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-ecaa9c05] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-ecaa9c05] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-ecaa9c05] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-ecaa9c05] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-ecaa9c05] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-ecaa9c05]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-ecaa9c05] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-ecaa9c05],
.vue-treeselect__option-arrow-placeholder[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-ecaa9c05] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-ecaa9c05] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-ecaa9c05],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-ecaa9c05] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-ecaa9c05] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-ecaa9c05] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-ecaa9c05] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-ecaa9c05] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-ecaa9c05] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-ecaa9c05],
.vue-treeselect__minus-mark[data-v-ecaa9c05] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-ecaa9c05] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-ecaa9c05] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ecaa9c05] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-ecaa9c05] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-ecaa9c05] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ecaa9c05] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-ecaa9c05] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-ecaa9c05] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-ecaa9c05] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-ecaa9c05] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-ecaa9c05] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-ecaa9c05] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-ecaa9c05] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-ecaa9c05] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-ecaa9c05] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-ecaa9c05] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-ecaa9c05] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-ecaa9c05] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-ecaa9c05] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-ecaa9c05] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-ecaa9c05] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-ecaa9c05] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-ecaa9c05]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-ecaa9c05] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-ecaa9c05]::before,
.vue-treeselect__icon-error[data-v-ecaa9c05]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-ecaa9c05]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-ecaa9c05]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-ecaa9c05] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-ecaa9c05 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-ecaa9c05 linear infinite;
}
.vue-treeselect__icon-loader[data-v-ecaa9c05]::before,
.vue-treeselect__icon-loader[data-v-ecaa9c05]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-ecaa9c05 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-ecaa9c05 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-ecaa9c05]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-ecaa9c05]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-ecaa9c05],
.vac-loader-wrapper[data-v-ecaa9c05] {
  display: none !important;
}
.vac-room-name[data-v-ecaa9c05] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-ecaa9c05] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-ecaa9c05] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-ecaa9c05] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-ecaa9c05] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-ecaa9c05] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-ecaa9c05] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-ecaa9c05] {
  min-height: 24px !important;
}
.tagWarn[data-v-ecaa9c05] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-ecaa9c05]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-ecaa9c05] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-ecaa9c05]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-ecaa9c05]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-ecaa9c05] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-ecaa9c05] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-ecaa9c05] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-ecaa9c05] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-ecaa9c05]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-ecaa9c05] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-ecaa9c05]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-ecaa9c05] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-ecaa9c05] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-ecaa9c05] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-ecaa9c05]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-ecaa9c05] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-ecaa9c05]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-ecaa9c05] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-ecaa9c05]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-ecaa9c05]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-ecaa9c05] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-ecaa9c05] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-ecaa9c05] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-ecaa9c05]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-ecaa9c05] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-ecaa9c05] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-ecaa9c05] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-ecaa9c05]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-ecaa9c05] {
  font-size: 1.15em;
}
.my-select[data-v-ecaa9c05] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-ecaa9c05] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-ecaa9c05] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-ecaa9c05] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-ecaa9c05] {
  width: 160px;
}
.my-select[data-v-ecaa9c05] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-ecaa9c05] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-ecaa9c05] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-ecaa9c05] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-ecaa9c05] {
  width: 160px;
}
.input-cupon[data-v-ecaa9c05] {
  display: flex;
}
.input-cupon > div > span[data-v-ecaa9c05] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-ecaa9c05] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-ecaa9c05] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-ecaa9c05]:not(:checked),
input[type=checkbox].check[data-v-ecaa9c05]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-ecaa9c05],
input[type=checkbox].check:checked + label[data-v-ecaa9c05] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-ecaa9c05]:before,
input[type=checkbox].check:checked + label[data-v-ecaa9c05]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-ecaa9c05]:after,
input[type=checkbox].check:checked + label[data-v-ecaa9c05]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-ecaa9c05]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-ecaa9c05]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-ecaa9c05]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-ecaa9c05]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-ecaa9c05]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-ecaa9c05] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-ecaa9c05]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-ecaa9c05]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-ecaa9c05] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-ecaa9c05] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-ecaa9c05] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-ecaa9c05] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-ecaa9c05] {
  opacity: 1;
}
.multiselect__tag[data-v-ecaa9c05] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-ecaa9c05] {
  background: #2AA186 !important;
}
.multiselect[data-v-ecaa9c05] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-ecaa9c05]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-ecaa9c05] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-ecaa9c05] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-ecaa9c05]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-ecaa9c05]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-ecaa9c05]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-ecaa9c05]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-ecaa9c05] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-ecaa9c05] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-ecaa9c05] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-ecaa9c05] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ecaa9c05] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-ecaa9c05] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ecaa9c05]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ecaa9c05]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-ecaa9c05]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-ecaa9c05] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-ecaa9c05] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-ecaa9c05] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-ecaa9c05] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-ecaa9c05]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-ecaa9c05] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-ecaa9c05] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-ecaa9c05] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-ecaa9c05] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-ecaa9c05] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ecaa9c05] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ecaa9c05]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-ecaa9c05] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-ecaa9c05] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-ecaa9c05], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-ecaa9c05] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-ecaa9c05] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-ecaa9c05] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-ecaa9c05], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-ecaa9c05] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-ecaa9c05], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-ecaa9c05] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-ecaa9c05]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-ecaa9c05]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-ecaa9c05] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-ecaa9c05] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-ecaa9c05] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-ecaa9c05] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-ecaa9c05] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-ecaa9c05] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-ecaa9c05] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-ecaa9c05] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-ecaa9c05] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-ecaa9c05] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-ecaa9c05] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-ecaa9c05] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-ecaa9c05] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-ecaa9c05] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-ecaa9c05] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-ecaa9c05]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-ecaa9c05] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-ecaa9c05] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-ecaa9c05] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-ecaa9c05] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-ecaa9c05] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-ecaa9c05] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-ecaa9c05] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-ecaa9c05] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-ecaa9c05], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-ecaa9c05] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-ecaa9c05] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-ecaa9c05] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-ecaa9c05] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-ecaa9c05] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-ecaa9c05] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-ecaa9c05] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-ecaa9c05] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-ecaa9c05], .v3-emoji-picker .v3-header[data-v-ecaa9c05] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-ecaa9c05] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-ecaa9c05] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-ecaa9c05] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-ecaa9c05]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-ecaa9c05], .v3-emoji-picker .v3-skin-tones[data-v-ecaa9c05] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-ecaa9c05]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-ecaa9c05] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-ecaa9c05] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-ecaa9c05] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-ecaa9c05], body[data-v-ecaa9c05] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-ecaa9c05], body.home[data-v-ecaa9c05] {
  background-color: #fff;
}
[data-v-ecaa9c05]:focus {
  outline: none !important;
}
a[data-v-ecaa9c05] {
  text-decoration: none;
}
a[data-v-ecaa9c05]:hover,
a[data-v-ecaa9c05]:focus {
  text-decoration: none;
}
img[data-v-ecaa9c05] {
  border: 0;
}
textarea[data-v-ecaa9c05] {
  resize: none;
}
h1[data-v-ecaa9c05],
h2[data-v-ecaa9c05],
h3[data-v-ecaa9c05],
h4[data-v-ecaa9c05],
h5[data-v-ecaa9c05],
h6[data-v-ecaa9c05] {
  font-weight: bold;
}
.diary-container[data-v-ecaa9c05] {
  background-color: #e7ecf1;
  width: 28%;
}
@media (min-width: 1600px) {
.diary-container[data-v-ecaa9c05] {
    width: 10%;
}
}
@media (min-width: 1300px) {
.diary-container[data-v-ecaa9c05] {
    width: 24%;
}
}
@media (max-width: 1000px) {
.diary-container[data-v-ecaa9c05] {
    width: 100%;
}
}
.chat-container[data-v-ecaa9c05] {
  width: 41.5%;
}
@media (min-width: 1600px) {
.chat-container[data-v-ecaa9c05] {
    width: 56%;
}
}
@media (min-width: 1300px) {
.chat-container[data-v-ecaa9c05] {
    width: 45.8%;
}
}
@media (max-width: 1000px) {
.chat-container[data-v-ecaa9c05] {
    width: 100%;
}
}
.profile-container[data-v-ecaa9c05] {
  overflow-y: scroll;
  background-color: #e7ecf1;
  width: 30%;
}
@media (max-width: 1000px) {
.profile-container[data-v-ecaa9c05] {
    width: 100%;
}
}
[data-v-8b5717c4]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-8b5717c4] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-8b5717c4] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-8b5717c4] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-8b5717c4] {
  width: 100%;
}
.home-icon img[data-v-8b5717c4] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-8b5717c4] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-8b5717c4] {
  line-height: 30px;
}
.list-style-none[data-v-8b5717c4] {
  list-style: none;
}
.burger-menu[data-v-8b5717c4] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-8b5717c4] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-8b5717c4] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-8b5717c4] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-8b5717c4] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-8b5717c4] {
  position: relative;
}
.card-product .my-close[data-v-8b5717c4] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-8b5717c4] {
  margin: 0;
}
.filtro-form input[data-v-8b5717c4] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-8b5717c4] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-8b5717c4] {
  padding: 20px 0 0;
}
.img-tiny[data-v-8b5717c4] {
  width: 80px;
}
.img-item img[data-v-8b5717c4] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-8b5717c4] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-8b5717c4] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-8b5717c4]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-8b5717c4] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-8b5717c4] {
  margin-left: 10px;
}
.notifications section[data-v-8b5717c4] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-8b5717c4] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-8b5717c4] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-8b5717c4],
.list-complete-leave-to[data-v-8b5717c4] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-8b5717c4] {
  position: absolute;
}
#_op_data_r[data-v-8b5717c4],
#_op_data_antifraud[data-v-8b5717c4] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-8b5717c4],
iframe#_op_data_antifraud[data-v-8b5717c4],
iframe#device_profile[data-v-8b5717c4],
iframe#thm_mp_cntnr[data-v-8b5717c4] {
  position: absolute !important;
}
iframe[data-v-8b5717c4] {
  background: #fff !important;
}
.main-content[data-v-8b5717c4] {
  padding-top: 30px;
}
.card-contactStory[data-v-8b5717c4] {
  width: 93vw;
}
.card-contactStory img[data-v-8b5717c4] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-8b5717c4] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-8b5717c4] {
  width: 280px;
}
.dropped[data-v-8b5717c4] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-8b5717c4] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-8b5717c4]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-8b5717c4] {
  display: block !important;
}
.dropped .dropdown a[data-v-8b5717c4] {
  color: #fff;
}
.dropped .dropdown a[data-v-8b5717c4]:hover {
  text-decoration: underline;
}
.line-height25[data-v-8b5717c4] {
  line-height: 25px;
}
aside[data-v-8b5717c4] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-8b5717c4] {
  height: 100vh;
}
.my-header[data-v-8b5717c4] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-8b5717c4] {
  position: inherit !important;
}
.my-header-menu[data-v-8b5717c4] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-8b5717c4] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-8b5717c4]:hover {
  background: hannah;
}
.menu-api-activate[data-v-8b5717c4] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-8b5717c4] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-8b5717c4] {
  position: relative;
}
.menu-api-item a[data-v-8b5717c4]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-8b5717c4] {
  padding: 0 !important;
}
.card-product[data-v-8b5717c4] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-8b5717c4] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-8b5717c4] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-8b5717c4] {
  margin: 0;
}
.sticky-home[data-v-8b5717c4] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-8b5717c4] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-8b5717c4]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-8b5717c4] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-8b5717c4]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-8b5717c4] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-8b5717c4]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-8b5717c4] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-8b5717c4] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-8b5717c4] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-8b5717c4]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-8b5717c4] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-8b5717c4] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-8b5717c4] {
  display: block !important;
}
.leftPositionSubMenu[data-v-8b5717c4] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-8b5717c4] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-8b5717c4],
.circle-toggle-box[data-v-8b5717c4] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-8b5717c4] {
  left: 44px !important;
}
.triangleStatus[data-v-8b5717c4]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-8b5717c4] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-8b5717c4] {
  overflow: visible !important;
}
.width-max80[data-v-8b5717c4] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-8b5717c4] {
  display: flex !important;
}
.flex-none[data-v-8b5717c4] {
  flex: none;
}
.flex-nowrap[data-v-8b5717c4] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-8b5717c4] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-8b5717c4] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-8b5717c4] {
  flex-direction: column;
}
.flex-col-row[data-v-8b5717c4] {
  flex-direction: column;
}
.flex-row[data-v-8b5717c4] {
  flex-direction: row;
}
.flex-between-align[data-v-8b5717c4] {
  align-content: space-between;
}
.flex-middle[data-v-8b5717c4] {
  align-items: center;
}
.flex-bottom[data-v-8b5717c4] {
  align-items: flex-end;
}
.flex-between[data-v-8b5717c4] {
  justify-content: space-between;
}
.flex-center[data-v-8b5717c4] {
  justify-content: center;
}
.flex-right[data-v-8b5717c4] {
  justify-content: flex-end;
}
.flex-left[data-v-8b5717c4] {
  justify-content: flex-start;
}
.flex-evenly[data-v-8b5717c4] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-8b5717c4] {
  flex-grow: 1;
}
.flex-grow-2[data-v-8b5717c4] {
  flex-grow: 2;
}
.flex-grow-3[data-v-8b5717c4] {
  flex-grow: 3;
}
.flex-grow-4[data-v-8b5717c4] {
  flex-grow: 4;
}
.flex-grow-5[data-v-8b5717c4] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-8b5717c4] {
  align-items: flex-start;
}
.flex800[data-v-8b5717c4] {
  display: none;
}
.flexc-flex[data-v-8b5717c4] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-8b5717c4] {
  display: none;
}
.flex-display-50-10[data-v-8b5717c4] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-8b5717c4] {
  display: none;
}
.show760[data-v-8b5717c4] {
  display: none;
}
.hide[data-v-8b5717c4] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-8b5717c4] {
    display: block !important;
}
.badge-display[data-v-8b5717c4] {
    display: none;
}
.badge-display2[data-v-8b5717c4] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-8b5717c4] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-8b5717c4] {
    display: block;
}
.badge-display2[data-v-8b5717c4] {
    display: none;
}
.fix-width[data-v-8b5717c4] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-8b5717c4] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-8b5717c4] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-8b5717c4] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-8b5717c4] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-8b5717c4] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-8b5717c4] {
    width: 50%;
}
.width100-40[data-v-8b5717c4] {
    width: 40%;
}
.show600[data-v-8b5717c4] {
    display: block;
}
.width-controll-btn-typeweek[data-v-8b5717c4] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-8b5717c4] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-8b5717c4] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-8b5717c4] {
    width: 220px !important;
}
.leftPositionControl[data-v-8b5717c4] {
    left: -40px !important;
}
.container-tipo-envio[data-v-8b5717c4] {
    display: flex;
}
.width-controll-buys-item[data-v-8b5717c4] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-8b5717c4] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-8b5717c4] {
    top: 380px !important;
}
.my-header-menu[data-v-8b5717c4] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-8b5717c4] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-8b5717c4] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-8b5717c4] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-8b5717c4] {
    min-width: 400px;
}
.cart-btn-add[data-v-8b5717c4] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-8b5717c4] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-8b5717c4] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-8b5717c4] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-8b5717c4] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-8b5717c4] {
    justify-content: left;
}
.flex-mid[data-v-8b5717c4] {
    display: flex !important;
}
.msg-stock[data-v-8b5717c4] {
    padding: 10px 0 0;
}
.counter-cart[data-v-8b5717c4] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-8b5717c4] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-8b5717c4] {
    display: none;
}
.badge-display2[data-v-8b5717c4] {
    display: block;
}
.show760[data-v-8b5717c4] {
    display: block;
}
.hide760[data-v-8b5717c4] {
    display: none;
}
.grid-products[data-v-8b5717c4] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-8b5717c4] {
    margin: auto;
}
.mr-h[data-v-8b5717c4] {
    margin: auto;
}
.width-control-otherProducts[data-v-8b5717c4] {
    width: 170px !important;
}
.leftPositionControl[data-v-8b5717c4] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-8b5717c4] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-8b5717c4] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-8b5717c4] {
    width: 30vw !important;
}
.product-item[data-v-8b5717c4] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-8b5717c4] {
    width: 90% !important;
}
.my-container[data-v-8b5717c4] {
    width: 680px !important;
}
.login[data-v-8b5717c4] {
    width: 310px !important;
}
.width-cuotas-control[data-v-8b5717c4] {
    width: 278px !important;
}
.flexc-flex[data-v-8b5717c4] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-8b5717c4] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-8b5717c4] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-8b5717c4] {
    height: 140px;
}
.width-control-input-chat[data-v-8b5717c4] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-8b5717c4] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-8b5717c4] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-8b5717c4] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-8b5717c4] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-8b5717c4] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-8b5717c4] {
    width: 270px !important;
}
.leftPositionControl[data-v-8b5717c4] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-8b5717c4] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-8b5717c4] {
    width: 17vw !important;
}
.filters-wrap[data-v-8b5717c4] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-8b5717c4] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-8b5717c4] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-8b5717c4] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-8b5717c4] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-8b5717c4] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-8b5717c4] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-8b5717c4] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-8b5717c4]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-8b5717c4] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-8b5717c4] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-8b5717c4]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-8b5717c4] {
    max-width: 330px !important;
}
.iterable-box[data-v-8b5717c4] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-8b5717c4] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-8b5717c4] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-8b5717c4] {
    width: 160px !important;
}
.my-container[data-v-8b5717c4] {
    width: 800px !important;
}
.search-btn-box[data-v-8b5717c4] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-8b5717c4] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-8b5717c4] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-8b5717c4] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-8b5717c4] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-8b5717c4] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-8b5717c4] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-8b5717c4] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-8b5717c4] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-8b5717c4] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-8b5717c4] {
    width: 280px !important;
}
.width300-desktop[data-v-8b5717c4] {
    width: 300px !important;
}
.concept-item-stats[data-v-8b5717c4] {
    width: 80%;
}
.widthHalf-desktop[data-v-8b5717c4] {
    width: 50% !important;
}
.column-desktop[data-v-8b5717c4] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-8b5717c4] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-8b5717c4] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-8b5717c4] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-8b5717c4],
.flex-desktop[data-v-8b5717c4] {
    display: flex !important;
}
.block-desktop[data-v-8b5717c4] {
    display: block !important;
}
.hide-desktop[data-v-8b5717c4] {
    display: none !important;
}
.fixButton[data-v-8b5717c4] {
    top: -20px;
}
.width-cuotas-control[data-v-8b5717c4] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-8b5717c4] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-8b5717c4] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-8b5717c4] {
    display: none !important;
}
.bottom10-desktop[data-v-8b5717c4] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-8b5717c4] {
    left: -125px !important;
}
.grid-products[data-v-8b5717c4] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-8b5717c4] {
    width: 1000px !important;
}
.showFullDesktop[data-v-8b5717c4] {
    display: block !important;
}
.leftPositionControl[data-v-8b5717c4] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-8b5717c4] {
    display: none !important;
}
.show-only-desktop[data-v-8b5717c4] {
    display: flex !important;
}
.leftPositionControl[data-v-8b5717c4] {
    left: -260px !important;
}
.catalog-container[data-v-8b5717c4] {
    margin: unset;
}
.carrito-catalog[data-v-8b5717c4] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-8b5717c4] {
    left: -280px !important;
}
}
.grid-container[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-8b5717c4] {
  grid-column: span 1;
}
.grid-item-1[data-v-8b5717c4] {
  grid-column: span 1;
}
.grid-item-2[data-v-8b5717c4] {
  grid-column: span 2;
}
.grid-item-3[data-v-8b5717c4] {
  grid-column: span 3;
}
.grid-item-4[data-v-8b5717c4] {
  grid-column: span 4;
}
.grid-item-5[data-v-8b5717c4] {
  grid-column: span 5;
}
.grid-item-6[data-v-8b5717c4] {
  grid-column: span 6;
}
.grid-item-7[data-v-8b5717c4] {
  grid-column: span 7;
}
.grid-item-8[data-v-8b5717c4] {
  grid-column: span 8;
}
.grid-item-9[data-v-8b5717c4] {
  grid-column: span 9;
}
.grid-item-10[data-v-8b5717c4] {
  grid-column: span 10;
}
.grid-item-11[data-v-8b5717c4] {
  grid-column: span 11;
}
.grid-item-12[data-v-8b5717c4] {
  grid-column: span 12;
}
.grid-cart[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-8b5717c4] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-8b5717c4] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-8b5717c4] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-8b5717c4] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-8b5717c4] {
  gap: 10px;
}
.gap20[data-v-8b5717c4] {
  gap: 20px;
}
.grid-box[data-v-8b5717c4] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-8b5717c4],
.grid-3 div[data-v-8b5717c4],
.grid-4 div[data-v-8b5717c4] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-8b5717c4] {
  background: #fff;
}
.grid-item-odd[data-v-8b5717c4]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-8b5717c4] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-8b5717c4] {
  max-width: 350px;
}
.margin0[data-v-8b5717c4] {
  margin: 0 !important;
}
.margin0-5[data-v-8b5717c4] {
  margin: 0 5px;
}
.margin10-0[data-v-8b5717c4] {
  margin: 10px 0;
}
.margin10-5[data-v-8b5717c4] {
  margin: 10px 5px;
}
.margin0-10[data-v-8b5717c4] {
  margin: 0 10px;
}
.margin0-15[data-v-8b5717c4] {
  margin: 0 15px;
}
.margin15-0[data-v-8b5717c4] {
  margin: 15px 0px;
}
.margin20-0[data-v-8b5717c4] {
  margin: 20px 0;
}
.margin20-10[data-v-8b5717c4] {
  margin: 20px 10px;
}
.margin30-0[data-v-8b5717c4] {
  margin: 30px 0;
}
.margin40-0[data-v-8b5717c4] {
  margin: 40px 0;
}
.margin20-40[data-v-8b5717c4] {
  margin: 20px 40px;
}
.margin0-20[data-v-8b5717c4] {
  margin: 0 20px;
}
.margin5[data-v-8b5717c4] {
  margin: 5px;
}
.margin5-0[data-v-8b5717c4] {
  margin: 5px 0;
}
.margin10[data-v-8b5717c4] {
  margin: 10px;
}
.margin10-20[data-v-8b5717c4] {
  margin: 10px 20px;
}
.margin15[data-v-8b5717c4] {
  margin: 15px;
}
.margin20[data-v-8b5717c4] {
  margin: 20px;
}
.margin30[data-v-8b5717c4] {
  margin: 30px;
}
.margin50[data-v-8b5717c4] {
  margin: 50px;
}
.margin-right-auto[data-v-8b5717c4] {
  margin-right: auto;
}
.margin-left-auto[data-v-8b5717c4] {
  margin-left: auto;
}
.ml-h[data-v-8b5717c4] {
  margin-left: auto;
}
.mr-h[data-v-8b5717c4] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-8b5717c4] {
  margin-bottom: 5px;
}
.margin-top5[data-v-8b5717c4] {
  margin-top: 5px !important;
}
.margin-top10[data-v-8b5717c4] {
  margin-top: 10px !important;
}
.margin-top15[data-v-8b5717c4] {
  margin-top: 15px !important;
}
.margin-top20[data-v-8b5717c4] {
  margin-top: 20px !important;
}
.margin-top30[data-v-8b5717c4] {
  margin-top: 30px !important;
}
.margin-top35[data-v-8b5717c4] {
  margin-top: 35px !important;
}
.margin-top40[data-v-8b5717c4] {
  margin-top: 40px !important;
}
.margin-top50[data-v-8b5717c4] {
  margin-top: 50px !important;
}
.margin-top60[data-v-8b5717c4] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-8b5717c4] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-8b5717c4] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-8b5717c4] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-8b5717c4] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-8b5717c4] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-8b5717c4] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-8b5717c4] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-8b5717c4] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-8b5717c4] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-8b5717c4] {
  margin-left: 5px !important;
}
.margin-left10[data-v-8b5717c4] {
  margin-left: 10px !important;
}
.margin-left15[data-v-8b5717c4] {
  margin-left: 15px !important;
}
.margin-left20[data-v-8b5717c4] {
  margin-left: 20px !important;
}
.margin-left30[data-v-8b5717c4] {
  margin-left: 30px !important;
}
.margin-left35[data-v-8b5717c4] {
  margin-left: 35px !important;
}
.margin-left40[data-v-8b5717c4] {
  margin-left: 40px !important;
}
.margin-left50[data-v-8b5717c4] {
  margin-left: 50px !important;
}
.margin-left60[data-v-8b5717c4] {
  margin-left: 60px !important;
}
.margin-right5[data-v-8b5717c4] {
  margin-right: 5px !important;
}
.margin-right10[data-v-8b5717c4] {
  margin-right: 10px !important;
}
.margin-right15[data-v-8b5717c4] {
  margin-right: 15px !important;
}
.margin-right20[data-v-8b5717c4] {
  margin-right: 20px !important;
}
.margin-right30[data-v-8b5717c4] {
  margin-right: 30px !important;
}
.margin-right35[data-v-8b5717c4] {
  margin-right: 35px !important;
}
.margin-right40[data-v-8b5717c4] {
  margin-right: 40px !important;
}
.margin-right50[data-v-8b5717c4] {
  margin-right: 50px !important;
}
.margin-right60[data-v-8b5717c4] {
  margin-right: 60px !important;
}
.my-5[data-v-8b5717c4] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-8b5717c4] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-8b5717c4] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-8b5717c4] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-8b5717c4] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-8b5717c4] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-8b5717c4] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-8b5717c4] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-8b5717c4] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-8b5717c4] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-8b5717c4] {
  padding: 0 !important;
}
.padding5[data-v-8b5717c4] {
  padding: 5px;
}
.padding10[data-v-8b5717c4] {
  padding: 10px;
}
.padding15[data-v-8b5717c4] {
  padding: 15px;
}
.padding20[data-v-8b5717c4] {
  padding: 20px;
}
.padding30[data-v-8b5717c4] {
  padding: 30px;
}
.padding40[data-v-8b5717c4] {
  padding: 40px;
}
.padding40-0[data-v-8b5717c4] {
  padding: 40px 0;
}
.padding-left5[data-v-8b5717c4] {
  padding-left: 5px;
}
.padding-left10[data-v-8b5717c4] {
  padding-left: 10px;
}
.padding-left15[data-v-8b5717c4] {
  padding-left: 15px;
}
.padding-left20[data-v-8b5717c4] {
  padding-left: 20px;
}
.padding-right5[data-v-8b5717c4] {
  padding-right: 5px;
}
.padding-right10[data-v-8b5717c4] {
  padding-right: 10px;
}
.padding-right15[data-v-8b5717c4] {
  padding-right: 15px;
}
.padding-right20[data-v-8b5717c4] {
  padding-right: 20px;
}
.padding-right30[data-v-8b5717c4] {
  padding-right: 30px;
}
.padding-right40[data-v-8b5717c4] {
  padding-right: 40px;
}
.padding-top0[data-v-8b5717c4] {
  padding-top: 0px;
}
.padding-top5[data-v-8b5717c4] {
  padding-top: 5px;
}
.padding-top10[data-v-8b5717c4] {
  padding-top: 10px;
}
.padding-top15[data-v-8b5717c4] {
  padding-top: 15px;
}
.padding-top20[data-v-8b5717c4] {
  padding-top: 20px;
}
.padding-top30[data-v-8b5717c4] {
  padding-top: 30px;
}
.padding-top50[data-v-8b5717c4] {
  padding-top: 50px;
}
.padding-top60[data-v-8b5717c4] {
  padding-top: 60px;
}
.padding-top70[data-v-8b5717c4] {
  padding-top: 70px;
}
.padding-top90[data-v-8b5717c4] {
  padding-top: 90px;
}
.padding-top100[data-v-8b5717c4] {
  padding-top: 100px;
}
.padding-top120[data-v-8b5717c4] {
  padding-top: 120px;
}
.padding-top180[data-v-8b5717c4] {
  padding-top: 180px;
}
.padding-bottom0[data-v-8b5717c4] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-8b5717c4] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-8b5717c4] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-8b5717c4] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-8b5717c4] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-8b5717c4] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-8b5717c4] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-8b5717c4] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-8b5717c4] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-8b5717c4] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-8b5717c4] {
  padding-bottom: 240px;
}
.padding10-0[data-v-8b5717c4] {
  padding: 10px 0;
}
.padding10-5[data-v-8b5717c4] {
  padding: 10px 5px;
}
.padding0-5[data-v-8b5717c4] {
  padding: 0 5px;
}
.padding0-10[data-v-8b5717c4] {
  padding: 0 10px;
}
.padding0-15[data-v-8b5717c4] {
  padding: 0 15px;
}
.padding20-0[data-v-8b5717c4] {
  padding: 20px 0;
}
.padding20-10[data-v-8b5717c4] {
  padding: 20px 10px;
}
.padding15-20[data-v-8b5717c4] {
  padding: 15px 20px;
}
.padding15-0[data-v-8b5717c4] {
  padding: 15px 0px;
}
.padding20-5[data-v-8b5717c4] {
  padding: 20px 5px;
}
.padding0-20[data-v-8b5717c4] {
  padding: 0 20px;
}
.padding5-20[data-v-8b5717c4] {
  padding: 5px 20px;
}
.padding5-15[data-v-8b5717c4] {
  padding: 5px 15px;
}
.padding5-10[data-v-8b5717c4] {
  padding: 5px 10px;
}
.padding15-10[data-v-8b5717c4] {
  padding: 15px 10px;
}
.padding1em[data-v-8b5717c4] {
  padding: 1em;
}
.padding10-20[data-v-8b5717c4] {
  padding: 10px 20px;
}
.padding5-0[data-v-8b5717c4] {
  padding: 5px 0;
}
.padding30-10[data-v-8b5717c4] {
  padding: 30px 10px;
}
.px-5[data-v-8b5717c4] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-8b5717c4] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-8b5717c4] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-8b5717c4] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-8b5717c4] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-8b5717c4] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-8b5717c4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-8b5717c4] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-8b5717c4] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-8b5717c4] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-8b5717c4] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-8b5717c4] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-8b5717c4] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-8b5717c4] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-8b5717c4] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-8b5717c4] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-8b5717c4] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-8b5717c4] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-8b5717c4] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-8b5717c4] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-8b5717c4] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-8b5717c4] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-8b5717c4] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-8b5717c4] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-8b5717c4] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-8b5717c4] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-8b5717c4] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-8b5717c4] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-8b5717c4]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-8b5717c4] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-8b5717c4]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-8b5717c4] {
  border: 0 !important;
}
.borderRed[data-v-8b5717c4] {
  border-color: #f00 !important;
}
.border-aside[data-v-8b5717c4] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-8b5717c4] {
  border: none;
}
.borderLightgray[data-v-8b5717c4] {
  border: 1px solid lightgray;
}
.borderGray[data-v-8b5717c4] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-8b5717c4] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-8b5717c4] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-8b5717c4] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-8b5717c4] {
  border: 1px solid #fff;
}
.border2green[data-v-8b5717c4] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-8b5717c4] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-8b5717c4] {
  border: 2px solid #fff;
}
.border2gold[data-v-8b5717c4] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-8b5717c4] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-8b5717c4] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-8b5717c4] {
  border-color: #d42717 !important;
}
.border1green[data-v-8b5717c4] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-8b5717c4] {
  border-color: #f00 !important;
}
.border-fixed[data-v-8b5717c4] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-8b5717c4] {
  border-radius: 40px;
}
.radius30[data-v-8b5717c4] {
  border-radius: 30px;
}
.radius20[data-v-8b5717c4] {
  border-radius: 20px;
}
.radius15[data-v-8b5717c4] {
  border-radius: 15px;
}
.radius8[data-v-8b5717c4] {
  border-radius: 8px;
}
.radius3[data-v-8b5717c4] {
  border-radius: 3px !important;
}
.rounded[data-v-8b5717c4] {
  border-radius: 50%;
}
.rounded5[data-v-8b5717c4] {
  border-radius: 5px;
}
.round10[data-v-8b5717c4] {
  border-radius: 10px;
}
.box-border[data-v-8b5717c4] {
  box-sizing: border-box;
}
.text-center[data-v-8b5717c4] {
  text-align: center;
}
.text-right[data-v-8b5717c4] {
  text-align: right;
}
.text-left[data-v-8b5717c4] {
  text-align: left;
}
.text-lowercase[data-v-8b5717c4] {
  text-transform: lowercase;
}
.text-uppercase[data-v-8b5717c4] {
  text-transform: uppercase;
}
.text-capitalize[data-v-8b5717c4] {
  text-transform: capitalize !important;
}
.text-none[data-v-8b5717c4] {
  text-transform: none;
}
.text-ellipsis[data-v-8b5717c4] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-8b5717c4] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-8b5717c4]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-8b5717c4] {
  text-decoration: underline;
}
.text-underline[data-v-8b5717c4]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-8b5717c4] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-8b5717c4] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-8b5717c4] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-8b5717c4] {
  word-break: break-all;
}
.font-bold[data-v-8b5717c4] {
  font-weight: bold;
}
.price-through[data-v-8b5717c4] {
  text-decoration: line-through;
}
.font-italic[data-v-8b5717c4] {
  font-style: italic;
}
.font095em[data-v-8b5717c4] {
  font-size: 0.95em;
}
.font1em[data-v-8b5717c4] {
  font-size: 1em !important;
}
.font2em[data-v-8b5717c4] {
  font-size: 2em;
}
.font2-2em[data-v-8b5717c4] {
  font-size: 2.2em;
}
.font3em[data-v-8b5717c4] {
  font-size: 3em;
}
.font4em[data-v-8b5717c4] {
  font-size: 4em;
}
.font1-5em[data-v-8b5717c4] {
  font-size: 1.5em;
}
.font1-7em[data-v-8b5717c4] {
  font-size: 1.7em;
}
.font1-3em[data-v-8b5717c4] {
  font-size: 1.3em;
}
.font1-4em[data-v-8b5717c4] {
  font-size: 1.4em;
}
.font-9em[data-v-8b5717c4] {
  font-size: 0.9em;
}
.font10[data-v-8b5717c4] {
  font-size: 10px;
}
.font11[data-v-8b5717c4] {
  font-size: 11px;
}
.font12[data-v-8b5717c4] {
  font-size: 12px;
}
.font13[data-v-8b5717c4] {
  font-size: 13px;
}
.font14[data-v-8b5717c4] {
  font-size: 14px;
}
.font15[data-v-8b5717c4] {
  font-size: 15px;
}
.font16[data-v-8b5717c4] {
  font-size: 16px;
}
.font17[data-v-8b5717c4] {
  font-size: 17px;
}
.font18[data-v-8b5717c4] {
  font-size: 18px;
}
.font19[data-v-8b5717c4] {
  font-size: 19px;
}
.font20[data-v-8b5717c4] {
  font-size: 20px;
}
.font21[data-v-8b5717c4] {
  font-size: 21px;
}
.font22[data-v-8b5717c4] {
  font-size: 22px;
}
.font23[data-v-8b5717c4] {
  font-size: 23px;
}
.font24[data-v-8b5717c4] {
  font-size: 24px;
}
.font25[data-v-8b5717c4] {
  font-size: 25px;
}
.font26[data-v-8b5717c4] {
  font-size: 26px;
}
.font27[data-v-8b5717c4] {
  font-size: 27px;
}
.font28[data-v-8b5717c4] {
  font-size: 28px;
}
.font29[data-v-8b5717c4] {
  font-size: 29px;
}
.font30[data-v-8b5717c4] {
  font-size: 30px;
}
.font31[data-v-8b5717c4] {
  font-size: 31px;
}
.font32[data-v-8b5717c4] {
  font-size: 32px;
}
.font33[data-v-8b5717c4] {
  font-size: 33px;
}
.font34[data-v-8b5717c4] {
  font-size: 34px;
}
.font35[data-v-8b5717c4] {
  font-size: 35px;
}
.font36[data-v-8b5717c4] {
  font-size: 36px;
}
.font37[data-v-8b5717c4] {
  font-size: 37px;
}
.font38[data-v-8b5717c4] {
  font-size: 38px;
}
.font39[data-v-8b5717c4] {
  font-size: 39px;
}
.font40[data-v-8b5717c4] {
  font-size: 40px;
}
.font-normal[data-v-8b5717c4] {
  font-weight: normal;
}
.color-white[data-v-8b5717c4] {
  color: #fff;
}
.color-transparent[data-v-8b5717c4] {
  color: transparent !important;
}
.color-black[data-v-8b5717c4] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-8b5717c4] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-8b5717c4] {
  color: fuchia;
}
.color-gray[data-v-8b5717c4] {
  color: #a5afb9;
}
.color-hardgray[data-v-8b5717c4] {
  color: #4d5263;
}
.color-hannah[data-v-8b5717c4] {
  color: #EA184D;
}
.color-lightgray[data-v-8b5717c4] {
  color: #d3d3d3;
}
.color-darkblue[data-v-8b5717c4] {
  color: #2c3e50;
}
.color-darkgray[data-v-8b5717c4] {
  color: #757575;
}
.color-lightred[data-v-8b5717c4] {
  color: #e74c3c;
}
.color-red[data-v-8b5717c4] {
  color: #e74c3c;
}
.color-blue[data-v-8b5717c4] {
  color: #2980b9;
}
.color-yellow[data-v-8b5717c4] {
  color: #f49d1e;
}
.color-orange[data-v-8b5717c4] {
  color: #ffa500;
}
.color-green[data-v-8b5717c4] {
  color: #2AA186;
}
.color-gplus[data-v-8b5717c4] {
  color: #d42717;
}
.back-bluelight[data-v-8b5717c4] {
  background: #EBF0FF !important;
}
.back-blue[data-v-8b5717c4] {
  background: #2980b9 !important;
}
.back-hannah[data-v-8b5717c4] {
  background: #EA184D !important;
}
.back-purple[data-v-8b5717c4] {
  background: #8e44ad;
}
.back-green[data-v-8b5717c4] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-8b5717c4] {
  background: #2AA186;
}
.back-yellow[data-v-8b5717c4] {
  background: #f49d1e !important;
}
.back-gold[data-v-8b5717c4] {
  background: #f49d1e !important;
}
.back-red[data-v-8b5717c4] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-8b5717c4] {
  background: #e74c3c;
}
.back-lightred[data-v-8b5717c4] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-8b5717c4] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-8b5717c4] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-8b5717c4] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-8b5717c4] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-8b5717c4] {
  background: #f49d1e !important;
}
.back-gplus[data-v-8b5717c4] {
  background: #d42717;
}
.back-darkblue[data-v-8b5717c4] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-8b5717c4] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-8b5717c4] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-8b5717c4] {
  background: #3e3d40;
}
.back-midgray[data-v-8b5717c4] {
  background: #ececec;
}
.back-gray[data-v-8b5717c4] {
  background: #a5afb9;
}
.back-black[data-v-8b5717c4] {
  background: #121212;
}
.back-transparent[data-v-8b5717c4] {
  background: transparent;
}
.back-white[data-v-8b5717c4] {
  background: #fff !important;
}
.back-white-simple[data-v-8b5717c4] {
  background-color: #fff;
}
.back-lightgray[data-v-8b5717c4] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-8b5717c4] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-8b5717c4] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-8b5717c4] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-8b5717c4] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-8b5717c4] {
  background: #D6DFE4;
}
.bg-aside[data-v-8b5717c4] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-8b5717c4] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-8b5717c4] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-8b5717c4] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-8b5717c4] {
  background: #fff;
}
.back-item-odd-white[data-v-8b5717c4]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-8b5717c4] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-8b5717c4] {
  position: relative;
}
.absolute[data-v-8b5717c4] {
  position: absolute;
}
.fixed[data-v-8b5717c4] {
  position: fixed;
}
.fixed-bottom[data-v-8b5717c4] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-8b5717c4] {
  position: sticky;
}
.sticky.active[data-v-8b5717c4] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-8b5717c4] {
  bottom: 0;
}
.right0[data-v-8b5717c4] {
  right: 0 !important;
}
.left0[data-v-8b5717c4] {
  left: 0 !important;
}
.leftPositionControl[data-v-8b5717c4] {
  left: -10px;
}
.width100-50[data-v-8b5717c4] {
  width: 100%;
}
.width100-40[data-v-8b5717c4] {
  width: 100%;
}
.min-width100[data-v-8b5717c4] {
  min-width: 100%;
}
.min-width90[data-v-8b5717c4] {
  min-width: 90%;
}
.min-width80[data-v-8b5717c4] {
  min-width: 80% !important;
}
.min-width70[data-v-8b5717c4] {
  min-width: 70%;
}
.min-width60[data-v-8b5717c4] {
  min-width: 60%;
}
.min-width50[data-v-8b5717c4] {
  max-width: 50%;
}
.min-width45[data-v-8b5717c4] {
  min-width: 45%;
}
.min-width40[data-v-8b5717c4] {
  min-width: 40%;
}
.min-width30[data-v-8b5717c4] {
  min-width: 30%;
}
.min-width20[data-v-8b5717c4] {
  min-width: 20%;
}
.min-width25[data-v-8b5717c4] {
  min-width: 25%;
}
.min-width10[data-v-8b5717c4] {
  min-width: 10%;
}
.width100[data-v-8b5717c4] {
  width: 100%;
}
.width90[data-v-8b5717c4] {
  width: 90%;
}
.width80[data-v-8b5717c4] {
  width: 80% !important;
}
.width70[data-v-8b5717c4] {
  width: 70%;
}
.width60[data-v-8b5717c4] {
  width: 60%;
}
.width50[data-v-8b5717c4] {
  width: 50%;
}
.width45[data-v-8b5717c4] {
  width: 45%;
}
.width40[data-v-8b5717c4] {
  width: 40%;
}
.width30[data-v-8b5717c4] {
  width: 30%;
}
.width20[data-v-8b5717c4] {
  width: 20%;
}
.width25[data-v-8b5717c4] {
  width: 25%;
}
.width10[data-v-8b5717c4] {
  width: 10%;
}
.width-min[data-v-8b5717c4] {
  width: min-content;
}
.max-width800[data-v-8b5717c4] {
  max-width: 800px;
}
.widthCenter[data-v-8b5717c4] {
  width: 80%;
}
.max-width600[data-v-8b5717c4] {
  max-width: 600px;
}
.max-width300[data-v-8b5717c4] {
  max-width: 300px;
}
.widthHalf[data-v-8b5717c4] {
  width: 50%;
}
.width-sellProductImg-control[data-v-8b5717c4] {
  width: 150px;
}
.top-control-sellProduct[data-v-8b5717c4] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-8b5717c4] {
  width: 100%;
}
.width-cuotas-control-item[data-v-8b5717c4] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-8b5717c4] {
  width: 163px;
}
.width-control-btn-inline[data-v-8b5717c4] {
  width: 195px;
}
.width-controll-buys-item[data-v-8b5717c4] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-8b5717c4] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-8b5717c4] {
  width: 180px;
}
.width-pasarela-img-control[data-v-8b5717c4] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-8b5717c4] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-8b5717c4] {
  width: 95%;
}
.width-pasarela[data-v-8b5717c4] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-8b5717c4]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-8b5717c4]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-8b5717c4]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-8b5717c4]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-8b5717c4] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-8b5717c4] {
  max-height: 100%;
}
.height220[data-v-8b5717c4] {
  height: 220px;
}
.height100vh[data-v-8b5717c4] {
  height: 100vh !important;
}
.heightFilters[data-v-8b5717c4] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-8b5717c4] {
  height: 100%;
}
.height-aside[data-v-8b5717c4] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-8b5717c4] {
  height: 0px;
}
.heightBox[data-v-8b5717c4] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-8b5717c4] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-8b5717c4] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-8b5717c4] {
  justify-content: center;
}
.pointer[data-v-8b5717c4] {
  cursor: pointer !important;
}
.cursor-move[data-v-8b5717c4] {
  cursor: move !important;
}
.cursor-not[data-v-8b5717c4] {
  cursor: not-allowed !important;
}
.events-none[data-v-8b5717c4] {
  pointer-events: none;
}
.shadow[data-v-8b5717c4] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-8b5717c4] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-8b5717c4] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-8b5717c4] {
  transition: 0.3s;
}
.hoverShadow[data-v-8b5717c4]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-8b5717c4] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-8b5717c4] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-8b5717c4] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-8b5717c4] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-8b5717c4] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-8b5717c4] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-8b5717c4] {
  width: 40px;
  height: 40px;
}
.square35[data-v-8b5717c4] {
  width: 35px;
  height: 35px;
}
.square30[data-v-8b5717c4] {
  width: 30px;
  height: 30px;
}
.square25[data-v-8b5717c4] {
  width: 25px;
  height: 25px;
}
.square12[data-v-8b5717c4] {
  width: 12px;
  height: 12px;
}
.square15[data-v-8b5717c4] {
  width: 15px;
  height: 15px;
}
.square17[data-v-8b5717c4] {
  width: 17px;
  height: 17px;
}
.square18[data-v-8b5717c4] {
  width: 18px;
  height: 18px;
}
.square20[data-v-8b5717c4] {
  width: 20px;
  height: 20px;
}
.square50[data-v-8b5717c4] {
  width: 50px;
  height: 50px;
}
.square70[data-v-8b5717c4] {
  width: 70px;
  height: 70px;
}
.square55[data-v-8b5717c4] {
  width: 55px;
  height: 55px;
}
.square100[data-v-8b5717c4] {
  width: 100px;
  height: 100px;
}
.square10[data-v-8b5717c4] {
  width: 10px;
  height: 10px;
}
.square200[data-v-8b5717c4] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-8b5717c4] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-8b5717c4] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-8b5717c4] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-8b5717c4] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-8b5717c4] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-8b5717c4] {
  overflow-y: hidden;
}
.remove-scroll[data-v-8b5717c4] {
  overflow-y: hidden;
}
.active-scroll[data-v-8b5717c4] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-8b5717c4] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-8b5717c4] {
  overflow: hidden !important;
}
.overflow-auto[data-v-8b5717c4] {
  overflow: auto !important;
}
.hidden[data-v-8b5717c4] {
  visibility: hidden;
}
.offscreen[data-v-8b5717c4] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-8b5717c4] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-8b5717c4] {
  opacity: 0;
}
.opacity30[data-v-8b5717c4] {
  opacity: 0.3;
}
.opacity50[data-v-8b5717c4] {
  opacity: 0.5;
}
.opacity70[data-v-8b5717c4] {
  opacity: 0.7;
}
.opacity80[data-v-8b5717c4] {
  opacity: 0.8;
}
.transition30[data-v-8b5717c4] {
  transition: 0.3s;
}
.cleared[data-v-8b5717c4] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-8b5717c4] {
  transition: 0.1s;
}
.hover-green[data-v-8b5717c4]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-8b5717c4] {
  animation: aside-8b5717c4 0.5s reverse;
}
.aside-leave-active[data-v-8b5717c4] {
  animation: aside-8b5717c4 0.5s;
}
.asideContent-enter-active[data-v-8b5717c4] {
  animation: asideContent-8b5717c4 0.3s reverse;
}
.asideContent-leave-active[data-v-8b5717c4] {
  animation: asideContent-8b5717c4 0.3s;
}
@keyframes aside-8b5717c4 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-8b5717c4 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-8b5717c4 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-8b5717c4] {
  animation: spin-8b5717c4 2s infinite;
}
@keyframes spin-8b5717c4 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-8b5717c4] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-8b5717c4] {
  padding: 3px;
}
.carousel__pagination-button[data-v-8b5717c4] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-8b5717c4] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-8b5717c4]::after {
  display: none !important;
}
.pagination[data-v-8b5717c4] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-8b5717c4] {
  display: inline;
}
.pagination > li > a[data-v-8b5717c4], .pagination > li > span[data-v-8b5717c4] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-8b5717c4], .pagination > li:first-child > span[data-v-8b5717c4] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-8b5717c4], .pagination > li:last-child > span[data-v-8b5717c4] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-8b5717c4]:hover, .pagination > li > span[data-v-8b5717c4]:hover, .pagination > li > a[data-v-8b5717c4]:focus, .pagination > li > span[data-v-8b5717c4]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-8b5717c4], .pagination > .active > span[data-v-8b5717c4], .pagination > .active > a[data-v-8b5717c4]:hover, .pagination > .active > span[data-v-8b5717c4]:hover, .pagination > .active > a[data-v-8b5717c4]:focus, .pagination > .active > span[data-v-8b5717c4]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-8b5717c4] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-8b5717c4]:hover, .pagination > .disabled > span[data-v-8b5717c4]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-8b5717c4] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-8b5717c4]:hover, .pagination > .disabled > a[data-v-8b5717c4]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-8b5717c4], .pagination-lg > li > span[data-v-8b5717c4] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-8b5717c4], .pagination-lg > li:first-child > span[data-v-8b5717c4] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-8b5717c4], .pagination-lg > li:last-child > span[data-v-8b5717c4] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-8b5717c4], .pagination-sm > li > span[data-v-8b5717c4] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-8b5717c4], .pagination-sm > li:first-child > span[data-v-8b5717c4] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-8b5717c4], .pagination-sm > li:last-child > span[data-v-8b5717c4] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-8b5717c4] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-8b5717c4] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-8b5717c4] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-8b5717c4] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-8b5717c4] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-8b5717c4] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-8b5717c4] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-8b5717c4]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-8b5717c4] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-8b5717c4]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-8b5717c4] {
  overflow: unset !important;
}
.btn-shadow[data-v-8b5717c4] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-8b5717c4] {
  margin-left: 0px;
}
.reset-button[data-v-8b5717c4] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-8b5717c4] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-8b5717c4]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-8b5717c4] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-8b5717c4] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-8b5717c4],
.btn-finalize[data-v-8b5717c4] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-8b5717c4] {
  right: 7px;
}
.btn-finalize[data-v-8b5717c4] {
  left: 7px;
}
.tab-counter[data-v-8b5717c4] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-8b5717c4] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-8b5717c4] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-8b5717c4] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-8b5717c4] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-8b5717c4] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-8b5717c4] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-8b5717c4] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-8b5717c4] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-8b5717c4] {
  transition: 0.5s;
}
.tab[data-v-8b5717c4]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-8b5717c4] {
  color: #2980b9;
}
.tab.active[data-v-8b5717c4]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-8b5717c4] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-8b5717c4] {
  width: 220px;
}
.badge-display[data-v-8b5717c4], .badge-display2[data-v-8b5717c4] {
  min-width: 224px;
}
.my-badge[data-v-8b5717c4] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-8b5717c4] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-8b5717c4] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-8b5717c4] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-8b5717c4] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-8b5717c4] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-8b5717c4] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-8b5717c4] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-8b5717c4] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-8b5717c4] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-8b5717c4] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-8b5717c4] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-8b5717c4] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-8b5717c4] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-8b5717c4] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-8b5717c4] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-8b5717c4] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-8b5717c4] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-8b5717c4] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-8b5717c4] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-8b5717c4] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-8b5717c4] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-8b5717c4] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-8b5717c4] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-8b5717c4] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-8b5717c4] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-8b5717c4] {
  flex-wrap: wrap;
}
.vueperslide[data-v-8b5717c4] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-8b5717c4] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-8b5717c4] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-8b5717c4] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-8b5717c4] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-8b5717c4] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-8b5717c4] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-8b5717c4] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-8b5717c4] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-8b5717c4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-8b5717c4] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-8b5717c4] {
  width: 100%;
}
.img-product-detail[data-v-8b5717c4] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-8b5717c4] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-8b5717c4] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-8b5717c4] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-8b5717c4] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-8b5717c4] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-8b5717c4] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-8b5717c4] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-8b5717c4] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-8b5717c4] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-8b5717c4] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-8b5717c4] {
  text-align: center;
}
.modal-enter[data-v-8b5717c4], .modal-leave-active[data-v-8b5717c4] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-8b5717c4], .modal-leave-active .modal-container[data-v-8b5717c4] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-8b5717c4] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-8b5717c4] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-8b5717c4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-8b5717c4] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-8b5717c4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-8b5717c4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-8b5717c4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-8b5717c4] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-8b5717c4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-8b5717c4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-8b5717c4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-8b5717c4] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-8b5717c4] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-8b5717c4]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-8b5717c4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-8b5717c4] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-8b5717c4] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-8b5717c4]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-8b5717c4] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-8b5717c4] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-8b5717c4] {
  display: none;
}
.vdp-datepicker input[data-v-8b5717c4] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-8b5717c4]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-8b5717c4] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-8b5717c4] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-8b5717c4 ease-in-out infinite;
}
.vue-treeselect__control[data-v-8b5717c4] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-8b5717c4] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-8b5717c4] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-8b5717c4] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-8b5717c4] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-8b5717c4] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-8b5717c4] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-8b5717c4] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-8b5717c4 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-8b5717c4 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-8b5717c4 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-8b5717c4 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-8b5717c4 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-8b5717c4 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-8b5717c4],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-8b5717c4] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-8b5717c4] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-8b5717c4] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-8b5717c4],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-8b5717c4] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-8b5717c4] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-8b5717c4] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-8b5717c4] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-8b5717c4],
.vue-treeselect span[data-v-8b5717c4] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-8b5717c4] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-8b5717c4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-8b5717c4]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-8b5717c4] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-8b5717c4] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-8b5717c4],
.vue-treeselect__control[data-v-8b5717c4]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-8b5717c4] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-8b5717c4] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-8b5717c4],
.vue-treeselect__multi-value[data-v-8b5717c4] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-8b5717c4] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-8b5717c4] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-8b5717c4] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-8b5717c4] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-8b5717c4],
.vue-treeselect__single-value[data-v-8b5717c4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-8b5717c4] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-8b5717c4] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-8b5717c4] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-8b5717c4] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-8b5717c4] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-8b5717c4]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-8b5717c4] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-8b5717c4] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-8b5717c4],
.vue-treeselect__multi-value-label[data-v-8b5717c4] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-8b5717c4] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-8b5717c4] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-8b5717c4],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-8b5717c4] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-8b5717c4] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-8b5717c4] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-8b5717c4] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-8b5717c4] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-8b5717c4] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-8b5717c4] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-8b5717c4] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-8b5717c4] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-8b5717c4] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-8b5717c4] {
  display: none;
}
.vue-treeselect__input[data-v-8b5717c4],
.vue-treeselect__sizer[data-v-8b5717c4] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-8b5717c4] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-8b5717c4]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-8b5717c4] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-8b5717c4] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-8b5717c4] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-8b5717c4] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-8b5717c4 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-8b5717c4 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-8b5717c4]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-8b5717c4] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-8b5717c4] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-8b5717c4] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-8b5717c4] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-8b5717c4] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-8b5717c4] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-8b5717c4] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-8b5717c4] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-8b5717c4] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-8b5717c4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-8b5717c4] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-8b5717c4] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-8b5717c4]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-8b5717c4] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-8b5717c4],
.vue-treeselect__option-arrow-placeholder[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-8b5717c4] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-8b5717c4] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-8b5717c4],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-8b5717c4] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-8b5717c4] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-8b5717c4] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-8b5717c4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-8b5717c4] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-8b5717c4] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-8b5717c4],
.vue-treeselect__minus-mark[data-v-8b5717c4] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-8b5717c4] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-8b5717c4] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-8b5717c4] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-8b5717c4] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-8b5717c4] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-8b5717c4] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-8b5717c4] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-8b5717c4] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-8b5717c4] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-8b5717c4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-8b5717c4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-8b5717c4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-8b5717c4] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-8b5717c4] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-8b5717c4] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-8b5717c4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-8b5717c4] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-8b5717c4] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-8b5717c4] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-8b5717c4] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-8b5717c4] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-8b5717c4] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-8b5717c4]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-8b5717c4] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-8b5717c4]::before,
.vue-treeselect__icon-error[data-v-8b5717c4]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-8b5717c4]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-8b5717c4]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-8b5717c4] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-8b5717c4 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-8b5717c4 linear infinite;
}
.vue-treeselect__icon-loader[data-v-8b5717c4]::before,
.vue-treeselect__icon-loader[data-v-8b5717c4]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-8b5717c4 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-8b5717c4 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-8b5717c4]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-8b5717c4]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-8b5717c4],
.vac-loader-wrapper[data-v-8b5717c4] {
  display: none !important;
}
.vac-room-name[data-v-8b5717c4] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-8b5717c4] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-8b5717c4] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-8b5717c4] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-8b5717c4] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-8b5717c4] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-8b5717c4] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-8b5717c4] {
  min-height: 24px !important;
}
.tagWarn[data-v-8b5717c4] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-8b5717c4]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-8b5717c4] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-8b5717c4]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-8b5717c4]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-8b5717c4] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-8b5717c4] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-8b5717c4] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-8b5717c4] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-8b5717c4]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-8b5717c4] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-8b5717c4]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-8b5717c4] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-8b5717c4] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-8b5717c4] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-8b5717c4]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-8b5717c4] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-8b5717c4]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-8b5717c4] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-8b5717c4]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-8b5717c4]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-8b5717c4] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-8b5717c4] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-8b5717c4] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-8b5717c4]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-8b5717c4] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-8b5717c4] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-8b5717c4] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-8b5717c4]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-8b5717c4] {
  font-size: 1.15em;
}
.my-select[data-v-8b5717c4] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-8b5717c4] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-8b5717c4] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-8b5717c4] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-8b5717c4] {
  width: 160px;
}
.my-select[data-v-8b5717c4] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-8b5717c4] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-8b5717c4] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-8b5717c4] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-8b5717c4] {
  width: 160px;
}
.input-cupon[data-v-8b5717c4] {
  display: flex;
}
.input-cupon > div > span[data-v-8b5717c4] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-8b5717c4] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-8b5717c4] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-8b5717c4]:not(:checked),
input[type=checkbox].check[data-v-8b5717c4]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-8b5717c4],
input[type=checkbox].check:checked + label[data-v-8b5717c4] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-8b5717c4]:before,
input[type=checkbox].check:checked + label[data-v-8b5717c4]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-8b5717c4]:after,
input[type=checkbox].check:checked + label[data-v-8b5717c4]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-8b5717c4]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-8b5717c4]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-8b5717c4]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-8b5717c4]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-8b5717c4]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-8b5717c4] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-8b5717c4]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-8b5717c4]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-8b5717c4] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-8b5717c4] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-8b5717c4] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-8b5717c4] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-8b5717c4] {
  opacity: 1;
}
.multiselect__tag[data-v-8b5717c4] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-8b5717c4] {
  background: #2AA186 !important;
}
.multiselect[data-v-8b5717c4] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-8b5717c4]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-8b5717c4] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-8b5717c4] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-8b5717c4]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-8b5717c4]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-8b5717c4]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-8b5717c4]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-8b5717c4] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-8b5717c4] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-8b5717c4] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-8b5717c4] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-8b5717c4] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-8b5717c4] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-8b5717c4]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-8b5717c4]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-8b5717c4]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-8b5717c4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-8b5717c4] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-8b5717c4] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-8b5717c4] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-8b5717c4]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-8b5717c4] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-8b5717c4] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-8b5717c4] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-8b5717c4] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-8b5717c4] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-8b5717c4] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-8b5717c4]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-8b5717c4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-8b5717c4] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-8b5717c4], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-8b5717c4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-8b5717c4] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-8b5717c4] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-8b5717c4], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-8b5717c4] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-8b5717c4], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-8b5717c4] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-8b5717c4]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-8b5717c4]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-8b5717c4] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-8b5717c4] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-8b5717c4] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-8b5717c4] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-8b5717c4] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-8b5717c4] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-8b5717c4] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-8b5717c4] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-8b5717c4] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-8b5717c4] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-8b5717c4] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-8b5717c4] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-8b5717c4] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-8b5717c4] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-8b5717c4] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-8b5717c4]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-8b5717c4] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-8b5717c4] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-8b5717c4] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-8b5717c4] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-8b5717c4] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-8b5717c4] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-8b5717c4] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-8b5717c4] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-8b5717c4], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-8b5717c4] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-8b5717c4] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-8b5717c4] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-8b5717c4] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-8b5717c4] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-8b5717c4] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-8b5717c4] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-8b5717c4] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-8b5717c4], .v3-emoji-picker .v3-header[data-v-8b5717c4] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-8b5717c4] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-8b5717c4] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-8b5717c4] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-8b5717c4]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-8b5717c4], .v3-emoji-picker .v3-skin-tones[data-v-8b5717c4] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-8b5717c4]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-8b5717c4] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-8b5717c4] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-8b5717c4] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-8b5717c4], body[data-v-8b5717c4] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-8b5717c4], body.home[data-v-8b5717c4] {
  background-color: #fff;
}
[data-v-8b5717c4]:focus {
  outline: none !important;
}
a[data-v-8b5717c4] {
  text-decoration: none;
}
a[data-v-8b5717c4]:hover,
a[data-v-8b5717c4]:focus {
  text-decoration: none;
}
img[data-v-8b5717c4] {
  border: 0;
}
textarea[data-v-8b5717c4] {
  resize: none;
}
h1[data-v-8b5717c4],
h2[data-v-8b5717c4],
h3[data-v-8b5717c4],
h4[data-v-8b5717c4],
h5[data-v-8b5717c4],
h6[data-v-8b5717c4] {
  font-weight: bold;
}
.header-container[data-v-8b5717c4] {
  z-index: 2;
}
@media (max-width: 380px) {
.section-title[data-v-8b5717c4] {
    display: none;
}
}
@media (max-width: 940px) {
.header-search-tabs-container[data-v-8b5717c4] {
    position: static !important;
    top: auto;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    flex-direction: column-reverse;
}
.search-container[data-v-8b5717c4] {
    width: 100% !important;
    padding: 0 20px !important;
}
.tabs-container[data-v-8b5717c4] {
    width: 100% !important;
}
[data-v-8b5717c4] .diary-tabs .tab {
    color: #000 !important;
    margin-right: 10px;
}
[data-v-8b5717c4] .diary-tabs .tab::after {
    background-color: #000;
}
[data-v-8b5717c4] .diary-tabs .tab.active {
    color: var(--blue) !important;
}
[data-v-8b5717c4] .diary-tabs .tab.active::after {
    background-color: var(--blue) !important;
}
}
.header-search-tabs-container[data-v-8b5717c4] {
  display: flex;
  justify-content: between;
  align-items: center;
  padding: 0 10px;
  position: fixed;
  top: 10px;
  z-index: 991;
  width: 50vw;
  /* Mantiene siempre la mitad del tamaño de la pantalla */
  left: 50%;
  transform: translateX(-50%);
}
.search-container[data-v-8b5717c4] {
  width: 60%;
  padding-right: 60px;
  padding-bottom: 10px;
}
.tabs-container[data-v-8b5717c4] {
  width: 40%;
  padding-bottom: 10px;
}
[data-v-8b5717c4] .diary-tabs .tab {
  color: #808080;
  margin-right: 10px;
  text-transform: capitalize !important;
}
[data-v-8b5717c4] .diary-tabs .tab.active {
  color: #fff;
}
[data-v-8b5717c4] .diary-tabs .tab.active::after {
  background-color: #fff;
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-v-6f70238b]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-6f70238b] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-6f70238b] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-6f70238b] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-6f70238b] {
  width: 100%;
}
.home-icon img[data-v-6f70238b] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-6f70238b] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-6f70238b] {
  line-height: 30px;
}
.list-style-none[data-v-6f70238b] {
  list-style: none;
}
.burger-menu[data-v-6f70238b] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-6f70238b] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-6f70238b] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-6f70238b] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-6f70238b] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-6f70238b] {
  position: relative;
}
.card-product .my-close[data-v-6f70238b] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-6f70238b] {
  margin: 0;
}
.filtro-form input[data-v-6f70238b] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-6f70238b] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-6f70238b] {
  padding: 20px 0 0;
}
.img-tiny[data-v-6f70238b] {
  width: 80px;
}
.img-item img[data-v-6f70238b] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-6f70238b] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-6f70238b] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-6f70238b]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-6f70238b] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-6f70238b] {
  margin-left: 10px;
}
.notifications section[data-v-6f70238b] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-6f70238b] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-6f70238b] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-6f70238b],
.list-complete-leave-to[data-v-6f70238b] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-6f70238b] {
  position: absolute;
}
#_op_data_r[data-v-6f70238b],
#_op_data_antifraud[data-v-6f70238b] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-6f70238b],
iframe#_op_data_antifraud[data-v-6f70238b],
iframe#device_profile[data-v-6f70238b],
iframe#thm_mp_cntnr[data-v-6f70238b] {
  position: absolute !important;
}
iframe[data-v-6f70238b] {
  background: #fff !important;
}
.main-content[data-v-6f70238b] {
  padding-top: 30px;
}
.card-contactStory[data-v-6f70238b] {
  width: 93vw;
}
.card-contactStory img[data-v-6f70238b] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-6f70238b] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-6f70238b] {
  width: 280px;
}
.dropped[data-v-6f70238b] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-6f70238b] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-6f70238b]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-6f70238b] {
  display: block !important;
}
.dropped .dropdown a[data-v-6f70238b] {
  color: #fff;
}
.dropped .dropdown a[data-v-6f70238b]:hover {
  text-decoration: underline;
}
.line-height25[data-v-6f70238b] {
  line-height: 25px;
}
aside[data-v-6f70238b] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-6f70238b] {
  height: 100vh;
}
.my-header[data-v-6f70238b] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-6f70238b] {
  position: inherit !important;
}
.my-header-menu[data-v-6f70238b] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-6f70238b] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-6f70238b]:hover {
  background: hannah;
}
.menu-api-activate[data-v-6f70238b] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-6f70238b] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-6f70238b] {
  position: relative;
}
.menu-api-item a[data-v-6f70238b]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-6f70238b] {
  padding: 0 !important;
}
.card-product[data-v-6f70238b] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-6f70238b] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-6f70238b] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-6f70238b] {
  margin: 0;
}
.sticky-home[data-v-6f70238b] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-6f70238b] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-6f70238b]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-6f70238b] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-6f70238b]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-6f70238b] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-6f70238b]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-6f70238b] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-6f70238b] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-6f70238b] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-6f70238b]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-6f70238b] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-6f70238b] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-6f70238b] {
  display: block !important;
}
.leftPositionSubMenu[data-v-6f70238b] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-6f70238b] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-6f70238b],
.circle-toggle-box[data-v-6f70238b] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-6f70238b] {
  left: 44px !important;
}
.triangleStatus[data-v-6f70238b]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-6f70238b] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-6f70238b] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-6f70238b] {
  overflow: visible !important;
}
.width-max80[data-v-6f70238b] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-6f70238b] {
  display: flex !important;
}
.flex-none[data-v-6f70238b] {
  flex: none;
}
.flex-nowrap[data-v-6f70238b] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-6f70238b] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-6f70238b] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-6f70238b] {
  flex-direction: column;
}
.flex-col-row[data-v-6f70238b] {
  flex-direction: column;
}
.flex-row[data-v-6f70238b] {
  flex-direction: row;
}
.flex-between-align[data-v-6f70238b] {
  align-content: space-between;
}
.flex-middle[data-v-6f70238b] {
  align-items: center;
}
.flex-bottom[data-v-6f70238b] {
  align-items: flex-end;
}
.flex-between[data-v-6f70238b] {
  justify-content: space-between;
}
.flex-center[data-v-6f70238b] {
  justify-content: center;
}
.flex-right[data-v-6f70238b] {
  justify-content: flex-end;
}
.flex-left[data-v-6f70238b] {
  justify-content: flex-start;
}
.flex-evenly[data-v-6f70238b] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-6f70238b] {
  flex-grow: 1;
}
.flex-grow-2[data-v-6f70238b] {
  flex-grow: 2;
}
.flex-grow-3[data-v-6f70238b] {
  flex-grow: 3;
}
.flex-grow-4[data-v-6f70238b] {
  flex-grow: 4;
}
.flex-grow-5[data-v-6f70238b] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-6f70238b] {
  align-items: flex-start;
}
.flex800[data-v-6f70238b] {
  display: none;
}
.flexc-flex[data-v-6f70238b] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-6f70238b] {
  display: none;
}
.flex-display-50-10[data-v-6f70238b] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-6f70238b] {
  display: none;
}
.show760[data-v-6f70238b] {
  display: none;
}
.hide[data-v-6f70238b] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-6f70238b] {
    display: block !important;
}
.badge-display[data-v-6f70238b] {
    display: none;
}
.badge-display2[data-v-6f70238b] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-6f70238b] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-6f70238b] {
    display: block;
}
.badge-display2[data-v-6f70238b] {
    display: none;
}
.fix-width[data-v-6f70238b] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-6f70238b] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-6f70238b] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-6f70238b] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-6f70238b] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-6f70238b] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-6f70238b] {
    width: 50%;
}
.width100-40[data-v-6f70238b] {
    width: 40%;
}
.show600[data-v-6f70238b] {
    display: block;
}
.width-controll-btn-typeweek[data-v-6f70238b] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-6f70238b] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-6f70238b] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-6f70238b] {
    width: 220px !important;
}
.leftPositionControl[data-v-6f70238b] {
    left: -40px !important;
}
.container-tipo-envio[data-v-6f70238b] {
    display: flex;
}
.width-controll-buys-item[data-v-6f70238b] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-6f70238b] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-6f70238b] {
    top: 380px !important;
}
.my-header-menu[data-v-6f70238b] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-6f70238b] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-6f70238b] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-6f70238b] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-6f70238b] {
    min-width: 400px;
}
.cart-btn-add[data-v-6f70238b] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-6f70238b] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-6f70238b] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-6f70238b] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-6f70238b] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-6f70238b] {
    justify-content: left;
}
.flex-mid[data-v-6f70238b] {
    display: flex !important;
}
.msg-stock[data-v-6f70238b] {
    padding: 10px 0 0;
}
.counter-cart[data-v-6f70238b] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-6f70238b] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-6f70238b] {
    display: none;
}
.badge-display2[data-v-6f70238b] {
    display: block;
}
.show760[data-v-6f70238b] {
    display: block;
}
.hide760[data-v-6f70238b] {
    display: none;
}
.grid-products[data-v-6f70238b] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-6f70238b] {
    margin: auto;
}
.mr-h[data-v-6f70238b] {
    margin: auto;
}
.width-control-otherProducts[data-v-6f70238b] {
    width: 170px !important;
}
.leftPositionControl[data-v-6f70238b] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-6f70238b] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-6f70238b] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-6f70238b] {
    width: 30vw !important;
}
.product-item[data-v-6f70238b] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-6f70238b] {
    width: 90% !important;
}
.my-container[data-v-6f70238b] {
    width: 680px !important;
}
.login[data-v-6f70238b] {
    width: 310px !important;
}
.width-cuotas-control[data-v-6f70238b] {
    width: 278px !important;
}
.flexc-flex[data-v-6f70238b] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-6f70238b] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-6f70238b] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-6f70238b] {
    height: 140px;
}
.width-control-input-chat[data-v-6f70238b] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-6f70238b] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-6f70238b] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-6f70238b] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-6f70238b] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-6f70238b] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-6f70238b] {
    width: 270px !important;
}
.leftPositionControl[data-v-6f70238b] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-6f70238b] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-6f70238b] {
    width: 17vw !important;
}
.filters-wrap[data-v-6f70238b] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-6f70238b] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-6f70238b] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-6f70238b] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-6f70238b] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-6f70238b] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-6f70238b] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-6f70238b] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-6f70238b]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-6f70238b] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-6f70238b] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-6f70238b]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-6f70238b] {
    max-width: 330px !important;
}
.iterable-box[data-v-6f70238b] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-6f70238b] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-6f70238b] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-6f70238b] {
    width: 160px !important;
}
.my-container[data-v-6f70238b] {
    width: 800px !important;
}
.search-btn-box[data-v-6f70238b] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-6f70238b] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-6f70238b] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-6f70238b] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-6f70238b] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-6f70238b] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-6f70238b] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-6f70238b] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-6f70238b] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-6f70238b] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-6f70238b] {
    width: 280px !important;
}
.width300-desktop[data-v-6f70238b] {
    width: 300px !important;
}
.concept-item-stats[data-v-6f70238b] {
    width: 80%;
}
.widthHalf-desktop[data-v-6f70238b] {
    width: 50% !important;
}
.column-desktop[data-v-6f70238b] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-6f70238b] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-6f70238b] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-6f70238b] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-6f70238b],
.flex-desktop[data-v-6f70238b] {
    display: flex !important;
}
.block-desktop[data-v-6f70238b] {
    display: block !important;
}
.hide-desktop[data-v-6f70238b] {
    display: none !important;
}
.fixButton[data-v-6f70238b] {
    top: -20px;
}
.width-cuotas-control[data-v-6f70238b] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-6f70238b] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-6f70238b] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-6f70238b] {
    display: none !important;
}
.bottom10-desktop[data-v-6f70238b] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-6f70238b] {
    left: -125px !important;
}
.grid-products[data-v-6f70238b] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-6f70238b] {
    width: 1000px !important;
}
.showFullDesktop[data-v-6f70238b] {
    display: block !important;
}
.leftPositionControl[data-v-6f70238b] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-6f70238b] {
    display: none !important;
}
.show-only-desktop[data-v-6f70238b] {
    display: flex !important;
}
.leftPositionControl[data-v-6f70238b] {
    left: -260px !important;
}
.catalog-container[data-v-6f70238b] {
    margin: unset;
}
.carrito-catalog[data-v-6f70238b] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-6f70238b] {
    left: -280px !important;
}
}
.grid-container[data-v-6f70238b] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-6f70238b] {
  grid-column: span 1;
}
.grid-item-1[data-v-6f70238b] {
  grid-column: span 1;
}
.grid-item-2[data-v-6f70238b] {
  grid-column: span 2;
}
.grid-item-3[data-v-6f70238b] {
  grid-column: span 3;
}
.grid-item-4[data-v-6f70238b] {
  grid-column: span 4;
}
.grid-item-5[data-v-6f70238b] {
  grid-column: span 5;
}
.grid-item-6[data-v-6f70238b] {
  grid-column: span 6;
}
.grid-item-7[data-v-6f70238b] {
  grid-column: span 7;
}
.grid-item-8[data-v-6f70238b] {
  grid-column: span 8;
}
.grid-item-9[data-v-6f70238b] {
  grid-column: span 9;
}
.grid-item-10[data-v-6f70238b] {
  grid-column: span 10;
}
.grid-item-11[data-v-6f70238b] {
  grid-column: span 11;
}
.grid-item-12[data-v-6f70238b] {
  grid-column: span 12;
}
.grid-cart[data-v-6f70238b] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-6f70238b] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-6f70238b] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-6f70238b] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-6f70238b] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-6f70238b] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-6f70238b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-6f70238b] {
  gap: 10px;
}
.gap20[data-v-6f70238b] {
  gap: 20px;
}
.grid-box[data-v-6f70238b] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-6f70238b] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-6f70238b] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-6f70238b],
.grid-3 div[data-v-6f70238b],
.grid-4 div[data-v-6f70238b] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-6f70238b] {
  background: #fff;
}
.grid-item-odd[data-v-6f70238b]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-6f70238b] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-6f70238b] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-6f70238b] {
  max-width: 350px;
}
.margin0[data-v-6f70238b] {
  margin: 0 !important;
}
.margin0-5[data-v-6f70238b] {
  margin: 0 5px;
}
.margin10-0[data-v-6f70238b] {
  margin: 10px 0;
}
.margin10-5[data-v-6f70238b] {
  margin: 10px 5px;
}
.margin0-10[data-v-6f70238b] {
  margin: 0 10px;
}
.margin0-15[data-v-6f70238b] {
  margin: 0 15px;
}
.margin15-0[data-v-6f70238b] {
  margin: 15px 0px;
}
.margin20-0[data-v-6f70238b] {
  margin: 20px 0;
}
.margin20-10[data-v-6f70238b] {
  margin: 20px 10px;
}
.margin30-0[data-v-6f70238b] {
  margin: 30px 0;
}
.margin40-0[data-v-6f70238b] {
  margin: 40px 0;
}
.margin20-40[data-v-6f70238b] {
  margin: 20px 40px;
}
.margin0-20[data-v-6f70238b] {
  margin: 0 20px;
}
.margin5[data-v-6f70238b] {
  margin: 5px;
}
.margin5-0[data-v-6f70238b] {
  margin: 5px 0;
}
.margin10[data-v-6f70238b] {
  margin: 10px;
}
.margin10-20[data-v-6f70238b] {
  margin: 10px 20px;
}
.margin15[data-v-6f70238b] {
  margin: 15px;
}
.margin20[data-v-6f70238b] {
  margin: 20px;
}
.margin30[data-v-6f70238b] {
  margin: 30px;
}
.margin50[data-v-6f70238b] {
  margin: 50px;
}
.margin-right-auto[data-v-6f70238b] {
  margin-right: auto;
}
.margin-left-auto[data-v-6f70238b] {
  margin-left: auto;
}
.ml-h[data-v-6f70238b] {
  margin-left: auto;
}
.mr-h[data-v-6f70238b] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-6f70238b] {
  margin-bottom: 5px;
}
.margin-top5[data-v-6f70238b] {
  margin-top: 5px !important;
}
.margin-top10[data-v-6f70238b] {
  margin-top: 10px !important;
}
.margin-top15[data-v-6f70238b] {
  margin-top: 15px !important;
}
.margin-top20[data-v-6f70238b] {
  margin-top: 20px !important;
}
.margin-top30[data-v-6f70238b] {
  margin-top: 30px !important;
}
.margin-top35[data-v-6f70238b] {
  margin-top: 35px !important;
}
.margin-top40[data-v-6f70238b] {
  margin-top: 40px !important;
}
.margin-top50[data-v-6f70238b] {
  margin-top: 50px !important;
}
.margin-top60[data-v-6f70238b] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-6f70238b] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-6f70238b] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-6f70238b] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-6f70238b] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-6f70238b] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-6f70238b] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-6f70238b] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-6f70238b] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-6f70238b] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-6f70238b] {
  margin-left: 5px !important;
}
.margin-left10[data-v-6f70238b] {
  margin-left: 10px !important;
}
.margin-left15[data-v-6f70238b] {
  margin-left: 15px !important;
}
.margin-left20[data-v-6f70238b] {
  margin-left: 20px !important;
}
.margin-left30[data-v-6f70238b] {
  margin-left: 30px !important;
}
.margin-left35[data-v-6f70238b] {
  margin-left: 35px !important;
}
.margin-left40[data-v-6f70238b] {
  margin-left: 40px !important;
}
.margin-left50[data-v-6f70238b] {
  margin-left: 50px !important;
}
.margin-left60[data-v-6f70238b] {
  margin-left: 60px !important;
}
.margin-right5[data-v-6f70238b] {
  margin-right: 5px !important;
}
.margin-right10[data-v-6f70238b] {
  margin-right: 10px !important;
}
.margin-right15[data-v-6f70238b] {
  margin-right: 15px !important;
}
.margin-right20[data-v-6f70238b] {
  margin-right: 20px !important;
}
.margin-right30[data-v-6f70238b] {
  margin-right: 30px !important;
}
.margin-right35[data-v-6f70238b] {
  margin-right: 35px !important;
}
.margin-right40[data-v-6f70238b] {
  margin-right: 40px !important;
}
.margin-right50[data-v-6f70238b] {
  margin-right: 50px !important;
}
.margin-right60[data-v-6f70238b] {
  margin-right: 60px !important;
}
.my-5[data-v-6f70238b] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-6f70238b] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-6f70238b] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-6f70238b] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-6f70238b] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-6f70238b] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-6f70238b] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-6f70238b] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-6f70238b] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-6f70238b] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-6f70238b] {
  padding: 0 !important;
}
.padding5[data-v-6f70238b] {
  padding: 5px;
}
.padding10[data-v-6f70238b] {
  padding: 10px;
}
.padding15[data-v-6f70238b] {
  padding: 15px;
}
.padding20[data-v-6f70238b] {
  padding: 20px;
}
.padding30[data-v-6f70238b] {
  padding: 30px;
}
.padding40[data-v-6f70238b] {
  padding: 40px;
}
.padding40-0[data-v-6f70238b] {
  padding: 40px 0;
}
.padding-left5[data-v-6f70238b] {
  padding-left: 5px;
}
.padding-left10[data-v-6f70238b] {
  padding-left: 10px;
}
.padding-left15[data-v-6f70238b] {
  padding-left: 15px;
}
.padding-left20[data-v-6f70238b] {
  padding-left: 20px;
}
.padding-right5[data-v-6f70238b] {
  padding-right: 5px;
}
.padding-right10[data-v-6f70238b] {
  padding-right: 10px;
}
.padding-right15[data-v-6f70238b] {
  padding-right: 15px;
}
.padding-right20[data-v-6f70238b] {
  padding-right: 20px;
}
.padding-right30[data-v-6f70238b] {
  padding-right: 30px;
}
.padding-right40[data-v-6f70238b] {
  padding-right: 40px;
}
.padding-top0[data-v-6f70238b] {
  padding-top: 0px;
}
.padding-top5[data-v-6f70238b] {
  padding-top: 5px;
}
.padding-top10[data-v-6f70238b] {
  padding-top: 10px;
}
.padding-top15[data-v-6f70238b] {
  padding-top: 15px;
}
.padding-top20[data-v-6f70238b] {
  padding-top: 20px;
}
.padding-top30[data-v-6f70238b] {
  padding-top: 30px;
}
.padding-top50[data-v-6f70238b] {
  padding-top: 50px;
}
.padding-top60[data-v-6f70238b] {
  padding-top: 60px;
}
.padding-top70[data-v-6f70238b] {
  padding-top: 70px;
}
.padding-top90[data-v-6f70238b] {
  padding-top: 90px;
}
.padding-top100[data-v-6f70238b] {
  padding-top: 100px;
}
.padding-top120[data-v-6f70238b] {
  padding-top: 120px;
}
.padding-top180[data-v-6f70238b] {
  padding-top: 180px;
}
.padding-bottom0[data-v-6f70238b] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-6f70238b] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-6f70238b] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-6f70238b] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-6f70238b] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-6f70238b] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-6f70238b] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-6f70238b] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-6f70238b] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-6f70238b] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-6f70238b] {
  padding-bottom: 240px;
}
.padding10-0[data-v-6f70238b] {
  padding: 10px 0;
}
.padding10-5[data-v-6f70238b] {
  padding: 10px 5px;
}
.padding0-5[data-v-6f70238b] {
  padding: 0 5px;
}
.padding0-10[data-v-6f70238b] {
  padding: 0 10px;
}
.padding0-15[data-v-6f70238b] {
  padding: 0 15px;
}
.padding20-0[data-v-6f70238b] {
  padding: 20px 0;
}
.padding20-10[data-v-6f70238b] {
  padding: 20px 10px;
}
.padding15-20[data-v-6f70238b] {
  padding: 15px 20px;
}
.padding15-0[data-v-6f70238b] {
  padding: 15px 0px;
}
.padding20-5[data-v-6f70238b] {
  padding: 20px 5px;
}
.padding0-20[data-v-6f70238b] {
  padding: 0 20px;
}
.padding5-20[data-v-6f70238b] {
  padding: 5px 20px;
}
.padding5-15[data-v-6f70238b] {
  padding: 5px 15px;
}
.padding5-10[data-v-6f70238b] {
  padding: 5px 10px;
}
.padding15-10[data-v-6f70238b] {
  padding: 15px 10px;
}
.padding1em[data-v-6f70238b] {
  padding: 1em;
}
.padding10-20[data-v-6f70238b] {
  padding: 10px 20px;
}
.padding5-0[data-v-6f70238b] {
  padding: 5px 0;
}
.padding30-10[data-v-6f70238b] {
  padding: 30px 10px;
}
.px-5[data-v-6f70238b] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-6f70238b] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-6f70238b] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-6f70238b] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-6f70238b] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-6f70238b] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-6f70238b] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-6f70238b] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-6f70238b] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-6f70238b] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-6f70238b] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-6f70238b] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-6f70238b] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-6f70238b] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-6f70238b] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-6f70238b] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-6f70238b] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-6f70238b] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-6f70238b] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-6f70238b] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-6f70238b] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-6f70238b] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-6f70238b] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-6f70238b] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-6f70238b] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-6f70238b] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-6f70238b] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-6f70238b] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-6f70238b]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-6f70238b] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-6f70238b]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-6f70238b] {
  border: 0 !important;
}
.borderRed[data-v-6f70238b] {
  border-color: #f00 !important;
}
.border-aside[data-v-6f70238b] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-6f70238b] {
  border: none;
}
.borderLightgray[data-v-6f70238b] {
  border: 1px solid lightgray;
}
.borderGray[data-v-6f70238b] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-6f70238b] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-6f70238b] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-6f70238b] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-6f70238b] {
  border: 1px solid #fff;
}
.border2green[data-v-6f70238b] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-6f70238b] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-6f70238b] {
  border: 2px solid #fff;
}
.border2gold[data-v-6f70238b] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-6f70238b] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-6f70238b] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-6f70238b] {
  border-color: #d42717 !important;
}
.border1green[data-v-6f70238b] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-6f70238b] {
  border-color: #f00 !important;
}
.border-fixed[data-v-6f70238b] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-6f70238b] {
  border-radius: 40px;
}
.radius30[data-v-6f70238b] {
  border-radius: 30px;
}
.radius20[data-v-6f70238b] {
  border-radius: 20px;
}
.radius15[data-v-6f70238b] {
  border-radius: 15px;
}
.radius8[data-v-6f70238b] {
  border-radius: 8px;
}
.radius3[data-v-6f70238b] {
  border-radius: 3px !important;
}
.rounded[data-v-6f70238b] {
  border-radius: 50%;
}
.rounded5[data-v-6f70238b] {
  border-radius: 5px;
}
.round10[data-v-6f70238b] {
  border-radius: 10px;
}
.box-border[data-v-6f70238b] {
  box-sizing: border-box;
}
.text-center[data-v-6f70238b] {
  text-align: center;
}
.text-right[data-v-6f70238b] {
  text-align: right;
}
.text-left[data-v-6f70238b] {
  text-align: left;
}
.text-lowercase[data-v-6f70238b] {
  text-transform: lowercase;
}
.text-uppercase[data-v-6f70238b] {
  text-transform: uppercase;
}
.text-capitalize[data-v-6f70238b] {
  text-transform: capitalize !important;
}
.text-none[data-v-6f70238b] {
  text-transform: none;
}
.text-ellipsis[data-v-6f70238b] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-6f70238b] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-6f70238b]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-6f70238b] {
  text-decoration: underline;
}
.text-underline[data-v-6f70238b]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-6f70238b] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-6f70238b] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-6f70238b] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-6f70238b] {
  word-break: break-all;
}
.font-bold[data-v-6f70238b] {
  font-weight: bold;
}
.price-through[data-v-6f70238b] {
  text-decoration: line-through;
}
.font-italic[data-v-6f70238b] {
  font-style: italic;
}
.font095em[data-v-6f70238b] {
  font-size: 0.95em;
}
.font1em[data-v-6f70238b] {
  font-size: 1em !important;
}
.font2em[data-v-6f70238b] {
  font-size: 2em;
}
.font2-2em[data-v-6f70238b] {
  font-size: 2.2em;
}
.font3em[data-v-6f70238b] {
  font-size: 3em;
}
.font4em[data-v-6f70238b] {
  font-size: 4em;
}
.font1-5em[data-v-6f70238b] {
  font-size: 1.5em;
}
.font1-7em[data-v-6f70238b] {
  font-size: 1.7em;
}
.font1-3em[data-v-6f70238b] {
  font-size: 1.3em;
}
.font1-4em[data-v-6f70238b] {
  font-size: 1.4em;
}
.font-9em[data-v-6f70238b] {
  font-size: 0.9em;
}
.font10[data-v-6f70238b] {
  font-size: 10px;
}
.font11[data-v-6f70238b] {
  font-size: 11px;
}
.font12[data-v-6f70238b] {
  font-size: 12px;
}
.font13[data-v-6f70238b] {
  font-size: 13px;
}
.font14[data-v-6f70238b] {
  font-size: 14px;
}
.font15[data-v-6f70238b] {
  font-size: 15px;
}
.font16[data-v-6f70238b] {
  font-size: 16px;
}
.font17[data-v-6f70238b] {
  font-size: 17px;
}
.font18[data-v-6f70238b] {
  font-size: 18px;
}
.font19[data-v-6f70238b] {
  font-size: 19px;
}
.font20[data-v-6f70238b] {
  font-size: 20px;
}
.font21[data-v-6f70238b] {
  font-size: 21px;
}
.font22[data-v-6f70238b] {
  font-size: 22px;
}
.font23[data-v-6f70238b] {
  font-size: 23px;
}
.font24[data-v-6f70238b] {
  font-size: 24px;
}
.font25[data-v-6f70238b] {
  font-size: 25px;
}
.font26[data-v-6f70238b] {
  font-size: 26px;
}
.font27[data-v-6f70238b] {
  font-size: 27px;
}
.font28[data-v-6f70238b] {
  font-size: 28px;
}
.font29[data-v-6f70238b] {
  font-size: 29px;
}
.font30[data-v-6f70238b] {
  font-size: 30px;
}
.font31[data-v-6f70238b] {
  font-size: 31px;
}
.font32[data-v-6f70238b] {
  font-size: 32px;
}
.font33[data-v-6f70238b] {
  font-size: 33px;
}
.font34[data-v-6f70238b] {
  font-size: 34px;
}
.font35[data-v-6f70238b] {
  font-size: 35px;
}
.font36[data-v-6f70238b] {
  font-size: 36px;
}
.font37[data-v-6f70238b] {
  font-size: 37px;
}
.font38[data-v-6f70238b] {
  font-size: 38px;
}
.font39[data-v-6f70238b] {
  font-size: 39px;
}
.font40[data-v-6f70238b] {
  font-size: 40px;
}
.font-normal[data-v-6f70238b] {
  font-weight: normal;
}
.color-white[data-v-6f70238b] {
  color: #fff;
}
.color-transparent[data-v-6f70238b] {
  color: transparent !important;
}
.color-black[data-v-6f70238b] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-6f70238b] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-6f70238b] {
  color: fuchia;
}
.color-gray[data-v-6f70238b] {
  color: #a5afb9;
}
.color-hardgray[data-v-6f70238b] {
  color: #4d5263;
}
.color-hannah[data-v-6f70238b] {
  color: #EA184D;
}
.color-lightgray[data-v-6f70238b] {
  color: #d3d3d3;
}
.color-darkblue[data-v-6f70238b] {
  color: #2c3e50;
}
.color-darkgray[data-v-6f70238b] {
  color: #757575;
}
.color-lightred[data-v-6f70238b] {
  color: #e74c3c;
}
.color-red[data-v-6f70238b] {
  color: #e74c3c;
}
.color-blue[data-v-6f70238b] {
  color: #2980b9;
}
.color-yellow[data-v-6f70238b] {
  color: #f49d1e;
}
.color-orange[data-v-6f70238b] {
  color: #ffa500;
}
.color-green[data-v-6f70238b] {
  color: #2AA186;
}
.color-gplus[data-v-6f70238b] {
  color: #d42717;
}
.back-bluelight[data-v-6f70238b] {
  background: #EBF0FF !important;
}
.back-blue[data-v-6f70238b] {
  background: #2980b9 !important;
}
.back-hannah[data-v-6f70238b] {
  background: #EA184D !important;
}
.back-purple[data-v-6f70238b] {
  background: #8e44ad;
}
.back-green[data-v-6f70238b] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-6f70238b] {
  background: #2AA186;
}
.back-yellow[data-v-6f70238b] {
  background: #f49d1e !important;
}
.back-gold[data-v-6f70238b] {
  background: #f49d1e !important;
}
.back-red[data-v-6f70238b] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-6f70238b] {
  background: #e74c3c;
}
.back-lightred[data-v-6f70238b] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-6f70238b] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-6f70238b] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-6f70238b] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-6f70238b] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-6f70238b] {
  background: #f49d1e !important;
}
.back-gplus[data-v-6f70238b] {
  background: #d42717;
}
.back-darkblue[data-v-6f70238b] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-6f70238b] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-6f70238b] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-6f70238b] {
  background: #3e3d40;
}
.back-midgray[data-v-6f70238b] {
  background: #ececec;
}
.back-gray[data-v-6f70238b] {
  background: #a5afb9;
}
.back-black[data-v-6f70238b] {
  background: #121212;
}
.back-transparent[data-v-6f70238b] {
  background: transparent;
}
.back-white[data-v-6f70238b] {
  background: #fff !important;
}
.back-white-simple[data-v-6f70238b] {
  background-color: #fff;
}
.back-lightgray[data-v-6f70238b] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-6f70238b] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-6f70238b] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-6f70238b] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-6f70238b] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-6f70238b] {
  background: #D6DFE4;
}
.bg-aside[data-v-6f70238b] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-6f70238b] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-6f70238b] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-6f70238b] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-6f70238b] {
  background: #fff;
}
.back-item-odd-white[data-v-6f70238b]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-6f70238b] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-6f70238b] {
  position: relative;
}
.absolute[data-v-6f70238b] {
  position: absolute;
}
.fixed[data-v-6f70238b] {
  position: fixed;
}
.fixed-bottom[data-v-6f70238b] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-6f70238b] {
  position: sticky;
}
.sticky.active[data-v-6f70238b] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-6f70238b] {
  bottom: 0;
}
.right0[data-v-6f70238b] {
  right: 0 !important;
}
.left0[data-v-6f70238b] {
  left: 0 !important;
}
.leftPositionControl[data-v-6f70238b] {
  left: -10px;
}
.width100-50[data-v-6f70238b] {
  width: 100%;
}
.width100-40[data-v-6f70238b] {
  width: 100%;
}
.min-width100[data-v-6f70238b] {
  min-width: 100%;
}
.min-width90[data-v-6f70238b] {
  min-width: 90%;
}
.min-width80[data-v-6f70238b] {
  min-width: 80% !important;
}
.min-width70[data-v-6f70238b] {
  min-width: 70%;
}
.min-width60[data-v-6f70238b] {
  min-width: 60%;
}
.min-width50[data-v-6f70238b] {
  max-width: 50%;
}
.min-width45[data-v-6f70238b] {
  min-width: 45%;
}
.min-width40[data-v-6f70238b] {
  min-width: 40%;
}
.min-width30[data-v-6f70238b] {
  min-width: 30%;
}
.min-width20[data-v-6f70238b] {
  min-width: 20%;
}
.min-width25[data-v-6f70238b] {
  min-width: 25%;
}
.min-width10[data-v-6f70238b] {
  min-width: 10%;
}
.width100[data-v-6f70238b] {
  width: 100%;
}
.width90[data-v-6f70238b] {
  width: 90%;
}
.width80[data-v-6f70238b] {
  width: 80% !important;
}
.width70[data-v-6f70238b] {
  width: 70%;
}
.width60[data-v-6f70238b] {
  width: 60%;
}
.width50[data-v-6f70238b] {
  width: 50%;
}
.width45[data-v-6f70238b] {
  width: 45%;
}
.width40[data-v-6f70238b] {
  width: 40%;
}
.width30[data-v-6f70238b] {
  width: 30%;
}
.width20[data-v-6f70238b] {
  width: 20%;
}
.width25[data-v-6f70238b] {
  width: 25%;
}
.width10[data-v-6f70238b] {
  width: 10%;
}
.width-min[data-v-6f70238b] {
  width: min-content;
}
.max-width800[data-v-6f70238b] {
  max-width: 800px;
}
.widthCenter[data-v-6f70238b] {
  width: 80%;
}
.max-width600[data-v-6f70238b] {
  max-width: 600px;
}
.max-width300[data-v-6f70238b] {
  max-width: 300px;
}
.widthHalf[data-v-6f70238b] {
  width: 50%;
}
.width-sellProductImg-control[data-v-6f70238b] {
  width: 150px;
}
.top-control-sellProduct[data-v-6f70238b] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-6f70238b] {
  width: 100%;
}
.width-cuotas-control-item[data-v-6f70238b] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-6f70238b] {
  width: 163px;
}
.width-control-btn-inline[data-v-6f70238b] {
  width: 195px;
}
.width-controll-buys-item[data-v-6f70238b] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-6f70238b] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-6f70238b] {
  width: 180px;
}
.width-pasarela-img-control[data-v-6f70238b] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-6f70238b] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-6f70238b] {
  width: 95%;
}
.width-pasarela[data-v-6f70238b] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-6f70238b]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-6f70238b]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-6f70238b]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-6f70238b]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-6f70238b] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-6f70238b] {
  max-height: 100%;
}
.height220[data-v-6f70238b] {
  height: 220px;
}
.height100vh[data-v-6f70238b] {
  height: 100vh !important;
}
.heightFilters[data-v-6f70238b] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-6f70238b] {
  height: 100%;
}
.height-aside[data-v-6f70238b] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-6f70238b] {
  height: 0px;
}
.heightBox[data-v-6f70238b] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-6f70238b] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-6f70238b] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-6f70238b] {
  justify-content: center;
}
.pointer[data-v-6f70238b] {
  cursor: pointer !important;
}
.cursor-move[data-v-6f70238b] {
  cursor: move !important;
}
.cursor-not[data-v-6f70238b] {
  cursor: not-allowed !important;
}
.events-none[data-v-6f70238b] {
  pointer-events: none;
}
.shadow[data-v-6f70238b] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-6f70238b] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-6f70238b] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-6f70238b] {
  transition: 0.3s;
}
.hoverShadow[data-v-6f70238b]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-6f70238b] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-6f70238b] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-6f70238b] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-6f70238b] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-6f70238b] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-6f70238b] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-6f70238b] {
  width: 40px;
  height: 40px;
}
.square35[data-v-6f70238b] {
  width: 35px;
  height: 35px;
}
.square30[data-v-6f70238b] {
  width: 30px;
  height: 30px;
}
.square25[data-v-6f70238b] {
  width: 25px;
  height: 25px;
}
.square12[data-v-6f70238b] {
  width: 12px;
  height: 12px;
}
.square15[data-v-6f70238b] {
  width: 15px;
  height: 15px;
}
.square17[data-v-6f70238b] {
  width: 17px;
  height: 17px;
}
.square18[data-v-6f70238b] {
  width: 18px;
  height: 18px;
}
.square20[data-v-6f70238b] {
  width: 20px;
  height: 20px;
}
.square50[data-v-6f70238b] {
  width: 50px;
  height: 50px;
}
.square70[data-v-6f70238b] {
  width: 70px;
  height: 70px;
}
.square55[data-v-6f70238b] {
  width: 55px;
  height: 55px;
}
.square100[data-v-6f70238b] {
  width: 100px;
  height: 100px;
}
.square10[data-v-6f70238b] {
  width: 10px;
  height: 10px;
}
.square200[data-v-6f70238b] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-6f70238b] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-6f70238b] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-6f70238b] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-6f70238b] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-6f70238b] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-6f70238b] {
  overflow-y: hidden;
}
.remove-scroll[data-v-6f70238b] {
  overflow-y: hidden;
}
.active-scroll[data-v-6f70238b] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-6f70238b] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-6f70238b] {
  overflow: hidden !important;
}
.overflow-auto[data-v-6f70238b] {
  overflow: auto !important;
}
.hidden[data-v-6f70238b] {
  visibility: hidden;
}
.offscreen[data-v-6f70238b] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-6f70238b] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-6f70238b] {
  opacity: 0;
}
.opacity30[data-v-6f70238b] {
  opacity: 0.3;
}
.opacity50[data-v-6f70238b] {
  opacity: 0.5;
}
.opacity70[data-v-6f70238b] {
  opacity: 0.7;
}
.opacity80[data-v-6f70238b] {
  opacity: 0.8;
}
.transition30[data-v-6f70238b] {
  transition: 0.3s;
}
.cleared[data-v-6f70238b] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-6f70238b] {
  transition: 0.1s;
}
.hover-green[data-v-6f70238b]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-6f70238b] {
  animation: aside-6f70238b 0.5s reverse;
}
.aside-leave-active[data-v-6f70238b] {
  animation: aside-6f70238b 0.5s;
}
.asideContent-enter-active[data-v-6f70238b] {
  animation: asideContent-6f70238b 0.3s reverse;
}
.asideContent-leave-active[data-v-6f70238b] {
  animation: asideContent-6f70238b 0.3s;
}
@keyframes aside-6f70238b {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-6f70238b {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-6f70238b {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-6f70238b] {
  animation: spin-6f70238b 2s infinite;
}
@keyframes spin-6f70238b {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-6f70238b] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-6f70238b] {
  padding: 3px;
}
.carousel__pagination-button[data-v-6f70238b] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-6f70238b] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-6f70238b]::after {
  display: none !important;
}
.pagination[data-v-6f70238b] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-6f70238b] {
  display: inline;
}
.pagination > li > a[data-v-6f70238b], .pagination > li > span[data-v-6f70238b] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-6f70238b], .pagination > li:first-child > span[data-v-6f70238b] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-6f70238b], .pagination > li:last-child > span[data-v-6f70238b] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-6f70238b]:hover, .pagination > li > span[data-v-6f70238b]:hover, .pagination > li > a[data-v-6f70238b]:focus, .pagination > li > span[data-v-6f70238b]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-6f70238b], .pagination > .active > span[data-v-6f70238b], .pagination > .active > a[data-v-6f70238b]:hover, .pagination > .active > span[data-v-6f70238b]:hover, .pagination > .active > a[data-v-6f70238b]:focus, .pagination > .active > span[data-v-6f70238b]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-6f70238b] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-6f70238b]:hover, .pagination > .disabled > span[data-v-6f70238b]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-6f70238b] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-6f70238b]:hover, .pagination > .disabled > a[data-v-6f70238b]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-6f70238b], .pagination-lg > li > span[data-v-6f70238b] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-6f70238b], .pagination-lg > li:first-child > span[data-v-6f70238b] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-6f70238b], .pagination-lg > li:last-child > span[data-v-6f70238b] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-6f70238b], .pagination-sm > li > span[data-v-6f70238b] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-6f70238b], .pagination-sm > li:first-child > span[data-v-6f70238b] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-6f70238b], .pagination-sm > li:last-child > span[data-v-6f70238b] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-6f70238b] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-6f70238b] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-6f70238b] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-6f70238b] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-6f70238b] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-6f70238b] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-6f70238b] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-6f70238b]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-6f70238b] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-6f70238b]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-6f70238b] {
  overflow: unset !important;
}
.btn-shadow[data-v-6f70238b] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-6f70238b] {
  margin-left: 0px;
}
.reset-button[data-v-6f70238b] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-6f70238b] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-6f70238b]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-6f70238b] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-6f70238b] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-6f70238b],
.btn-finalize[data-v-6f70238b] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-6f70238b] {
  right: 7px;
}
.btn-finalize[data-v-6f70238b] {
  left: 7px;
}
.tab-counter[data-v-6f70238b] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-6f70238b] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-6f70238b] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-6f70238b] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-6f70238b] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-6f70238b] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-6f70238b] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-6f70238b] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-6f70238b] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-6f70238b] {
  transition: 0.5s;
}
.tab[data-v-6f70238b]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-6f70238b] {
  color: #2980b9;
}
.tab.active[data-v-6f70238b]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-6f70238b] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-6f70238b] {
  width: 220px;
}
.badge-display[data-v-6f70238b], .badge-display2[data-v-6f70238b] {
  min-width: 224px;
}
.my-badge[data-v-6f70238b] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-6f70238b] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-6f70238b] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-6f70238b] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-6f70238b] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-6f70238b] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-6f70238b] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-6f70238b] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-6f70238b] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-6f70238b] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-6f70238b] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-6f70238b] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-6f70238b] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-6f70238b] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-6f70238b] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-6f70238b] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-6f70238b] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-6f70238b] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-6f70238b] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-6f70238b] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-6f70238b] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-6f70238b] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-6f70238b] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-6f70238b] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-6f70238b] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-6f70238b] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-6f70238b] {
  flex-wrap: wrap;
}
.vueperslide[data-v-6f70238b] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-6f70238b] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-6f70238b] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-6f70238b] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-6f70238b] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-6f70238b] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-6f70238b] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-6f70238b] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-6f70238b] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-6f70238b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-6f70238b] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-6f70238b] {
  width: 100%;
}
.img-product-detail[data-v-6f70238b] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-6f70238b] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-6f70238b] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-6f70238b] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-6f70238b] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-6f70238b] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-6f70238b] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-6f70238b] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-6f70238b] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-6f70238b] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-6f70238b] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-6f70238b] {
  text-align: center;
}
.modal-enter[data-v-6f70238b], .modal-leave-active[data-v-6f70238b] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-6f70238b], .modal-leave-active .modal-container[data-v-6f70238b] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-6f70238b] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-6f70238b] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-6f70238b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-6f70238b] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-6f70238b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-6f70238b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-6f70238b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-6f70238b] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-6f70238b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-6f70238b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-6f70238b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-6f70238b] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-6f70238b] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-6f70238b]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-6f70238b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-6f70238b] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-6f70238b] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-6f70238b]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-6f70238b] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-6f70238b] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-6f70238b] {
  display: none;
}
.vdp-datepicker input[data-v-6f70238b] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-6f70238b]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-6f70238b] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-6f70238b] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-6f70238b ease-in-out infinite;
}
.vue-treeselect__control[data-v-6f70238b] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-6f70238b] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-6f70238b] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-6f70238b] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-6f70238b] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-6f70238b] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-6f70238b] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-6f70238b] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-6f70238b {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-6f70238b {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-6f70238b {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-6f70238b {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-6f70238b {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-6f70238b {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-6f70238b],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-6f70238b] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-6f70238b] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-6f70238b] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-6f70238b],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-6f70238b] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-6f70238b] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-6f70238b] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-6f70238b] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-6f70238b],
.vue-treeselect span[data-v-6f70238b] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-6f70238b] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-6f70238b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-6f70238b]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-6f70238b] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-6f70238b] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-6f70238b],
.vue-treeselect__control[data-v-6f70238b]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-6f70238b] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-6f70238b] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-6f70238b],
.vue-treeselect__multi-value[data-v-6f70238b] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-6f70238b] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-6f70238b] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-6f70238b] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-6f70238b] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-6f70238b],
.vue-treeselect__single-value[data-v-6f70238b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-6f70238b] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-6f70238b] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-6f70238b] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-6f70238b] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-6f70238b] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-6f70238b]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-6f70238b] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-6f70238b] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-6f70238b],
.vue-treeselect__multi-value-label[data-v-6f70238b] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-6f70238b] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-6f70238b] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-6f70238b],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-6f70238b] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-6f70238b] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-6f70238b] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-6f70238b] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-6f70238b] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-6f70238b] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-6f70238b] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-6f70238b] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-6f70238b] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-6f70238b] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-6f70238b] {
  display: none;
}
.vue-treeselect__input[data-v-6f70238b],
.vue-treeselect__sizer[data-v-6f70238b] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-6f70238b] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-6f70238b]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-6f70238b] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-6f70238b] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-6f70238b] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-6f70238b] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-6f70238b cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-6f70238b cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-6f70238b]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-6f70238b] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-6f70238b] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-6f70238b] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-6f70238b] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-6f70238b] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-6f70238b] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-6f70238b] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-6f70238b] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-6f70238b] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-6f70238b] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-6f70238b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-6f70238b] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-6f70238b] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-6f70238b]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-6f70238b] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-6f70238b],
.vue-treeselect__option-arrow-placeholder[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-6f70238b] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-6f70238b] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-6f70238b],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-6f70238b] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-6f70238b] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-6f70238b] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-6f70238b] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-6f70238b] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-6f70238b] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-6f70238b],
.vue-treeselect__minus-mark[data-v-6f70238b] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-6f70238b] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-6f70238b] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6f70238b] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-6f70238b] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-6f70238b] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6f70238b] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-6f70238b] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-6f70238b] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-6f70238b] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-6f70238b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-6f70238b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-6f70238b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-6f70238b] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-6f70238b] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-6f70238b] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-6f70238b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-6f70238b] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-6f70238b] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-6f70238b] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-6f70238b] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-6f70238b] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-6f70238b] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-6f70238b]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-6f70238b] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-6f70238b]::before,
.vue-treeselect__icon-error[data-v-6f70238b]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-6f70238b]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-6f70238b]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-6f70238b] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-6f70238b linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-6f70238b linear infinite;
}
.vue-treeselect__icon-loader[data-v-6f70238b]::before,
.vue-treeselect__icon-loader[data-v-6f70238b]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-6f70238b ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-6f70238b ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-6f70238b]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-6f70238b]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-6f70238b],
.vac-loader-wrapper[data-v-6f70238b] {
  display: none !important;
}
.vac-room-name[data-v-6f70238b] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-6f70238b] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-6f70238b] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-6f70238b] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-6f70238b] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-6f70238b] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-6f70238b] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-6f70238b] {
  min-height: 24px !important;
}
.tagWarn[data-v-6f70238b] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-6f70238b]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-6f70238b] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-6f70238b]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-6f70238b]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-6f70238b] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-6f70238b] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-6f70238b] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-6f70238b] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-6f70238b]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-6f70238b] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-6f70238b]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-6f70238b] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-6f70238b] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-6f70238b] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-6f70238b]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-6f70238b] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-6f70238b]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-6f70238b] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-6f70238b]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-6f70238b]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-6f70238b] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-6f70238b] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-6f70238b] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-6f70238b]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-6f70238b] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-6f70238b] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-6f70238b] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-6f70238b]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-6f70238b] {
  font-size: 1.15em;
}
.my-select[data-v-6f70238b] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-6f70238b] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-6f70238b] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-6f70238b] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-6f70238b] {
  width: 160px;
}
.my-select[data-v-6f70238b] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-6f70238b] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-6f70238b] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-6f70238b] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-6f70238b] {
  width: 160px;
}
.input-cupon[data-v-6f70238b] {
  display: flex;
}
.input-cupon > div > span[data-v-6f70238b] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-6f70238b] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-6f70238b] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-6f70238b]:not(:checked),
input[type=checkbox].check[data-v-6f70238b]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-6f70238b],
input[type=checkbox].check:checked + label[data-v-6f70238b] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-6f70238b]:before,
input[type=checkbox].check:checked + label[data-v-6f70238b]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-6f70238b]:after,
input[type=checkbox].check:checked + label[data-v-6f70238b]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-6f70238b]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-6f70238b]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-6f70238b]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-6f70238b]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-6f70238b]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-6f70238b] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-6f70238b]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-6f70238b]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-6f70238b] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-6f70238b] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-6f70238b] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-6f70238b] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-6f70238b] {
  opacity: 1;
}
.multiselect__tag[data-v-6f70238b] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-6f70238b] {
  background: #2AA186 !important;
}
.multiselect[data-v-6f70238b] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-6f70238b]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-6f70238b] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-6f70238b] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-6f70238b]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-6f70238b]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-6f70238b]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-6f70238b]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-6f70238b] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-6f70238b] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-6f70238b] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-6f70238b] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6f70238b] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-6f70238b] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6f70238b]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6f70238b]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-6f70238b]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-6f70238b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-6f70238b] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-6f70238b] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-6f70238b] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-6f70238b]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-6f70238b] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-6f70238b] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-6f70238b] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-6f70238b] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-6f70238b] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6f70238b] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6f70238b]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-6f70238b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-6f70238b] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-6f70238b], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-6f70238b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-6f70238b] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-6f70238b] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-6f70238b], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-6f70238b] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-6f70238b], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-6f70238b] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-6f70238b]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-6f70238b]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-6f70238b] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-6f70238b] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-6f70238b] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-6f70238b] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-6f70238b] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-6f70238b] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-6f70238b] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-6f70238b] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-6f70238b] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-6f70238b] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-6f70238b] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-6f70238b] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-6f70238b] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-6f70238b] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-6f70238b] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-6f70238b]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-6f70238b] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-6f70238b] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-6f70238b] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-6f70238b] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-6f70238b] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-6f70238b] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-6f70238b] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-6f70238b] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-6f70238b], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-6f70238b] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-6f70238b] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-6f70238b] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-6f70238b] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-6f70238b] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-6f70238b] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-6f70238b] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-6f70238b] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-6f70238b], .v3-emoji-picker .v3-header[data-v-6f70238b] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-6f70238b] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-6f70238b] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-6f70238b] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-6f70238b]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-6f70238b], .v3-emoji-picker .v3-skin-tones[data-v-6f70238b] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-6f70238b]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-6f70238b] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-6f70238b] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-6f70238b] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-6f70238b], body[data-v-6f70238b] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-6f70238b], body.home[data-v-6f70238b] {
  background-color: #fff;
}
[data-v-6f70238b]:focus {
  outline: none !important;
}
a[data-v-6f70238b] {
  text-decoration: none;
}
a[data-v-6f70238b]:hover,
a[data-v-6f70238b]:focus {
  text-decoration: none;
}
img[data-v-6f70238b] {
  border: 0;
}
textarea[data-v-6f70238b] {
  resize: none;
}
h1[data-v-6f70238b],
h2[data-v-6f70238b],
h3[data-v-6f70238b],
h4[data-v-6f70238b],
h5[data-v-6f70238b],
h6[data-v-6f70238b] {
  font-weight: bold;
}
.costumer_purchase_component[data-v-6f70238b] {
  position: relative;
}
.costumer_purchase_component .my-input[data-v-6f70238b] {
  margin-bottom: 10px;
}
.costumer_purchase_component svg[data-v-6f70238b] {
  position: absolute;
  right: 0;
  top: 7px;
  pointer-events: none;
}
[data-v-76c43a7f]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-76c43a7f] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-76c43a7f] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-76c43a7f] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-76c43a7f] {
  width: 100%;
}
.home-icon img[data-v-76c43a7f] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-76c43a7f] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-76c43a7f] {
  line-height: 30px;
}
.list-style-none[data-v-76c43a7f] {
  list-style: none;
}
.burger-menu[data-v-76c43a7f] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-76c43a7f] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-76c43a7f] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-76c43a7f] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-76c43a7f] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-76c43a7f] {
  position: relative;
}
.card-product .my-close[data-v-76c43a7f] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-76c43a7f] {
  margin: 0;
}
.filtro-form input[data-v-76c43a7f] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-76c43a7f] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-76c43a7f] {
  padding: 20px 0 0;
}
.img-tiny[data-v-76c43a7f] {
  width: 80px;
}
.img-item img[data-v-76c43a7f] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-76c43a7f] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-76c43a7f] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-76c43a7f]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-76c43a7f] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-76c43a7f] {
  margin-left: 10px;
}
.notifications section[data-v-76c43a7f] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-76c43a7f] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-76c43a7f] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-76c43a7f],
.list-complete-leave-to[data-v-76c43a7f] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-76c43a7f] {
  position: absolute;
}
#_op_data_r[data-v-76c43a7f],
#_op_data_antifraud[data-v-76c43a7f] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-76c43a7f],
iframe#_op_data_antifraud[data-v-76c43a7f],
iframe#device_profile[data-v-76c43a7f],
iframe#thm_mp_cntnr[data-v-76c43a7f] {
  position: absolute !important;
}
iframe[data-v-76c43a7f] {
  background: #fff !important;
}
.main-content[data-v-76c43a7f] {
  padding-top: 30px;
}
.card-contactStory[data-v-76c43a7f] {
  width: 93vw;
}
.card-contactStory img[data-v-76c43a7f] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-76c43a7f] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-76c43a7f] {
  width: 280px;
}
.dropped[data-v-76c43a7f] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-76c43a7f] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-76c43a7f]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-76c43a7f] {
  display: block !important;
}
.dropped .dropdown a[data-v-76c43a7f] {
  color: #fff;
}
.dropped .dropdown a[data-v-76c43a7f]:hover {
  text-decoration: underline;
}
.line-height25[data-v-76c43a7f] {
  line-height: 25px;
}
aside[data-v-76c43a7f] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-76c43a7f] {
  height: 100vh;
}
.my-header[data-v-76c43a7f] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-76c43a7f] {
  position: inherit !important;
}
.my-header-menu[data-v-76c43a7f] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-76c43a7f] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-76c43a7f]:hover {
  background: hannah;
}
.menu-api-activate[data-v-76c43a7f] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-76c43a7f] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-76c43a7f] {
  position: relative;
}
.menu-api-item a[data-v-76c43a7f]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-76c43a7f] {
  padding: 0 !important;
}
.card-product[data-v-76c43a7f] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-76c43a7f] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-76c43a7f] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-76c43a7f] {
  margin: 0;
}
.sticky-home[data-v-76c43a7f] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-76c43a7f] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-76c43a7f]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-76c43a7f] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-76c43a7f]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-76c43a7f] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-76c43a7f]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-76c43a7f] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-76c43a7f] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-76c43a7f] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-76c43a7f]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-76c43a7f] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-76c43a7f] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-76c43a7f] {
  display: block !important;
}
.leftPositionSubMenu[data-v-76c43a7f] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-76c43a7f] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-76c43a7f],
.circle-toggle-box[data-v-76c43a7f] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-76c43a7f] {
  left: 44px !important;
}
.triangleStatus[data-v-76c43a7f]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-76c43a7f] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-76c43a7f] {
  overflow: visible !important;
}
.width-max80[data-v-76c43a7f] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-76c43a7f] {
  display: flex !important;
}
.flex-none[data-v-76c43a7f] {
  flex: none;
}
.flex-nowrap[data-v-76c43a7f] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-76c43a7f] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-76c43a7f] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-76c43a7f] {
  flex-direction: column;
}
.flex-col-row[data-v-76c43a7f] {
  flex-direction: column;
}
.flex-row[data-v-76c43a7f] {
  flex-direction: row;
}
.flex-between-align[data-v-76c43a7f] {
  align-content: space-between;
}
.flex-middle[data-v-76c43a7f] {
  align-items: center;
}
.flex-bottom[data-v-76c43a7f] {
  align-items: flex-end;
}
.flex-between[data-v-76c43a7f] {
  justify-content: space-between;
}
.flex-center[data-v-76c43a7f] {
  justify-content: center;
}
.flex-right[data-v-76c43a7f] {
  justify-content: flex-end;
}
.flex-left[data-v-76c43a7f] {
  justify-content: flex-start;
}
.flex-evenly[data-v-76c43a7f] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-76c43a7f] {
  flex-grow: 1;
}
.flex-grow-2[data-v-76c43a7f] {
  flex-grow: 2;
}
.flex-grow-3[data-v-76c43a7f] {
  flex-grow: 3;
}
.flex-grow-4[data-v-76c43a7f] {
  flex-grow: 4;
}
.flex-grow-5[data-v-76c43a7f] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-76c43a7f] {
  align-items: flex-start;
}
.flex800[data-v-76c43a7f] {
  display: none;
}
.flexc-flex[data-v-76c43a7f] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-76c43a7f] {
  display: none;
}
.flex-display-50-10[data-v-76c43a7f] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-76c43a7f] {
  display: none;
}
.show760[data-v-76c43a7f] {
  display: none;
}
.hide[data-v-76c43a7f] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-76c43a7f] {
    display: block !important;
}
.badge-display[data-v-76c43a7f] {
    display: none;
}
.badge-display2[data-v-76c43a7f] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-76c43a7f] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-76c43a7f] {
    display: block;
}
.badge-display2[data-v-76c43a7f] {
    display: none;
}
.fix-width[data-v-76c43a7f] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-76c43a7f] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-76c43a7f] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-76c43a7f] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-76c43a7f] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-76c43a7f] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-76c43a7f] {
    width: 50%;
}
.width100-40[data-v-76c43a7f] {
    width: 40%;
}
.show600[data-v-76c43a7f] {
    display: block;
}
.width-controll-btn-typeweek[data-v-76c43a7f] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-76c43a7f] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-76c43a7f] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-76c43a7f] {
    width: 220px !important;
}
.leftPositionControl[data-v-76c43a7f] {
    left: -40px !important;
}
.container-tipo-envio[data-v-76c43a7f] {
    display: flex;
}
.width-controll-buys-item[data-v-76c43a7f] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-76c43a7f] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-76c43a7f] {
    top: 380px !important;
}
.my-header-menu[data-v-76c43a7f] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-76c43a7f] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-76c43a7f] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-76c43a7f] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-76c43a7f] {
    min-width: 400px;
}
.cart-btn-add[data-v-76c43a7f] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-76c43a7f] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-76c43a7f] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-76c43a7f] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-76c43a7f] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-76c43a7f] {
    justify-content: left;
}
.flex-mid[data-v-76c43a7f] {
    display: flex !important;
}
.msg-stock[data-v-76c43a7f] {
    padding: 10px 0 0;
}
.counter-cart[data-v-76c43a7f] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-76c43a7f] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-76c43a7f] {
    display: none;
}
.badge-display2[data-v-76c43a7f] {
    display: block;
}
.show760[data-v-76c43a7f] {
    display: block;
}
.hide760[data-v-76c43a7f] {
    display: none;
}
.grid-products[data-v-76c43a7f] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-76c43a7f] {
    margin: auto;
}
.mr-h[data-v-76c43a7f] {
    margin: auto;
}
.width-control-otherProducts[data-v-76c43a7f] {
    width: 170px !important;
}
.leftPositionControl[data-v-76c43a7f] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-76c43a7f] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-76c43a7f] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-76c43a7f] {
    width: 30vw !important;
}
.product-item[data-v-76c43a7f] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-76c43a7f] {
    width: 90% !important;
}
.my-container[data-v-76c43a7f] {
    width: 680px !important;
}
.login[data-v-76c43a7f] {
    width: 310px !important;
}
.width-cuotas-control[data-v-76c43a7f] {
    width: 278px !important;
}
.flexc-flex[data-v-76c43a7f] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-76c43a7f] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-76c43a7f] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-76c43a7f] {
    height: 140px;
}
.width-control-input-chat[data-v-76c43a7f] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-76c43a7f] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-76c43a7f] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-76c43a7f] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-76c43a7f] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-76c43a7f] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-76c43a7f] {
    width: 270px !important;
}
.leftPositionControl[data-v-76c43a7f] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-76c43a7f] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-76c43a7f] {
    width: 17vw !important;
}
.filters-wrap[data-v-76c43a7f] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-76c43a7f] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-76c43a7f] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-76c43a7f] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-76c43a7f] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-76c43a7f] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-76c43a7f] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-76c43a7f] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-76c43a7f]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-76c43a7f] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-76c43a7f] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-76c43a7f]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-76c43a7f] {
    max-width: 330px !important;
}
.iterable-box[data-v-76c43a7f] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-76c43a7f] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-76c43a7f] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-76c43a7f] {
    width: 160px !important;
}
.my-container[data-v-76c43a7f] {
    width: 800px !important;
}
.search-btn-box[data-v-76c43a7f] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-76c43a7f] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-76c43a7f] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-76c43a7f] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-76c43a7f] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-76c43a7f] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-76c43a7f] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-76c43a7f] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-76c43a7f] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-76c43a7f] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-76c43a7f] {
    width: 280px !important;
}
.width300-desktop[data-v-76c43a7f] {
    width: 300px !important;
}
.concept-item-stats[data-v-76c43a7f] {
    width: 80%;
}
.widthHalf-desktop[data-v-76c43a7f] {
    width: 50% !important;
}
.column-desktop[data-v-76c43a7f] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-76c43a7f] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-76c43a7f] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-76c43a7f] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-76c43a7f],
.flex-desktop[data-v-76c43a7f] {
    display: flex !important;
}
.block-desktop[data-v-76c43a7f] {
    display: block !important;
}
.hide-desktop[data-v-76c43a7f] {
    display: none !important;
}
.fixButton[data-v-76c43a7f] {
    top: -20px;
}
.width-cuotas-control[data-v-76c43a7f] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-76c43a7f] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-76c43a7f] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-76c43a7f] {
    display: none !important;
}
.bottom10-desktop[data-v-76c43a7f] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-76c43a7f] {
    left: -125px !important;
}
.grid-products[data-v-76c43a7f] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-76c43a7f] {
    width: 1000px !important;
}
.showFullDesktop[data-v-76c43a7f] {
    display: block !important;
}
.leftPositionControl[data-v-76c43a7f] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-76c43a7f] {
    display: none !important;
}
.show-only-desktop[data-v-76c43a7f] {
    display: flex !important;
}
.leftPositionControl[data-v-76c43a7f] {
    left: -260px !important;
}
.catalog-container[data-v-76c43a7f] {
    margin: unset;
}
.carrito-catalog[data-v-76c43a7f] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-76c43a7f] {
    left: -280px !important;
}
}
.grid-container[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-76c43a7f] {
  grid-column: span 1;
}
.grid-item-1[data-v-76c43a7f] {
  grid-column: span 1;
}
.grid-item-2[data-v-76c43a7f] {
  grid-column: span 2;
}
.grid-item-3[data-v-76c43a7f] {
  grid-column: span 3;
}
.grid-item-4[data-v-76c43a7f] {
  grid-column: span 4;
}
.grid-item-5[data-v-76c43a7f] {
  grid-column: span 5;
}
.grid-item-6[data-v-76c43a7f] {
  grid-column: span 6;
}
.grid-item-7[data-v-76c43a7f] {
  grid-column: span 7;
}
.grid-item-8[data-v-76c43a7f] {
  grid-column: span 8;
}
.grid-item-9[data-v-76c43a7f] {
  grid-column: span 9;
}
.grid-item-10[data-v-76c43a7f] {
  grid-column: span 10;
}
.grid-item-11[data-v-76c43a7f] {
  grid-column: span 11;
}
.grid-item-12[data-v-76c43a7f] {
  grid-column: span 12;
}
.grid-cart[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-76c43a7f] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-76c43a7f] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-76c43a7f] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-76c43a7f] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-76c43a7f] {
  gap: 10px;
}
.gap20[data-v-76c43a7f] {
  gap: 20px;
}
.grid-box[data-v-76c43a7f] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-76c43a7f],
.grid-3 div[data-v-76c43a7f],
.grid-4 div[data-v-76c43a7f] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-76c43a7f] {
  background: #fff;
}
.grid-item-odd[data-v-76c43a7f]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-76c43a7f] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-76c43a7f] {
  max-width: 350px;
}
.margin0[data-v-76c43a7f] {
  margin: 0 !important;
}
.margin0-5[data-v-76c43a7f] {
  margin: 0 5px;
}
.margin10-0[data-v-76c43a7f] {
  margin: 10px 0;
}
.margin10-5[data-v-76c43a7f] {
  margin: 10px 5px;
}
.margin0-10[data-v-76c43a7f] {
  margin: 0 10px;
}
.margin0-15[data-v-76c43a7f] {
  margin: 0 15px;
}
.margin15-0[data-v-76c43a7f] {
  margin: 15px 0px;
}
.margin20-0[data-v-76c43a7f] {
  margin: 20px 0;
}
.margin20-10[data-v-76c43a7f] {
  margin: 20px 10px;
}
.margin30-0[data-v-76c43a7f] {
  margin: 30px 0;
}
.margin40-0[data-v-76c43a7f] {
  margin: 40px 0;
}
.margin20-40[data-v-76c43a7f] {
  margin: 20px 40px;
}
.margin0-20[data-v-76c43a7f] {
  margin: 0 20px;
}
.margin5[data-v-76c43a7f] {
  margin: 5px;
}
.margin5-0[data-v-76c43a7f] {
  margin: 5px 0;
}
.margin10[data-v-76c43a7f] {
  margin: 10px;
}
.margin10-20[data-v-76c43a7f] {
  margin: 10px 20px;
}
.margin15[data-v-76c43a7f] {
  margin: 15px;
}
.margin20[data-v-76c43a7f] {
  margin: 20px;
}
.margin30[data-v-76c43a7f] {
  margin: 30px;
}
.margin50[data-v-76c43a7f] {
  margin: 50px;
}
.margin-right-auto[data-v-76c43a7f] {
  margin-right: auto;
}
.margin-left-auto[data-v-76c43a7f] {
  margin-left: auto;
}
.ml-h[data-v-76c43a7f] {
  margin-left: auto;
}
.mr-h[data-v-76c43a7f] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-76c43a7f] {
  margin-bottom: 5px;
}
.margin-top5[data-v-76c43a7f] {
  margin-top: 5px !important;
}
.margin-top10[data-v-76c43a7f] {
  margin-top: 10px !important;
}
.margin-top15[data-v-76c43a7f] {
  margin-top: 15px !important;
}
.margin-top20[data-v-76c43a7f] {
  margin-top: 20px !important;
}
.margin-top30[data-v-76c43a7f] {
  margin-top: 30px !important;
}
.margin-top35[data-v-76c43a7f] {
  margin-top: 35px !important;
}
.margin-top40[data-v-76c43a7f] {
  margin-top: 40px !important;
}
.margin-top50[data-v-76c43a7f] {
  margin-top: 50px !important;
}
.margin-top60[data-v-76c43a7f] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-76c43a7f] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-76c43a7f] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-76c43a7f] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-76c43a7f] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-76c43a7f] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-76c43a7f] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-76c43a7f] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-76c43a7f] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-76c43a7f] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-76c43a7f] {
  margin-left: 5px !important;
}
.margin-left10[data-v-76c43a7f] {
  margin-left: 10px !important;
}
.margin-left15[data-v-76c43a7f] {
  margin-left: 15px !important;
}
.margin-left20[data-v-76c43a7f] {
  margin-left: 20px !important;
}
.margin-left30[data-v-76c43a7f] {
  margin-left: 30px !important;
}
.margin-left35[data-v-76c43a7f] {
  margin-left: 35px !important;
}
.margin-left40[data-v-76c43a7f] {
  margin-left: 40px !important;
}
.margin-left50[data-v-76c43a7f] {
  margin-left: 50px !important;
}
.margin-left60[data-v-76c43a7f] {
  margin-left: 60px !important;
}
.margin-right5[data-v-76c43a7f] {
  margin-right: 5px !important;
}
.margin-right10[data-v-76c43a7f] {
  margin-right: 10px !important;
}
.margin-right15[data-v-76c43a7f] {
  margin-right: 15px !important;
}
.margin-right20[data-v-76c43a7f] {
  margin-right: 20px !important;
}
.margin-right30[data-v-76c43a7f] {
  margin-right: 30px !important;
}
.margin-right35[data-v-76c43a7f] {
  margin-right: 35px !important;
}
.margin-right40[data-v-76c43a7f] {
  margin-right: 40px !important;
}
.margin-right50[data-v-76c43a7f] {
  margin-right: 50px !important;
}
.margin-right60[data-v-76c43a7f] {
  margin-right: 60px !important;
}
.my-5[data-v-76c43a7f] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-76c43a7f] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-76c43a7f] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-76c43a7f] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-76c43a7f] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-76c43a7f] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-76c43a7f] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-76c43a7f] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-76c43a7f] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-76c43a7f] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-76c43a7f] {
  padding: 0 !important;
}
.padding5[data-v-76c43a7f] {
  padding: 5px;
}
.padding10[data-v-76c43a7f] {
  padding: 10px;
}
.padding15[data-v-76c43a7f] {
  padding: 15px;
}
.padding20[data-v-76c43a7f] {
  padding: 20px;
}
.padding30[data-v-76c43a7f] {
  padding: 30px;
}
.padding40[data-v-76c43a7f] {
  padding: 40px;
}
.padding40-0[data-v-76c43a7f] {
  padding: 40px 0;
}
.padding-left5[data-v-76c43a7f] {
  padding-left: 5px;
}
.padding-left10[data-v-76c43a7f] {
  padding-left: 10px;
}
.padding-left15[data-v-76c43a7f] {
  padding-left: 15px;
}
.padding-left20[data-v-76c43a7f] {
  padding-left: 20px;
}
.padding-right5[data-v-76c43a7f] {
  padding-right: 5px;
}
.padding-right10[data-v-76c43a7f] {
  padding-right: 10px;
}
.padding-right15[data-v-76c43a7f] {
  padding-right: 15px;
}
.padding-right20[data-v-76c43a7f] {
  padding-right: 20px;
}
.padding-right30[data-v-76c43a7f] {
  padding-right: 30px;
}
.padding-right40[data-v-76c43a7f] {
  padding-right: 40px;
}
.padding-top0[data-v-76c43a7f] {
  padding-top: 0px;
}
.padding-top5[data-v-76c43a7f] {
  padding-top: 5px;
}
.padding-top10[data-v-76c43a7f] {
  padding-top: 10px;
}
.padding-top15[data-v-76c43a7f] {
  padding-top: 15px;
}
.padding-top20[data-v-76c43a7f] {
  padding-top: 20px;
}
.padding-top30[data-v-76c43a7f] {
  padding-top: 30px;
}
.padding-top50[data-v-76c43a7f] {
  padding-top: 50px;
}
.padding-top60[data-v-76c43a7f] {
  padding-top: 60px;
}
.padding-top70[data-v-76c43a7f] {
  padding-top: 70px;
}
.padding-top90[data-v-76c43a7f] {
  padding-top: 90px;
}
.padding-top100[data-v-76c43a7f] {
  padding-top: 100px;
}
.padding-top120[data-v-76c43a7f] {
  padding-top: 120px;
}
.padding-top180[data-v-76c43a7f] {
  padding-top: 180px;
}
.padding-bottom0[data-v-76c43a7f] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-76c43a7f] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-76c43a7f] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-76c43a7f] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-76c43a7f] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-76c43a7f] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-76c43a7f] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-76c43a7f] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-76c43a7f] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-76c43a7f] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-76c43a7f] {
  padding-bottom: 240px;
}
.padding10-0[data-v-76c43a7f] {
  padding: 10px 0;
}
.padding10-5[data-v-76c43a7f] {
  padding: 10px 5px;
}
.padding0-5[data-v-76c43a7f] {
  padding: 0 5px;
}
.padding0-10[data-v-76c43a7f] {
  padding: 0 10px;
}
.padding0-15[data-v-76c43a7f] {
  padding: 0 15px;
}
.padding20-0[data-v-76c43a7f] {
  padding: 20px 0;
}
.padding20-10[data-v-76c43a7f] {
  padding: 20px 10px;
}
.padding15-20[data-v-76c43a7f] {
  padding: 15px 20px;
}
.padding15-0[data-v-76c43a7f] {
  padding: 15px 0px;
}
.padding20-5[data-v-76c43a7f] {
  padding: 20px 5px;
}
.padding0-20[data-v-76c43a7f] {
  padding: 0 20px;
}
.padding5-20[data-v-76c43a7f] {
  padding: 5px 20px;
}
.padding5-15[data-v-76c43a7f] {
  padding: 5px 15px;
}
.padding5-10[data-v-76c43a7f] {
  padding: 5px 10px;
}
.padding15-10[data-v-76c43a7f] {
  padding: 15px 10px;
}
.padding1em[data-v-76c43a7f] {
  padding: 1em;
}
.padding10-20[data-v-76c43a7f] {
  padding: 10px 20px;
}
.padding5-0[data-v-76c43a7f] {
  padding: 5px 0;
}
.padding30-10[data-v-76c43a7f] {
  padding: 30px 10px;
}
.px-5[data-v-76c43a7f] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-76c43a7f] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-76c43a7f] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-76c43a7f] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-76c43a7f] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-76c43a7f] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-76c43a7f] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-76c43a7f] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-76c43a7f] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-76c43a7f] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-76c43a7f] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-76c43a7f] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-76c43a7f] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-76c43a7f] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-76c43a7f] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-76c43a7f] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-76c43a7f] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-76c43a7f] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-76c43a7f] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-76c43a7f] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-76c43a7f] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-76c43a7f] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-76c43a7f] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-76c43a7f] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-76c43a7f] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-76c43a7f] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-76c43a7f] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-76c43a7f] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-76c43a7f]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-76c43a7f] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-76c43a7f]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-76c43a7f] {
  border: 0 !important;
}
.borderRed[data-v-76c43a7f] {
  border-color: #f00 !important;
}
.border-aside[data-v-76c43a7f] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-76c43a7f] {
  border: none;
}
.borderLightgray[data-v-76c43a7f] {
  border: 1px solid lightgray;
}
.borderGray[data-v-76c43a7f] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-76c43a7f] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-76c43a7f] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-76c43a7f] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-76c43a7f] {
  border: 1px solid #fff;
}
.border2green[data-v-76c43a7f] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-76c43a7f] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-76c43a7f] {
  border: 2px solid #fff;
}
.border2gold[data-v-76c43a7f] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-76c43a7f] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-76c43a7f] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-76c43a7f] {
  border-color: #d42717 !important;
}
.border1green[data-v-76c43a7f] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-76c43a7f] {
  border-color: #f00 !important;
}
.border-fixed[data-v-76c43a7f] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-76c43a7f] {
  border-radius: 40px;
}
.radius30[data-v-76c43a7f] {
  border-radius: 30px;
}
.radius20[data-v-76c43a7f] {
  border-radius: 20px;
}
.radius15[data-v-76c43a7f] {
  border-radius: 15px;
}
.radius8[data-v-76c43a7f] {
  border-radius: 8px;
}
.radius3[data-v-76c43a7f] {
  border-radius: 3px !important;
}
.rounded[data-v-76c43a7f] {
  border-radius: 50%;
}
.rounded5[data-v-76c43a7f] {
  border-radius: 5px;
}
.round10[data-v-76c43a7f] {
  border-radius: 10px;
}
.box-border[data-v-76c43a7f] {
  box-sizing: border-box;
}
.text-center[data-v-76c43a7f] {
  text-align: center;
}
.text-right[data-v-76c43a7f] {
  text-align: right;
}
.text-left[data-v-76c43a7f] {
  text-align: left;
}
.text-lowercase[data-v-76c43a7f] {
  text-transform: lowercase;
}
.text-uppercase[data-v-76c43a7f] {
  text-transform: uppercase;
}
.text-capitalize[data-v-76c43a7f] {
  text-transform: capitalize !important;
}
.text-none[data-v-76c43a7f] {
  text-transform: none;
}
.text-ellipsis[data-v-76c43a7f] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-76c43a7f] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-76c43a7f]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-76c43a7f] {
  text-decoration: underline;
}
.text-underline[data-v-76c43a7f]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-76c43a7f] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-76c43a7f] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-76c43a7f] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-76c43a7f] {
  word-break: break-all;
}
.font-bold[data-v-76c43a7f] {
  font-weight: bold;
}
.price-through[data-v-76c43a7f] {
  text-decoration: line-through;
}
.font-italic[data-v-76c43a7f] {
  font-style: italic;
}
.font095em[data-v-76c43a7f] {
  font-size: 0.95em;
}
.font1em[data-v-76c43a7f] {
  font-size: 1em !important;
}
.font2em[data-v-76c43a7f] {
  font-size: 2em;
}
.font2-2em[data-v-76c43a7f] {
  font-size: 2.2em;
}
.font3em[data-v-76c43a7f] {
  font-size: 3em;
}
.font4em[data-v-76c43a7f] {
  font-size: 4em;
}
.font1-5em[data-v-76c43a7f] {
  font-size: 1.5em;
}
.font1-7em[data-v-76c43a7f] {
  font-size: 1.7em;
}
.font1-3em[data-v-76c43a7f] {
  font-size: 1.3em;
}
.font1-4em[data-v-76c43a7f] {
  font-size: 1.4em;
}
.font-9em[data-v-76c43a7f] {
  font-size: 0.9em;
}
.font10[data-v-76c43a7f] {
  font-size: 10px;
}
.font11[data-v-76c43a7f] {
  font-size: 11px;
}
.font12[data-v-76c43a7f] {
  font-size: 12px;
}
.font13[data-v-76c43a7f] {
  font-size: 13px;
}
.font14[data-v-76c43a7f] {
  font-size: 14px;
}
.font15[data-v-76c43a7f] {
  font-size: 15px;
}
.font16[data-v-76c43a7f] {
  font-size: 16px;
}
.font17[data-v-76c43a7f] {
  font-size: 17px;
}
.font18[data-v-76c43a7f] {
  font-size: 18px;
}
.font19[data-v-76c43a7f] {
  font-size: 19px;
}
.font20[data-v-76c43a7f] {
  font-size: 20px;
}
.font21[data-v-76c43a7f] {
  font-size: 21px;
}
.font22[data-v-76c43a7f] {
  font-size: 22px;
}
.font23[data-v-76c43a7f] {
  font-size: 23px;
}
.font24[data-v-76c43a7f] {
  font-size: 24px;
}
.font25[data-v-76c43a7f] {
  font-size: 25px;
}
.font26[data-v-76c43a7f] {
  font-size: 26px;
}
.font27[data-v-76c43a7f] {
  font-size: 27px;
}
.font28[data-v-76c43a7f] {
  font-size: 28px;
}
.font29[data-v-76c43a7f] {
  font-size: 29px;
}
.font30[data-v-76c43a7f] {
  font-size: 30px;
}
.font31[data-v-76c43a7f] {
  font-size: 31px;
}
.font32[data-v-76c43a7f] {
  font-size: 32px;
}
.font33[data-v-76c43a7f] {
  font-size: 33px;
}
.font34[data-v-76c43a7f] {
  font-size: 34px;
}
.font35[data-v-76c43a7f] {
  font-size: 35px;
}
.font36[data-v-76c43a7f] {
  font-size: 36px;
}
.font37[data-v-76c43a7f] {
  font-size: 37px;
}
.font38[data-v-76c43a7f] {
  font-size: 38px;
}
.font39[data-v-76c43a7f] {
  font-size: 39px;
}
.font40[data-v-76c43a7f] {
  font-size: 40px;
}
.font-normal[data-v-76c43a7f] {
  font-weight: normal;
}
.color-white[data-v-76c43a7f] {
  color: #fff;
}
.color-transparent[data-v-76c43a7f] {
  color: transparent !important;
}
.color-black[data-v-76c43a7f] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-76c43a7f] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-76c43a7f] {
  color: fuchia;
}
.color-gray[data-v-76c43a7f] {
  color: #a5afb9;
}
.color-hardgray[data-v-76c43a7f] {
  color: #4d5263;
}
.color-hannah[data-v-76c43a7f] {
  color: #EA184D;
}
.color-lightgray[data-v-76c43a7f] {
  color: #d3d3d3;
}
.color-darkblue[data-v-76c43a7f] {
  color: #2c3e50;
}
.color-darkgray[data-v-76c43a7f] {
  color: #757575;
}
.color-lightred[data-v-76c43a7f] {
  color: #e74c3c;
}
.color-red[data-v-76c43a7f] {
  color: #e74c3c;
}
.color-blue[data-v-76c43a7f] {
  color: #2980b9;
}
.color-yellow[data-v-76c43a7f] {
  color: #f49d1e;
}
.color-orange[data-v-76c43a7f] {
  color: #ffa500;
}
.color-green[data-v-76c43a7f] {
  color: #2AA186;
}
.color-gplus[data-v-76c43a7f] {
  color: #d42717;
}
.back-bluelight[data-v-76c43a7f] {
  background: #EBF0FF !important;
}
.back-blue[data-v-76c43a7f] {
  background: #2980b9 !important;
}
.back-hannah[data-v-76c43a7f] {
  background: #EA184D !important;
}
.back-purple[data-v-76c43a7f] {
  background: #8e44ad;
}
.back-green[data-v-76c43a7f] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-76c43a7f] {
  background: #2AA186;
}
.back-yellow[data-v-76c43a7f] {
  background: #f49d1e !important;
}
.back-gold[data-v-76c43a7f] {
  background: #f49d1e !important;
}
.back-red[data-v-76c43a7f] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-76c43a7f] {
  background: #e74c3c;
}
.back-lightred[data-v-76c43a7f] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-76c43a7f] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-76c43a7f] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-76c43a7f] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-76c43a7f] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-76c43a7f] {
  background: #f49d1e !important;
}
.back-gplus[data-v-76c43a7f] {
  background: #d42717;
}
.back-darkblue[data-v-76c43a7f] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-76c43a7f] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-76c43a7f] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-76c43a7f] {
  background: #3e3d40;
}
.back-midgray[data-v-76c43a7f] {
  background: #ececec;
}
.back-gray[data-v-76c43a7f] {
  background: #a5afb9;
}
.back-black[data-v-76c43a7f] {
  background: #121212;
}
.back-transparent[data-v-76c43a7f] {
  background: transparent;
}
.back-white[data-v-76c43a7f] {
  background: #fff !important;
}
.back-white-simple[data-v-76c43a7f] {
  background-color: #fff;
}
.back-lightgray[data-v-76c43a7f] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-76c43a7f] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-76c43a7f] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-76c43a7f] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-76c43a7f] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-76c43a7f] {
  background: #D6DFE4;
}
.bg-aside[data-v-76c43a7f] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-76c43a7f] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-76c43a7f] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-76c43a7f] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-76c43a7f] {
  background: #fff;
}
.back-item-odd-white[data-v-76c43a7f]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-76c43a7f] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-76c43a7f] {
  position: relative;
}
.absolute[data-v-76c43a7f] {
  position: absolute;
}
.fixed[data-v-76c43a7f] {
  position: fixed;
}
.fixed-bottom[data-v-76c43a7f] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-76c43a7f] {
  position: sticky;
}
.sticky.active[data-v-76c43a7f] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-76c43a7f] {
  bottom: 0;
}
.right0[data-v-76c43a7f] {
  right: 0 !important;
}
.left0[data-v-76c43a7f] {
  left: 0 !important;
}
.leftPositionControl[data-v-76c43a7f] {
  left: -10px;
}
.width100-50[data-v-76c43a7f] {
  width: 100%;
}
.width100-40[data-v-76c43a7f] {
  width: 100%;
}
.min-width100[data-v-76c43a7f] {
  min-width: 100%;
}
.min-width90[data-v-76c43a7f] {
  min-width: 90%;
}
.min-width80[data-v-76c43a7f] {
  min-width: 80% !important;
}
.min-width70[data-v-76c43a7f] {
  min-width: 70%;
}
.min-width60[data-v-76c43a7f] {
  min-width: 60%;
}
.min-width50[data-v-76c43a7f] {
  max-width: 50%;
}
.min-width45[data-v-76c43a7f] {
  min-width: 45%;
}
.min-width40[data-v-76c43a7f] {
  min-width: 40%;
}
.min-width30[data-v-76c43a7f] {
  min-width: 30%;
}
.min-width20[data-v-76c43a7f] {
  min-width: 20%;
}
.min-width25[data-v-76c43a7f] {
  min-width: 25%;
}
.min-width10[data-v-76c43a7f] {
  min-width: 10%;
}
.width100[data-v-76c43a7f] {
  width: 100%;
}
.width90[data-v-76c43a7f] {
  width: 90%;
}
.width80[data-v-76c43a7f] {
  width: 80% !important;
}
.width70[data-v-76c43a7f] {
  width: 70%;
}
.width60[data-v-76c43a7f] {
  width: 60%;
}
.width50[data-v-76c43a7f] {
  width: 50%;
}
.width45[data-v-76c43a7f] {
  width: 45%;
}
.width40[data-v-76c43a7f] {
  width: 40%;
}
.width30[data-v-76c43a7f] {
  width: 30%;
}
.width20[data-v-76c43a7f] {
  width: 20%;
}
.width25[data-v-76c43a7f] {
  width: 25%;
}
.width10[data-v-76c43a7f] {
  width: 10%;
}
.width-min[data-v-76c43a7f] {
  width: min-content;
}
.max-width800[data-v-76c43a7f] {
  max-width: 800px;
}
.widthCenter[data-v-76c43a7f] {
  width: 80%;
}
.max-width600[data-v-76c43a7f] {
  max-width: 600px;
}
.max-width300[data-v-76c43a7f] {
  max-width: 300px;
}
.widthHalf[data-v-76c43a7f] {
  width: 50%;
}
.width-sellProductImg-control[data-v-76c43a7f] {
  width: 150px;
}
.top-control-sellProduct[data-v-76c43a7f] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-76c43a7f] {
  width: 100%;
}
.width-cuotas-control-item[data-v-76c43a7f] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-76c43a7f] {
  width: 163px;
}
.width-control-btn-inline[data-v-76c43a7f] {
  width: 195px;
}
.width-controll-buys-item[data-v-76c43a7f] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-76c43a7f] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-76c43a7f] {
  width: 180px;
}
.width-pasarela-img-control[data-v-76c43a7f] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-76c43a7f] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-76c43a7f] {
  width: 95%;
}
.width-pasarela[data-v-76c43a7f] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-76c43a7f]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-76c43a7f]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-76c43a7f]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-76c43a7f]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-76c43a7f] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-76c43a7f] {
  max-height: 100%;
}
.height220[data-v-76c43a7f] {
  height: 220px;
}
.height100vh[data-v-76c43a7f] {
  height: 100vh !important;
}
.heightFilters[data-v-76c43a7f] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-76c43a7f] {
  height: 100%;
}
.height-aside[data-v-76c43a7f] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-76c43a7f] {
  height: 0px;
}
.heightBox[data-v-76c43a7f] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-76c43a7f] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-76c43a7f] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-76c43a7f] {
  justify-content: center;
}
.pointer[data-v-76c43a7f] {
  cursor: pointer !important;
}
.cursor-move[data-v-76c43a7f] {
  cursor: move !important;
}
.cursor-not[data-v-76c43a7f] {
  cursor: not-allowed !important;
}
.events-none[data-v-76c43a7f] {
  pointer-events: none;
}
.shadow[data-v-76c43a7f] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-76c43a7f] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-76c43a7f] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-76c43a7f] {
  transition: 0.3s;
}
.hoverShadow[data-v-76c43a7f]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-76c43a7f] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-76c43a7f] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-76c43a7f] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-76c43a7f] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-76c43a7f] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-76c43a7f] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-76c43a7f] {
  width: 40px;
  height: 40px;
}
.square35[data-v-76c43a7f] {
  width: 35px;
  height: 35px;
}
.square30[data-v-76c43a7f] {
  width: 30px;
  height: 30px;
}
.square25[data-v-76c43a7f] {
  width: 25px;
  height: 25px;
}
.square12[data-v-76c43a7f] {
  width: 12px;
  height: 12px;
}
.square15[data-v-76c43a7f] {
  width: 15px;
  height: 15px;
}
.square17[data-v-76c43a7f] {
  width: 17px;
  height: 17px;
}
.square18[data-v-76c43a7f] {
  width: 18px;
  height: 18px;
}
.square20[data-v-76c43a7f] {
  width: 20px;
  height: 20px;
}
.square50[data-v-76c43a7f] {
  width: 50px;
  height: 50px;
}
.square70[data-v-76c43a7f] {
  width: 70px;
  height: 70px;
}
.square55[data-v-76c43a7f] {
  width: 55px;
  height: 55px;
}
.square100[data-v-76c43a7f] {
  width: 100px;
  height: 100px;
}
.square10[data-v-76c43a7f] {
  width: 10px;
  height: 10px;
}
.square200[data-v-76c43a7f] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-76c43a7f] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-76c43a7f] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-76c43a7f] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-76c43a7f] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-76c43a7f] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-76c43a7f] {
  overflow-y: hidden;
}
.remove-scroll[data-v-76c43a7f] {
  overflow-y: hidden;
}
.active-scroll[data-v-76c43a7f] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-76c43a7f] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-76c43a7f] {
  overflow: hidden !important;
}
.overflow-auto[data-v-76c43a7f] {
  overflow: auto !important;
}
.hidden[data-v-76c43a7f] {
  visibility: hidden;
}
.offscreen[data-v-76c43a7f] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-76c43a7f] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-76c43a7f] {
  opacity: 0;
}
.opacity30[data-v-76c43a7f] {
  opacity: 0.3;
}
.opacity50[data-v-76c43a7f] {
  opacity: 0.5;
}
.opacity70[data-v-76c43a7f] {
  opacity: 0.7;
}
.opacity80[data-v-76c43a7f] {
  opacity: 0.8;
}
.transition30[data-v-76c43a7f] {
  transition: 0.3s;
}
.cleared[data-v-76c43a7f] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-76c43a7f] {
  transition: 0.1s;
}
.hover-green[data-v-76c43a7f]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-76c43a7f] {
  animation: aside-76c43a7f 0.5s reverse;
}
.aside-leave-active[data-v-76c43a7f] {
  animation: aside-76c43a7f 0.5s;
}
.asideContent-enter-active[data-v-76c43a7f] {
  animation: asideContent-76c43a7f 0.3s reverse;
}
.asideContent-leave-active[data-v-76c43a7f] {
  animation: asideContent-76c43a7f 0.3s;
}
@keyframes aside-76c43a7f {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-76c43a7f {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-76c43a7f {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-76c43a7f] {
  animation: spin-76c43a7f 2s infinite;
}
@keyframes spin-76c43a7f {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-76c43a7f] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-76c43a7f] {
  padding: 3px;
}
.carousel__pagination-button[data-v-76c43a7f] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-76c43a7f] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-76c43a7f]::after {
  display: none !important;
}
.pagination[data-v-76c43a7f] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-76c43a7f] {
  display: inline;
}
.pagination > li > a[data-v-76c43a7f], .pagination > li > span[data-v-76c43a7f] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-76c43a7f], .pagination > li:first-child > span[data-v-76c43a7f] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-76c43a7f], .pagination > li:last-child > span[data-v-76c43a7f] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-76c43a7f]:hover, .pagination > li > span[data-v-76c43a7f]:hover, .pagination > li > a[data-v-76c43a7f]:focus, .pagination > li > span[data-v-76c43a7f]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-76c43a7f], .pagination > .active > span[data-v-76c43a7f], .pagination > .active > a[data-v-76c43a7f]:hover, .pagination > .active > span[data-v-76c43a7f]:hover, .pagination > .active > a[data-v-76c43a7f]:focus, .pagination > .active > span[data-v-76c43a7f]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-76c43a7f] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-76c43a7f]:hover, .pagination > .disabled > span[data-v-76c43a7f]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-76c43a7f] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-76c43a7f]:hover, .pagination > .disabled > a[data-v-76c43a7f]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-76c43a7f], .pagination-lg > li > span[data-v-76c43a7f] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-76c43a7f], .pagination-lg > li:first-child > span[data-v-76c43a7f] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-76c43a7f], .pagination-lg > li:last-child > span[data-v-76c43a7f] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-76c43a7f], .pagination-sm > li > span[data-v-76c43a7f] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-76c43a7f], .pagination-sm > li:first-child > span[data-v-76c43a7f] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-76c43a7f], .pagination-sm > li:last-child > span[data-v-76c43a7f] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-76c43a7f] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-76c43a7f] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-76c43a7f] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-76c43a7f] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-76c43a7f] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-76c43a7f] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-76c43a7f] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-76c43a7f]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-76c43a7f] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-76c43a7f]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-76c43a7f] {
  overflow: unset !important;
}
.btn-shadow[data-v-76c43a7f] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-76c43a7f] {
  margin-left: 0px;
}
.reset-button[data-v-76c43a7f] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-76c43a7f] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-76c43a7f]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-76c43a7f] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-76c43a7f] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-76c43a7f],
.btn-finalize[data-v-76c43a7f] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-76c43a7f] {
  right: 7px;
}
.btn-finalize[data-v-76c43a7f] {
  left: 7px;
}
.tab-counter[data-v-76c43a7f] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-76c43a7f] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-76c43a7f] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-76c43a7f] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-76c43a7f] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-76c43a7f] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-76c43a7f] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-76c43a7f] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-76c43a7f] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-76c43a7f] {
  transition: 0.5s;
}
.tab[data-v-76c43a7f]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-76c43a7f] {
  color: #2980b9;
}
.tab.active[data-v-76c43a7f]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-76c43a7f] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-76c43a7f] {
  width: 220px;
}
.badge-display[data-v-76c43a7f], .badge-display2[data-v-76c43a7f] {
  min-width: 224px;
}
.my-badge[data-v-76c43a7f] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-76c43a7f] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-76c43a7f] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-76c43a7f] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-76c43a7f] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-76c43a7f] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-76c43a7f] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-76c43a7f] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-76c43a7f] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-76c43a7f] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-76c43a7f] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-76c43a7f] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-76c43a7f] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-76c43a7f] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-76c43a7f] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-76c43a7f] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-76c43a7f] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-76c43a7f] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-76c43a7f] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-76c43a7f] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-76c43a7f] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-76c43a7f] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-76c43a7f] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-76c43a7f] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-76c43a7f] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-76c43a7f] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-76c43a7f] {
  flex-wrap: wrap;
}
.vueperslide[data-v-76c43a7f] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-76c43a7f] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-76c43a7f] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-76c43a7f] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-76c43a7f] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-76c43a7f] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-76c43a7f] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-76c43a7f] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-76c43a7f] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-76c43a7f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-76c43a7f] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-76c43a7f] {
  width: 100%;
}
.img-product-detail[data-v-76c43a7f] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-76c43a7f] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-76c43a7f] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-76c43a7f] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-76c43a7f] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-76c43a7f] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-76c43a7f] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-76c43a7f] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-76c43a7f] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-76c43a7f] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-76c43a7f] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-76c43a7f] {
  text-align: center;
}
.modal-enter[data-v-76c43a7f], .modal-leave-active[data-v-76c43a7f] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-76c43a7f], .modal-leave-active .modal-container[data-v-76c43a7f] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-76c43a7f] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-76c43a7f] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-76c43a7f] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-76c43a7f] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-76c43a7f] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-76c43a7f]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-76c43a7f] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-76c43a7f] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-76c43a7f] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-76c43a7f]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-76c43a7f] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-76c43a7f] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-76c43a7f] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-76c43a7f]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-76c43a7f] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-76c43a7f] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-76c43a7f] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-76c43a7f]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-76c43a7f] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-76c43a7f] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-76c43a7f] {
  display: none;
}
.vdp-datepicker input[data-v-76c43a7f] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-76c43a7f]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-76c43a7f] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-76c43a7f] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-76c43a7f ease-in-out infinite;
}
.vue-treeselect__control[data-v-76c43a7f] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-76c43a7f] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-76c43a7f] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-76c43a7f] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-76c43a7f] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-76c43a7f] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-76c43a7f] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-76c43a7f] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-76c43a7f {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-76c43a7f {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-76c43a7f {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-76c43a7f {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-76c43a7f {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-76c43a7f {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-76c43a7f],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-76c43a7f] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-76c43a7f] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-76c43a7f] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-76c43a7f],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-76c43a7f] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-76c43a7f] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-76c43a7f] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-76c43a7f] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-76c43a7f],
.vue-treeselect span[data-v-76c43a7f] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-76c43a7f] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-76c43a7f] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-76c43a7f]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-76c43a7f] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-76c43a7f] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-76c43a7f],
.vue-treeselect__control[data-v-76c43a7f]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-76c43a7f] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-76c43a7f] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-76c43a7f],
.vue-treeselect__multi-value[data-v-76c43a7f] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-76c43a7f] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-76c43a7f] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-76c43a7f] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-76c43a7f] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-76c43a7f],
.vue-treeselect__single-value[data-v-76c43a7f] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-76c43a7f] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-76c43a7f] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-76c43a7f] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-76c43a7f] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-76c43a7f] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-76c43a7f]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-76c43a7f] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-76c43a7f] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-76c43a7f],
.vue-treeselect__multi-value-label[data-v-76c43a7f] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-76c43a7f] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-76c43a7f] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-76c43a7f],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-76c43a7f] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-76c43a7f] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-76c43a7f] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-76c43a7f] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-76c43a7f] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-76c43a7f] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-76c43a7f] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-76c43a7f] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-76c43a7f] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-76c43a7f] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-76c43a7f] {
  display: none;
}
.vue-treeselect__input[data-v-76c43a7f],
.vue-treeselect__sizer[data-v-76c43a7f] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-76c43a7f] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-76c43a7f]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-76c43a7f] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-76c43a7f] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-76c43a7f] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-76c43a7f] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-76c43a7f cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-76c43a7f cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-76c43a7f]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-76c43a7f] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-76c43a7f] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-76c43a7f] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-76c43a7f] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-76c43a7f] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-76c43a7f] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-76c43a7f] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-76c43a7f] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-76c43a7f] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-76c43a7f] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-76c43a7f] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-76c43a7f] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-76c43a7f]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-76c43a7f] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-76c43a7f],
.vue-treeselect__option-arrow-placeholder[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-76c43a7f] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-76c43a7f] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-76c43a7f],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-76c43a7f] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-76c43a7f] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-76c43a7f] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-76c43a7f] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-76c43a7f] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-76c43a7f] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-76c43a7f],
.vue-treeselect__minus-mark[data-v-76c43a7f] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-76c43a7f] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-76c43a7f] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76c43a7f] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-76c43a7f] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-76c43a7f] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76c43a7f] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-76c43a7f] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-76c43a7f] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-76c43a7f] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-76c43a7f] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-76c43a7f] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-76c43a7f] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-76c43a7f] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-76c43a7f] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-76c43a7f] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-76c43a7f] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-76c43a7f] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-76c43a7f] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-76c43a7f] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-76c43a7f] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-76c43a7f] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-76c43a7f] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-76c43a7f]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-76c43a7f] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-76c43a7f]::before,
.vue-treeselect__icon-error[data-v-76c43a7f]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-76c43a7f]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-76c43a7f]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-76c43a7f] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-76c43a7f linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-76c43a7f linear infinite;
}
.vue-treeselect__icon-loader[data-v-76c43a7f]::before,
.vue-treeselect__icon-loader[data-v-76c43a7f]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-76c43a7f ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-76c43a7f ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-76c43a7f]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-76c43a7f]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-76c43a7f],
.vac-loader-wrapper[data-v-76c43a7f] {
  display: none !important;
}
.vac-room-name[data-v-76c43a7f] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-76c43a7f] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-76c43a7f] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-76c43a7f] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-76c43a7f] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-76c43a7f] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-76c43a7f] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-76c43a7f] {
  min-height: 24px !important;
}
.tagWarn[data-v-76c43a7f] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-76c43a7f]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-76c43a7f] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-76c43a7f]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-76c43a7f]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-76c43a7f] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-76c43a7f] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-76c43a7f] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-76c43a7f] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-76c43a7f]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-76c43a7f] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-76c43a7f]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-76c43a7f] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-76c43a7f] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-76c43a7f] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-76c43a7f]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-76c43a7f] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-76c43a7f]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-76c43a7f] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-76c43a7f]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-76c43a7f]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-76c43a7f] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-76c43a7f] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-76c43a7f] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-76c43a7f]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-76c43a7f] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-76c43a7f] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-76c43a7f] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-76c43a7f]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-76c43a7f] {
  font-size: 1.15em;
}
.my-select[data-v-76c43a7f] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-76c43a7f] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-76c43a7f] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-76c43a7f] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-76c43a7f] {
  width: 160px;
}
.my-select[data-v-76c43a7f] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-76c43a7f] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-76c43a7f] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-76c43a7f] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-76c43a7f] {
  width: 160px;
}
.input-cupon[data-v-76c43a7f] {
  display: flex;
}
.input-cupon > div > span[data-v-76c43a7f] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-76c43a7f] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-76c43a7f] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-76c43a7f]:not(:checked),
input[type=checkbox].check[data-v-76c43a7f]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-76c43a7f],
input[type=checkbox].check:checked + label[data-v-76c43a7f] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-76c43a7f]:before,
input[type=checkbox].check:checked + label[data-v-76c43a7f]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-76c43a7f]:after,
input[type=checkbox].check:checked + label[data-v-76c43a7f]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-76c43a7f]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-76c43a7f]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-76c43a7f]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-76c43a7f]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-76c43a7f]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-76c43a7f] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-76c43a7f]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-76c43a7f]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-76c43a7f] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-76c43a7f] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-76c43a7f] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-76c43a7f] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-76c43a7f] {
  opacity: 1;
}
.multiselect__tag[data-v-76c43a7f] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-76c43a7f] {
  background: #2AA186 !important;
}
.multiselect[data-v-76c43a7f] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-76c43a7f]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-76c43a7f] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-76c43a7f] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-76c43a7f]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-76c43a7f]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-76c43a7f]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-76c43a7f]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-76c43a7f] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-76c43a7f] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-76c43a7f] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-76c43a7f] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76c43a7f] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-76c43a7f] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76c43a7f]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76c43a7f]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-76c43a7f]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-76c43a7f] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-76c43a7f] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-76c43a7f] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-76c43a7f] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-76c43a7f]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-76c43a7f] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-76c43a7f] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-76c43a7f] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-76c43a7f] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-76c43a7f] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76c43a7f] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76c43a7f]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-76c43a7f] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-76c43a7f] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-76c43a7f], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-76c43a7f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-76c43a7f] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-76c43a7f] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-76c43a7f], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-76c43a7f] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-76c43a7f], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-76c43a7f] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-76c43a7f]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-76c43a7f]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-76c43a7f] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-76c43a7f] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-76c43a7f] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-76c43a7f] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-76c43a7f] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-76c43a7f] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-76c43a7f] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-76c43a7f] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-76c43a7f] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-76c43a7f] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-76c43a7f] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-76c43a7f] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-76c43a7f] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-76c43a7f] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-76c43a7f] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-76c43a7f]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-76c43a7f] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-76c43a7f] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-76c43a7f] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-76c43a7f] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-76c43a7f] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-76c43a7f] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-76c43a7f] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-76c43a7f] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-76c43a7f], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-76c43a7f] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-76c43a7f] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-76c43a7f] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-76c43a7f] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-76c43a7f] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-76c43a7f] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-76c43a7f] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-76c43a7f] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-76c43a7f], .v3-emoji-picker .v3-header[data-v-76c43a7f] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-76c43a7f] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-76c43a7f] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-76c43a7f] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-76c43a7f]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-76c43a7f], .v3-emoji-picker .v3-skin-tones[data-v-76c43a7f] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-76c43a7f]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-76c43a7f] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-76c43a7f] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-76c43a7f] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-76c43a7f], body[data-v-76c43a7f] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-76c43a7f], body.home[data-v-76c43a7f] {
  background-color: #fff;
}
[data-v-76c43a7f]:focus {
  outline: none !important;
}
a[data-v-76c43a7f] {
  text-decoration: none;
}
a[data-v-76c43a7f]:hover,
a[data-v-76c43a7f]:focus {
  text-decoration: none;
}
img[data-v-76c43a7f] {
  border: 0;
}
textarea[data-v-76c43a7f] {
  resize: none;
}
h1[data-v-76c43a7f],
h2[data-v-76c43a7f],
h3[data-v-76c43a7f],
h4[data-v-76c43a7f],
h5[data-v-76c43a7f],
h6[data-v-76c43a7f] {
  font-weight: bold;
}
.modal_search__flex__input[data-v-76c43a7f] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal_search__flex__input p[data-v-76c43a7f] {
  font-size: 18px;
  font-weight: 400;
}
.modal_search__flex__input input[data-v-76c43a7f] {
  height: 50px;
  width: 85px;
  border-radius: 3px;
  text-align: center;
  color: #405367;
  font-size: 18px;
}
.modal_search__flex__input input[data-v-76c43a7f]::-webkit-outer-spin-button, .modal_search__flex__input input[data-v-76c43a7f]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-v-c79b931d]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-c79b931d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-c79b931d] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-c79b931d] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-c79b931d] {
  width: 100%;
}
.home-icon img[data-v-c79b931d] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-c79b931d] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-c79b931d] {
  line-height: 30px;
}
.list-style-none[data-v-c79b931d] {
  list-style: none;
}
.burger-menu[data-v-c79b931d] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-c79b931d] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-c79b931d] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-c79b931d] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-c79b931d] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-c79b931d] {
  position: relative;
}
.card-product .my-close[data-v-c79b931d] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-c79b931d] {
  margin: 0;
}
.filtro-form input[data-v-c79b931d] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-c79b931d] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-c79b931d] {
  padding: 20px 0 0;
}
.img-tiny[data-v-c79b931d] {
  width: 80px;
}
.img-item img[data-v-c79b931d] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-c79b931d] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-c79b931d] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-c79b931d]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-c79b931d] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-c79b931d] {
  margin-left: 10px;
}
.notifications section[data-v-c79b931d] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-c79b931d] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-c79b931d] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-c79b931d],
.list-complete-leave-to[data-v-c79b931d] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-c79b931d] {
  position: absolute;
}
#_op_data_r[data-v-c79b931d],
#_op_data_antifraud[data-v-c79b931d] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-c79b931d],
iframe#_op_data_antifraud[data-v-c79b931d],
iframe#device_profile[data-v-c79b931d],
iframe#thm_mp_cntnr[data-v-c79b931d] {
  position: absolute !important;
}
iframe[data-v-c79b931d] {
  background: #fff !important;
}
.main-content[data-v-c79b931d] {
  padding-top: 30px;
}
.card-contactStory[data-v-c79b931d] {
  width: 93vw;
}
.card-contactStory img[data-v-c79b931d] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-c79b931d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-c79b931d] {
  width: 280px;
}
.dropped[data-v-c79b931d] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-c79b931d] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-c79b931d]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-c79b931d] {
  display: block !important;
}
.dropped .dropdown a[data-v-c79b931d] {
  color: #fff;
}
.dropped .dropdown a[data-v-c79b931d]:hover {
  text-decoration: underline;
}
.line-height25[data-v-c79b931d] {
  line-height: 25px;
}
aside[data-v-c79b931d] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-c79b931d] {
  height: 100vh;
}
.my-header[data-v-c79b931d] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-c79b931d] {
  position: inherit !important;
}
.my-header-menu[data-v-c79b931d] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-c79b931d] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-c79b931d]:hover {
  background: hannah;
}
.menu-api-activate[data-v-c79b931d] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-c79b931d] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-c79b931d] {
  position: relative;
}
.menu-api-item a[data-v-c79b931d]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-c79b931d] {
  padding: 0 !important;
}
.card-product[data-v-c79b931d] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-c79b931d] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-c79b931d] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-c79b931d] {
  margin: 0;
}
.sticky-home[data-v-c79b931d] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-c79b931d] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-c79b931d]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-c79b931d] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-c79b931d]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-c79b931d] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-c79b931d]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-c79b931d] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-c79b931d] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-c79b931d] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-c79b931d]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-c79b931d] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-c79b931d] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-c79b931d] {
  display: block !important;
}
.leftPositionSubMenu[data-v-c79b931d] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-c79b931d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-c79b931d],
.circle-toggle-box[data-v-c79b931d] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-c79b931d] {
  left: 44px !important;
}
.triangleStatus[data-v-c79b931d]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-c79b931d] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-c79b931d] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-c79b931d] {
  overflow: visible !important;
}
.width-max80[data-v-c79b931d] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-c79b931d] {
  display: flex !important;
}
.flex-none[data-v-c79b931d] {
  flex: none;
}
.flex-nowrap[data-v-c79b931d] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-c79b931d] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-c79b931d] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-c79b931d] {
  flex-direction: column;
}
.flex-col-row[data-v-c79b931d] {
  flex-direction: column;
}
.flex-row[data-v-c79b931d] {
  flex-direction: row;
}
.flex-between-align[data-v-c79b931d] {
  align-content: space-between;
}
.flex-middle[data-v-c79b931d] {
  align-items: center;
}
.flex-bottom[data-v-c79b931d] {
  align-items: flex-end;
}
.flex-between[data-v-c79b931d] {
  justify-content: space-between;
}
.flex-center[data-v-c79b931d] {
  justify-content: center;
}
.flex-right[data-v-c79b931d] {
  justify-content: flex-end;
}
.flex-left[data-v-c79b931d] {
  justify-content: flex-start;
}
.flex-evenly[data-v-c79b931d] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-c79b931d] {
  flex-grow: 1;
}
.flex-grow-2[data-v-c79b931d] {
  flex-grow: 2;
}
.flex-grow-3[data-v-c79b931d] {
  flex-grow: 3;
}
.flex-grow-4[data-v-c79b931d] {
  flex-grow: 4;
}
.flex-grow-5[data-v-c79b931d] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-c79b931d] {
  align-items: flex-start;
}
.flex800[data-v-c79b931d] {
  display: none;
}
.flexc-flex[data-v-c79b931d] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-c79b931d] {
  display: none;
}
.flex-display-50-10[data-v-c79b931d] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-c79b931d] {
  display: none;
}
.show760[data-v-c79b931d] {
  display: none;
}
.hide[data-v-c79b931d] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-c79b931d] {
    display: block !important;
}
.badge-display[data-v-c79b931d] {
    display: none;
}
.badge-display2[data-v-c79b931d] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-c79b931d] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-c79b931d] {
    display: block;
}
.badge-display2[data-v-c79b931d] {
    display: none;
}
.fix-width[data-v-c79b931d] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-c79b931d] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-c79b931d] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-c79b931d] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-c79b931d] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-c79b931d] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-c79b931d] {
    width: 50%;
}
.width100-40[data-v-c79b931d] {
    width: 40%;
}
.show600[data-v-c79b931d] {
    display: block;
}
.width-controll-btn-typeweek[data-v-c79b931d] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-c79b931d] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-c79b931d] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-c79b931d] {
    width: 220px !important;
}
.leftPositionControl[data-v-c79b931d] {
    left: -40px !important;
}
.container-tipo-envio[data-v-c79b931d] {
    display: flex;
}
.width-controll-buys-item[data-v-c79b931d] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-c79b931d] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-c79b931d] {
    top: 380px !important;
}
.my-header-menu[data-v-c79b931d] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-c79b931d] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-c79b931d] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-c79b931d] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-c79b931d] {
    min-width: 400px;
}
.cart-btn-add[data-v-c79b931d] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-c79b931d] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-c79b931d] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-c79b931d] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-c79b931d] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-c79b931d] {
    justify-content: left;
}
.flex-mid[data-v-c79b931d] {
    display: flex !important;
}
.msg-stock[data-v-c79b931d] {
    padding: 10px 0 0;
}
.counter-cart[data-v-c79b931d] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-c79b931d] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-c79b931d] {
    display: none;
}
.badge-display2[data-v-c79b931d] {
    display: block;
}
.show760[data-v-c79b931d] {
    display: block;
}
.hide760[data-v-c79b931d] {
    display: none;
}
.grid-products[data-v-c79b931d] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-c79b931d] {
    margin: auto;
}
.mr-h[data-v-c79b931d] {
    margin: auto;
}
.width-control-otherProducts[data-v-c79b931d] {
    width: 170px !important;
}
.leftPositionControl[data-v-c79b931d] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-c79b931d] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-c79b931d] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-c79b931d] {
    width: 30vw !important;
}
.product-item[data-v-c79b931d] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-c79b931d] {
    width: 90% !important;
}
.my-container[data-v-c79b931d] {
    width: 680px !important;
}
.login[data-v-c79b931d] {
    width: 310px !important;
}
.width-cuotas-control[data-v-c79b931d] {
    width: 278px !important;
}
.flexc-flex[data-v-c79b931d] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-c79b931d] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-c79b931d] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-c79b931d] {
    height: 140px;
}
.width-control-input-chat[data-v-c79b931d] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-c79b931d] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-c79b931d] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-c79b931d] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-c79b931d] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-c79b931d] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-c79b931d] {
    width: 270px !important;
}
.leftPositionControl[data-v-c79b931d] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-c79b931d] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-c79b931d] {
    width: 17vw !important;
}
.filters-wrap[data-v-c79b931d] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-c79b931d] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-c79b931d] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-c79b931d] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-c79b931d] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-c79b931d] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-c79b931d] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-c79b931d] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-c79b931d]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-c79b931d] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-c79b931d] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-c79b931d]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-c79b931d] {
    max-width: 330px !important;
}
.iterable-box[data-v-c79b931d] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-c79b931d] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-c79b931d] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-c79b931d] {
    width: 160px !important;
}
.my-container[data-v-c79b931d] {
    width: 800px !important;
}
.search-btn-box[data-v-c79b931d] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-c79b931d] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-c79b931d] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-c79b931d] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-c79b931d] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-c79b931d] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-c79b931d] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-c79b931d] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-c79b931d] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-c79b931d] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-c79b931d] {
    width: 280px !important;
}
.width300-desktop[data-v-c79b931d] {
    width: 300px !important;
}
.concept-item-stats[data-v-c79b931d] {
    width: 80%;
}
.widthHalf-desktop[data-v-c79b931d] {
    width: 50% !important;
}
.column-desktop[data-v-c79b931d] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-c79b931d] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-c79b931d] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-c79b931d] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-c79b931d],
.flex-desktop[data-v-c79b931d] {
    display: flex !important;
}
.block-desktop[data-v-c79b931d] {
    display: block !important;
}
.hide-desktop[data-v-c79b931d] {
    display: none !important;
}
.fixButton[data-v-c79b931d] {
    top: -20px;
}
.width-cuotas-control[data-v-c79b931d] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-c79b931d] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-c79b931d] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-c79b931d] {
    display: none !important;
}
.bottom10-desktop[data-v-c79b931d] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-c79b931d] {
    left: -125px !important;
}
.grid-products[data-v-c79b931d] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-c79b931d] {
    width: 1000px !important;
}
.showFullDesktop[data-v-c79b931d] {
    display: block !important;
}
.leftPositionControl[data-v-c79b931d] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-c79b931d] {
    display: none !important;
}
.show-only-desktop[data-v-c79b931d] {
    display: flex !important;
}
.leftPositionControl[data-v-c79b931d] {
    left: -260px !important;
}
.catalog-container[data-v-c79b931d] {
    margin: unset;
}
.carrito-catalog[data-v-c79b931d] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-c79b931d] {
    left: -280px !important;
}
}
.grid-container[data-v-c79b931d] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-c79b931d] {
  grid-column: span 1;
}
.grid-item-1[data-v-c79b931d] {
  grid-column: span 1;
}
.grid-item-2[data-v-c79b931d] {
  grid-column: span 2;
}
.grid-item-3[data-v-c79b931d] {
  grid-column: span 3;
}
.grid-item-4[data-v-c79b931d] {
  grid-column: span 4;
}
.grid-item-5[data-v-c79b931d] {
  grid-column: span 5;
}
.grid-item-6[data-v-c79b931d] {
  grid-column: span 6;
}
.grid-item-7[data-v-c79b931d] {
  grid-column: span 7;
}
.grid-item-8[data-v-c79b931d] {
  grid-column: span 8;
}
.grid-item-9[data-v-c79b931d] {
  grid-column: span 9;
}
.grid-item-10[data-v-c79b931d] {
  grid-column: span 10;
}
.grid-item-11[data-v-c79b931d] {
  grid-column: span 11;
}
.grid-item-12[data-v-c79b931d] {
  grid-column: span 12;
}
.grid-cart[data-v-c79b931d] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-c79b931d] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-c79b931d] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-c79b931d] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-c79b931d] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-c79b931d] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-c79b931d] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-c79b931d] {
  gap: 10px;
}
.gap20[data-v-c79b931d] {
  gap: 20px;
}
.grid-box[data-v-c79b931d] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-c79b931d] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-c79b931d] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-c79b931d],
.grid-3 div[data-v-c79b931d],
.grid-4 div[data-v-c79b931d] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-c79b931d] {
  background: #fff;
}
.grid-item-odd[data-v-c79b931d]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-c79b931d] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-c79b931d] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-c79b931d] {
  max-width: 350px;
}
.margin0[data-v-c79b931d] {
  margin: 0 !important;
}
.margin0-5[data-v-c79b931d] {
  margin: 0 5px;
}
.margin10-0[data-v-c79b931d] {
  margin: 10px 0;
}
.margin10-5[data-v-c79b931d] {
  margin: 10px 5px;
}
.margin0-10[data-v-c79b931d] {
  margin: 0 10px;
}
.margin0-15[data-v-c79b931d] {
  margin: 0 15px;
}
.margin15-0[data-v-c79b931d] {
  margin: 15px 0px;
}
.margin20-0[data-v-c79b931d] {
  margin: 20px 0;
}
.margin20-10[data-v-c79b931d] {
  margin: 20px 10px;
}
.margin30-0[data-v-c79b931d] {
  margin: 30px 0;
}
.margin40-0[data-v-c79b931d] {
  margin: 40px 0;
}
.margin20-40[data-v-c79b931d] {
  margin: 20px 40px;
}
.margin0-20[data-v-c79b931d] {
  margin: 0 20px;
}
.margin5[data-v-c79b931d] {
  margin: 5px;
}
.margin5-0[data-v-c79b931d] {
  margin: 5px 0;
}
.margin10[data-v-c79b931d] {
  margin: 10px;
}
.margin10-20[data-v-c79b931d] {
  margin: 10px 20px;
}
.margin15[data-v-c79b931d] {
  margin: 15px;
}
.margin20[data-v-c79b931d] {
  margin: 20px;
}
.margin30[data-v-c79b931d] {
  margin: 30px;
}
.margin50[data-v-c79b931d] {
  margin: 50px;
}
.margin-right-auto[data-v-c79b931d] {
  margin-right: auto;
}
.margin-left-auto[data-v-c79b931d] {
  margin-left: auto;
}
.ml-h[data-v-c79b931d] {
  margin-left: auto;
}
.mr-h[data-v-c79b931d] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-c79b931d] {
  margin-bottom: 5px;
}
.margin-top5[data-v-c79b931d] {
  margin-top: 5px !important;
}
.margin-top10[data-v-c79b931d] {
  margin-top: 10px !important;
}
.margin-top15[data-v-c79b931d] {
  margin-top: 15px !important;
}
.margin-top20[data-v-c79b931d] {
  margin-top: 20px !important;
}
.margin-top30[data-v-c79b931d] {
  margin-top: 30px !important;
}
.margin-top35[data-v-c79b931d] {
  margin-top: 35px !important;
}
.margin-top40[data-v-c79b931d] {
  margin-top: 40px !important;
}
.margin-top50[data-v-c79b931d] {
  margin-top: 50px !important;
}
.margin-top60[data-v-c79b931d] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-c79b931d] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-c79b931d] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-c79b931d] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-c79b931d] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-c79b931d] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-c79b931d] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-c79b931d] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-c79b931d] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-c79b931d] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-c79b931d] {
  margin-left: 5px !important;
}
.margin-left10[data-v-c79b931d] {
  margin-left: 10px !important;
}
.margin-left15[data-v-c79b931d] {
  margin-left: 15px !important;
}
.margin-left20[data-v-c79b931d] {
  margin-left: 20px !important;
}
.margin-left30[data-v-c79b931d] {
  margin-left: 30px !important;
}
.margin-left35[data-v-c79b931d] {
  margin-left: 35px !important;
}
.margin-left40[data-v-c79b931d] {
  margin-left: 40px !important;
}
.margin-left50[data-v-c79b931d] {
  margin-left: 50px !important;
}
.margin-left60[data-v-c79b931d] {
  margin-left: 60px !important;
}
.margin-right5[data-v-c79b931d] {
  margin-right: 5px !important;
}
.margin-right10[data-v-c79b931d] {
  margin-right: 10px !important;
}
.margin-right15[data-v-c79b931d] {
  margin-right: 15px !important;
}
.margin-right20[data-v-c79b931d] {
  margin-right: 20px !important;
}
.margin-right30[data-v-c79b931d] {
  margin-right: 30px !important;
}
.margin-right35[data-v-c79b931d] {
  margin-right: 35px !important;
}
.margin-right40[data-v-c79b931d] {
  margin-right: 40px !important;
}
.margin-right50[data-v-c79b931d] {
  margin-right: 50px !important;
}
.margin-right60[data-v-c79b931d] {
  margin-right: 60px !important;
}
.my-5[data-v-c79b931d] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-c79b931d] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-c79b931d] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-c79b931d] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-c79b931d] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-c79b931d] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-c79b931d] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-c79b931d] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-c79b931d] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-c79b931d] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-c79b931d] {
  padding: 0 !important;
}
.padding5[data-v-c79b931d] {
  padding: 5px;
}
.padding10[data-v-c79b931d] {
  padding: 10px;
}
.padding15[data-v-c79b931d] {
  padding: 15px;
}
.padding20[data-v-c79b931d] {
  padding: 20px;
}
.padding30[data-v-c79b931d] {
  padding: 30px;
}
.padding40[data-v-c79b931d] {
  padding: 40px;
}
.padding40-0[data-v-c79b931d] {
  padding: 40px 0;
}
.padding-left5[data-v-c79b931d] {
  padding-left: 5px;
}
.padding-left10[data-v-c79b931d] {
  padding-left: 10px;
}
.padding-left15[data-v-c79b931d] {
  padding-left: 15px;
}
.padding-left20[data-v-c79b931d] {
  padding-left: 20px;
}
.padding-right5[data-v-c79b931d] {
  padding-right: 5px;
}
.padding-right10[data-v-c79b931d] {
  padding-right: 10px;
}
.padding-right15[data-v-c79b931d] {
  padding-right: 15px;
}
.padding-right20[data-v-c79b931d] {
  padding-right: 20px;
}
.padding-right30[data-v-c79b931d] {
  padding-right: 30px;
}
.padding-right40[data-v-c79b931d] {
  padding-right: 40px;
}
.padding-top0[data-v-c79b931d] {
  padding-top: 0px;
}
.padding-top5[data-v-c79b931d] {
  padding-top: 5px;
}
.padding-top10[data-v-c79b931d] {
  padding-top: 10px;
}
.padding-top15[data-v-c79b931d] {
  padding-top: 15px;
}
.padding-top20[data-v-c79b931d] {
  padding-top: 20px;
}
.padding-top30[data-v-c79b931d] {
  padding-top: 30px;
}
.padding-top50[data-v-c79b931d] {
  padding-top: 50px;
}
.padding-top60[data-v-c79b931d] {
  padding-top: 60px;
}
.padding-top70[data-v-c79b931d] {
  padding-top: 70px;
}
.padding-top90[data-v-c79b931d] {
  padding-top: 90px;
}
.padding-top100[data-v-c79b931d] {
  padding-top: 100px;
}
.padding-top120[data-v-c79b931d] {
  padding-top: 120px;
}
.padding-top180[data-v-c79b931d] {
  padding-top: 180px;
}
.padding-bottom0[data-v-c79b931d] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-c79b931d] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-c79b931d] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-c79b931d] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-c79b931d] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-c79b931d] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-c79b931d] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-c79b931d] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-c79b931d] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-c79b931d] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-c79b931d] {
  padding-bottom: 240px;
}
.padding10-0[data-v-c79b931d] {
  padding: 10px 0;
}
.padding10-5[data-v-c79b931d] {
  padding: 10px 5px;
}
.padding0-5[data-v-c79b931d] {
  padding: 0 5px;
}
.padding0-10[data-v-c79b931d] {
  padding: 0 10px;
}
.padding0-15[data-v-c79b931d] {
  padding: 0 15px;
}
.padding20-0[data-v-c79b931d] {
  padding: 20px 0;
}
.padding20-10[data-v-c79b931d] {
  padding: 20px 10px;
}
.padding15-20[data-v-c79b931d] {
  padding: 15px 20px;
}
.padding15-0[data-v-c79b931d] {
  padding: 15px 0px;
}
.padding20-5[data-v-c79b931d] {
  padding: 20px 5px;
}
.padding0-20[data-v-c79b931d] {
  padding: 0 20px;
}
.padding5-20[data-v-c79b931d] {
  padding: 5px 20px;
}
.padding5-15[data-v-c79b931d] {
  padding: 5px 15px;
}
.padding5-10[data-v-c79b931d] {
  padding: 5px 10px;
}
.padding15-10[data-v-c79b931d] {
  padding: 15px 10px;
}
.padding1em[data-v-c79b931d] {
  padding: 1em;
}
.padding10-20[data-v-c79b931d] {
  padding: 10px 20px;
}
.padding5-0[data-v-c79b931d] {
  padding: 5px 0;
}
.padding30-10[data-v-c79b931d] {
  padding: 30px 10px;
}
.px-5[data-v-c79b931d] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-c79b931d] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-c79b931d] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-c79b931d] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-c79b931d] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-c79b931d] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-c79b931d] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-c79b931d] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-c79b931d] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-c79b931d] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-c79b931d] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-c79b931d] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-c79b931d] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-c79b931d] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-c79b931d] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-c79b931d] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-c79b931d] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-c79b931d] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-c79b931d] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-c79b931d] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-c79b931d] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-c79b931d] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-c79b931d] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-c79b931d] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-c79b931d] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-c79b931d] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-c79b931d] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-c79b931d] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-c79b931d]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-c79b931d] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-c79b931d]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-c79b931d] {
  border: 0 !important;
}
.borderRed[data-v-c79b931d] {
  border-color: #f00 !important;
}
.border-aside[data-v-c79b931d] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-c79b931d] {
  border: none;
}
.borderLightgray[data-v-c79b931d] {
  border: 1px solid lightgray;
}
.borderGray[data-v-c79b931d] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-c79b931d] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-c79b931d] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-c79b931d] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-c79b931d] {
  border: 1px solid #fff;
}
.border2green[data-v-c79b931d] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-c79b931d] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-c79b931d] {
  border: 2px solid #fff;
}
.border2gold[data-v-c79b931d] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-c79b931d] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-c79b931d] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-c79b931d] {
  border-color: #d42717 !important;
}
.border1green[data-v-c79b931d] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-c79b931d] {
  border-color: #f00 !important;
}
.border-fixed[data-v-c79b931d] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-c79b931d] {
  border-radius: 40px;
}
.radius30[data-v-c79b931d] {
  border-radius: 30px;
}
.radius20[data-v-c79b931d] {
  border-radius: 20px;
}
.radius15[data-v-c79b931d] {
  border-radius: 15px;
}
.radius8[data-v-c79b931d] {
  border-radius: 8px;
}
.radius3[data-v-c79b931d] {
  border-radius: 3px !important;
}
.rounded[data-v-c79b931d] {
  border-radius: 50%;
}
.rounded5[data-v-c79b931d] {
  border-radius: 5px;
}
.round10[data-v-c79b931d] {
  border-radius: 10px;
}
.box-border[data-v-c79b931d] {
  box-sizing: border-box;
}
.text-center[data-v-c79b931d] {
  text-align: center;
}
.text-right[data-v-c79b931d] {
  text-align: right;
}
.text-left[data-v-c79b931d] {
  text-align: left;
}
.text-lowercase[data-v-c79b931d] {
  text-transform: lowercase;
}
.text-uppercase[data-v-c79b931d] {
  text-transform: uppercase;
}
.text-capitalize[data-v-c79b931d] {
  text-transform: capitalize !important;
}
.text-none[data-v-c79b931d] {
  text-transform: none;
}
.text-ellipsis[data-v-c79b931d] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-c79b931d] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-c79b931d]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-c79b931d] {
  text-decoration: underline;
}
.text-underline[data-v-c79b931d]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-c79b931d] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-c79b931d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-c79b931d] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-c79b931d] {
  word-break: break-all;
}
.font-bold[data-v-c79b931d] {
  font-weight: bold;
}
.price-through[data-v-c79b931d] {
  text-decoration: line-through;
}
.font-italic[data-v-c79b931d] {
  font-style: italic;
}
.font095em[data-v-c79b931d] {
  font-size: 0.95em;
}
.font1em[data-v-c79b931d] {
  font-size: 1em !important;
}
.font2em[data-v-c79b931d] {
  font-size: 2em;
}
.font2-2em[data-v-c79b931d] {
  font-size: 2.2em;
}
.font3em[data-v-c79b931d] {
  font-size: 3em;
}
.font4em[data-v-c79b931d] {
  font-size: 4em;
}
.font1-5em[data-v-c79b931d] {
  font-size: 1.5em;
}
.font1-7em[data-v-c79b931d] {
  font-size: 1.7em;
}
.font1-3em[data-v-c79b931d] {
  font-size: 1.3em;
}
.font1-4em[data-v-c79b931d] {
  font-size: 1.4em;
}
.font-9em[data-v-c79b931d] {
  font-size: 0.9em;
}
.font10[data-v-c79b931d] {
  font-size: 10px;
}
.font11[data-v-c79b931d] {
  font-size: 11px;
}
.font12[data-v-c79b931d] {
  font-size: 12px;
}
.font13[data-v-c79b931d] {
  font-size: 13px;
}
.font14[data-v-c79b931d] {
  font-size: 14px;
}
.font15[data-v-c79b931d] {
  font-size: 15px;
}
.font16[data-v-c79b931d] {
  font-size: 16px;
}
.font17[data-v-c79b931d] {
  font-size: 17px;
}
.font18[data-v-c79b931d] {
  font-size: 18px;
}
.font19[data-v-c79b931d] {
  font-size: 19px;
}
.font20[data-v-c79b931d] {
  font-size: 20px;
}
.font21[data-v-c79b931d] {
  font-size: 21px;
}
.font22[data-v-c79b931d] {
  font-size: 22px;
}
.font23[data-v-c79b931d] {
  font-size: 23px;
}
.font24[data-v-c79b931d] {
  font-size: 24px;
}
.font25[data-v-c79b931d] {
  font-size: 25px;
}
.font26[data-v-c79b931d] {
  font-size: 26px;
}
.font27[data-v-c79b931d] {
  font-size: 27px;
}
.font28[data-v-c79b931d] {
  font-size: 28px;
}
.font29[data-v-c79b931d] {
  font-size: 29px;
}
.font30[data-v-c79b931d] {
  font-size: 30px;
}
.font31[data-v-c79b931d] {
  font-size: 31px;
}
.font32[data-v-c79b931d] {
  font-size: 32px;
}
.font33[data-v-c79b931d] {
  font-size: 33px;
}
.font34[data-v-c79b931d] {
  font-size: 34px;
}
.font35[data-v-c79b931d] {
  font-size: 35px;
}
.font36[data-v-c79b931d] {
  font-size: 36px;
}
.font37[data-v-c79b931d] {
  font-size: 37px;
}
.font38[data-v-c79b931d] {
  font-size: 38px;
}
.font39[data-v-c79b931d] {
  font-size: 39px;
}
.font40[data-v-c79b931d] {
  font-size: 40px;
}
.font-normal[data-v-c79b931d] {
  font-weight: normal;
}
.color-white[data-v-c79b931d] {
  color: #fff;
}
.color-transparent[data-v-c79b931d] {
  color: transparent !important;
}
.color-black[data-v-c79b931d] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-c79b931d] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-c79b931d] {
  color: fuchia;
}
.color-gray[data-v-c79b931d] {
  color: #a5afb9;
}
.color-hardgray[data-v-c79b931d] {
  color: #4d5263;
}
.color-hannah[data-v-c79b931d] {
  color: #EA184D;
}
.color-lightgray[data-v-c79b931d] {
  color: #d3d3d3;
}
.color-darkblue[data-v-c79b931d] {
  color: #2c3e50;
}
.color-darkgray[data-v-c79b931d] {
  color: #757575;
}
.color-lightred[data-v-c79b931d] {
  color: #e74c3c;
}
.color-red[data-v-c79b931d] {
  color: #e74c3c;
}
.color-blue[data-v-c79b931d] {
  color: #2980b9;
}
.color-yellow[data-v-c79b931d] {
  color: #f49d1e;
}
.color-orange[data-v-c79b931d] {
  color: #ffa500;
}
.color-green[data-v-c79b931d] {
  color: #2AA186;
}
.color-gplus[data-v-c79b931d] {
  color: #d42717;
}
.back-bluelight[data-v-c79b931d] {
  background: #EBF0FF !important;
}
.back-blue[data-v-c79b931d] {
  background: #2980b9 !important;
}
.back-hannah[data-v-c79b931d] {
  background: #EA184D !important;
}
.back-purple[data-v-c79b931d] {
  background: #8e44ad;
}
.back-green[data-v-c79b931d] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-c79b931d] {
  background: #2AA186;
}
.back-yellow[data-v-c79b931d] {
  background: #f49d1e !important;
}
.back-gold[data-v-c79b931d] {
  background: #f49d1e !important;
}
.back-red[data-v-c79b931d] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-c79b931d] {
  background: #e74c3c;
}
.back-lightred[data-v-c79b931d] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-c79b931d] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-c79b931d] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-c79b931d] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-c79b931d] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-c79b931d] {
  background: #f49d1e !important;
}
.back-gplus[data-v-c79b931d] {
  background: #d42717;
}
.back-darkblue[data-v-c79b931d] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-c79b931d] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-c79b931d] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-c79b931d] {
  background: #3e3d40;
}
.back-midgray[data-v-c79b931d] {
  background: #ececec;
}
.back-gray[data-v-c79b931d] {
  background: #a5afb9;
}
.back-black[data-v-c79b931d] {
  background: #121212;
}
.back-transparent[data-v-c79b931d] {
  background: transparent;
}
.back-white[data-v-c79b931d] {
  background: #fff !important;
}
.back-white-simple[data-v-c79b931d] {
  background-color: #fff;
}
.back-lightgray[data-v-c79b931d] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-c79b931d] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-c79b931d] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-c79b931d] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-c79b931d] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-c79b931d] {
  background: #D6DFE4;
}
.bg-aside[data-v-c79b931d] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-c79b931d] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-c79b931d] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-c79b931d] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-c79b931d] {
  background: #fff;
}
.back-item-odd-white[data-v-c79b931d]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-c79b931d] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-c79b931d] {
  position: relative;
}
.absolute[data-v-c79b931d] {
  position: absolute;
}
.fixed[data-v-c79b931d] {
  position: fixed;
}
.fixed-bottom[data-v-c79b931d] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-c79b931d] {
  position: sticky;
}
.sticky.active[data-v-c79b931d] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-c79b931d] {
  bottom: 0;
}
.right0[data-v-c79b931d] {
  right: 0 !important;
}
.left0[data-v-c79b931d] {
  left: 0 !important;
}
.leftPositionControl[data-v-c79b931d] {
  left: -10px;
}
.width100-50[data-v-c79b931d] {
  width: 100%;
}
.width100-40[data-v-c79b931d] {
  width: 100%;
}
.min-width100[data-v-c79b931d] {
  min-width: 100%;
}
.min-width90[data-v-c79b931d] {
  min-width: 90%;
}
.min-width80[data-v-c79b931d] {
  min-width: 80% !important;
}
.min-width70[data-v-c79b931d] {
  min-width: 70%;
}
.min-width60[data-v-c79b931d] {
  min-width: 60%;
}
.min-width50[data-v-c79b931d] {
  max-width: 50%;
}
.min-width45[data-v-c79b931d] {
  min-width: 45%;
}
.min-width40[data-v-c79b931d] {
  min-width: 40%;
}
.min-width30[data-v-c79b931d] {
  min-width: 30%;
}
.min-width20[data-v-c79b931d] {
  min-width: 20%;
}
.min-width25[data-v-c79b931d] {
  min-width: 25%;
}
.min-width10[data-v-c79b931d] {
  min-width: 10%;
}
.width100[data-v-c79b931d] {
  width: 100%;
}
.width90[data-v-c79b931d] {
  width: 90%;
}
.width80[data-v-c79b931d] {
  width: 80% !important;
}
.width70[data-v-c79b931d] {
  width: 70%;
}
.width60[data-v-c79b931d] {
  width: 60%;
}
.width50[data-v-c79b931d] {
  width: 50%;
}
.width45[data-v-c79b931d] {
  width: 45%;
}
.width40[data-v-c79b931d] {
  width: 40%;
}
.width30[data-v-c79b931d] {
  width: 30%;
}
.width20[data-v-c79b931d] {
  width: 20%;
}
.width25[data-v-c79b931d] {
  width: 25%;
}
.width10[data-v-c79b931d] {
  width: 10%;
}
.width-min[data-v-c79b931d] {
  width: min-content;
}
.max-width800[data-v-c79b931d] {
  max-width: 800px;
}
.widthCenter[data-v-c79b931d] {
  width: 80%;
}
.max-width600[data-v-c79b931d] {
  max-width: 600px;
}
.max-width300[data-v-c79b931d] {
  max-width: 300px;
}
.widthHalf[data-v-c79b931d] {
  width: 50%;
}
.width-sellProductImg-control[data-v-c79b931d] {
  width: 150px;
}
.top-control-sellProduct[data-v-c79b931d] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-c79b931d] {
  width: 100%;
}
.width-cuotas-control-item[data-v-c79b931d] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-c79b931d] {
  width: 163px;
}
.width-control-btn-inline[data-v-c79b931d] {
  width: 195px;
}
.width-controll-buys-item[data-v-c79b931d] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-c79b931d] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-c79b931d] {
  width: 180px;
}
.width-pasarela-img-control[data-v-c79b931d] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-c79b931d] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-c79b931d] {
  width: 95%;
}
.width-pasarela[data-v-c79b931d] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-c79b931d]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-c79b931d]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-c79b931d]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-c79b931d]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-c79b931d] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-c79b931d] {
  max-height: 100%;
}
.height220[data-v-c79b931d] {
  height: 220px;
}
.height100vh[data-v-c79b931d] {
  height: 100vh !important;
}
.heightFilters[data-v-c79b931d] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-c79b931d] {
  height: 100%;
}
.height-aside[data-v-c79b931d] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-c79b931d] {
  height: 0px;
}
.heightBox[data-v-c79b931d] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-c79b931d] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-c79b931d] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-c79b931d] {
  justify-content: center;
}
.pointer[data-v-c79b931d] {
  cursor: pointer !important;
}
.cursor-move[data-v-c79b931d] {
  cursor: move !important;
}
.cursor-not[data-v-c79b931d] {
  cursor: not-allowed !important;
}
.events-none[data-v-c79b931d] {
  pointer-events: none;
}
.shadow[data-v-c79b931d] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-c79b931d] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-c79b931d] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-c79b931d] {
  transition: 0.3s;
}
.hoverShadow[data-v-c79b931d]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-c79b931d] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-c79b931d] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-c79b931d] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-c79b931d] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-c79b931d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-c79b931d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-c79b931d] {
  width: 40px;
  height: 40px;
}
.square35[data-v-c79b931d] {
  width: 35px;
  height: 35px;
}
.square30[data-v-c79b931d] {
  width: 30px;
  height: 30px;
}
.square25[data-v-c79b931d] {
  width: 25px;
  height: 25px;
}
.square12[data-v-c79b931d] {
  width: 12px;
  height: 12px;
}
.square15[data-v-c79b931d] {
  width: 15px;
  height: 15px;
}
.square17[data-v-c79b931d] {
  width: 17px;
  height: 17px;
}
.square18[data-v-c79b931d] {
  width: 18px;
  height: 18px;
}
.square20[data-v-c79b931d] {
  width: 20px;
  height: 20px;
}
.square50[data-v-c79b931d] {
  width: 50px;
  height: 50px;
}
.square70[data-v-c79b931d] {
  width: 70px;
  height: 70px;
}
.square55[data-v-c79b931d] {
  width: 55px;
  height: 55px;
}
.square100[data-v-c79b931d] {
  width: 100px;
  height: 100px;
}
.square10[data-v-c79b931d] {
  width: 10px;
  height: 10px;
}
.square200[data-v-c79b931d] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-c79b931d] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-c79b931d] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-c79b931d] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-c79b931d] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-c79b931d] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-c79b931d] {
  overflow-y: hidden;
}
.remove-scroll[data-v-c79b931d] {
  overflow-y: hidden;
}
.active-scroll[data-v-c79b931d] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-c79b931d] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-c79b931d] {
  overflow: hidden !important;
}
.overflow-auto[data-v-c79b931d] {
  overflow: auto !important;
}
.hidden[data-v-c79b931d] {
  visibility: hidden;
}
.offscreen[data-v-c79b931d] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-c79b931d] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-c79b931d] {
  opacity: 0;
}
.opacity30[data-v-c79b931d] {
  opacity: 0.3;
}
.opacity50[data-v-c79b931d] {
  opacity: 0.5;
}
.opacity70[data-v-c79b931d] {
  opacity: 0.7;
}
.opacity80[data-v-c79b931d] {
  opacity: 0.8;
}
.transition30[data-v-c79b931d] {
  transition: 0.3s;
}
.cleared[data-v-c79b931d] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-c79b931d] {
  transition: 0.1s;
}
.hover-green[data-v-c79b931d]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-c79b931d] {
  animation: aside-c79b931d 0.5s reverse;
}
.aside-leave-active[data-v-c79b931d] {
  animation: aside-c79b931d 0.5s;
}
.asideContent-enter-active[data-v-c79b931d] {
  animation: asideContent-c79b931d 0.3s reverse;
}
.asideContent-leave-active[data-v-c79b931d] {
  animation: asideContent-c79b931d 0.3s;
}
@keyframes aside-c79b931d {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-c79b931d {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-c79b931d {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-c79b931d] {
  animation: spin-c79b931d 2s infinite;
}
@keyframes spin-c79b931d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-c79b931d] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-c79b931d] {
  padding: 3px;
}
.carousel__pagination-button[data-v-c79b931d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-c79b931d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-c79b931d]::after {
  display: none !important;
}
.pagination[data-v-c79b931d] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-c79b931d] {
  display: inline;
}
.pagination > li > a[data-v-c79b931d], .pagination > li > span[data-v-c79b931d] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-c79b931d], .pagination > li:first-child > span[data-v-c79b931d] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-c79b931d], .pagination > li:last-child > span[data-v-c79b931d] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-c79b931d]:hover, .pagination > li > span[data-v-c79b931d]:hover, .pagination > li > a[data-v-c79b931d]:focus, .pagination > li > span[data-v-c79b931d]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-c79b931d], .pagination > .active > span[data-v-c79b931d], .pagination > .active > a[data-v-c79b931d]:hover, .pagination > .active > span[data-v-c79b931d]:hover, .pagination > .active > a[data-v-c79b931d]:focus, .pagination > .active > span[data-v-c79b931d]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-c79b931d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-c79b931d]:hover, .pagination > .disabled > span[data-v-c79b931d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-c79b931d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-c79b931d]:hover, .pagination > .disabled > a[data-v-c79b931d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-c79b931d], .pagination-lg > li > span[data-v-c79b931d] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-c79b931d], .pagination-lg > li:first-child > span[data-v-c79b931d] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-c79b931d], .pagination-lg > li:last-child > span[data-v-c79b931d] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-c79b931d], .pagination-sm > li > span[data-v-c79b931d] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-c79b931d], .pagination-sm > li:first-child > span[data-v-c79b931d] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-c79b931d], .pagination-sm > li:last-child > span[data-v-c79b931d] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-c79b931d] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-c79b931d] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-c79b931d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-c79b931d] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-c79b931d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-c79b931d] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-c79b931d] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-c79b931d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-c79b931d] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-c79b931d]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-c79b931d] {
  overflow: unset !important;
}
.btn-shadow[data-v-c79b931d] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-c79b931d] {
  margin-left: 0px;
}
.reset-button[data-v-c79b931d] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-c79b931d] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-c79b931d]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-c79b931d] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-c79b931d] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-c79b931d],
.btn-finalize[data-v-c79b931d] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-c79b931d] {
  right: 7px;
}
.btn-finalize[data-v-c79b931d] {
  left: 7px;
}
.tab-counter[data-v-c79b931d] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-c79b931d] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-c79b931d] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-c79b931d] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-c79b931d] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-c79b931d] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-c79b931d] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-c79b931d] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-c79b931d] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-c79b931d] {
  transition: 0.5s;
}
.tab[data-v-c79b931d]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-c79b931d] {
  color: #2980b9;
}
.tab.active[data-v-c79b931d]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-c79b931d] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-c79b931d] {
  width: 220px;
}
.badge-display[data-v-c79b931d], .badge-display2[data-v-c79b931d] {
  min-width: 224px;
}
.my-badge[data-v-c79b931d] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-c79b931d] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-c79b931d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-c79b931d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-c79b931d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-c79b931d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-c79b931d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-c79b931d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-c79b931d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-c79b931d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-c79b931d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-c79b931d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-c79b931d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-c79b931d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-c79b931d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-c79b931d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-c79b931d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-c79b931d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-c79b931d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-c79b931d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-c79b931d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-c79b931d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-c79b931d] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-c79b931d] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-c79b931d] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-c79b931d] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-c79b931d] {
  flex-wrap: wrap;
}
.vueperslide[data-v-c79b931d] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-c79b931d] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-c79b931d] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-c79b931d] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-c79b931d] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-c79b931d] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-c79b931d] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-c79b931d] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-c79b931d] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-c79b931d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-c79b931d] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-c79b931d] {
  width: 100%;
}
.img-product-detail[data-v-c79b931d] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-c79b931d] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-c79b931d] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-c79b931d] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-c79b931d] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-c79b931d] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-c79b931d] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-c79b931d] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-c79b931d] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-c79b931d] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-c79b931d] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-c79b931d] {
  text-align: center;
}
.modal-enter[data-v-c79b931d], .modal-leave-active[data-v-c79b931d] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-c79b931d], .modal-leave-active .modal-container[data-v-c79b931d] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-c79b931d] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-c79b931d] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-c79b931d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-c79b931d] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-c79b931d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-c79b931d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-c79b931d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-c79b931d] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-c79b931d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-c79b931d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-c79b931d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-c79b931d] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-c79b931d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-c79b931d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-c79b931d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-c79b931d] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-c79b931d] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-c79b931d]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-c79b931d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-c79b931d] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-c79b931d] {
  display: none;
}
.vdp-datepicker input[data-v-c79b931d] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-c79b931d]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-c79b931d] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-c79b931d] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-c79b931d ease-in-out infinite;
}
.vue-treeselect__control[data-v-c79b931d] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-c79b931d] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-c79b931d] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-c79b931d] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-c79b931d] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-c79b931d] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-c79b931d] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-c79b931d] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-c79b931d {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-c79b931d {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-c79b931d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-c79b931d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-c79b931d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-c79b931d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-c79b931d],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-c79b931d] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-c79b931d] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-c79b931d] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-c79b931d],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-c79b931d] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-c79b931d] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-c79b931d] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-c79b931d] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-c79b931d],
.vue-treeselect span[data-v-c79b931d] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-c79b931d] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-c79b931d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-c79b931d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-c79b931d] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-c79b931d] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-c79b931d],
.vue-treeselect__control[data-v-c79b931d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-c79b931d] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-c79b931d] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-c79b931d],
.vue-treeselect__multi-value[data-v-c79b931d] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-c79b931d] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-c79b931d] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-c79b931d] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-c79b931d] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-c79b931d],
.vue-treeselect__single-value[data-v-c79b931d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-c79b931d] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-c79b931d] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-c79b931d] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-c79b931d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-c79b931d] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-c79b931d]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-c79b931d] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-c79b931d] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-c79b931d],
.vue-treeselect__multi-value-label[data-v-c79b931d] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-c79b931d] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-c79b931d] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-c79b931d],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-c79b931d] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-c79b931d] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-c79b931d] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-c79b931d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-c79b931d] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-c79b931d] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-c79b931d] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-c79b931d] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-c79b931d] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-c79b931d] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-c79b931d] {
  display: none;
}
.vue-treeselect__input[data-v-c79b931d],
.vue-treeselect__sizer[data-v-c79b931d] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-c79b931d] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-c79b931d]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-c79b931d] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-c79b931d] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-c79b931d] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-c79b931d] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-c79b931d cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-c79b931d cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-c79b931d]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-c79b931d] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-c79b931d] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-c79b931d] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-c79b931d] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-c79b931d] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-c79b931d] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-c79b931d] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-c79b931d] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-c79b931d] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-c79b931d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-c79b931d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-c79b931d] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-c79b931d] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-c79b931d]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-c79b931d] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-c79b931d],
.vue-treeselect__option-arrow-placeholder[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-c79b931d] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-c79b931d] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-c79b931d],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-c79b931d] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-c79b931d] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-c79b931d] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-c79b931d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-c79b931d] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-c79b931d] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-c79b931d],
.vue-treeselect__minus-mark[data-v-c79b931d] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-c79b931d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-c79b931d] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c79b931d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-c79b931d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-c79b931d] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c79b931d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-c79b931d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-c79b931d] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-c79b931d] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-c79b931d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-c79b931d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-c79b931d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-c79b931d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-c79b931d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-c79b931d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-c79b931d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-c79b931d] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-c79b931d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-c79b931d] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-c79b931d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-c79b931d] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-c79b931d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-c79b931d]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-c79b931d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-c79b931d]::before,
.vue-treeselect__icon-error[data-v-c79b931d]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-c79b931d]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-c79b931d]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-c79b931d] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-c79b931d linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-c79b931d linear infinite;
}
.vue-treeselect__icon-loader[data-v-c79b931d]::before,
.vue-treeselect__icon-loader[data-v-c79b931d]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-c79b931d ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-c79b931d ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-c79b931d]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-c79b931d]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-c79b931d],
.vac-loader-wrapper[data-v-c79b931d] {
  display: none !important;
}
.vac-room-name[data-v-c79b931d] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-c79b931d] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-c79b931d] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-c79b931d] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-c79b931d] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-c79b931d] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-c79b931d] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-c79b931d] {
  min-height: 24px !important;
}
.tagWarn[data-v-c79b931d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-c79b931d]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-c79b931d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-c79b931d]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-c79b931d]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-c79b931d] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-c79b931d] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-c79b931d] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-c79b931d] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-c79b931d]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-c79b931d] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-c79b931d]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-c79b931d] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-c79b931d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-c79b931d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-c79b931d]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-c79b931d] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-c79b931d]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-c79b931d] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-c79b931d]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-c79b931d]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-c79b931d] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-c79b931d] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-c79b931d] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-c79b931d]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-c79b931d] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-c79b931d] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-c79b931d] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-c79b931d]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-c79b931d] {
  font-size: 1.15em;
}
.my-select[data-v-c79b931d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-c79b931d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-c79b931d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-c79b931d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-c79b931d] {
  width: 160px;
}
.my-select[data-v-c79b931d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-c79b931d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-c79b931d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-c79b931d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-c79b931d] {
  width: 160px;
}
.input-cupon[data-v-c79b931d] {
  display: flex;
}
.input-cupon > div > span[data-v-c79b931d] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-c79b931d] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-c79b931d] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-c79b931d]:not(:checked),
input[type=checkbox].check[data-v-c79b931d]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-c79b931d],
input[type=checkbox].check:checked + label[data-v-c79b931d] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-c79b931d]:before,
input[type=checkbox].check:checked + label[data-v-c79b931d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-c79b931d]:after,
input[type=checkbox].check:checked + label[data-v-c79b931d]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-c79b931d]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-c79b931d]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-c79b931d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-c79b931d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-c79b931d]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-c79b931d] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-c79b931d]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-c79b931d]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-c79b931d] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-c79b931d] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-c79b931d] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-c79b931d] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-c79b931d] {
  opacity: 1;
}
.multiselect__tag[data-v-c79b931d] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-c79b931d] {
  background: #2AA186 !important;
}
.multiselect[data-v-c79b931d] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-c79b931d]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-c79b931d] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-c79b931d] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-c79b931d]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-c79b931d]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-c79b931d]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-c79b931d]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-c79b931d] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-c79b931d] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-c79b931d] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-c79b931d] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c79b931d] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-c79b931d] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c79b931d]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c79b931d]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-c79b931d]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-c79b931d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-c79b931d] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-c79b931d] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-c79b931d] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-c79b931d]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-c79b931d] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-c79b931d] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-c79b931d] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-c79b931d] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-c79b931d] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c79b931d] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c79b931d]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-c79b931d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-c79b931d] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-c79b931d], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-c79b931d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-c79b931d] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-c79b931d] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-c79b931d], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-c79b931d] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-c79b931d], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-c79b931d] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-c79b931d]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-c79b931d]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-c79b931d] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-c79b931d] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-c79b931d] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-c79b931d] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-c79b931d] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-c79b931d] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-c79b931d] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-c79b931d] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-c79b931d] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-c79b931d] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-c79b931d] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-c79b931d] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-c79b931d] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-c79b931d] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-c79b931d] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-c79b931d]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-c79b931d] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-c79b931d] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-c79b931d] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-c79b931d] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-c79b931d] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-c79b931d] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-c79b931d] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-c79b931d] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-c79b931d], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-c79b931d] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-c79b931d] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-c79b931d] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-c79b931d] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-c79b931d] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-c79b931d] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-c79b931d] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-c79b931d] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-c79b931d], .v3-emoji-picker .v3-header[data-v-c79b931d] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-c79b931d] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-c79b931d] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-c79b931d] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-c79b931d]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-c79b931d], .v3-emoji-picker .v3-skin-tones[data-v-c79b931d] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-c79b931d]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-c79b931d] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-c79b931d] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-c79b931d] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-c79b931d], body[data-v-c79b931d] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-c79b931d], body.home[data-v-c79b931d] {
  background-color: #fff;
}
[data-v-c79b931d]:focus {
  outline: none !important;
}
a[data-v-c79b931d] {
  text-decoration: none;
}
a[data-v-c79b931d]:hover,
a[data-v-c79b931d]:focus {
  text-decoration: none;
}
img[data-v-c79b931d] {
  border: 0;
}
textarea[data-v-c79b931d] {
  resize: none;
}
h1[data-v-c79b931d],
h2[data-v-c79b931d],
h3[data-v-c79b931d],
h4[data-v-c79b931d],
h5[data-v-c79b931d],
h6[data-v-c79b931d] {
  font-weight: bold;
}
input[data-v-c79b931d] {
  padding: 16px 0 16px 25px;
  display: block;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  color: #405367;
  font-size: 18px;
  border: 1px solid #D6DFE4;
}
input.center[data-v-c79b931d] {
  text-align: center;
  padding: 0;
}
input.inline[data-v-c79b931d] {
  display: inline;
  width: 95px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
input[data-v-c79b931d]::-webkit-outer-spin-button, input[data-v-c79b931d]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-v-4821ea5e]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-4821ea5e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-4821ea5e] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-4821ea5e] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-4821ea5e] {
  width: 100%;
}
.home-icon img[data-v-4821ea5e] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-4821ea5e] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-4821ea5e] {
  line-height: 30px;
}
.list-style-none[data-v-4821ea5e] {
  list-style: none;
}
.burger-menu[data-v-4821ea5e] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-4821ea5e] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-4821ea5e] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-4821ea5e] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-4821ea5e] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-4821ea5e] {
  position: relative;
}
.card-product .my-close[data-v-4821ea5e] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-4821ea5e] {
  margin: 0;
}
.filtro-form input[data-v-4821ea5e] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-4821ea5e] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-4821ea5e] {
  padding: 20px 0 0;
}
.img-tiny[data-v-4821ea5e] {
  width: 80px;
}
.img-item img[data-v-4821ea5e] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-4821ea5e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-4821ea5e] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-4821ea5e]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-4821ea5e] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-4821ea5e] {
  margin-left: 10px;
}
.notifications section[data-v-4821ea5e] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-4821ea5e] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-4821ea5e] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-4821ea5e],
.list-complete-leave-to[data-v-4821ea5e] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-4821ea5e] {
  position: absolute;
}
#_op_data_r[data-v-4821ea5e],
#_op_data_antifraud[data-v-4821ea5e] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-4821ea5e],
iframe#_op_data_antifraud[data-v-4821ea5e],
iframe#device_profile[data-v-4821ea5e],
iframe#thm_mp_cntnr[data-v-4821ea5e] {
  position: absolute !important;
}
iframe[data-v-4821ea5e] {
  background: #fff !important;
}
.main-content[data-v-4821ea5e] {
  padding-top: 30px;
}
.card-contactStory[data-v-4821ea5e] {
  width: 93vw;
}
.card-contactStory img[data-v-4821ea5e] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-4821ea5e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-4821ea5e] {
  width: 280px;
}
.dropped[data-v-4821ea5e] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-4821ea5e] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-4821ea5e]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-4821ea5e] {
  display: block !important;
}
.dropped .dropdown a[data-v-4821ea5e] {
  color: #fff;
}
.dropped .dropdown a[data-v-4821ea5e]:hover {
  text-decoration: underline;
}
.line-height25[data-v-4821ea5e] {
  line-height: 25px;
}
aside[data-v-4821ea5e] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-4821ea5e] {
  height: 100vh;
}
.my-header[data-v-4821ea5e] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-4821ea5e] {
  position: inherit !important;
}
.my-header-menu[data-v-4821ea5e] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-4821ea5e] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-4821ea5e]:hover {
  background: hannah;
}
.menu-api-activate[data-v-4821ea5e] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-4821ea5e] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-4821ea5e] {
  position: relative;
}
.menu-api-item a[data-v-4821ea5e]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-4821ea5e] {
  padding: 0 !important;
}
.card-product[data-v-4821ea5e] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-4821ea5e] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-4821ea5e] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-4821ea5e] {
  margin: 0;
}
.sticky-home[data-v-4821ea5e] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-4821ea5e] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-4821ea5e]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-4821ea5e] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-4821ea5e]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-4821ea5e] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-4821ea5e]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-4821ea5e] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-4821ea5e] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-4821ea5e] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-4821ea5e]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-4821ea5e] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-4821ea5e] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-4821ea5e] {
  display: block !important;
}
.leftPositionSubMenu[data-v-4821ea5e] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-4821ea5e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-4821ea5e],
.circle-toggle-box[data-v-4821ea5e] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-4821ea5e] {
  left: 44px !important;
}
.triangleStatus[data-v-4821ea5e]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-4821ea5e] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-4821ea5e] {
  overflow: visible !important;
}
.width-max80[data-v-4821ea5e] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-4821ea5e] {
  display: flex !important;
}
.flex-none[data-v-4821ea5e] {
  flex: none;
}
.flex-nowrap[data-v-4821ea5e] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-4821ea5e] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-4821ea5e] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-4821ea5e] {
  flex-direction: column;
}
.flex-col-row[data-v-4821ea5e] {
  flex-direction: column;
}
.flex-row[data-v-4821ea5e] {
  flex-direction: row;
}
.flex-between-align[data-v-4821ea5e] {
  align-content: space-between;
}
.flex-middle[data-v-4821ea5e] {
  align-items: center;
}
.flex-bottom[data-v-4821ea5e] {
  align-items: flex-end;
}
.flex-between[data-v-4821ea5e] {
  justify-content: space-between;
}
.flex-center[data-v-4821ea5e] {
  justify-content: center;
}
.flex-right[data-v-4821ea5e] {
  justify-content: flex-end;
}
.flex-left[data-v-4821ea5e] {
  justify-content: flex-start;
}
.flex-evenly[data-v-4821ea5e] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-4821ea5e] {
  flex-grow: 1;
}
.flex-grow-2[data-v-4821ea5e] {
  flex-grow: 2;
}
.flex-grow-3[data-v-4821ea5e] {
  flex-grow: 3;
}
.flex-grow-4[data-v-4821ea5e] {
  flex-grow: 4;
}
.flex-grow-5[data-v-4821ea5e] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-4821ea5e] {
  align-items: flex-start;
}
.flex800[data-v-4821ea5e] {
  display: none;
}
.flexc-flex[data-v-4821ea5e] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-4821ea5e] {
  display: none;
}
.flex-display-50-10[data-v-4821ea5e] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-4821ea5e] {
  display: none;
}
.show760[data-v-4821ea5e] {
  display: none;
}
.hide[data-v-4821ea5e] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-4821ea5e] {
    display: block !important;
}
.badge-display[data-v-4821ea5e] {
    display: none;
}
.badge-display2[data-v-4821ea5e] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-4821ea5e] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-4821ea5e] {
    display: block;
}
.badge-display2[data-v-4821ea5e] {
    display: none;
}
.fix-width[data-v-4821ea5e] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-4821ea5e] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-4821ea5e] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-4821ea5e] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-4821ea5e] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-4821ea5e] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-4821ea5e] {
    width: 50%;
}
.width100-40[data-v-4821ea5e] {
    width: 40%;
}
.show600[data-v-4821ea5e] {
    display: block;
}
.width-controll-btn-typeweek[data-v-4821ea5e] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-4821ea5e] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-4821ea5e] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-4821ea5e] {
    width: 220px !important;
}
.leftPositionControl[data-v-4821ea5e] {
    left: -40px !important;
}
.container-tipo-envio[data-v-4821ea5e] {
    display: flex;
}
.width-controll-buys-item[data-v-4821ea5e] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-4821ea5e] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-4821ea5e] {
    top: 380px !important;
}
.my-header-menu[data-v-4821ea5e] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-4821ea5e] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-4821ea5e] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-4821ea5e] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-4821ea5e] {
    min-width: 400px;
}
.cart-btn-add[data-v-4821ea5e] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-4821ea5e] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-4821ea5e] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-4821ea5e] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-4821ea5e] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-4821ea5e] {
    justify-content: left;
}
.flex-mid[data-v-4821ea5e] {
    display: flex !important;
}
.msg-stock[data-v-4821ea5e] {
    padding: 10px 0 0;
}
.counter-cart[data-v-4821ea5e] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-4821ea5e] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-4821ea5e] {
    display: none;
}
.badge-display2[data-v-4821ea5e] {
    display: block;
}
.show760[data-v-4821ea5e] {
    display: block;
}
.hide760[data-v-4821ea5e] {
    display: none;
}
.grid-products[data-v-4821ea5e] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-4821ea5e] {
    margin: auto;
}
.mr-h[data-v-4821ea5e] {
    margin: auto;
}
.width-control-otherProducts[data-v-4821ea5e] {
    width: 170px !important;
}
.leftPositionControl[data-v-4821ea5e] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-4821ea5e] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-4821ea5e] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-4821ea5e] {
    width: 30vw !important;
}
.product-item[data-v-4821ea5e] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-4821ea5e] {
    width: 90% !important;
}
.my-container[data-v-4821ea5e] {
    width: 680px !important;
}
.login[data-v-4821ea5e] {
    width: 310px !important;
}
.width-cuotas-control[data-v-4821ea5e] {
    width: 278px !important;
}
.flexc-flex[data-v-4821ea5e] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-4821ea5e] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-4821ea5e] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-4821ea5e] {
    height: 140px;
}
.width-control-input-chat[data-v-4821ea5e] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-4821ea5e] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-4821ea5e] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-4821ea5e] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-4821ea5e] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-4821ea5e] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-4821ea5e] {
    width: 270px !important;
}
.leftPositionControl[data-v-4821ea5e] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-4821ea5e] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-4821ea5e] {
    width: 17vw !important;
}
.filters-wrap[data-v-4821ea5e] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-4821ea5e] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-4821ea5e] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-4821ea5e] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-4821ea5e] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-4821ea5e] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-4821ea5e] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-4821ea5e] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-4821ea5e]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-4821ea5e] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-4821ea5e] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-4821ea5e]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-4821ea5e] {
    max-width: 330px !important;
}
.iterable-box[data-v-4821ea5e] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-4821ea5e] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-4821ea5e] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-4821ea5e] {
    width: 160px !important;
}
.my-container[data-v-4821ea5e] {
    width: 800px !important;
}
.search-btn-box[data-v-4821ea5e] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-4821ea5e] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-4821ea5e] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-4821ea5e] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-4821ea5e] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-4821ea5e] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-4821ea5e] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-4821ea5e] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-4821ea5e] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-4821ea5e] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-4821ea5e] {
    width: 280px !important;
}
.width300-desktop[data-v-4821ea5e] {
    width: 300px !important;
}
.concept-item-stats[data-v-4821ea5e] {
    width: 80%;
}
.widthHalf-desktop[data-v-4821ea5e] {
    width: 50% !important;
}
.column-desktop[data-v-4821ea5e] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-4821ea5e] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-4821ea5e] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-4821ea5e] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-4821ea5e],
.flex-desktop[data-v-4821ea5e] {
    display: flex !important;
}
.block-desktop[data-v-4821ea5e] {
    display: block !important;
}
.hide-desktop[data-v-4821ea5e] {
    display: none !important;
}
.fixButton[data-v-4821ea5e] {
    top: -20px;
}
.width-cuotas-control[data-v-4821ea5e] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-4821ea5e] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-4821ea5e] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-4821ea5e] {
    display: none !important;
}
.bottom10-desktop[data-v-4821ea5e] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-4821ea5e] {
    left: -125px !important;
}
.grid-products[data-v-4821ea5e] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-4821ea5e] {
    width: 1000px !important;
}
.showFullDesktop[data-v-4821ea5e] {
    display: block !important;
}
.leftPositionControl[data-v-4821ea5e] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-4821ea5e] {
    display: none !important;
}
.show-only-desktop[data-v-4821ea5e] {
    display: flex !important;
}
.leftPositionControl[data-v-4821ea5e] {
    left: -260px !important;
}
.catalog-container[data-v-4821ea5e] {
    margin: unset;
}
.carrito-catalog[data-v-4821ea5e] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-4821ea5e] {
    left: -280px !important;
}
}
.grid-container[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-4821ea5e] {
  grid-column: span 1;
}
.grid-item-1[data-v-4821ea5e] {
  grid-column: span 1;
}
.grid-item-2[data-v-4821ea5e] {
  grid-column: span 2;
}
.grid-item-3[data-v-4821ea5e] {
  grid-column: span 3;
}
.grid-item-4[data-v-4821ea5e] {
  grid-column: span 4;
}
.grid-item-5[data-v-4821ea5e] {
  grid-column: span 5;
}
.grid-item-6[data-v-4821ea5e] {
  grid-column: span 6;
}
.grid-item-7[data-v-4821ea5e] {
  grid-column: span 7;
}
.grid-item-8[data-v-4821ea5e] {
  grid-column: span 8;
}
.grid-item-9[data-v-4821ea5e] {
  grid-column: span 9;
}
.grid-item-10[data-v-4821ea5e] {
  grid-column: span 10;
}
.grid-item-11[data-v-4821ea5e] {
  grid-column: span 11;
}
.grid-item-12[data-v-4821ea5e] {
  grid-column: span 12;
}
.grid-cart[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-4821ea5e] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-4821ea5e] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-4821ea5e] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-4821ea5e] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-4821ea5e] {
  gap: 10px;
}
.gap20[data-v-4821ea5e] {
  gap: 20px;
}
.grid-box[data-v-4821ea5e] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-4821ea5e],
.grid-3 div[data-v-4821ea5e],
.grid-4 div[data-v-4821ea5e] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-4821ea5e] {
  background: #fff;
}
.grid-item-odd[data-v-4821ea5e]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-4821ea5e] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-4821ea5e] {
  max-width: 350px;
}
.margin0[data-v-4821ea5e] {
  margin: 0 !important;
}
.margin0-5[data-v-4821ea5e] {
  margin: 0 5px;
}
.margin10-0[data-v-4821ea5e] {
  margin: 10px 0;
}
.margin10-5[data-v-4821ea5e] {
  margin: 10px 5px;
}
.margin0-10[data-v-4821ea5e] {
  margin: 0 10px;
}
.margin0-15[data-v-4821ea5e] {
  margin: 0 15px;
}
.margin15-0[data-v-4821ea5e] {
  margin: 15px 0px;
}
.margin20-0[data-v-4821ea5e] {
  margin: 20px 0;
}
.margin20-10[data-v-4821ea5e] {
  margin: 20px 10px;
}
.margin30-0[data-v-4821ea5e] {
  margin: 30px 0;
}
.margin40-0[data-v-4821ea5e] {
  margin: 40px 0;
}
.margin20-40[data-v-4821ea5e] {
  margin: 20px 40px;
}
.margin0-20[data-v-4821ea5e] {
  margin: 0 20px;
}
.margin5[data-v-4821ea5e] {
  margin: 5px;
}
.margin5-0[data-v-4821ea5e] {
  margin: 5px 0;
}
.margin10[data-v-4821ea5e] {
  margin: 10px;
}
.margin10-20[data-v-4821ea5e] {
  margin: 10px 20px;
}
.margin15[data-v-4821ea5e] {
  margin: 15px;
}
.margin20[data-v-4821ea5e] {
  margin: 20px;
}
.margin30[data-v-4821ea5e] {
  margin: 30px;
}
.margin50[data-v-4821ea5e] {
  margin: 50px;
}
.margin-right-auto[data-v-4821ea5e] {
  margin-right: auto;
}
.margin-left-auto[data-v-4821ea5e] {
  margin-left: auto;
}
.ml-h[data-v-4821ea5e] {
  margin-left: auto;
}
.mr-h[data-v-4821ea5e] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-4821ea5e] {
  margin-bottom: 5px;
}
.margin-top5[data-v-4821ea5e] {
  margin-top: 5px !important;
}
.margin-top10[data-v-4821ea5e] {
  margin-top: 10px !important;
}
.margin-top15[data-v-4821ea5e] {
  margin-top: 15px !important;
}
.margin-top20[data-v-4821ea5e] {
  margin-top: 20px !important;
}
.margin-top30[data-v-4821ea5e] {
  margin-top: 30px !important;
}
.margin-top35[data-v-4821ea5e] {
  margin-top: 35px !important;
}
.margin-top40[data-v-4821ea5e] {
  margin-top: 40px !important;
}
.margin-top50[data-v-4821ea5e] {
  margin-top: 50px !important;
}
.margin-top60[data-v-4821ea5e] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-4821ea5e] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-4821ea5e] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-4821ea5e] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-4821ea5e] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-4821ea5e] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-4821ea5e] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-4821ea5e] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-4821ea5e] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-4821ea5e] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-4821ea5e] {
  margin-left: 5px !important;
}
.margin-left10[data-v-4821ea5e] {
  margin-left: 10px !important;
}
.margin-left15[data-v-4821ea5e] {
  margin-left: 15px !important;
}
.margin-left20[data-v-4821ea5e] {
  margin-left: 20px !important;
}
.margin-left30[data-v-4821ea5e] {
  margin-left: 30px !important;
}
.margin-left35[data-v-4821ea5e] {
  margin-left: 35px !important;
}
.margin-left40[data-v-4821ea5e] {
  margin-left: 40px !important;
}
.margin-left50[data-v-4821ea5e] {
  margin-left: 50px !important;
}
.margin-left60[data-v-4821ea5e] {
  margin-left: 60px !important;
}
.margin-right5[data-v-4821ea5e] {
  margin-right: 5px !important;
}
.margin-right10[data-v-4821ea5e] {
  margin-right: 10px !important;
}
.margin-right15[data-v-4821ea5e] {
  margin-right: 15px !important;
}
.margin-right20[data-v-4821ea5e] {
  margin-right: 20px !important;
}
.margin-right30[data-v-4821ea5e] {
  margin-right: 30px !important;
}
.margin-right35[data-v-4821ea5e] {
  margin-right: 35px !important;
}
.margin-right40[data-v-4821ea5e] {
  margin-right: 40px !important;
}
.margin-right50[data-v-4821ea5e] {
  margin-right: 50px !important;
}
.margin-right60[data-v-4821ea5e] {
  margin-right: 60px !important;
}
.my-5[data-v-4821ea5e] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-4821ea5e] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-4821ea5e] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-4821ea5e] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-4821ea5e] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-4821ea5e] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-4821ea5e] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-4821ea5e] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-4821ea5e] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-4821ea5e] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-4821ea5e] {
  padding: 0 !important;
}
.padding5[data-v-4821ea5e] {
  padding: 5px;
}
.padding10[data-v-4821ea5e] {
  padding: 10px;
}
.padding15[data-v-4821ea5e] {
  padding: 15px;
}
.padding20[data-v-4821ea5e] {
  padding: 20px;
}
.padding30[data-v-4821ea5e] {
  padding: 30px;
}
.padding40[data-v-4821ea5e] {
  padding: 40px;
}
.padding40-0[data-v-4821ea5e] {
  padding: 40px 0;
}
.padding-left5[data-v-4821ea5e] {
  padding-left: 5px;
}
.padding-left10[data-v-4821ea5e] {
  padding-left: 10px;
}
.padding-left15[data-v-4821ea5e] {
  padding-left: 15px;
}
.padding-left20[data-v-4821ea5e] {
  padding-left: 20px;
}
.padding-right5[data-v-4821ea5e] {
  padding-right: 5px;
}
.padding-right10[data-v-4821ea5e] {
  padding-right: 10px;
}
.padding-right15[data-v-4821ea5e] {
  padding-right: 15px;
}
.padding-right20[data-v-4821ea5e] {
  padding-right: 20px;
}
.padding-right30[data-v-4821ea5e] {
  padding-right: 30px;
}
.padding-right40[data-v-4821ea5e] {
  padding-right: 40px;
}
.padding-top0[data-v-4821ea5e] {
  padding-top: 0px;
}
.padding-top5[data-v-4821ea5e] {
  padding-top: 5px;
}
.padding-top10[data-v-4821ea5e] {
  padding-top: 10px;
}
.padding-top15[data-v-4821ea5e] {
  padding-top: 15px;
}
.padding-top20[data-v-4821ea5e] {
  padding-top: 20px;
}
.padding-top30[data-v-4821ea5e] {
  padding-top: 30px;
}
.padding-top50[data-v-4821ea5e] {
  padding-top: 50px;
}
.padding-top60[data-v-4821ea5e] {
  padding-top: 60px;
}
.padding-top70[data-v-4821ea5e] {
  padding-top: 70px;
}
.padding-top90[data-v-4821ea5e] {
  padding-top: 90px;
}
.padding-top100[data-v-4821ea5e] {
  padding-top: 100px;
}
.padding-top120[data-v-4821ea5e] {
  padding-top: 120px;
}
.padding-top180[data-v-4821ea5e] {
  padding-top: 180px;
}
.padding-bottom0[data-v-4821ea5e] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-4821ea5e] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-4821ea5e] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-4821ea5e] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-4821ea5e] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-4821ea5e] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-4821ea5e] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-4821ea5e] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-4821ea5e] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-4821ea5e] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-4821ea5e] {
  padding-bottom: 240px;
}
.padding10-0[data-v-4821ea5e] {
  padding: 10px 0;
}
.padding10-5[data-v-4821ea5e] {
  padding: 10px 5px;
}
.padding0-5[data-v-4821ea5e] {
  padding: 0 5px;
}
.padding0-10[data-v-4821ea5e] {
  padding: 0 10px;
}
.padding0-15[data-v-4821ea5e] {
  padding: 0 15px;
}
.padding20-0[data-v-4821ea5e] {
  padding: 20px 0;
}
.padding20-10[data-v-4821ea5e] {
  padding: 20px 10px;
}
.padding15-20[data-v-4821ea5e] {
  padding: 15px 20px;
}
.padding15-0[data-v-4821ea5e] {
  padding: 15px 0px;
}
.padding20-5[data-v-4821ea5e] {
  padding: 20px 5px;
}
.padding0-20[data-v-4821ea5e] {
  padding: 0 20px;
}
.padding5-20[data-v-4821ea5e] {
  padding: 5px 20px;
}
.padding5-15[data-v-4821ea5e] {
  padding: 5px 15px;
}
.padding5-10[data-v-4821ea5e] {
  padding: 5px 10px;
}
.padding15-10[data-v-4821ea5e] {
  padding: 15px 10px;
}
.padding1em[data-v-4821ea5e] {
  padding: 1em;
}
.padding10-20[data-v-4821ea5e] {
  padding: 10px 20px;
}
.padding5-0[data-v-4821ea5e] {
  padding: 5px 0;
}
.padding30-10[data-v-4821ea5e] {
  padding: 30px 10px;
}
.px-5[data-v-4821ea5e] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-4821ea5e] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-4821ea5e] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-4821ea5e] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-4821ea5e] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-4821ea5e] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-4821ea5e] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-4821ea5e] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-4821ea5e] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-4821ea5e] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-4821ea5e] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-4821ea5e] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-4821ea5e] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-4821ea5e] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-4821ea5e] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-4821ea5e] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-4821ea5e] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-4821ea5e] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-4821ea5e] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-4821ea5e] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-4821ea5e] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-4821ea5e] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-4821ea5e] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-4821ea5e] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-4821ea5e] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-4821ea5e] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-4821ea5e] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-4821ea5e] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-4821ea5e]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-4821ea5e] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-4821ea5e]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-4821ea5e] {
  border: 0 !important;
}
.borderRed[data-v-4821ea5e] {
  border-color: #f00 !important;
}
.border-aside[data-v-4821ea5e] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-4821ea5e] {
  border: none;
}
.borderLightgray[data-v-4821ea5e] {
  border: 1px solid lightgray;
}
.borderGray[data-v-4821ea5e] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-4821ea5e] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-4821ea5e] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-4821ea5e] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-4821ea5e] {
  border: 1px solid #fff;
}
.border2green[data-v-4821ea5e] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-4821ea5e] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-4821ea5e] {
  border: 2px solid #fff;
}
.border2gold[data-v-4821ea5e] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-4821ea5e] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-4821ea5e] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-4821ea5e] {
  border-color: #d42717 !important;
}
.border1green[data-v-4821ea5e] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-4821ea5e] {
  border-color: #f00 !important;
}
.border-fixed[data-v-4821ea5e] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-4821ea5e] {
  border-radius: 40px;
}
.radius30[data-v-4821ea5e] {
  border-radius: 30px;
}
.radius20[data-v-4821ea5e] {
  border-radius: 20px;
}
.radius15[data-v-4821ea5e] {
  border-radius: 15px;
}
.radius8[data-v-4821ea5e] {
  border-radius: 8px;
}
.radius3[data-v-4821ea5e] {
  border-radius: 3px !important;
}
.rounded[data-v-4821ea5e] {
  border-radius: 50%;
}
.rounded5[data-v-4821ea5e] {
  border-radius: 5px;
}
.round10[data-v-4821ea5e] {
  border-radius: 10px;
}
.box-border[data-v-4821ea5e] {
  box-sizing: border-box;
}
.text-center[data-v-4821ea5e] {
  text-align: center;
}
.text-right[data-v-4821ea5e] {
  text-align: right;
}
.text-left[data-v-4821ea5e] {
  text-align: left;
}
.text-lowercase[data-v-4821ea5e] {
  text-transform: lowercase;
}
.text-uppercase[data-v-4821ea5e] {
  text-transform: uppercase;
}
.text-capitalize[data-v-4821ea5e] {
  text-transform: capitalize !important;
}
.text-none[data-v-4821ea5e] {
  text-transform: none;
}
.text-ellipsis[data-v-4821ea5e] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-4821ea5e] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-4821ea5e]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-4821ea5e] {
  text-decoration: underline;
}
.text-underline[data-v-4821ea5e]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-4821ea5e] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-4821ea5e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-4821ea5e] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-4821ea5e] {
  word-break: break-all;
}
.font-bold[data-v-4821ea5e] {
  font-weight: bold;
}
.price-through[data-v-4821ea5e] {
  text-decoration: line-through;
}
.font-italic[data-v-4821ea5e] {
  font-style: italic;
}
.font095em[data-v-4821ea5e] {
  font-size: 0.95em;
}
.font1em[data-v-4821ea5e] {
  font-size: 1em !important;
}
.font2em[data-v-4821ea5e] {
  font-size: 2em;
}
.font2-2em[data-v-4821ea5e] {
  font-size: 2.2em;
}
.font3em[data-v-4821ea5e] {
  font-size: 3em;
}
.font4em[data-v-4821ea5e] {
  font-size: 4em;
}
.font1-5em[data-v-4821ea5e] {
  font-size: 1.5em;
}
.font1-7em[data-v-4821ea5e] {
  font-size: 1.7em;
}
.font1-3em[data-v-4821ea5e] {
  font-size: 1.3em;
}
.font1-4em[data-v-4821ea5e] {
  font-size: 1.4em;
}
.font-9em[data-v-4821ea5e] {
  font-size: 0.9em;
}
.font10[data-v-4821ea5e] {
  font-size: 10px;
}
.font11[data-v-4821ea5e] {
  font-size: 11px;
}
.font12[data-v-4821ea5e] {
  font-size: 12px;
}
.font13[data-v-4821ea5e] {
  font-size: 13px;
}
.font14[data-v-4821ea5e] {
  font-size: 14px;
}
.font15[data-v-4821ea5e] {
  font-size: 15px;
}
.font16[data-v-4821ea5e] {
  font-size: 16px;
}
.font17[data-v-4821ea5e] {
  font-size: 17px;
}
.font18[data-v-4821ea5e] {
  font-size: 18px;
}
.font19[data-v-4821ea5e] {
  font-size: 19px;
}
.font20[data-v-4821ea5e] {
  font-size: 20px;
}
.font21[data-v-4821ea5e] {
  font-size: 21px;
}
.font22[data-v-4821ea5e] {
  font-size: 22px;
}
.font23[data-v-4821ea5e] {
  font-size: 23px;
}
.font24[data-v-4821ea5e] {
  font-size: 24px;
}
.font25[data-v-4821ea5e] {
  font-size: 25px;
}
.font26[data-v-4821ea5e] {
  font-size: 26px;
}
.font27[data-v-4821ea5e] {
  font-size: 27px;
}
.font28[data-v-4821ea5e] {
  font-size: 28px;
}
.font29[data-v-4821ea5e] {
  font-size: 29px;
}
.font30[data-v-4821ea5e] {
  font-size: 30px;
}
.font31[data-v-4821ea5e] {
  font-size: 31px;
}
.font32[data-v-4821ea5e] {
  font-size: 32px;
}
.font33[data-v-4821ea5e] {
  font-size: 33px;
}
.font34[data-v-4821ea5e] {
  font-size: 34px;
}
.font35[data-v-4821ea5e] {
  font-size: 35px;
}
.font36[data-v-4821ea5e] {
  font-size: 36px;
}
.font37[data-v-4821ea5e] {
  font-size: 37px;
}
.font38[data-v-4821ea5e] {
  font-size: 38px;
}
.font39[data-v-4821ea5e] {
  font-size: 39px;
}
.font40[data-v-4821ea5e] {
  font-size: 40px;
}
.font-normal[data-v-4821ea5e] {
  font-weight: normal;
}
.color-white[data-v-4821ea5e] {
  color: #fff;
}
.color-transparent[data-v-4821ea5e] {
  color: transparent !important;
}
.color-black[data-v-4821ea5e] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-4821ea5e] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-4821ea5e] {
  color: fuchia;
}
.color-gray[data-v-4821ea5e] {
  color: #a5afb9;
}
.color-hardgray[data-v-4821ea5e] {
  color: #4d5263;
}
.color-hannah[data-v-4821ea5e] {
  color: #EA184D;
}
.color-lightgray[data-v-4821ea5e] {
  color: #d3d3d3;
}
.color-darkblue[data-v-4821ea5e] {
  color: #2c3e50;
}
.color-darkgray[data-v-4821ea5e] {
  color: #757575;
}
.color-lightred[data-v-4821ea5e] {
  color: #e74c3c;
}
.color-red[data-v-4821ea5e] {
  color: #e74c3c;
}
.color-blue[data-v-4821ea5e] {
  color: #2980b9;
}
.color-yellow[data-v-4821ea5e] {
  color: #f49d1e;
}
.color-orange[data-v-4821ea5e] {
  color: #ffa500;
}
.color-green[data-v-4821ea5e] {
  color: #2AA186;
}
.color-gplus[data-v-4821ea5e] {
  color: #d42717;
}
.back-bluelight[data-v-4821ea5e] {
  background: #EBF0FF !important;
}
.back-blue[data-v-4821ea5e] {
  background: #2980b9 !important;
}
.back-hannah[data-v-4821ea5e] {
  background: #EA184D !important;
}
.back-purple[data-v-4821ea5e] {
  background: #8e44ad;
}
.back-green[data-v-4821ea5e] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-4821ea5e] {
  background: #2AA186;
}
.back-yellow[data-v-4821ea5e] {
  background: #f49d1e !important;
}
.back-gold[data-v-4821ea5e] {
  background: #f49d1e !important;
}
.back-red[data-v-4821ea5e] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-4821ea5e] {
  background: #e74c3c;
}
.back-lightred[data-v-4821ea5e] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-4821ea5e] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-4821ea5e] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-4821ea5e] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-4821ea5e] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-4821ea5e] {
  background: #f49d1e !important;
}
.back-gplus[data-v-4821ea5e] {
  background: #d42717;
}
.back-darkblue[data-v-4821ea5e] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-4821ea5e] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-4821ea5e] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-4821ea5e] {
  background: #3e3d40;
}
.back-midgray[data-v-4821ea5e] {
  background: #ececec;
}
.back-gray[data-v-4821ea5e] {
  background: #a5afb9;
}
.back-black[data-v-4821ea5e] {
  background: #121212;
}
.back-transparent[data-v-4821ea5e] {
  background: transparent;
}
.back-white[data-v-4821ea5e] {
  background: #fff !important;
}
.back-white-simple[data-v-4821ea5e] {
  background-color: #fff;
}
.back-lightgray[data-v-4821ea5e] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-4821ea5e] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-4821ea5e] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-4821ea5e] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-4821ea5e] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-4821ea5e] {
  background: #D6DFE4;
}
.bg-aside[data-v-4821ea5e] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-4821ea5e] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-4821ea5e] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-4821ea5e] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-4821ea5e] {
  background: #fff;
}
.back-item-odd-white[data-v-4821ea5e]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-4821ea5e] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-4821ea5e] {
  position: relative;
}
.absolute[data-v-4821ea5e] {
  position: absolute;
}
.fixed[data-v-4821ea5e] {
  position: fixed;
}
.fixed-bottom[data-v-4821ea5e] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-4821ea5e] {
  position: sticky;
}
.sticky.active[data-v-4821ea5e] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-4821ea5e] {
  bottom: 0;
}
.right0[data-v-4821ea5e] {
  right: 0 !important;
}
.left0[data-v-4821ea5e] {
  left: 0 !important;
}
.leftPositionControl[data-v-4821ea5e] {
  left: -10px;
}
.width100-50[data-v-4821ea5e] {
  width: 100%;
}
.width100-40[data-v-4821ea5e] {
  width: 100%;
}
.min-width100[data-v-4821ea5e] {
  min-width: 100%;
}
.min-width90[data-v-4821ea5e] {
  min-width: 90%;
}
.min-width80[data-v-4821ea5e] {
  min-width: 80% !important;
}
.min-width70[data-v-4821ea5e] {
  min-width: 70%;
}
.min-width60[data-v-4821ea5e] {
  min-width: 60%;
}
.min-width50[data-v-4821ea5e] {
  max-width: 50%;
}
.min-width45[data-v-4821ea5e] {
  min-width: 45%;
}
.min-width40[data-v-4821ea5e] {
  min-width: 40%;
}
.min-width30[data-v-4821ea5e] {
  min-width: 30%;
}
.min-width20[data-v-4821ea5e] {
  min-width: 20%;
}
.min-width25[data-v-4821ea5e] {
  min-width: 25%;
}
.min-width10[data-v-4821ea5e] {
  min-width: 10%;
}
.width100[data-v-4821ea5e] {
  width: 100%;
}
.width90[data-v-4821ea5e] {
  width: 90%;
}
.width80[data-v-4821ea5e] {
  width: 80% !important;
}
.width70[data-v-4821ea5e] {
  width: 70%;
}
.width60[data-v-4821ea5e] {
  width: 60%;
}
.width50[data-v-4821ea5e] {
  width: 50%;
}
.width45[data-v-4821ea5e] {
  width: 45%;
}
.width40[data-v-4821ea5e] {
  width: 40%;
}
.width30[data-v-4821ea5e] {
  width: 30%;
}
.width20[data-v-4821ea5e] {
  width: 20%;
}
.width25[data-v-4821ea5e] {
  width: 25%;
}
.width10[data-v-4821ea5e] {
  width: 10%;
}
.width-min[data-v-4821ea5e] {
  width: min-content;
}
.max-width800[data-v-4821ea5e] {
  max-width: 800px;
}
.widthCenter[data-v-4821ea5e] {
  width: 80%;
}
.max-width600[data-v-4821ea5e] {
  max-width: 600px;
}
.max-width300[data-v-4821ea5e] {
  max-width: 300px;
}
.widthHalf[data-v-4821ea5e] {
  width: 50%;
}
.width-sellProductImg-control[data-v-4821ea5e] {
  width: 150px;
}
.top-control-sellProduct[data-v-4821ea5e] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-4821ea5e] {
  width: 100%;
}
.width-cuotas-control-item[data-v-4821ea5e] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-4821ea5e] {
  width: 163px;
}
.width-control-btn-inline[data-v-4821ea5e] {
  width: 195px;
}
.width-controll-buys-item[data-v-4821ea5e] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-4821ea5e] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-4821ea5e] {
  width: 180px;
}
.width-pasarela-img-control[data-v-4821ea5e] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-4821ea5e] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-4821ea5e] {
  width: 95%;
}
.width-pasarela[data-v-4821ea5e] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-4821ea5e]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-4821ea5e]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-4821ea5e]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-4821ea5e]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-4821ea5e] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-4821ea5e] {
  max-height: 100%;
}
.height220[data-v-4821ea5e] {
  height: 220px;
}
.height100vh[data-v-4821ea5e] {
  height: 100vh !important;
}
.heightFilters[data-v-4821ea5e] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-4821ea5e] {
  height: 100%;
}
.height-aside[data-v-4821ea5e] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-4821ea5e] {
  height: 0px;
}
.heightBox[data-v-4821ea5e] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-4821ea5e] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-4821ea5e] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-4821ea5e] {
  justify-content: center;
}
.pointer[data-v-4821ea5e] {
  cursor: pointer !important;
}
.cursor-move[data-v-4821ea5e] {
  cursor: move !important;
}
.cursor-not[data-v-4821ea5e] {
  cursor: not-allowed !important;
}
.events-none[data-v-4821ea5e] {
  pointer-events: none;
}
.shadow[data-v-4821ea5e] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-4821ea5e] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-4821ea5e] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-4821ea5e] {
  transition: 0.3s;
}
.hoverShadow[data-v-4821ea5e]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-4821ea5e] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-4821ea5e] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-4821ea5e] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-4821ea5e] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-4821ea5e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-4821ea5e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-4821ea5e] {
  width: 40px;
  height: 40px;
}
.square35[data-v-4821ea5e] {
  width: 35px;
  height: 35px;
}
.square30[data-v-4821ea5e] {
  width: 30px;
  height: 30px;
}
.square25[data-v-4821ea5e] {
  width: 25px;
  height: 25px;
}
.square12[data-v-4821ea5e] {
  width: 12px;
  height: 12px;
}
.square15[data-v-4821ea5e] {
  width: 15px;
  height: 15px;
}
.square17[data-v-4821ea5e] {
  width: 17px;
  height: 17px;
}
.square18[data-v-4821ea5e] {
  width: 18px;
  height: 18px;
}
.square20[data-v-4821ea5e] {
  width: 20px;
  height: 20px;
}
.square50[data-v-4821ea5e] {
  width: 50px;
  height: 50px;
}
.square70[data-v-4821ea5e] {
  width: 70px;
  height: 70px;
}
.square55[data-v-4821ea5e] {
  width: 55px;
  height: 55px;
}
.square100[data-v-4821ea5e] {
  width: 100px;
  height: 100px;
}
.square10[data-v-4821ea5e] {
  width: 10px;
  height: 10px;
}
.square200[data-v-4821ea5e] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-4821ea5e] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-4821ea5e] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-4821ea5e] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-4821ea5e] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-4821ea5e] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-4821ea5e] {
  overflow-y: hidden;
}
.remove-scroll[data-v-4821ea5e] {
  overflow-y: hidden;
}
.active-scroll[data-v-4821ea5e] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-4821ea5e] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-4821ea5e] {
  overflow: hidden !important;
}
.overflow-auto[data-v-4821ea5e] {
  overflow: auto !important;
}
.hidden[data-v-4821ea5e] {
  visibility: hidden;
}
.offscreen[data-v-4821ea5e] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-4821ea5e] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-4821ea5e] {
  opacity: 0;
}
.opacity30[data-v-4821ea5e] {
  opacity: 0.3;
}
.opacity50[data-v-4821ea5e] {
  opacity: 0.5;
}
.opacity70[data-v-4821ea5e] {
  opacity: 0.7;
}
.opacity80[data-v-4821ea5e] {
  opacity: 0.8;
}
.transition30[data-v-4821ea5e] {
  transition: 0.3s;
}
.cleared[data-v-4821ea5e] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-4821ea5e] {
  transition: 0.1s;
}
.hover-green[data-v-4821ea5e]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-4821ea5e] {
  animation: aside-4821ea5e 0.5s reverse;
}
.aside-leave-active[data-v-4821ea5e] {
  animation: aside-4821ea5e 0.5s;
}
.asideContent-enter-active[data-v-4821ea5e] {
  animation: asideContent-4821ea5e 0.3s reverse;
}
.asideContent-leave-active[data-v-4821ea5e] {
  animation: asideContent-4821ea5e 0.3s;
}
@keyframes aside-4821ea5e {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-4821ea5e {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-4821ea5e {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-4821ea5e] {
  animation: spin-4821ea5e 2s infinite;
}
@keyframes spin-4821ea5e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-4821ea5e] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-4821ea5e] {
  padding: 3px;
}
.carousel__pagination-button[data-v-4821ea5e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-4821ea5e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-4821ea5e]::after {
  display: none !important;
}
.pagination[data-v-4821ea5e] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-4821ea5e] {
  display: inline;
}
.pagination > li > a[data-v-4821ea5e], .pagination > li > span[data-v-4821ea5e] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-4821ea5e], .pagination > li:first-child > span[data-v-4821ea5e] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-4821ea5e], .pagination > li:last-child > span[data-v-4821ea5e] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-4821ea5e]:hover, .pagination > li > span[data-v-4821ea5e]:hover, .pagination > li > a[data-v-4821ea5e]:focus, .pagination > li > span[data-v-4821ea5e]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-4821ea5e], .pagination > .active > span[data-v-4821ea5e], .pagination > .active > a[data-v-4821ea5e]:hover, .pagination > .active > span[data-v-4821ea5e]:hover, .pagination > .active > a[data-v-4821ea5e]:focus, .pagination > .active > span[data-v-4821ea5e]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-4821ea5e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-4821ea5e]:hover, .pagination > .disabled > span[data-v-4821ea5e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-4821ea5e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-4821ea5e]:hover, .pagination > .disabled > a[data-v-4821ea5e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-4821ea5e], .pagination-lg > li > span[data-v-4821ea5e] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-4821ea5e], .pagination-lg > li:first-child > span[data-v-4821ea5e] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-4821ea5e], .pagination-lg > li:last-child > span[data-v-4821ea5e] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-4821ea5e], .pagination-sm > li > span[data-v-4821ea5e] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-4821ea5e], .pagination-sm > li:first-child > span[data-v-4821ea5e] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-4821ea5e], .pagination-sm > li:last-child > span[data-v-4821ea5e] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-4821ea5e] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-4821ea5e] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-4821ea5e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-4821ea5e] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-4821ea5e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-4821ea5e] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-4821ea5e] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-4821ea5e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-4821ea5e] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-4821ea5e]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-4821ea5e] {
  overflow: unset !important;
}
.btn-shadow[data-v-4821ea5e] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-4821ea5e] {
  margin-left: 0px;
}
.reset-button[data-v-4821ea5e] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-4821ea5e] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-4821ea5e]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-4821ea5e] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-4821ea5e] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-4821ea5e],
.btn-finalize[data-v-4821ea5e] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-4821ea5e] {
  right: 7px;
}
.btn-finalize[data-v-4821ea5e] {
  left: 7px;
}
.tab-counter[data-v-4821ea5e] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-4821ea5e] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-4821ea5e] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-4821ea5e] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-4821ea5e] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-4821ea5e] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-4821ea5e] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-4821ea5e] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-4821ea5e] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-4821ea5e] {
  transition: 0.5s;
}
.tab[data-v-4821ea5e]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-4821ea5e] {
  color: #2980b9;
}
.tab.active[data-v-4821ea5e]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-4821ea5e] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-4821ea5e] {
  width: 220px;
}
.badge-display[data-v-4821ea5e], .badge-display2[data-v-4821ea5e] {
  min-width: 224px;
}
.my-badge[data-v-4821ea5e] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-4821ea5e] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-4821ea5e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-4821ea5e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-4821ea5e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-4821ea5e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-4821ea5e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-4821ea5e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-4821ea5e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-4821ea5e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-4821ea5e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-4821ea5e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-4821ea5e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-4821ea5e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-4821ea5e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-4821ea5e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-4821ea5e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-4821ea5e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-4821ea5e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-4821ea5e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-4821ea5e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-4821ea5e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-4821ea5e] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-4821ea5e] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-4821ea5e] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-4821ea5e] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-4821ea5e] {
  flex-wrap: wrap;
}
.vueperslide[data-v-4821ea5e] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-4821ea5e] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-4821ea5e] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-4821ea5e] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-4821ea5e] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-4821ea5e] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-4821ea5e] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-4821ea5e] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-4821ea5e] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-4821ea5e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-4821ea5e] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-4821ea5e] {
  width: 100%;
}
.img-product-detail[data-v-4821ea5e] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-4821ea5e] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-4821ea5e] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-4821ea5e] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-4821ea5e] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-4821ea5e] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-4821ea5e] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-4821ea5e] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-4821ea5e] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-4821ea5e] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-4821ea5e] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-4821ea5e] {
  text-align: center;
}
.modal-enter[data-v-4821ea5e], .modal-leave-active[data-v-4821ea5e] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-4821ea5e], .modal-leave-active .modal-container[data-v-4821ea5e] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-4821ea5e] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-4821ea5e] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-4821ea5e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-4821ea5e] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-4821ea5e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-4821ea5e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-4821ea5e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-4821ea5e] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-4821ea5e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-4821ea5e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-4821ea5e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-4821ea5e] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-4821ea5e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-4821ea5e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-4821ea5e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-4821ea5e] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-4821ea5e] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-4821ea5e]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-4821ea5e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-4821ea5e] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-4821ea5e] {
  display: none;
}
.vdp-datepicker input[data-v-4821ea5e] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-4821ea5e]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-4821ea5e] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-4821ea5e] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-4821ea5e ease-in-out infinite;
}
.vue-treeselect__control[data-v-4821ea5e] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-4821ea5e] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-4821ea5e] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-4821ea5e] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-4821ea5e] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-4821ea5e] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-4821ea5e] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-4821ea5e] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-4821ea5e {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-4821ea5e {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-4821ea5e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-4821ea5e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-4821ea5e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-4821ea5e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-4821ea5e],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-4821ea5e] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-4821ea5e] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-4821ea5e] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-4821ea5e],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-4821ea5e] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-4821ea5e] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-4821ea5e] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-4821ea5e] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-4821ea5e],
.vue-treeselect span[data-v-4821ea5e] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-4821ea5e] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-4821ea5e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-4821ea5e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-4821ea5e] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-4821ea5e] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-4821ea5e],
.vue-treeselect__control[data-v-4821ea5e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-4821ea5e] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-4821ea5e] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-4821ea5e],
.vue-treeselect__multi-value[data-v-4821ea5e] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-4821ea5e] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-4821ea5e] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-4821ea5e] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-4821ea5e] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-4821ea5e],
.vue-treeselect__single-value[data-v-4821ea5e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-4821ea5e] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-4821ea5e] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-4821ea5e] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-4821ea5e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-4821ea5e] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-4821ea5e]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-4821ea5e] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-4821ea5e] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-4821ea5e],
.vue-treeselect__multi-value-label[data-v-4821ea5e] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-4821ea5e] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-4821ea5e] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-4821ea5e],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-4821ea5e] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-4821ea5e] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-4821ea5e] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-4821ea5e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-4821ea5e] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-4821ea5e] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-4821ea5e] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-4821ea5e] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-4821ea5e] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-4821ea5e] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-4821ea5e] {
  display: none;
}
.vue-treeselect__input[data-v-4821ea5e],
.vue-treeselect__sizer[data-v-4821ea5e] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-4821ea5e] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-4821ea5e]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-4821ea5e] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-4821ea5e] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-4821ea5e] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-4821ea5e] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-4821ea5e cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-4821ea5e cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-4821ea5e]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-4821ea5e] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-4821ea5e] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-4821ea5e] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-4821ea5e] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-4821ea5e] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-4821ea5e] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-4821ea5e] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-4821ea5e] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-4821ea5e] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-4821ea5e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-4821ea5e] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-4821ea5e] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-4821ea5e]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-4821ea5e] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-4821ea5e],
.vue-treeselect__option-arrow-placeholder[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-4821ea5e] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-4821ea5e] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-4821ea5e],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-4821ea5e] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-4821ea5e] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-4821ea5e] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-4821ea5e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-4821ea5e] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-4821ea5e] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-4821ea5e],
.vue-treeselect__minus-mark[data-v-4821ea5e] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-4821ea5e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-4821ea5e] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4821ea5e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-4821ea5e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-4821ea5e] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4821ea5e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4821ea5e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-4821ea5e] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-4821ea5e] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-4821ea5e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-4821ea5e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-4821ea5e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-4821ea5e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-4821ea5e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-4821ea5e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-4821ea5e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-4821ea5e] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-4821ea5e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-4821ea5e] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-4821ea5e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-4821ea5e] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-4821ea5e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-4821ea5e]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-4821ea5e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-4821ea5e]::before,
.vue-treeselect__icon-error[data-v-4821ea5e]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-4821ea5e]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-4821ea5e]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-4821ea5e] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-4821ea5e linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-4821ea5e linear infinite;
}
.vue-treeselect__icon-loader[data-v-4821ea5e]::before,
.vue-treeselect__icon-loader[data-v-4821ea5e]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-4821ea5e ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-4821ea5e ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-4821ea5e]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-4821ea5e]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-4821ea5e],
.vac-loader-wrapper[data-v-4821ea5e] {
  display: none !important;
}
.vac-room-name[data-v-4821ea5e] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-4821ea5e] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-4821ea5e] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-4821ea5e] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-4821ea5e] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-4821ea5e] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-4821ea5e] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-4821ea5e] {
  min-height: 24px !important;
}
.tagWarn[data-v-4821ea5e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-4821ea5e]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-4821ea5e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-4821ea5e]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-4821ea5e]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-4821ea5e] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-4821ea5e] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-4821ea5e] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-4821ea5e] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-4821ea5e]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-4821ea5e] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-4821ea5e]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-4821ea5e] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-4821ea5e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-4821ea5e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-4821ea5e]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-4821ea5e] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-4821ea5e]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-4821ea5e] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-4821ea5e]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-4821ea5e]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-4821ea5e] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-4821ea5e] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-4821ea5e] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-4821ea5e]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-4821ea5e] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-4821ea5e] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-4821ea5e] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-4821ea5e]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-4821ea5e] {
  font-size: 1.15em;
}
.my-select[data-v-4821ea5e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-4821ea5e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-4821ea5e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-4821ea5e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-4821ea5e] {
  width: 160px;
}
.my-select[data-v-4821ea5e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-4821ea5e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-4821ea5e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-4821ea5e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-4821ea5e] {
  width: 160px;
}
.input-cupon[data-v-4821ea5e] {
  display: flex;
}
.input-cupon > div > span[data-v-4821ea5e] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-4821ea5e] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-4821ea5e] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-4821ea5e]:not(:checked),
input[type=checkbox].check[data-v-4821ea5e]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-4821ea5e],
input[type=checkbox].check:checked + label[data-v-4821ea5e] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-4821ea5e]:before,
input[type=checkbox].check:checked + label[data-v-4821ea5e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-4821ea5e]:after,
input[type=checkbox].check:checked + label[data-v-4821ea5e]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-4821ea5e]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-4821ea5e]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-4821ea5e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-4821ea5e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-4821ea5e]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-4821ea5e] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-4821ea5e]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-4821ea5e]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-4821ea5e] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-4821ea5e] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-4821ea5e] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-4821ea5e] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-4821ea5e] {
  opacity: 1;
}
.multiselect__tag[data-v-4821ea5e] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-4821ea5e] {
  background: #2AA186 !important;
}
.multiselect[data-v-4821ea5e] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-4821ea5e]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-4821ea5e] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-4821ea5e] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-4821ea5e]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-4821ea5e]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-4821ea5e]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-4821ea5e]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-4821ea5e] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-4821ea5e] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-4821ea5e] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-4821ea5e] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4821ea5e] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-4821ea5e] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4821ea5e]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4821ea5e]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4821ea5e]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-4821ea5e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-4821ea5e] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-4821ea5e] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-4821ea5e] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-4821ea5e]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-4821ea5e] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-4821ea5e] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-4821ea5e] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-4821ea5e] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-4821ea5e] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4821ea5e] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4821ea5e]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-4821ea5e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-4821ea5e] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-4821ea5e], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-4821ea5e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-4821ea5e] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-4821ea5e] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-4821ea5e], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-4821ea5e] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-4821ea5e], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-4821ea5e] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-4821ea5e]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-4821ea5e]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-4821ea5e] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-4821ea5e] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-4821ea5e] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-4821ea5e] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-4821ea5e] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-4821ea5e] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-4821ea5e] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-4821ea5e] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-4821ea5e] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-4821ea5e] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-4821ea5e] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-4821ea5e] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-4821ea5e] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-4821ea5e] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-4821ea5e] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-4821ea5e]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-4821ea5e] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-4821ea5e] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-4821ea5e] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-4821ea5e] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-4821ea5e] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-4821ea5e] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-4821ea5e] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-4821ea5e] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-4821ea5e], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-4821ea5e] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-4821ea5e] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-4821ea5e] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-4821ea5e] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-4821ea5e] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-4821ea5e] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-4821ea5e] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-4821ea5e] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-4821ea5e], .v3-emoji-picker .v3-header[data-v-4821ea5e] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-4821ea5e] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-4821ea5e] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-4821ea5e] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-4821ea5e]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-4821ea5e], .v3-emoji-picker .v3-skin-tones[data-v-4821ea5e] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4821ea5e]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-4821ea5e] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-4821ea5e] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-4821ea5e] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-4821ea5e], body[data-v-4821ea5e] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-4821ea5e], body.home[data-v-4821ea5e] {
  background-color: #fff;
}
[data-v-4821ea5e]:focus {
  outline: none !important;
}
a[data-v-4821ea5e] {
  text-decoration: none;
}
a[data-v-4821ea5e]:hover,
a[data-v-4821ea5e]:focus {
  text-decoration: none;
}
img[data-v-4821ea5e] {
  border: 0;
}
textarea[data-v-4821ea5e] {
  resize: none;
}
h1[data-v-4821ea5e],
h2[data-v-4821ea5e],
h3[data-v-4821ea5e],
h4[data-v-4821ea5e],
h5[data-v-4821ea5e],
h6[data-v-4821ea5e] {
  font-weight: bold;
}
.confirm_massive_selection__overlay[data-v-4821ea5e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 991;
}
.confirm_massive_selection__overlay .confirm_massive_selection__close_icon[data-v-4821ea5e] {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
}
.confirm_massive_selection__overlay .confirm_massive_selection__container[data-v-4821ea5e] {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  display: flex;
  color: #405367;
  background: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 80px 25px 45px 25px;
  transform: translate(-50%, -50%);
}
.confirm_massive_selection__overlay .confirm_massive_selection__container .my-container .massive_selection__icon[data-v-4821ea5e] {
  display: block;
  margin: 0 auto 35px auto;
}
.confirm_massive_selection__overlay .confirm_massive_selection__container .my-container p[data-v-4821ea5e] {
  text-align: center;
  margin-bottom: 20px;
}
.confirm_massive_selection__overlay .confirm_massive_selection__container .my-container p span[data-v-4821ea5e] {
  font-weight: 600;
}
.confirm_massive_selection__overlay .confirm_massive_selection__success[data-v-4821ea5e] {
  display: flex;
  flex-direction: column;
}
.confirm_massive_selection__overlay .confirm_massive_selection__success p[data-v-4821ea5e] {
  padding: 0;
}
.confirm_massive_selection__overlay .confirm_massive_selection__success svg[data-v-4821ea5e] {
  align-self: center;
}
.btn-agenda[data-v-4821ea5e] {
  align-items: center;
  padding: 0 15px;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-agenda h3[data-v-4821ea5e] {
  font-size: 1.2rem;
}
[data-v-84edc9e2]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-84edc9e2] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-84edc9e2] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-84edc9e2] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-84edc9e2] {
  width: 100%;
}
.home-icon img[data-v-84edc9e2] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-84edc9e2] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-84edc9e2] {
  line-height: 30px;
}
.list-style-none[data-v-84edc9e2] {
  list-style: none;
}
.burger-menu[data-v-84edc9e2] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-84edc9e2] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-84edc9e2] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-84edc9e2] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-84edc9e2] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-84edc9e2] {
  position: relative;
}
.card-product .my-close[data-v-84edc9e2] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-84edc9e2] {
  margin: 0;
}
.filtro-form input[data-v-84edc9e2] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-84edc9e2] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-84edc9e2] {
  padding: 20px 0 0;
}
.img-tiny[data-v-84edc9e2] {
  width: 80px;
}
.img-item img[data-v-84edc9e2] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-84edc9e2] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-84edc9e2] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-84edc9e2]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-84edc9e2] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-84edc9e2] {
  margin-left: 10px;
}
.notifications section[data-v-84edc9e2] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-84edc9e2] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-84edc9e2] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-84edc9e2],
.list-complete-leave-to[data-v-84edc9e2] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-84edc9e2] {
  position: absolute;
}
#_op_data_r[data-v-84edc9e2],
#_op_data_antifraud[data-v-84edc9e2] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-84edc9e2],
iframe#_op_data_antifraud[data-v-84edc9e2],
iframe#device_profile[data-v-84edc9e2],
iframe#thm_mp_cntnr[data-v-84edc9e2] {
  position: absolute !important;
}
iframe[data-v-84edc9e2] {
  background: #fff !important;
}
.main-content[data-v-84edc9e2] {
  padding-top: 30px;
}
.card-contactStory[data-v-84edc9e2] {
  width: 93vw;
}
.card-contactStory img[data-v-84edc9e2] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-84edc9e2] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-84edc9e2] {
  width: 280px;
}
.dropped[data-v-84edc9e2] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-84edc9e2] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-84edc9e2]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-84edc9e2] {
  display: block !important;
}
.dropped .dropdown a[data-v-84edc9e2] {
  color: #fff;
}
.dropped .dropdown a[data-v-84edc9e2]:hover {
  text-decoration: underline;
}
.line-height25[data-v-84edc9e2] {
  line-height: 25px;
}
aside[data-v-84edc9e2] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-84edc9e2] {
  height: 100vh;
}
.my-header[data-v-84edc9e2] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-84edc9e2] {
  position: inherit !important;
}
.my-header-menu[data-v-84edc9e2] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-84edc9e2] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-84edc9e2]:hover {
  background: hannah;
}
.menu-api-activate[data-v-84edc9e2] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-84edc9e2] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-84edc9e2] {
  position: relative;
}
.menu-api-item a[data-v-84edc9e2]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-84edc9e2] {
  padding: 0 !important;
}
.card-product[data-v-84edc9e2] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-84edc9e2] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-84edc9e2] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-84edc9e2] {
  margin: 0;
}
.sticky-home[data-v-84edc9e2] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-84edc9e2] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-84edc9e2]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-84edc9e2] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-84edc9e2]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-84edc9e2] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-84edc9e2]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-84edc9e2] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-84edc9e2] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-84edc9e2] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-84edc9e2]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-84edc9e2] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-84edc9e2] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-84edc9e2] {
  display: block !important;
}
.leftPositionSubMenu[data-v-84edc9e2] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-84edc9e2] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-84edc9e2],
.circle-toggle-box[data-v-84edc9e2] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-84edc9e2] {
  left: 44px !important;
}
.triangleStatus[data-v-84edc9e2]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-84edc9e2] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-84edc9e2] {
  overflow: visible !important;
}
.width-max80[data-v-84edc9e2] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-84edc9e2] {
  display: flex !important;
}
.flex-none[data-v-84edc9e2] {
  flex: none;
}
.flex-nowrap[data-v-84edc9e2] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-84edc9e2] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-84edc9e2] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-84edc9e2] {
  flex-direction: column;
}
.flex-col-row[data-v-84edc9e2] {
  flex-direction: column;
}
.flex-row[data-v-84edc9e2] {
  flex-direction: row;
}
.flex-between-align[data-v-84edc9e2] {
  align-content: space-between;
}
.flex-middle[data-v-84edc9e2] {
  align-items: center;
}
.flex-bottom[data-v-84edc9e2] {
  align-items: flex-end;
}
.flex-between[data-v-84edc9e2] {
  justify-content: space-between;
}
.flex-center[data-v-84edc9e2] {
  justify-content: center;
}
.flex-right[data-v-84edc9e2] {
  justify-content: flex-end;
}
.flex-left[data-v-84edc9e2] {
  justify-content: flex-start;
}
.flex-evenly[data-v-84edc9e2] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-84edc9e2] {
  flex-grow: 1;
}
.flex-grow-2[data-v-84edc9e2] {
  flex-grow: 2;
}
.flex-grow-3[data-v-84edc9e2] {
  flex-grow: 3;
}
.flex-grow-4[data-v-84edc9e2] {
  flex-grow: 4;
}
.flex-grow-5[data-v-84edc9e2] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-84edc9e2] {
  align-items: flex-start;
}
.flex800[data-v-84edc9e2] {
  display: none;
}
.flexc-flex[data-v-84edc9e2] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-84edc9e2] {
  display: none;
}
.flex-display-50-10[data-v-84edc9e2] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-84edc9e2] {
  display: none;
}
.show760[data-v-84edc9e2] {
  display: none;
}
.hide[data-v-84edc9e2] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-84edc9e2] {
    display: block !important;
}
.badge-display[data-v-84edc9e2] {
    display: none;
}
.badge-display2[data-v-84edc9e2] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-84edc9e2] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-84edc9e2] {
    display: block;
}
.badge-display2[data-v-84edc9e2] {
    display: none;
}
.fix-width[data-v-84edc9e2] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-84edc9e2] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-84edc9e2] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-84edc9e2] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-84edc9e2] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-84edc9e2] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-84edc9e2] {
    width: 50%;
}
.width100-40[data-v-84edc9e2] {
    width: 40%;
}
.show600[data-v-84edc9e2] {
    display: block;
}
.width-controll-btn-typeweek[data-v-84edc9e2] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-84edc9e2] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-84edc9e2] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-84edc9e2] {
    width: 220px !important;
}
.leftPositionControl[data-v-84edc9e2] {
    left: -40px !important;
}
.container-tipo-envio[data-v-84edc9e2] {
    display: flex;
}
.width-controll-buys-item[data-v-84edc9e2] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-84edc9e2] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-84edc9e2] {
    top: 380px !important;
}
.my-header-menu[data-v-84edc9e2] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-84edc9e2] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-84edc9e2] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-84edc9e2] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-84edc9e2] {
    min-width: 400px;
}
.cart-btn-add[data-v-84edc9e2] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-84edc9e2] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-84edc9e2] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-84edc9e2] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-84edc9e2] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-84edc9e2] {
    justify-content: left;
}
.flex-mid[data-v-84edc9e2] {
    display: flex !important;
}
.msg-stock[data-v-84edc9e2] {
    padding: 10px 0 0;
}
.counter-cart[data-v-84edc9e2] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-84edc9e2] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-84edc9e2] {
    display: none;
}
.badge-display2[data-v-84edc9e2] {
    display: block;
}
.show760[data-v-84edc9e2] {
    display: block;
}
.hide760[data-v-84edc9e2] {
    display: none;
}
.grid-products[data-v-84edc9e2] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-84edc9e2] {
    margin: auto;
}
.mr-h[data-v-84edc9e2] {
    margin: auto;
}
.width-control-otherProducts[data-v-84edc9e2] {
    width: 170px !important;
}
.leftPositionControl[data-v-84edc9e2] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-84edc9e2] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-84edc9e2] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-84edc9e2] {
    width: 30vw !important;
}
.product-item[data-v-84edc9e2] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-84edc9e2] {
    width: 90% !important;
}
.my-container[data-v-84edc9e2] {
    width: 680px !important;
}
.login[data-v-84edc9e2] {
    width: 310px !important;
}
.width-cuotas-control[data-v-84edc9e2] {
    width: 278px !important;
}
.flexc-flex[data-v-84edc9e2] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-84edc9e2] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-84edc9e2] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-84edc9e2] {
    height: 140px;
}
.width-control-input-chat[data-v-84edc9e2] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-84edc9e2] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-84edc9e2] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-84edc9e2] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-84edc9e2] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-84edc9e2] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-84edc9e2] {
    width: 270px !important;
}
.leftPositionControl[data-v-84edc9e2] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-84edc9e2] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-84edc9e2] {
    width: 17vw !important;
}
.filters-wrap[data-v-84edc9e2] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-84edc9e2] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-84edc9e2] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-84edc9e2] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-84edc9e2] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-84edc9e2] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-84edc9e2] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-84edc9e2] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-84edc9e2]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-84edc9e2] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-84edc9e2] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-84edc9e2]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-84edc9e2] {
    max-width: 330px !important;
}
.iterable-box[data-v-84edc9e2] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-84edc9e2] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-84edc9e2] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-84edc9e2] {
    width: 160px !important;
}
.my-container[data-v-84edc9e2] {
    width: 800px !important;
}
.search-btn-box[data-v-84edc9e2] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-84edc9e2] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-84edc9e2] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-84edc9e2] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-84edc9e2] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-84edc9e2] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-84edc9e2] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-84edc9e2] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-84edc9e2] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-84edc9e2] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-84edc9e2] {
    width: 280px !important;
}
.width300-desktop[data-v-84edc9e2] {
    width: 300px !important;
}
.concept-item-stats[data-v-84edc9e2] {
    width: 80%;
}
.widthHalf-desktop[data-v-84edc9e2] {
    width: 50% !important;
}
.column-desktop[data-v-84edc9e2] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-84edc9e2] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-84edc9e2] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-84edc9e2] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-84edc9e2],
.flex-desktop[data-v-84edc9e2] {
    display: flex !important;
}
.block-desktop[data-v-84edc9e2] {
    display: block !important;
}
.hide-desktop[data-v-84edc9e2] {
    display: none !important;
}
.fixButton[data-v-84edc9e2] {
    top: -20px;
}
.width-cuotas-control[data-v-84edc9e2] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-84edc9e2] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-84edc9e2] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-84edc9e2] {
    display: none !important;
}
.bottom10-desktop[data-v-84edc9e2] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-84edc9e2] {
    left: -125px !important;
}
.grid-products[data-v-84edc9e2] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-84edc9e2] {
    width: 1000px !important;
}
.showFullDesktop[data-v-84edc9e2] {
    display: block !important;
}
.leftPositionControl[data-v-84edc9e2] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-84edc9e2] {
    display: none !important;
}
.show-only-desktop[data-v-84edc9e2] {
    display: flex !important;
}
.leftPositionControl[data-v-84edc9e2] {
    left: -260px !important;
}
.catalog-container[data-v-84edc9e2] {
    margin: unset;
}
.carrito-catalog[data-v-84edc9e2] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-84edc9e2] {
    left: -280px !important;
}
}
.grid-container[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-84edc9e2] {
  grid-column: span 1;
}
.grid-item-1[data-v-84edc9e2] {
  grid-column: span 1;
}
.grid-item-2[data-v-84edc9e2] {
  grid-column: span 2;
}
.grid-item-3[data-v-84edc9e2] {
  grid-column: span 3;
}
.grid-item-4[data-v-84edc9e2] {
  grid-column: span 4;
}
.grid-item-5[data-v-84edc9e2] {
  grid-column: span 5;
}
.grid-item-6[data-v-84edc9e2] {
  grid-column: span 6;
}
.grid-item-7[data-v-84edc9e2] {
  grid-column: span 7;
}
.grid-item-8[data-v-84edc9e2] {
  grid-column: span 8;
}
.grid-item-9[data-v-84edc9e2] {
  grid-column: span 9;
}
.grid-item-10[data-v-84edc9e2] {
  grid-column: span 10;
}
.grid-item-11[data-v-84edc9e2] {
  grid-column: span 11;
}
.grid-item-12[data-v-84edc9e2] {
  grid-column: span 12;
}
.grid-cart[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-84edc9e2] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-84edc9e2] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-84edc9e2] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-84edc9e2] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-84edc9e2] {
  gap: 10px;
}
.gap20[data-v-84edc9e2] {
  gap: 20px;
}
.grid-box[data-v-84edc9e2] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-84edc9e2],
.grid-3 div[data-v-84edc9e2],
.grid-4 div[data-v-84edc9e2] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-84edc9e2] {
  background: #fff;
}
.grid-item-odd[data-v-84edc9e2]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-84edc9e2] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-84edc9e2] {
  max-width: 350px;
}
.margin0[data-v-84edc9e2] {
  margin: 0 !important;
}
.margin0-5[data-v-84edc9e2] {
  margin: 0 5px;
}
.margin10-0[data-v-84edc9e2] {
  margin: 10px 0;
}
.margin10-5[data-v-84edc9e2] {
  margin: 10px 5px;
}
.margin0-10[data-v-84edc9e2] {
  margin: 0 10px;
}
.margin0-15[data-v-84edc9e2] {
  margin: 0 15px;
}
.margin15-0[data-v-84edc9e2] {
  margin: 15px 0px;
}
.margin20-0[data-v-84edc9e2] {
  margin: 20px 0;
}
.margin20-10[data-v-84edc9e2] {
  margin: 20px 10px;
}
.margin30-0[data-v-84edc9e2] {
  margin: 30px 0;
}
.margin40-0[data-v-84edc9e2] {
  margin: 40px 0;
}
.margin20-40[data-v-84edc9e2] {
  margin: 20px 40px;
}
.margin0-20[data-v-84edc9e2] {
  margin: 0 20px;
}
.margin5[data-v-84edc9e2] {
  margin: 5px;
}
.margin5-0[data-v-84edc9e2] {
  margin: 5px 0;
}
.margin10[data-v-84edc9e2] {
  margin: 10px;
}
.margin10-20[data-v-84edc9e2] {
  margin: 10px 20px;
}
.margin15[data-v-84edc9e2] {
  margin: 15px;
}
.margin20[data-v-84edc9e2] {
  margin: 20px;
}
.margin30[data-v-84edc9e2] {
  margin: 30px;
}
.margin50[data-v-84edc9e2] {
  margin: 50px;
}
.margin-right-auto[data-v-84edc9e2] {
  margin-right: auto;
}
.margin-left-auto[data-v-84edc9e2] {
  margin-left: auto;
}
.ml-h[data-v-84edc9e2] {
  margin-left: auto;
}
.mr-h[data-v-84edc9e2] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-84edc9e2] {
  margin-bottom: 5px;
}
.margin-top5[data-v-84edc9e2] {
  margin-top: 5px !important;
}
.margin-top10[data-v-84edc9e2] {
  margin-top: 10px !important;
}
.margin-top15[data-v-84edc9e2] {
  margin-top: 15px !important;
}
.margin-top20[data-v-84edc9e2] {
  margin-top: 20px !important;
}
.margin-top30[data-v-84edc9e2] {
  margin-top: 30px !important;
}
.margin-top35[data-v-84edc9e2] {
  margin-top: 35px !important;
}
.margin-top40[data-v-84edc9e2] {
  margin-top: 40px !important;
}
.margin-top50[data-v-84edc9e2] {
  margin-top: 50px !important;
}
.margin-top60[data-v-84edc9e2] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-84edc9e2] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-84edc9e2] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-84edc9e2] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-84edc9e2] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-84edc9e2] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-84edc9e2] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-84edc9e2] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-84edc9e2] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-84edc9e2] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-84edc9e2] {
  margin-left: 5px !important;
}
.margin-left10[data-v-84edc9e2] {
  margin-left: 10px !important;
}
.margin-left15[data-v-84edc9e2] {
  margin-left: 15px !important;
}
.margin-left20[data-v-84edc9e2] {
  margin-left: 20px !important;
}
.margin-left30[data-v-84edc9e2] {
  margin-left: 30px !important;
}
.margin-left35[data-v-84edc9e2] {
  margin-left: 35px !important;
}
.margin-left40[data-v-84edc9e2] {
  margin-left: 40px !important;
}
.margin-left50[data-v-84edc9e2] {
  margin-left: 50px !important;
}
.margin-left60[data-v-84edc9e2] {
  margin-left: 60px !important;
}
.margin-right5[data-v-84edc9e2] {
  margin-right: 5px !important;
}
.margin-right10[data-v-84edc9e2] {
  margin-right: 10px !important;
}
.margin-right15[data-v-84edc9e2] {
  margin-right: 15px !important;
}
.margin-right20[data-v-84edc9e2] {
  margin-right: 20px !important;
}
.margin-right30[data-v-84edc9e2] {
  margin-right: 30px !important;
}
.margin-right35[data-v-84edc9e2] {
  margin-right: 35px !important;
}
.margin-right40[data-v-84edc9e2] {
  margin-right: 40px !important;
}
.margin-right50[data-v-84edc9e2] {
  margin-right: 50px !important;
}
.margin-right60[data-v-84edc9e2] {
  margin-right: 60px !important;
}
.my-5[data-v-84edc9e2] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-84edc9e2] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-84edc9e2] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-84edc9e2] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-84edc9e2] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-84edc9e2] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-84edc9e2] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-84edc9e2] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-84edc9e2] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-84edc9e2] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-84edc9e2] {
  padding: 0 !important;
}
.padding5[data-v-84edc9e2] {
  padding: 5px;
}
.padding10[data-v-84edc9e2] {
  padding: 10px;
}
.padding15[data-v-84edc9e2] {
  padding: 15px;
}
.padding20[data-v-84edc9e2] {
  padding: 20px;
}
.padding30[data-v-84edc9e2] {
  padding: 30px;
}
.padding40[data-v-84edc9e2] {
  padding: 40px;
}
.padding40-0[data-v-84edc9e2] {
  padding: 40px 0;
}
.padding-left5[data-v-84edc9e2] {
  padding-left: 5px;
}
.padding-left10[data-v-84edc9e2] {
  padding-left: 10px;
}
.padding-left15[data-v-84edc9e2] {
  padding-left: 15px;
}
.padding-left20[data-v-84edc9e2] {
  padding-left: 20px;
}
.padding-right5[data-v-84edc9e2] {
  padding-right: 5px;
}
.padding-right10[data-v-84edc9e2] {
  padding-right: 10px;
}
.padding-right15[data-v-84edc9e2] {
  padding-right: 15px;
}
.padding-right20[data-v-84edc9e2] {
  padding-right: 20px;
}
.padding-right30[data-v-84edc9e2] {
  padding-right: 30px;
}
.padding-right40[data-v-84edc9e2] {
  padding-right: 40px;
}
.padding-top0[data-v-84edc9e2] {
  padding-top: 0px;
}
.padding-top5[data-v-84edc9e2] {
  padding-top: 5px;
}
.padding-top10[data-v-84edc9e2] {
  padding-top: 10px;
}
.padding-top15[data-v-84edc9e2] {
  padding-top: 15px;
}
.padding-top20[data-v-84edc9e2] {
  padding-top: 20px;
}
.padding-top30[data-v-84edc9e2] {
  padding-top: 30px;
}
.padding-top50[data-v-84edc9e2] {
  padding-top: 50px;
}
.padding-top60[data-v-84edc9e2] {
  padding-top: 60px;
}
.padding-top70[data-v-84edc9e2] {
  padding-top: 70px;
}
.padding-top90[data-v-84edc9e2] {
  padding-top: 90px;
}
.padding-top100[data-v-84edc9e2] {
  padding-top: 100px;
}
.padding-top120[data-v-84edc9e2] {
  padding-top: 120px;
}
.padding-top180[data-v-84edc9e2] {
  padding-top: 180px;
}
.padding-bottom0[data-v-84edc9e2] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-84edc9e2] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-84edc9e2] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-84edc9e2] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-84edc9e2] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-84edc9e2] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-84edc9e2] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-84edc9e2] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-84edc9e2] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-84edc9e2] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-84edc9e2] {
  padding-bottom: 240px;
}
.padding10-0[data-v-84edc9e2] {
  padding: 10px 0;
}
.padding10-5[data-v-84edc9e2] {
  padding: 10px 5px;
}
.padding0-5[data-v-84edc9e2] {
  padding: 0 5px;
}
.padding0-10[data-v-84edc9e2] {
  padding: 0 10px;
}
.padding0-15[data-v-84edc9e2] {
  padding: 0 15px;
}
.padding20-0[data-v-84edc9e2] {
  padding: 20px 0;
}
.padding20-10[data-v-84edc9e2] {
  padding: 20px 10px;
}
.padding15-20[data-v-84edc9e2] {
  padding: 15px 20px;
}
.padding15-0[data-v-84edc9e2] {
  padding: 15px 0px;
}
.padding20-5[data-v-84edc9e2] {
  padding: 20px 5px;
}
.padding0-20[data-v-84edc9e2] {
  padding: 0 20px;
}
.padding5-20[data-v-84edc9e2] {
  padding: 5px 20px;
}
.padding5-15[data-v-84edc9e2] {
  padding: 5px 15px;
}
.padding5-10[data-v-84edc9e2] {
  padding: 5px 10px;
}
.padding15-10[data-v-84edc9e2] {
  padding: 15px 10px;
}
.padding1em[data-v-84edc9e2] {
  padding: 1em;
}
.padding10-20[data-v-84edc9e2] {
  padding: 10px 20px;
}
.padding5-0[data-v-84edc9e2] {
  padding: 5px 0;
}
.padding30-10[data-v-84edc9e2] {
  padding: 30px 10px;
}
.px-5[data-v-84edc9e2] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-84edc9e2] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-84edc9e2] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-84edc9e2] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-84edc9e2] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-84edc9e2] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-84edc9e2] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-84edc9e2] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-84edc9e2] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-84edc9e2] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-84edc9e2] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-84edc9e2] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-84edc9e2] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-84edc9e2] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-84edc9e2] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-84edc9e2] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-84edc9e2] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-84edc9e2] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-84edc9e2] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-84edc9e2] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-84edc9e2] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-84edc9e2] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-84edc9e2] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-84edc9e2] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-84edc9e2] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-84edc9e2] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-84edc9e2] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-84edc9e2] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-84edc9e2]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-84edc9e2] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-84edc9e2]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-84edc9e2] {
  border: 0 !important;
}
.borderRed[data-v-84edc9e2] {
  border-color: #f00 !important;
}
.border-aside[data-v-84edc9e2] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-84edc9e2] {
  border: none;
}
.borderLightgray[data-v-84edc9e2] {
  border: 1px solid lightgray;
}
.borderGray[data-v-84edc9e2] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-84edc9e2] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-84edc9e2] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-84edc9e2] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-84edc9e2] {
  border: 1px solid #fff;
}
.border2green[data-v-84edc9e2] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-84edc9e2] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-84edc9e2] {
  border: 2px solid #fff;
}
.border2gold[data-v-84edc9e2] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-84edc9e2] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-84edc9e2] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-84edc9e2] {
  border-color: #d42717 !important;
}
.border1green[data-v-84edc9e2] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-84edc9e2] {
  border-color: #f00 !important;
}
.border-fixed[data-v-84edc9e2] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-84edc9e2] {
  border-radius: 40px;
}
.radius30[data-v-84edc9e2] {
  border-radius: 30px;
}
.radius20[data-v-84edc9e2] {
  border-radius: 20px;
}
.radius15[data-v-84edc9e2] {
  border-radius: 15px;
}
.radius8[data-v-84edc9e2] {
  border-radius: 8px;
}
.radius3[data-v-84edc9e2] {
  border-radius: 3px !important;
}
.rounded[data-v-84edc9e2] {
  border-radius: 50%;
}
.rounded5[data-v-84edc9e2] {
  border-radius: 5px;
}
.round10[data-v-84edc9e2] {
  border-radius: 10px;
}
.box-border[data-v-84edc9e2] {
  box-sizing: border-box;
}
.text-center[data-v-84edc9e2] {
  text-align: center;
}
.text-right[data-v-84edc9e2] {
  text-align: right;
}
.text-left[data-v-84edc9e2] {
  text-align: left;
}
.text-lowercase[data-v-84edc9e2] {
  text-transform: lowercase;
}
.text-uppercase[data-v-84edc9e2] {
  text-transform: uppercase;
}
.text-capitalize[data-v-84edc9e2] {
  text-transform: capitalize !important;
}
.text-none[data-v-84edc9e2] {
  text-transform: none;
}
.text-ellipsis[data-v-84edc9e2] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-84edc9e2] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-84edc9e2]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-84edc9e2] {
  text-decoration: underline;
}
.text-underline[data-v-84edc9e2]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-84edc9e2] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-84edc9e2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-84edc9e2] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-84edc9e2] {
  word-break: break-all;
}
.font-bold[data-v-84edc9e2] {
  font-weight: bold;
}
.price-through[data-v-84edc9e2] {
  text-decoration: line-through;
}
.font-italic[data-v-84edc9e2] {
  font-style: italic;
}
.font095em[data-v-84edc9e2] {
  font-size: 0.95em;
}
.font1em[data-v-84edc9e2] {
  font-size: 1em !important;
}
.font2em[data-v-84edc9e2] {
  font-size: 2em;
}
.font2-2em[data-v-84edc9e2] {
  font-size: 2.2em;
}
.font3em[data-v-84edc9e2] {
  font-size: 3em;
}
.font4em[data-v-84edc9e2] {
  font-size: 4em;
}
.font1-5em[data-v-84edc9e2] {
  font-size: 1.5em;
}
.font1-7em[data-v-84edc9e2] {
  font-size: 1.7em;
}
.font1-3em[data-v-84edc9e2] {
  font-size: 1.3em;
}
.font1-4em[data-v-84edc9e2] {
  font-size: 1.4em;
}
.font-9em[data-v-84edc9e2] {
  font-size: 0.9em;
}
.font10[data-v-84edc9e2] {
  font-size: 10px;
}
.font11[data-v-84edc9e2] {
  font-size: 11px;
}
.font12[data-v-84edc9e2] {
  font-size: 12px;
}
.font13[data-v-84edc9e2] {
  font-size: 13px;
}
.font14[data-v-84edc9e2] {
  font-size: 14px;
}
.font15[data-v-84edc9e2] {
  font-size: 15px;
}
.font16[data-v-84edc9e2] {
  font-size: 16px;
}
.font17[data-v-84edc9e2] {
  font-size: 17px;
}
.font18[data-v-84edc9e2] {
  font-size: 18px;
}
.font19[data-v-84edc9e2] {
  font-size: 19px;
}
.font20[data-v-84edc9e2] {
  font-size: 20px;
}
.font21[data-v-84edc9e2] {
  font-size: 21px;
}
.font22[data-v-84edc9e2] {
  font-size: 22px;
}
.font23[data-v-84edc9e2] {
  font-size: 23px;
}
.font24[data-v-84edc9e2] {
  font-size: 24px;
}
.font25[data-v-84edc9e2] {
  font-size: 25px;
}
.font26[data-v-84edc9e2] {
  font-size: 26px;
}
.font27[data-v-84edc9e2] {
  font-size: 27px;
}
.font28[data-v-84edc9e2] {
  font-size: 28px;
}
.font29[data-v-84edc9e2] {
  font-size: 29px;
}
.font30[data-v-84edc9e2] {
  font-size: 30px;
}
.font31[data-v-84edc9e2] {
  font-size: 31px;
}
.font32[data-v-84edc9e2] {
  font-size: 32px;
}
.font33[data-v-84edc9e2] {
  font-size: 33px;
}
.font34[data-v-84edc9e2] {
  font-size: 34px;
}
.font35[data-v-84edc9e2] {
  font-size: 35px;
}
.font36[data-v-84edc9e2] {
  font-size: 36px;
}
.font37[data-v-84edc9e2] {
  font-size: 37px;
}
.font38[data-v-84edc9e2] {
  font-size: 38px;
}
.font39[data-v-84edc9e2] {
  font-size: 39px;
}
.font40[data-v-84edc9e2] {
  font-size: 40px;
}
.font-normal[data-v-84edc9e2] {
  font-weight: normal;
}
.color-white[data-v-84edc9e2] {
  color: #fff;
}
.color-transparent[data-v-84edc9e2] {
  color: transparent !important;
}
.color-black[data-v-84edc9e2] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-84edc9e2] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-84edc9e2] {
  color: fuchia;
}
.color-gray[data-v-84edc9e2] {
  color: #a5afb9;
}
.color-hardgray[data-v-84edc9e2] {
  color: #4d5263;
}
.color-hannah[data-v-84edc9e2] {
  color: #EA184D;
}
.color-lightgray[data-v-84edc9e2] {
  color: #d3d3d3;
}
.color-darkblue[data-v-84edc9e2] {
  color: #2c3e50;
}
.color-darkgray[data-v-84edc9e2] {
  color: #757575;
}
.color-lightred[data-v-84edc9e2] {
  color: #e74c3c;
}
.color-red[data-v-84edc9e2] {
  color: #e74c3c;
}
.color-blue[data-v-84edc9e2] {
  color: #2980b9;
}
.color-yellow[data-v-84edc9e2] {
  color: #f49d1e;
}
.color-orange[data-v-84edc9e2] {
  color: #ffa500;
}
.color-green[data-v-84edc9e2] {
  color: #2AA186;
}
.color-gplus[data-v-84edc9e2] {
  color: #d42717;
}
.back-bluelight[data-v-84edc9e2] {
  background: #EBF0FF !important;
}
.back-blue[data-v-84edc9e2] {
  background: #2980b9 !important;
}
.back-hannah[data-v-84edc9e2] {
  background: #EA184D !important;
}
.back-purple[data-v-84edc9e2] {
  background: #8e44ad;
}
.back-green[data-v-84edc9e2] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-84edc9e2] {
  background: #2AA186;
}
.back-yellow[data-v-84edc9e2] {
  background: #f49d1e !important;
}
.back-gold[data-v-84edc9e2] {
  background: #f49d1e !important;
}
.back-red[data-v-84edc9e2] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-84edc9e2] {
  background: #e74c3c;
}
.back-lightred[data-v-84edc9e2] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-84edc9e2] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-84edc9e2] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-84edc9e2] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-84edc9e2] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-84edc9e2] {
  background: #f49d1e !important;
}
.back-gplus[data-v-84edc9e2] {
  background: #d42717;
}
.back-darkblue[data-v-84edc9e2] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-84edc9e2] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-84edc9e2] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-84edc9e2] {
  background: #3e3d40;
}
.back-midgray[data-v-84edc9e2] {
  background: #ececec;
}
.back-gray[data-v-84edc9e2] {
  background: #a5afb9;
}
.back-black[data-v-84edc9e2] {
  background: #121212;
}
.back-transparent[data-v-84edc9e2] {
  background: transparent;
}
.back-white[data-v-84edc9e2] {
  background: #fff !important;
}
.back-white-simple[data-v-84edc9e2] {
  background-color: #fff;
}
.back-lightgray[data-v-84edc9e2] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-84edc9e2] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-84edc9e2] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-84edc9e2] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-84edc9e2] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-84edc9e2] {
  background: #D6DFE4;
}
.bg-aside[data-v-84edc9e2] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-84edc9e2] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-84edc9e2] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-84edc9e2] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-84edc9e2] {
  background: #fff;
}
.back-item-odd-white[data-v-84edc9e2]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-84edc9e2] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-84edc9e2] {
  position: relative;
}
.absolute[data-v-84edc9e2] {
  position: absolute;
}
.fixed[data-v-84edc9e2] {
  position: fixed;
}
.fixed-bottom[data-v-84edc9e2] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-84edc9e2] {
  position: sticky;
}
.sticky.active[data-v-84edc9e2] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-84edc9e2] {
  bottom: 0;
}
.right0[data-v-84edc9e2] {
  right: 0 !important;
}
.left0[data-v-84edc9e2] {
  left: 0 !important;
}
.leftPositionControl[data-v-84edc9e2] {
  left: -10px;
}
.width100-50[data-v-84edc9e2] {
  width: 100%;
}
.width100-40[data-v-84edc9e2] {
  width: 100%;
}
.min-width100[data-v-84edc9e2] {
  min-width: 100%;
}
.min-width90[data-v-84edc9e2] {
  min-width: 90%;
}
.min-width80[data-v-84edc9e2] {
  min-width: 80% !important;
}
.min-width70[data-v-84edc9e2] {
  min-width: 70%;
}
.min-width60[data-v-84edc9e2] {
  min-width: 60%;
}
.min-width50[data-v-84edc9e2] {
  max-width: 50%;
}
.min-width45[data-v-84edc9e2] {
  min-width: 45%;
}
.min-width40[data-v-84edc9e2] {
  min-width: 40%;
}
.min-width30[data-v-84edc9e2] {
  min-width: 30%;
}
.min-width20[data-v-84edc9e2] {
  min-width: 20%;
}
.min-width25[data-v-84edc9e2] {
  min-width: 25%;
}
.min-width10[data-v-84edc9e2] {
  min-width: 10%;
}
.width100[data-v-84edc9e2] {
  width: 100%;
}
.width90[data-v-84edc9e2] {
  width: 90%;
}
.width80[data-v-84edc9e2] {
  width: 80% !important;
}
.width70[data-v-84edc9e2] {
  width: 70%;
}
.width60[data-v-84edc9e2] {
  width: 60%;
}
.width50[data-v-84edc9e2] {
  width: 50%;
}
.width45[data-v-84edc9e2] {
  width: 45%;
}
.width40[data-v-84edc9e2] {
  width: 40%;
}
.width30[data-v-84edc9e2] {
  width: 30%;
}
.width20[data-v-84edc9e2] {
  width: 20%;
}
.width25[data-v-84edc9e2] {
  width: 25%;
}
.width10[data-v-84edc9e2] {
  width: 10%;
}
.width-min[data-v-84edc9e2] {
  width: min-content;
}
.max-width800[data-v-84edc9e2] {
  max-width: 800px;
}
.widthCenter[data-v-84edc9e2] {
  width: 80%;
}
.max-width600[data-v-84edc9e2] {
  max-width: 600px;
}
.max-width300[data-v-84edc9e2] {
  max-width: 300px;
}
.widthHalf[data-v-84edc9e2] {
  width: 50%;
}
.width-sellProductImg-control[data-v-84edc9e2] {
  width: 150px;
}
.top-control-sellProduct[data-v-84edc9e2] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-84edc9e2] {
  width: 100%;
}
.width-cuotas-control-item[data-v-84edc9e2] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-84edc9e2] {
  width: 163px;
}
.width-control-btn-inline[data-v-84edc9e2] {
  width: 195px;
}
.width-controll-buys-item[data-v-84edc9e2] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-84edc9e2] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-84edc9e2] {
  width: 180px;
}
.width-pasarela-img-control[data-v-84edc9e2] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-84edc9e2] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-84edc9e2] {
  width: 95%;
}
.width-pasarela[data-v-84edc9e2] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-84edc9e2]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-84edc9e2]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-84edc9e2]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-84edc9e2]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-84edc9e2] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-84edc9e2] {
  max-height: 100%;
}
.height220[data-v-84edc9e2] {
  height: 220px;
}
.height100vh[data-v-84edc9e2] {
  height: 100vh !important;
}
.heightFilters[data-v-84edc9e2] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-84edc9e2] {
  height: 100%;
}
.height-aside[data-v-84edc9e2] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-84edc9e2] {
  height: 0px;
}
.heightBox[data-v-84edc9e2] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-84edc9e2] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-84edc9e2] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-84edc9e2] {
  justify-content: center;
}
.pointer[data-v-84edc9e2] {
  cursor: pointer !important;
}
.cursor-move[data-v-84edc9e2] {
  cursor: move !important;
}
.cursor-not[data-v-84edc9e2] {
  cursor: not-allowed !important;
}
.events-none[data-v-84edc9e2] {
  pointer-events: none;
}
.shadow[data-v-84edc9e2] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-84edc9e2] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-84edc9e2] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-84edc9e2] {
  transition: 0.3s;
}
.hoverShadow[data-v-84edc9e2]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-84edc9e2] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-84edc9e2] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-84edc9e2] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-84edc9e2] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-84edc9e2] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-84edc9e2] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-84edc9e2] {
  width: 40px;
  height: 40px;
}
.square35[data-v-84edc9e2] {
  width: 35px;
  height: 35px;
}
.square30[data-v-84edc9e2] {
  width: 30px;
  height: 30px;
}
.square25[data-v-84edc9e2] {
  width: 25px;
  height: 25px;
}
.square12[data-v-84edc9e2] {
  width: 12px;
  height: 12px;
}
.square15[data-v-84edc9e2] {
  width: 15px;
  height: 15px;
}
.square17[data-v-84edc9e2] {
  width: 17px;
  height: 17px;
}
.square18[data-v-84edc9e2] {
  width: 18px;
  height: 18px;
}
.square20[data-v-84edc9e2] {
  width: 20px;
  height: 20px;
}
.square50[data-v-84edc9e2] {
  width: 50px;
  height: 50px;
}
.square70[data-v-84edc9e2] {
  width: 70px;
  height: 70px;
}
.square55[data-v-84edc9e2] {
  width: 55px;
  height: 55px;
}
.square100[data-v-84edc9e2] {
  width: 100px;
  height: 100px;
}
.square10[data-v-84edc9e2] {
  width: 10px;
  height: 10px;
}
.square200[data-v-84edc9e2] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-84edc9e2] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-84edc9e2] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-84edc9e2] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-84edc9e2] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-84edc9e2] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-84edc9e2] {
  overflow-y: hidden;
}
.remove-scroll[data-v-84edc9e2] {
  overflow-y: hidden;
}
.active-scroll[data-v-84edc9e2] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-84edc9e2] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-84edc9e2] {
  overflow: hidden !important;
}
.overflow-auto[data-v-84edc9e2] {
  overflow: auto !important;
}
.hidden[data-v-84edc9e2] {
  visibility: hidden;
}
.offscreen[data-v-84edc9e2] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-84edc9e2] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-84edc9e2] {
  opacity: 0;
}
.opacity30[data-v-84edc9e2] {
  opacity: 0.3;
}
.opacity50[data-v-84edc9e2] {
  opacity: 0.5;
}
.opacity70[data-v-84edc9e2] {
  opacity: 0.7;
}
.opacity80[data-v-84edc9e2] {
  opacity: 0.8;
}
.transition30[data-v-84edc9e2] {
  transition: 0.3s;
}
.cleared[data-v-84edc9e2] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-84edc9e2] {
  transition: 0.1s;
}
.hover-green[data-v-84edc9e2]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-84edc9e2] {
  animation: aside-84edc9e2 0.5s reverse;
}
.aside-leave-active[data-v-84edc9e2] {
  animation: aside-84edc9e2 0.5s;
}
.asideContent-enter-active[data-v-84edc9e2] {
  animation: asideContent-84edc9e2 0.3s reverse;
}
.asideContent-leave-active[data-v-84edc9e2] {
  animation: asideContent-84edc9e2 0.3s;
}
@keyframes aside-84edc9e2 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-84edc9e2 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-84edc9e2 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-84edc9e2] {
  animation: spin-84edc9e2 2s infinite;
}
@keyframes spin-84edc9e2 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-84edc9e2] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-84edc9e2] {
  padding: 3px;
}
.carousel__pagination-button[data-v-84edc9e2] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-84edc9e2] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-84edc9e2]::after {
  display: none !important;
}
.pagination[data-v-84edc9e2] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-84edc9e2] {
  display: inline;
}
.pagination > li > a[data-v-84edc9e2], .pagination > li > span[data-v-84edc9e2] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-84edc9e2], .pagination > li:first-child > span[data-v-84edc9e2] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-84edc9e2], .pagination > li:last-child > span[data-v-84edc9e2] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-84edc9e2]:hover, .pagination > li > span[data-v-84edc9e2]:hover, .pagination > li > a[data-v-84edc9e2]:focus, .pagination > li > span[data-v-84edc9e2]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-84edc9e2], .pagination > .active > span[data-v-84edc9e2], .pagination > .active > a[data-v-84edc9e2]:hover, .pagination > .active > span[data-v-84edc9e2]:hover, .pagination > .active > a[data-v-84edc9e2]:focus, .pagination > .active > span[data-v-84edc9e2]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-84edc9e2] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-84edc9e2]:hover, .pagination > .disabled > span[data-v-84edc9e2]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-84edc9e2] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-84edc9e2]:hover, .pagination > .disabled > a[data-v-84edc9e2]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-84edc9e2], .pagination-lg > li > span[data-v-84edc9e2] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-84edc9e2], .pagination-lg > li:first-child > span[data-v-84edc9e2] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-84edc9e2], .pagination-lg > li:last-child > span[data-v-84edc9e2] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-84edc9e2], .pagination-sm > li > span[data-v-84edc9e2] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-84edc9e2], .pagination-sm > li:first-child > span[data-v-84edc9e2] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-84edc9e2], .pagination-sm > li:last-child > span[data-v-84edc9e2] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-84edc9e2] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-84edc9e2] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-84edc9e2] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-84edc9e2] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-84edc9e2] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-84edc9e2] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-84edc9e2] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-84edc9e2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-84edc9e2] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-84edc9e2]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-84edc9e2] {
  overflow: unset !important;
}
.btn-shadow[data-v-84edc9e2] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-84edc9e2] {
  margin-left: 0px;
}
.reset-button[data-v-84edc9e2] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-84edc9e2] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-84edc9e2]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-84edc9e2] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-84edc9e2] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-84edc9e2],
.btn-finalize[data-v-84edc9e2] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-84edc9e2] {
  right: 7px;
}
.btn-finalize[data-v-84edc9e2] {
  left: 7px;
}
.tab-counter[data-v-84edc9e2] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-84edc9e2] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-84edc9e2] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-84edc9e2] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-84edc9e2] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-84edc9e2] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-84edc9e2] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-84edc9e2] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-84edc9e2] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-84edc9e2] {
  transition: 0.5s;
}
.tab[data-v-84edc9e2]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-84edc9e2] {
  color: #2980b9;
}
.tab.active[data-v-84edc9e2]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-84edc9e2] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-84edc9e2] {
  width: 220px;
}
.badge-display[data-v-84edc9e2], .badge-display2[data-v-84edc9e2] {
  min-width: 224px;
}
.my-badge[data-v-84edc9e2] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-84edc9e2] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-84edc9e2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-84edc9e2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-84edc9e2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-84edc9e2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-84edc9e2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-84edc9e2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-84edc9e2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-84edc9e2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-84edc9e2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-84edc9e2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-84edc9e2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-84edc9e2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-84edc9e2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-84edc9e2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-84edc9e2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-84edc9e2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-84edc9e2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-84edc9e2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-84edc9e2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-84edc9e2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-84edc9e2] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-84edc9e2] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-84edc9e2] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-84edc9e2] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-84edc9e2] {
  flex-wrap: wrap;
}
.vueperslide[data-v-84edc9e2] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-84edc9e2] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-84edc9e2] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-84edc9e2] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-84edc9e2] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-84edc9e2] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-84edc9e2] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-84edc9e2] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-84edc9e2] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-84edc9e2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-84edc9e2] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-84edc9e2] {
  width: 100%;
}
.img-product-detail[data-v-84edc9e2] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-84edc9e2] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-84edc9e2] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-84edc9e2] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-84edc9e2] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-84edc9e2] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-84edc9e2] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-84edc9e2] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-84edc9e2] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-84edc9e2] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-84edc9e2] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-84edc9e2] {
  text-align: center;
}
.modal-enter[data-v-84edc9e2], .modal-leave-active[data-v-84edc9e2] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-84edc9e2], .modal-leave-active .modal-container[data-v-84edc9e2] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-84edc9e2] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-84edc9e2] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-84edc9e2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-84edc9e2] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-84edc9e2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-84edc9e2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-84edc9e2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-84edc9e2] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-84edc9e2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-84edc9e2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-84edc9e2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-84edc9e2] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-84edc9e2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-84edc9e2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-84edc9e2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-84edc9e2] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-84edc9e2] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-84edc9e2]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-84edc9e2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-84edc9e2] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-84edc9e2] {
  display: none;
}
.vdp-datepicker input[data-v-84edc9e2] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-84edc9e2]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-84edc9e2] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-84edc9e2] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-84edc9e2 ease-in-out infinite;
}
.vue-treeselect__control[data-v-84edc9e2] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-84edc9e2] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-84edc9e2] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-84edc9e2] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-84edc9e2] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-84edc9e2] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-84edc9e2] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-84edc9e2] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-84edc9e2 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-84edc9e2 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-84edc9e2 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-84edc9e2 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-84edc9e2 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-84edc9e2 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-84edc9e2],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-84edc9e2] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-84edc9e2] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-84edc9e2] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-84edc9e2],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-84edc9e2] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-84edc9e2] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-84edc9e2] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-84edc9e2] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-84edc9e2],
.vue-treeselect span[data-v-84edc9e2] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-84edc9e2] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-84edc9e2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-84edc9e2]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-84edc9e2] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-84edc9e2] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-84edc9e2],
.vue-treeselect__control[data-v-84edc9e2]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-84edc9e2] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-84edc9e2] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-84edc9e2],
.vue-treeselect__multi-value[data-v-84edc9e2] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-84edc9e2] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-84edc9e2] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-84edc9e2] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-84edc9e2] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-84edc9e2],
.vue-treeselect__single-value[data-v-84edc9e2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-84edc9e2] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-84edc9e2] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-84edc9e2] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-84edc9e2] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-84edc9e2] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-84edc9e2]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-84edc9e2] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-84edc9e2] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-84edc9e2],
.vue-treeselect__multi-value-label[data-v-84edc9e2] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-84edc9e2] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-84edc9e2] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-84edc9e2],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-84edc9e2] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-84edc9e2] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-84edc9e2] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-84edc9e2] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-84edc9e2] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-84edc9e2] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-84edc9e2] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-84edc9e2] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-84edc9e2] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-84edc9e2] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-84edc9e2] {
  display: none;
}
.vue-treeselect__input[data-v-84edc9e2],
.vue-treeselect__sizer[data-v-84edc9e2] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-84edc9e2] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-84edc9e2]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-84edc9e2] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-84edc9e2] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-84edc9e2] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-84edc9e2] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-84edc9e2 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-84edc9e2 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-84edc9e2]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-84edc9e2] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-84edc9e2] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-84edc9e2] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-84edc9e2] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-84edc9e2] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-84edc9e2] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-84edc9e2] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-84edc9e2] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-84edc9e2] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-84edc9e2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-84edc9e2] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-84edc9e2] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-84edc9e2]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-84edc9e2] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-84edc9e2],
.vue-treeselect__option-arrow-placeholder[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-84edc9e2] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-84edc9e2] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-84edc9e2],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-84edc9e2] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-84edc9e2] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-84edc9e2] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-84edc9e2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-84edc9e2] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-84edc9e2] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-84edc9e2],
.vue-treeselect__minus-mark[data-v-84edc9e2] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-84edc9e2] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-84edc9e2] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-84edc9e2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-84edc9e2] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-84edc9e2] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-84edc9e2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-84edc9e2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-84edc9e2] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-84edc9e2] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-84edc9e2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-84edc9e2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-84edc9e2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-84edc9e2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-84edc9e2] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-84edc9e2] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-84edc9e2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-84edc9e2] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-84edc9e2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-84edc9e2] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-84edc9e2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-84edc9e2] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-84edc9e2] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-84edc9e2]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-84edc9e2] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-84edc9e2]::before,
.vue-treeselect__icon-error[data-v-84edc9e2]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-84edc9e2]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-84edc9e2]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-84edc9e2] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-84edc9e2 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-84edc9e2 linear infinite;
}
.vue-treeselect__icon-loader[data-v-84edc9e2]::before,
.vue-treeselect__icon-loader[data-v-84edc9e2]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-84edc9e2 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-84edc9e2 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-84edc9e2]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-84edc9e2]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-84edc9e2],
.vac-loader-wrapper[data-v-84edc9e2] {
  display: none !important;
}
.vac-room-name[data-v-84edc9e2] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-84edc9e2] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-84edc9e2] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-84edc9e2] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-84edc9e2] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-84edc9e2] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-84edc9e2] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-84edc9e2] {
  min-height: 24px !important;
}
.tagWarn[data-v-84edc9e2] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-84edc9e2]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-84edc9e2] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-84edc9e2]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-84edc9e2]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-84edc9e2] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-84edc9e2] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-84edc9e2] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-84edc9e2] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-84edc9e2]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-84edc9e2] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-84edc9e2]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-84edc9e2] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-84edc9e2] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-84edc9e2] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-84edc9e2]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-84edc9e2] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-84edc9e2]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-84edc9e2] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-84edc9e2]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-84edc9e2]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-84edc9e2] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-84edc9e2] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-84edc9e2] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-84edc9e2]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-84edc9e2] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-84edc9e2] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-84edc9e2] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-84edc9e2]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-84edc9e2] {
  font-size: 1.15em;
}
.my-select[data-v-84edc9e2] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-84edc9e2] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-84edc9e2] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-84edc9e2] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-84edc9e2] {
  width: 160px;
}
.my-select[data-v-84edc9e2] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-84edc9e2] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-84edc9e2] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-84edc9e2] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-84edc9e2] {
  width: 160px;
}
.input-cupon[data-v-84edc9e2] {
  display: flex;
}
.input-cupon > div > span[data-v-84edc9e2] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-84edc9e2] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-84edc9e2] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-84edc9e2]:not(:checked),
input[type=checkbox].check[data-v-84edc9e2]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-84edc9e2],
input[type=checkbox].check:checked + label[data-v-84edc9e2] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-84edc9e2]:before,
input[type=checkbox].check:checked + label[data-v-84edc9e2]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-84edc9e2]:after,
input[type=checkbox].check:checked + label[data-v-84edc9e2]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-84edc9e2]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-84edc9e2]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-84edc9e2]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-84edc9e2]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-84edc9e2]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-84edc9e2] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-84edc9e2]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-84edc9e2]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-84edc9e2] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-84edc9e2] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-84edc9e2] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-84edc9e2] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-84edc9e2] {
  opacity: 1;
}
.multiselect__tag[data-v-84edc9e2] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-84edc9e2] {
  background: #2AA186 !important;
}
.multiselect[data-v-84edc9e2] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-84edc9e2]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-84edc9e2] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-84edc9e2] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-84edc9e2]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-84edc9e2]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-84edc9e2]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-84edc9e2]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-84edc9e2] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-84edc9e2] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-84edc9e2] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-84edc9e2] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-84edc9e2] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-84edc9e2] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-84edc9e2]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-84edc9e2]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-84edc9e2]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-84edc9e2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-84edc9e2] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-84edc9e2] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-84edc9e2] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-84edc9e2]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-84edc9e2] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-84edc9e2] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-84edc9e2] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-84edc9e2] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-84edc9e2] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-84edc9e2] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-84edc9e2]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-84edc9e2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-84edc9e2] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-84edc9e2], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-84edc9e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-84edc9e2] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-84edc9e2] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-84edc9e2], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-84edc9e2] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-84edc9e2], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-84edc9e2] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-84edc9e2]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-84edc9e2]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-84edc9e2] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-84edc9e2] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-84edc9e2] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-84edc9e2] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-84edc9e2] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-84edc9e2] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-84edc9e2] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-84edc9e2] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-84edc9e2] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-84edc9e2] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-84edc9e2] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-84edc9e2] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-84edc9e2] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-84edc9e2] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-84edc9e2] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-84edc9e2]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-84edc9e2] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-84edc9e2] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-84edc9e2] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-84edc9e2] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-84edc9e2] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-84edc9e2] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-84edc9e2] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-84edc9e2] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-84edc9e2], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-84edc9e2] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-84edc9e2] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-84edc9e2] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-84edc9e2] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-84edc9e2] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-84edc9e2] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-84edc9e2] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-84edc9e2] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-84edc9e2], .v3-emoji-picker .v3-header[data-v-84edc9e2] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-84edc9e2] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-84edc9e2] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-84edc9e2] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-84edc9e2]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-84edc9e2], .v3-emoji-picker .v3-skin-tones[data-v-84edc9e2] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-84edc9e2]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-84edc9e2] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-84edc9e2] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-84edc9e2] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-84edc9e2], body[data-v-84edc9e2] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-84edc9e2], body.home[data-v-84edc9e2] {
  background-color: #fff;
}
[data-v-84edc9e2]:focus {
  outline: none !important;
}
a[data-v-84edc9e2] {
  text-decoration: none;
}
a[data-v-84edc9e2]:hover,
a[data-v-84edc9e2]:focus {
  text-decoration: none;
}
img[data-v-84edc9e2] {
  border: 0;
}
textarea[data-v-84edc9e2] {
  resize: none;
}
h1[data-v-84edc9e2],
h2[data-v-84edc9e2],
h3[data-v-84edc9e2],
h4[data-v-84edc9e2],
h5[data-v-84edc9e2],
h6[data-v-84edc9e2] {
  font-weight: bold;
}
.massive_selection__close_icon[data-v-84edc9e2] {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 25px;
  border: none;
  background: none;
  cursor: pointer;
}
.massive_selection[data-v-84edc9e2] {
  display: flex;
  flex-direction: column;
  color: #405367;
  font-size: 20px;
}
.massive_selection .massive_selection__icon[data-v-84edc9e2] {
  align-self: center;
  margin: 20px 0;
}
.massive_selection .massive_selection__main_text[data-v-84edc9e2] {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.massive_selection .massive_selection_body[data-v-84edc9e2] {
  height: calc(100vh - 340px);
  overflow-y: auto;
}
.massive_selection .massive_selection_body[data-v-84edc9e2]::-webkit-scrollbar {
  display: none;
}
.massive_selection .massive_selection_body .massive_selection__text[data-v-84edc9e2] {
  margin-bottom: 20px;
}
.massive_selection .massive_selection_body .massive_selection__options[data-v-84edc9e2] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option[data-v-84edc9e2] {
  display: flex;
  gap: 10px;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label[data-v-84edc9e2] {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label:hover input ~ .checkmark[data-v-84edc9e2] {
  background-color: rgba(64, 83, 103, 0.1);
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label input:checked ~ .checkmark[data-v-84edc9e2] {
  /* background-color: $success; */
  background-color: white;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label input:checked ~ .checkmark[data-v-84edc9e2]::after {
  display: block;
  content: "";
  position: absolute;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label .checkmark[data-v-84edc9e2]::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #18A085;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label input[data-v-84edc9e2] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.massive_selection .massive_selection_body .massive_selection__options .massive_selection__option .massive_selection__option__label .checkmark[data-v-84edc9e2] {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
[data-v-d2ceec31]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-d2ceec31] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-d2ceec31] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-d2ceec31] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-d2ceec31] {
  width: 100%;
}
.home-icon img[data-v-d2ceec31] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-d2ceec31] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-d2ceec31] {
  line-height: 30px;
}
.list-style-none[data-v-d2ceec31] {
  list-style: none;
}
.burger-menu[data-v-d2ceec31] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-d2ceec31] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-d2ceec31] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-d2ceec31] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-d2ceec31] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-d2ceec31] {
  position: relative;
}
.card-product .my-close[data-v-d2ceec31] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-d2ceec31] {
  margin: 0;
}
.filtro-form input[data-v-d2ceec31] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-d2ceec31] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-d2ceec31] {
  padding: 20px 0 0;
}
.img-tiny[data-v-d2ceec31] {
  width: 80px;
}
.img-item img[data-v-d2ceec31] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-d2ceec31] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-d2ceec31] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-d2ceec31]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-d2ceec31] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-d2ceec31] {
  margin-left: 10px;
}
.notifications section[data-v-d2ceec31] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-d2ceec31] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-d2ceec31] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-d2ceec31],
.list-complete-leave-to[data-v-d2ceec31] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-d2ceec31] {
  position: absolute;
}
#_op_data_r[data-v-d2ceec31],
#_op_data_antifraud[data-v-d2ceec31] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-d2ceec31],
iframe#_op_data_antifraud[data-v-d2ceec31],
iframe#device_profile[data-v-d2ceec31],
iframe#thm_mp_cntnr[data-v-d2ceec31] {
  position: absolute !important;
}
iframe[data-v-d2ceec31] {
  background: #fff !important;
}
.main-content[data-v-d2ceec31] {
  padding-top: 30px;
}
.card-contactStory[data-v-d2ceec31] {
  width: 93vw;
}
.card-contactStory img[data-v-d2ceec31] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-d2ceec31] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-d2ceec31] {
  width: 280px;
}
.dropped[data-v-d2ceec31] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-d2ceec31] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-d2ceec31]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-d2ceec31] {
  display: block !important;
}
.dropped .dropdown a[data-v-d2ceec31] {
  color: #fff;
}
.dropped .dropdown a[data-v-d2ceec31]:hover {
  text-decoration: underline;
}
.line-height25[data-v-d2ceec31] {
  line-height: 25px;
}
aside[data-v-d2ceec31] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-d2ceec31] {
  height: 100vh;
}
.my-header[data-v-d2ceec31] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-d2ceec31] {
  position: inherit !important;
}
.my-header-menu[data-v-d2ceec31] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-d2ceec31] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-d2ceec31]:hover {
  background: hannah;
}
.menu-api-activate[data-v-d2ceec31] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-d2ceec31] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-d2ceec31] {
  position: relative;
}
.menu-api-item a[data-v-d2ceec31]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-d2ceec31] {
  padding: 0 !important;
}
.card-product[data-v-d2ceec31] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-d2ceec31] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-d2ceec31] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-d2ceec31] {
  margin: 0;
}
.sticky-home[data-v-d2ceec31] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-d2ceec31] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-d2ceec31]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-d2ceec31] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-d2ceec31]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-d2ceec31] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-d2ceec31]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-d2ceec31] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-d2ceec31] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-d2ceec31] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-d2ceec31]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-d2ceec31] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-d2ceec31] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-d2ceec31] {
  display: block !important;
}
.leftPositionSubMenu[data-v-d2ceec31] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-d2ceec31] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-d2ceec31],
.circle-toggle-box[data-v-d2ceec31] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-d2ceec31] {
  left: 44px !important;
}
.triangleStatus[data-v-d2ceec31]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-d2ceec31] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-d2ceec31] {
  overflow: visible !important;
}
.width-max80[data-v-d2ceec31] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-d2ceec31] {
  display: flex !important;
}
.flex-none[data-v-d2ceec31] {
  flex: none;
}
.flex-nowrap[data-v-d2ceec31] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-d2ceec31] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-d2ceec31] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-d2ceec31] {
  flex-direction: column;
}
.flex-col-row[data-v-d2ceec31] {
  flex-direction: column;
}
.flex-row[data-v-d2ceec31] {
  flex-direction: row;
}
.flex-between-align[data-v-d2ceec31] {
  align-content: space-between;
}
.flex-middle[data-v-d2ceec31] {
  align-items: center;
}
.flex-bottom[data-v-d2ceec31] {
  align-items: flex-end;
}
.flex-between[data-v-d2ceec31] {
  justify-content: space-between;
}
.flex-center[data-v-d2ceec31] {
  justify-content: center;
}
.flex-right[data-v-d2ceec31] {
  justify-content: flex-end;
}
.flex-left[data-v-d2ceec31] {
  justify-content: flex-start;
}
.flex-evenly[data-v-d2ceec31] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-d2ceec31] {
  flex-grow: 1;
}
.flex-grow-2[data-v-d2ceec31] {
  flex-grow: 2;
}
.flex-grow-3[data-v-d2ceec31] {
  flex-grow: 3;
}
.flex-grow-4[data-v-d2ceec31] {
  flex-grow: 4;
}
.flex-grow-5[data-v-d2ceec31] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-d2ceec31] {
  align-items: flex-start;
}
.flex800[data-v-d2ceec31] {
  display: none;
}
.flexc-flex[data-v-d2ceec31] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-d2ceec31] {
  display: none;
}
.flex-display-50-10[data-v-d2ceec31] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-d2ceec31] {
  display: none;
}
.show760[data-v-d2ceec31] {
  display: none;
}
.hide[data-v-d2ceec31] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-d2ceec31] {
    display: block !important;
}
.badge-display[data-v-d2ceec31] {
    display: none;
}
.badge-display2[data-v-d2ceec31] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-d2ceec31] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-d2ceec31] {
    display: block;
}
.badge-display2[data-v-d2ceec31] {
    display: none;
}
.fix-width[data-v-d2ceec31] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-d2ceec31] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-d2ceec31] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-d2ceec31] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-d2ceec31] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-d2ceec31] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-d2ceec31] {
    width: 50%;
}
.width100-40[data-v-d2ceec31] {
    width: 40%;
}
.show600[data-v-d2ceec31] {
    display: block;
}
.width-controll-btn-typeweek[data-v-d2ceec31] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-d2ceec31] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-d2ceec31] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-d2ceec31] {
    width: 220px !important;
}
.leftPositionControl[data-v-d2ceec31] {
    left: -40px !important;
}
.container-tipo-envio[data-v-d2ceec31] {
    display: flex;
}
.width-controll-buys-item[data-v-d2ceec31] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-d2ceec31] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-d2ceec31] {
    top: 380px !important;
}
.my-header-menu[data-v-d2ceec31] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-d2ceec31] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-d2ceec31] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-d2ceec31] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-d2ceec31] {
    min-width: 400px;
}
.cart-btn-add[data-v-d2ceec31] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-d2ceec31] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-d2ceec31] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-d2ceec31] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-d2ceec31] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-d2ceec31] {
    justify-content: left;
}
.flex-mid[data-v-d2ceec31] {
    display: flex !important;
}
.msg-stock[data-v-d2ceec31] {
    padding: 10px 0 0;
}
.counter-cart[data-v-d2ceec31] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-d2ceec31] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-d2ceec31] {
    display: none;
}
.badge-display2[data-v-d2ceec31] {
    display: block;
}
.show760[data-v-d2ceec31] {
    display: block;
}
.hide760[data-v-d2ceec31] {
    display: none;
}
.grid-products[data-v-d2ceec31] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-d2ceec31] {
    margin: auto;
}
.mr-h[data-v-d2ceec31] {
    margin: auto;
}
.width-control-otherProducts[data-v-d2ceec31] {
    width: 170px !important;
}
.leftPositionControl[data-v-d2ceec31] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-d2ceec31] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-d2ceec31] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-d2ceec31] {
    width: 30vw !important;
}
.product-item[data-v-d2ceec31] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-d2ceec31] {
    width: 90% !important;
}
.my-container[data-v-d2ceec31] {
    width: 680px !important;
}
.login[data-v-d2ceec31] {
    width: 310px !important;
}
.width-cuotas-control[data-v-d2ceec31] {
    width: 278px !important;
}
.flexc-flex[data-v-d2ceec31] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-d2ceec31] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-d2ceec31] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-d2ceec31] {
    height: 140px;
}
.width-control-input-chat[data-v-d2ceec31] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-d2ceec31] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-d2ceec31] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-d2ceec31] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-d2ceec31] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-d2ceec31] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-d2ceec31] {
    width: 270px !important;
}
.leftPositionControl[data-v-d2ceec31] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-d2ceec31] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-d2ceec31] {
    width: 17vw !important;
}
.filters-wrap[data-v-d2ceec31] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-d2ceec31] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-d2ceec31] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-d2ceec31] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-d2ceec31] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-d2ceec31] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-d2ceec31] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-d2ceec31] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-d2ceec31]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-d2ceec31] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-d2ceec31] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-d2ceec31]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-d2ceec31] {
    max-width: 330px !important;
}
.iterable-box[data-v-d2ceec31] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-d2ceec31] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-d2ceec31] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-d2ceec31] {
    width: 160px !important;
}
.my-container[data-v-d2ceec31] {
    width: 800px !important;
}
.search-btn-box[data-v-d2ceec31] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-d2ceec31] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-d2ceec31] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-d2ceec31] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-d2ceec31] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-d2ceec31] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-d2ceec31] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-d2ceec31] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-d2ceec31] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-d2ceec31] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-d2ceec31] {
    width: 280px !important;
}
.width300-desktop[data-v-d2ceec31] {
    width: 300px !important;
}
.concept-item-stats[data-v-d2ceec31] {
    width: 80%;
}
.widthHalf-desktop[data-v-d2ceec31] {
    width: 50% !important;
}
.column-desktop[data-v-d2ceec31] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-d2ceec31] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-d2ceec31] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-d2ceec31] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-d2ceec31],
.flex-desktop[data-v-d2ceec31] {
    display: flex !important;
}
.block-desktop[data-v-d2ceec31] {
    display: block !important;
}
.hide-desktop[data-v-d2ceec31] {
    display: none !important;
}
.fixButton[data-v-d2ceec31] {
    top: -20px;
}
.width-cuotas-control[data-v-d2ceec31] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-d2ceec31] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-d2ceec31] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-d2ceec31] {
    display: none !important;
}
.bottom10-desktop[data-v-d2ceec31] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-d2ceec31] {
    left: -125px !important;
}
.grid-products[data-v-d2ceec31] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-d2ceec31] {
    width: 1000px !important;
}
.showFullDesktop[data-v-d2ceec31] {
    display: block !important;
}
.leftPositionControl[data-v-d2ceec31] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-d2ceec31] {
    display: none !important;
}
.show-only-desktop[data-v-d2ceec31] {
    display: flex !important;
}
.leftPositionControl[data-v-d2ceec31] {
    left: -260px !important;
}
.catalog-container[data-v-d2ceec31] {
    margin: unset;
}
.carrito-catalog[data-v-d2ceec31] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-d2ceec31] {
    left: -280px !important;
}
}
.grid-container[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-d2ceec31] {
  grid-column: span 1;
}
.grid-item-1[data-v-d2ceec31] {
  grid-column: span 1;
}
.grid-item-2[data-v-d2ceec31] {
  grid-column: span 2;
}
.grid-item-3[data-v-d2ceec31] {
  grid-column: span 3;
}
.grid-item-4[data-v-d2ceec31] {
  grid-column: span 4;
}
.grid-item-5[data-v-d2ceec31] {
  grid-column: span 5;
}
.grid-item-6[data-v-d2ceec31] {
  grid-column: span 6;
}
.grid-item-7[data-v-d2ceec31] {
  grid-column: span 7;
}
.grid-item-8[data-v-d2ceec31] {
  grid-column: span 8;
}
.grid-item-9[data-v-d2ceec31] {
  grid-column: span 9;
}
.grid-item-10[data-v-d2ceec31] {
  grid-column: span 10;
}
.grid-item-11[data-v-d2ceec31] {
  grid-column: span 11;
}
.grid-item-12[data-v-d2ceec31] {
  grid-column: span 12;
}
.grid-cart[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-d2ceec31] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-d2ceec31] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-d2ceec31] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-d2ceec31] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-d2ceec31] {
  gap: 10px;
}
.gap20[data-v-d2ceec31] {
  gap: 20px;
}
.grid-box[data-v-d2ceec31] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-d2ceec31],
.grid-3 div[data-v-d2ceec31],
.grid-4 div[data-v-d2ceec31] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-d2ceec31] {
  background: #fff;
}
.grid-item-odd[data-v-d2ceec31]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-d2ceec31] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-d2ceec31] {
  max-width: 350px;
}
.margin0[data-v-d2ceec31] {
  margin: 0 !important;
}
.margin0-5[data-v-d2ceec31] {
  margin: 0 5px;
}
.margin10-0[data-v-d2ceec31] {
  margin: 10px 0;
}
.margin10-5[data-v-d2ceec31] {
  margin: 10px 5px;
}
.margin0-10[data-v-d2ceec31] {
  margin: 0 10px;
}
.margin0-15[data-v-d2ceec31] {
  margin: 0 15px;
}
.margin15-0[data-v-d2ceec31] {
  margin: 15px 0px;
}
.margin20-0[data-v-d2ceec31] {
  margin: 20px 0;
}
.margin20-10[data-v-d2ceec31] {
  margin: 20px 10px;
}
.margin30-0[data-v-d2ceec31] {
  margin: 30px 0;
}
.margin40-0[data-v-d2ceec31] {
  margin: 40px 0;
}
.margin20-40[data-v-d2ceec31] {
  margin: 20px 40px;
}
.margin0-20[data-v-d2ceec31] {
  margin: 0 20px;
}
.margin5[data-v-d2ceec31] {
  margin: 5px;
}
.margin5-0[data-v-d2ceec31] {
  margin: 5px 0;
}
.margin10[data-v-d2ceec31] {
  margin: 10px;
}
.margin10-20[data-v-d2ceec31] {
  margin: 10px 20px;
}
.margin15[data-v-d2ceec31] {
  margin: 15px;
}
.margin20[data-v-d2ceec31] {
  margin: 20px;
}
.margin30[data-v-d2ceec31] {
  margin: 30px;
}
.margin50[data-v-d2ceec31] {
  margin: 50px;
}
.margin-right-auto[data-v-d2ceec31] {
  margin-right: auto;
}
.margin-left-auto[data-v-d2ceec31] {
  margin-left: auto;
}
.ml-h[data-v-d2ceec31] {
  margin-left: auto;
}
.mr-h[data-v-d2ceec31] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-d2ceec31] {
  margin-bottom: 5px;
}
.margin-top5[data-v-d2ceec31] {
  margin-top: 5px !important;
}
.margin-top10[data-v-d2ceec31] {
  margin-top: 10px !important;
}
.margin-top15[data-v-d2ceec31] {
  margin-top: 15px !important;
}
.margin-top20[data-v-d2ceec31] {
  margin-top: 20px !important;
}
.margin-top30[data-v-d2ceec31] {
  margin-top: 30px !important;
}
.margin-top35[data-v-d2ceec31] {
  margin-top: 35px !important;
}
.margin-top40[data-v-d2ceec31] {
  margin-top: 40px !important;
}
.margin-top50[data-v-d2ceec31] {
  margin-top: 50px !important;
}
.margin-top60[data-v-d2ceec31] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-d2ceec31] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-d2ceec31] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-d2ceec31] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-d2ceec31] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-d2ceec31] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-d2ceec31] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-d2ceec31] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-d2ceec31] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-d2ceec31] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-d2ceec31] {
  margin-left: 5px !important;
}
.margin-left10[data-v-d2ceec31] {
  margin-left: 10px !important;
}
.margin-left15[data-v-d2ceec31] {
  margin-left: 15px !important;
}
.margin-left20[data-v-d2ceec31] {
  margin-left: 20px !important;
}
.margin-left30[data-v-d2ceec31] {
  margin-left: 30px !important;
}
.margin-left35[data-v-d2ceec31] {
  margin-left: 35px !important;
}
.margin-left40[data-v-d2ceec31] {
  margin-left: 40px !important;
}
.margin-left50[data-v-d2ceec31] {
  margin-left: 50px !important;
}
.margin-left60[data-v-d2ceec31] {
  margin-left: 60px !important;
}
.margin-right5[data-v-d2ceec31] {
  margin-right: 5px !important;
}
.margin-right10[data-v-d2ceec31] {
  margin-right: 10px !important;
}
.margin-right15[data-v-d2ceec31] {
  margin-right: 15px !important;
}
.margin-right20[data-v-d2ceec31] {
  margin-right: 20px !important;
}
.margin-right30[data-v-d2ceec31] {
  margin-right: 30px !important;
}
.margin-right35[data-v-d2ceec31] {
  margin-right: 35px !important;
}
.margin-right40[data-v-d2ceec31] {
  margin-right: 40px !important;
}
.margin-right50[data-v-d2ceec31] {
  margin-right: 50px !important;
}
.margin-right60[data-v-d2ceec31] {
  margin-right: 60px !important;
}
.my-5[data-v-d2ceec31] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-d2ceec31] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-d2ceec31] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-d2ceec31] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-d2ceec31] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-d2ceec31] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-d2ceec31] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-d2ceec31] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-d2ceec31] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-d2ceec31] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-d2ceec31] {
  padding: 0 !important;
}
.padding5[data-v-d2ceec31] {
  padding: 5px;
}
.padding10[data-v-d2ceec31] {
  padding: 10px;
}
.padding15[data-v-d2ceec31] {
  padding: 15px;
}
.padding20[data-v-d2ceec31] {
  padding: 20px;
}
.padding30[data-v-d2ceec31] {
  padding: 30px;
}
.padding40[data-v-d2ceec31] {
  padding: 40px;
}
.padding40-0[data-v-d2ceec31] {
  padding: 40px 0;
}
.padding-left5[data-v-d2ceec31] {
  padding-left: 5px;
}
.padding-left10[data-v-d2ceec31] {
  padding-left: 10px;
}
.padding-left15[data-v-d2ceec31] {
  padding-left: 15px;
}
.padding-left20[data-v-d2ceec31] {
  padding-left: 20px;
}
.padding-right5[data-v-d2ceec31] {
  padding-right: 5px;
}
.padding-right10[data-v-d2ceec31] {
  padding-right: 10px;
}
.padding-right15[data-v-d2ceec31] {
  padding-right: 15px;
}
.padding-right20[data-v-d2ceec31] {
  padding-right: 20px;
}
.padding-right30[data-v-d2ceec31] {
  padding-right: 30px;
}
.padding-right40[data-v-d2ceec31] {
  padding-right: 40px;
}
.padding-top0[data-v-d2ceec31] {
  padding-top: 0px;
}
.padding-top5[data-v-d2ceec31] {
  padding-top: 5px;
}
.padding-top10[data-v-d2ceec31] {
  padding-top: 10px;
}
.padding-top15[data-v-d2ceec31] {
  padding-top: 15px;
}
.padding-top20[data-v-d2ceec31] {
  padding-top: 20px;
}
.padding-top30[data-v-d2ceec31] {
  padding-top: 30px;
}
.padding-top50[data-v-d2ceec31] {
  padding-top: 50px;
}
.padding-top60[data-v-d2ceec31] {
  padding-top: 60px;
}
.padding-top70[data-v-d2ceec31] {
  padding-top: 70px;
}
.padding-top90[data-v-d2ceec31] {
  padding-top: 90px;
}
.padding-top100[data-v-d2ceec31] {
  padding-top: 100px;
}
.padding-top120[data-v-d2ceec31] {
  padding-top: 120px;
}
.padding-top180[data-v-d2ceec31] {
  padding-top: 180px;
}
.padding-bottom0[data-v-d2ceec31] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-d2ceec31] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-d2ceec31] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-d2ceec31] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-d2ceec31] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-d2ceec31] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-d2ceec31] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-d2ceec31] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-d2ceec31] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-d2ceec31] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-d2ceec31] {
  padding-bottom: 240px;
}
.padding10-0[data-v-d2ceec31] {
  padding: 10px 0;
}
.padding10-5[data-v-d2ceec31] {
  padding: 10px 5px;
}
.padding0-5[data-v-d2ceec31] {
  padding: 0 5px;
}
.padding0-10[data-v-d2ceec31] {
  padding: 0 10px;
}
.padding0-15[data-v-d2ceec31] {
  padding: 0 15px;
}
.padding20-0[data-v-d2ceec31] {
  padding: 20px 0;
}
.padding20-10[data-v-d2ceec31] {
  padding: 20px 10px;
}
.padding15-20[data-v-d2ceec31] {
  padding: 15px 20px;
}
.padding15-0[data-v-d2ceec31] {
  padding: 15px 0px;
}
.padding20-5[data-v-d2ceec31] {
  padding: 20px 5px;
}
.padding0-20[data-v-d2ceec31] {
  padding: 0 20px;
}
.padding5-20[data-v-d2ceec31] {
  padding: 5px 20px;
}
.padding5-15[data-v-d2ceec31] {
  padding: 5px 15px;
}
.padding5-10[data-v-d2ceec31] {
  padding: 5px 10px;
}
.padding15-10[data-v-d2ceec31] {
  padding: 15px 10px;
}
.padding1em[data-v-d2ceec31] {
  padding: 1em;
}
.padding10-20[data-v-d2ceec31] {
  padding: 10px 20px;
}
.padding5-0[data-v-d2ceec31] {
  padding: 5px 0;
}
.padding30-10[data-v-d2ceec31] {
  padding: 30px 10px;
}
.px-5[data-v-d2ceec31] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-d2ceec31] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-d2ceec31] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-d2ceec31] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-d2ceec31] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-d2ceec31] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-d2ceec31] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-d2ceec31] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-d2ceec31] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-d2ceec31] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-d2ceec31] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-d2ceec31] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-d2ceec31] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-d2ceec31] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-d2ceec31] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-d2ceec31] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-d2ceec31] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-d2ceec31] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-d2ceec31] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-d2ceec31] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-d2ceec31] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-d2ceec31] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-d2ceec31] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-d2ceec31] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-d2ceec31] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-d2ceec31] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-d2ceec31] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-d2ceec31] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-d2ceec31]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-d2ceec31] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-d2ceec31]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-d2ceec31] {
  border: 0 !important;
}
.borderRed[data-v-d2ceec31] {
  border-color: #f00 !important;
}
.border-aside[data-v-d2ceec31] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-d2ceec31] {
  border: none;
}
.borderLightgray[data-v-d2ceec31] {
  border: 1px solid lightgray;
}
.borderGray[data-v-d2ceec31] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-d2ceec31] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-d2ceec31] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-d2ceec31] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-d2ceec31] {
  border: 1px solid #fff;
}
.border2green[data-v-d2ceec31] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-d2ceec31] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-d2ceec31] {
  border: 2px solid #fff;
}
.border2gold[data-v-d2ceec31] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-d2ceec31] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-d2ceec31] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-d2ceec31] {
  border-color: #d42717 !important;
}
.border1green[data-v-d2ceec31] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-d2ceec31] {
  border-color: #f00 !important;
}
.border-fixed[data-v-d2ceec31] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-d2ceec31] {
  border-radius: 40px;
}
.radius30[data-v-d2ceec31] {
  border-radius: 30px;
}
.radius20[data-v-d2ceec31] {
  border-radius: 20px;
}
.radius15[data-v-d2ceec31] {
  border-radius: 15px;
}
.radius8[data-v-d2ceec31] {
  border-radius: 8px;
}
.radius3[data-v-d2ceec31] {
  border-radius: 3px !important;
}
.rounded[data-v-d2ceec31] {
  border-radius: 50%;
}
.rounded5[data-v-d2ceec31] {
  border-radius: 5px;
}
.round10[data-v-d2ceec31] {
  border-radius: 10px;
}
.box-border[data-v-d2ceec31] {
  box-sizing: border-box;
}
.text-center[data-v-d2ceec31] {
  text-align: center;
}
.text-right[data-v-d2ceec31] {
  text-align: right;
}
.text-left[data-v-d2ceec31] {
  text-align: left;
}
.text-lowercase[data-v-d2ceec31] {
  text-transform: lowercase;
}
.text-uppercase[data-v-d2ceec31] {
  text-transform: uppercase;
}
.text-capitalize[data-v-d2ceec31] {
  text-transform: capitalize !important;
}
.text-none[data-v-d2ceec31] {
  text-transform: none;
}
.text-ellipsis[data-v-d2ceec31] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-d2ceec31] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-d2ceec31]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-d2ceec31] {
  text-decoration: underline;
}
.text-underline[data-v-d2ceec31]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-d2ceec31] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-d2ceec31] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-d2ceec31] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-d2ceec31] {
  word-break: break-all;
}
.font-bold[data-v-d2ceec31] {
  font-weight: bold;
}
.price-through[data-v-d2ceec31] {
  text-decoration: line-through;
}
.font-italic[data-v-d2ceec31] {
  font-style: italic;
}
.font095em[data-v-d2ceec31] {
  font-size: 0.95em;
}
.font1em[data-v-d2ceec31] {
  font-size: 1em !important;
}
.font2em[data-v-d2ceec31] {
  font-size: 2em;
}
.font2-2em[data-v-d2ceec31] {
  font-size: 2.2em;
}
.font3em[data-v-d2ceec31] {
  font-size: 3em;
}
.font4em[data-v-d2ceec31] {
  font-size: 4em;
}
.font1-5em[data-v-d2ceec31] {
  font-size: 1.5em;
}
.font1-7em[data-v-d2ceec31] {
  font-size: 1.7em;
}
.font1-3em[data-v-d2ceec31] {
  font-size: 1.3em;
}
.font1-4em[data-v-d2ceec31] {
  font-size: 1.4em;
}
.font-9em[data-v-d2ceec31] {
  font-size: 0.9em;
}
.font10[data-v-d2ceec31] {
  font-size: 10px;
}
.font11[data-v-d2ceec31] {
  font-size: 11px;
}
.font12[data-v-d2ceec31] {
  font-size: 12px;
}
.font13[data-v-d2ceec31] {
  font-size: 13px;
}
.font14[data-v-d2ceec31] {
  font-size: 14px;
}
.font15[data-v-d2ceec31] {
  font-size: 15px;
}
.font16[data-v-d2ceec31] {
  font-size: 16px;
}
.font17[data-v-d2ceec31] {
  font-size: 17px;
}
.font18[data-v-d2ceec31] {
  font-size: 18px;
}
.font19[data-v-d2ceec31] {
  font-size: 19px;
}
.font20[data-v-d2ceec31] {
  font-size: 20px;
}
.font21[data-v-d2ceec31] {
  font-size: 21px;
}
.font22[data-v-d2ceec31] {
  font-size: 22px;
}
.font23[data-v-d2ceec31] {
  font-size: 23px;
}
.font24[data-v-d2ceec31] {
  font-size: 24px;
}
.font25[data-v-d2ceec31] {
  font-size: 25px;
}
.font26[data-v-d2ceec31] {
  font-size: 26px;
}
.font27[data-v-d2ceec31] {
  font-size: 27px;
}
.font28[data-v-d2ceec31] {
  font-size: 28px;
}
.font29[data-v-d2ceec31] {
  font-size: 29px;
}
.font30[data-v-d2ceec31] {
  font-size: 30px;
}
.font31[data-v-d2ceec31] {
  font-size: 31px;
}
.font32[data-v-d2ceec31] {
  font-size: 32px;
}
.font33[data-v-d2ceec31] {
  font-size: 33px;
}
.font34[data-v-d2ceec31] {
  font-size: 34px;
}
.font35[data-v-d2ceec31] {
  font-size: 35px;
}
.font36[data-v-d2ceec31] {
  font-size: 36px;
}
.font37[data-v-d2ceec31] {
  font-size: 37px;
}
.font38[data-v-d2ceec31] {
  font-size: 38px;
}
.font39[data-v-d2ceec31] {
  font-size: 39px;
}
.font40[data-v-d2ceec31] {
  font-size: 40px;
}
.font-normal[data-v-d2ceec31] {
  font-weight: normal;
}
.color-white[data-v-d2ceec31] {
  color: #fff;
}
.color-transparent[data-v-d2ceec31] {
  color: transparent !important;
}
.color-black[data-v-d2ceec31] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-d2ceec31] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-d2ceec31] {
  color: fuchia;
}
.color-gray[data-v-d2ceec31] {
  color: #a5afb9;
}
.color-hardgray[data-v-d2ceec31] {
  color: #4d5263;
}
.color-hannah[data-v-d2ceec31] {
  color: #EA184D;
}
.color-lightgray[data-v-d2ceec31] {
  color: #d3d3d3;
}
.color-darkblue[data-v-d2ceec31] {
  color: #2c3e50;
}
.color-darkgray[data-v-d2ceec31] {
  color: #757575;
}
.color-lightred[data-v-d2ceec31] {
  color: #e74c3c;
}
.color-red[data-v-d2ceec31] {
  color: #e74c3c;
}
.color-blue[data-v-d2ceec31] {
  color: #2980b9;
}
.color-yellow[data-v-d2ceec31] {
  color: #f49d1e;
}
.color-orange[data-v-d2ceec31] {
  color: #ffa500;
}
.color-green[data-v-d2ceec31] {
  color: #2AA186;
}
.color-gplus[data-v-d2ceec31] {
  color: #d42717;
}
.back-bluelight[data-v-d2ceec31] {
  background: #EBF0FF !important;
}
.back-blue[data-v-d2ceec31] {
  background: #2980b9 !important;
}
.back-hannah[data-v-d2ceec31] {
  background: #EA184D !important;
}
.back-purple[data-v-d2ceec31] {
  background: #8e44ad;
}
.back-green[data-v-d2ceec31] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-d2ceec31] {
  background: #2AA186;
}
.back-yellow[data-v-d2ceec31] {
  background: #f49d1e !important;
}
.back-gold[data-v-d2ceec31] {
  background: #f49d1e !important;
}
.back-red[data-v-d2ceec31] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-d2ceec31] {
  background: #e74c3c;
}
.back-lightred[data-v-d2ceec31] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-d2ceec31] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-d2ceec31] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-d2ceec31] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-d2ceec31] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-d2ceec31] {
  background: #f49d1e !important;
}
.back-gplus[data-v-d2ceec31] {
  background: #d42717;
}
.back-darkblue[data-v-d2ceec31] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-d2ceec31] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-d2ceec31] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-d2ceec31] {
  background: #3e3d40;
}
.back-midgray[data-v-d2ceec31] {
  background: #ececec;
}
.back-gray[data-v-d2ceec31] {
  background: #a5afb9;
}
.back-black[data-v-d2ceec31] {
  background: #121212;
}
.back-transparent[data-v-d2ceec31] {
  background: transparent;
}
.back-white[data-v-d2ceec31] {
  background: #fff !important;
}
.back-white-simple[data-v-d2ceec31] {
  background-color: #fff;
}
.back-lightgray[data-v-d2ceec31] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-d2ceec31] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-d2ceec31] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-d2ceec31] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-d2ceec31] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-d2ceec31] {
  background: #D6DFE4;
}
.bg-aside[data-v-d2ceec31] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-d2ceec31] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-d2ceec31] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-d2ceec31] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-d2ceec31] {
  background: #fff;
}
.back-item-odd-white[data-v-d2ceec31]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-d2ceec31] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-d2ceec31] {
  position: relative;
}
.absolute[data-v-d2ceec31] {
  position: absolute;
}
.fixed[data-v-d2ceec31] {
  position: fixed;
}
.fixed-bottom[data-v-d2ceec31] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-d2ceec31] {
  position: sticky;
}
.sticky.active[data-v-d2ceec31] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-d2ceec31] {
  bottom: 0;
}
.right0[data-v-d2ceec31] {
  right: 0 !important;
}
.left0[data-v-d2ceec31] {
  left: 0 !important;
}
.leftPositionControl[data-v-d2ceec31] {
  left: -10px;
}
.width100-50[data-v-d2ceec31] {
  width: 100%;
}
.width100-40[data-v-d2ceec31] {
  width: 100%;
}
.min-width100[data-v-d2ceec31] {
  min-width: 100%;
}
.min-width90[data-v-d2ceec31] {
  min-width: 90%;
}
.min-width80[data-v-d2ceec31] {
  min-width: 80% !important;
}
.min-width70[data-v-d2ceec31] {
  min-width: 70%;
}
.min-width60[data-v-d2ceec31] {
  min-width: 60%;
}
.min-width50[data-v-d2ceec31] {
  max-width: 50%;
}
.min-width45[data-v-d2ceec31] {
  min-width: 45%;
}
.min-width40[data-v-d2ceec31] {
  min-width: 40%;
}
.min-width30[data-v-d2ceec31] {
  min-width: 30%;
}
.min-width20[data-v-d2ceec31] {
  min-width: 20%;
}
.min-width25[data-v-d2ceec31] {
  min-width: 25%;
}
.min-width10[data-v-d2ceec31] {
  min-width: 10%;
}
.width100[data-v-d2ceec31] {
  width: 100%;
}
.width90[data-v-d2ceec31] {
  width: 90%;
}
.width80[data-v-d2ceec31] {
  width: 80% !important;
}
.width70[data-v-d2ceec31] {
  width: 70%;
}
.width60[data-v-d2ceec31] {
  width: 60%;
}
.width50[data-v-d2ceec31] {
  width: 50%;
}
.width45[data-v-d2ceec31] {
  width: 45%;
}
.width40[data-v-d2ceec31] {
  width: 40%;
}
.width30[data-v-d2ceec31] {
  width: 30%;
}
.width20[data-v-d2ceec31] {
  width: 20%;
}
.width25[data-v-d2ceec31] {
  width: 25%;
}
.width10[data-v-d2ceec31] {
  width: 10%;
}
.width-min[data-v-d2ceec31] {
  width: min-content;
}
.max-width800[data-v-d2ceec31] {
  max-width: 800px;
}
.widthCenter[data-v-d2ceec31] {
  width: 80%;
}
.max-width600[data-v-d2ceec31] {
  max-width: 600px;
}
.max-width300[data-v-d2ceec31] {
  max-width: 300px;
}
.widthHalf[data-v-d2ceec31] {
  width: 50%;
}
.width-sellProductImg-control[data-v-d2ceec31] {
  width: 150px;
}
.top-control-sellProduct[data-v-d2ceec31] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-d2ceec31] {
  width: 100%;
}
.width-cuotas-control-item[data-v-d2ceec31] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-d2ceec31] {
  width: 163px;
}
.width-control-btn-inline[data-v-d2ceec31] {
  width: 195px;
}
.width-controll-buys-item[data-v-d2ceec31] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-d2ceec31] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-d2ceec31] {
  width: 180px;
}
.width-pasarela-img-control[data-v-d2ceec31] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-d2ceec31] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-d2ceec31] {
  width: 95%;
}
.width-pasarela[data-v-d2ceec31] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-d2ceec31]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-d2ceec31]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d2ceec31]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d2ceec31]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-d2ceec31] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-d2ceec31] {
  max-height: 100%;
}
.height220[data-v-d2ceec31] {
  height: 220px;
}
.height100vh[data-v-d2ceec31] {
  height: 100vh !important;
}
.heightFilters[data-v-d2ceec31] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-d2ceec31] {
  height: 100%;
}
.height-aside[data-v-d2ceec31] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-d2ceec31] {
  height: 0px;
}
.heightBox[data-v-d2ceec31] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-d2ceec31] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-d2ceec31] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-d2ceec31] {
  justify-content: center;
}
.pointer[data-v-d2ceec31] {
  cursor: pointer !important;
}
.cursor-move[data-v-d2ceec31] {
  cursor: move !important;
}
.cursor-not[data-v-d2ceec31] {
  cursor: not-allowed !important;
}
.events-none[data-v-d2ceec31] {
  pointer-events: none;
}
.shadow[data-v-d2ceec31] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-d2ceec31] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-d2ceec31] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-d2ceec31] {
  transition: 0.3s;
}
.hoverShadow[data-v-d2ceec31]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-d2ceec31] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-d2ceec31] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-d2ceec31] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-d2ceec31] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-d2ceec31] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-d2ceec31] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-d2ceec31] {
  width: 40px;
  height: 40px;
}
.square35[data-v-d2ceec31] {
  width: 35px;
  height: 35px;
}
.square30[data-v-d2ceec31] {
  width: 30px;
  height: 30px;
}
.square25[data-v-d2ceec31] {
  width: 25px;
  height: 25px;
}
.square12[data-v-d2ceec31] {
  width: 12px;
  height: 12px;
}
.square15[data-v-d2ceec31] {
  width: 15px;
  height: 15px;
}
.square17[data-v-d2ceec31] {
  width: 17px;
  height: 17px;
}
.square18[data-v-d2ceec31] {
  width: 18px;
  height: 18px;
}
.square20[data-v-d2ceec31] {
  width: 20px;
  height: 20px;
}
.square50[data-v-d2ceec31] {
  width: 50px;
  height: 50px;
}
.square70[data-v-d2ceec31] {
  width: 70px;
  height: 70px;
}
.square55[data-v-d2ceec31] {
  width: 55px;
  height: 55px;
}
.square100[data-v-d2ceec31] {
  width: 100px;
  height: 100px;
}
.square10[data-v-d2ceec31] {
  width: 10px;
  height: 10px;
}
.square200[data-v-d2ceec31] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-d2ceec31] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-d2ceec31] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-d2ceec31] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-d2ceec31] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-d2ceec31] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-d2ceec31] {
  overflow-y: hidden;
}
.remove-scroll[data-v-d2ceec31] {
  overflow-y: hidden;
}
.active-scroll[data-v-d2ceec31] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-d2ceec31] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-d2ceec31] {
  overflow: hidden !important;
}
.overflow-auto[data-v-d2ceec31] {
  overflow: auto !important;
}
.hidden[data-v-d2ceec31] {
  visibility: hidden;
}
.offscreen[data-v-d2ceec31] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-d2ceec31] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-d2ceec31] {
  opacity: 0;
}
.opacity30[data-v-d2ceec31] {
  opacity: 0.3;
}
.opacity50[data-v-d2ceec31] {
  opacity: 0.5;
}
.opacity70[data-v-d2ceec31] {
  opacity: 0.7;
}
.opacity80[data-v-d2ceec31] {
  opacity: 0.8;
}
.transition30[data-v-d2ceec31] {
  transition: 0.3s;
}
.cleared[data-v-d2ceec31] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-d2ceec31] {
  transition: 0.1s;
}
.hover-green[data-v-d2ceec31]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-d2ceec31] {
  animation: aside-d2ceec31 0.5s reverse;
}
.aside-leave-active[data-v-d2ceec31] {
  animation: aside-d2ceec31 0.5s;
}
.asideContent-enter-active[data-v-d2ceec31] {
  animation: asideContent-d2ceec31 0.3s reverse;
}
.asideContent-leave-active[data-v-d2ceec31] {
  animation: asideContent-d2ceec31 0.3s;
}
@keyframes aside-d2ceec31 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-d2ceec31 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-d2ceec31 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-d2ceec31] {
  animation: spin-d2ceec31 2s infinite;
}
@keyframes spin-d2ceec31 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-d2ceec31] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-d2ceec31] {
  padding: 3px;
}
.carousel__pagination-button[data-v-d2ceec31] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-d2ceec31] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-d2ceec31]::after {
  display: none !important;
}
.pagination[data-v-d2ceec31] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-d2ceec31] {
  display: inline;
}
.pagination > li > a[data-v-d2ceec31], .pagination > li > span[data-v-d2ceec31] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-d2ceec31], .pagination > li:first-child > span[data-v-d2ceec31] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-d2ceec31], .pagination > li:last-child > span[data-v-d2ceec31] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-d2ceec31]:hover, .pagination > li > span[data-v-d2ceec31]:hover, .pagination > li > a[data-v-d2ceec31]:focus, .pagination > li > span[data-v-d2ceec31]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-d2ceec31], .pagination > .active > span[data-v-d2ceec31], .pagination > .active > a[data-v-d2ceec31]:hover, .pagination > .active > span[data-v-d2ceec31]:hover, .pagination > .active > a[data-v-d2ceec31]:focus, .pagination > .active > span[data-v-d2ceec31]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-d2ceec31] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-d2ceec31]:hover, .pagination > .disabled > span[data-v-d2ceec31]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d2ceec31] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d2ceec31]:hover, .pagination > .disabled > a[data-v-d2ceec31]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-d2ceec31], .pagination-lg > li > span[data-v-d2ceec31] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-d2ceec31], .pagination-lg > li:first-child > span[data-v-d2ceec31] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-d2ceec31], .pagination-lg > li:last-child > span[data-v-d2ceec31] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-d2ceec31], .pagination-sm > li > span[data-v-d2ceec31] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-d2ceec31], .pagination-sm > li:first-child > span[data-v-d2ceec31] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-d2ceec31], .pagination-sm > li:last-child > span[data-v-d2ceec31] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-d2ceec31] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-d2ceec31] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-d2ceec31] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-d2ceec31] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-d2ceec31] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-d2ceec31] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-d2ceec31] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-d2ceec31]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-d2ceec31] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-d2ceec31]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-d2ceec31] {
  overflow: unset !important;
}
.btn-shadow[data-v-d2ceec31] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-d2ceec31] {
  margin-left: 0px;
}
.reset-button[data-v-d2ceec31] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-d2ceec31] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-d2ceec31]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-d2ceec31] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-d2ceec31] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-d2ceec31],
.btn-finalize[data-v-d2ceec31] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-d2ceec31] {
  right: 7px;
}
.btn-finalize[data-v-d2ceec31] {
  left: 7px;
}
.tab-counter[data-v-d2ceec31] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-d2ceec31] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-d2ceec31] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-d2ceec31] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-d2ceec31] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-d2ceec31] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-d2ceec31] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-d2ceec31] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-d2ceec31] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-d2ceec31] {
  transition: 0.5s;
}
.tab[data-v-d2ceec31]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-d2ceec31] {
  color: #2980b9;
}
.tab.active[data-v-d2ceec31]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-d2ceec31] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-d2ceec31] {
  width: 220px;
}
.badge-display[data-v-d2ceec31], .badge-display2[data-v-d2ceec31] {
  min-width: 224px;
}
.my-badge[data-v-d2ceec31] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-d2ceec31] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-d2ceec31] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-d2ceec31] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-d2ceec31] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-d2ceec31] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-d2ceec31] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-d2ceec31] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-d2ceec31] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-d2ceec31] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-d2ceec31] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-d2ceec31] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-d2ceec31] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-d2ceec31] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-d2ceec31] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-d2ceec31] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-d2ceec31] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-d2ceec31] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-d2ceec31] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-d2ceec31] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-d2ceec31] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-d2ceec31] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-d2ceec31] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-d2ceec31] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-d2ceec31] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-d2ceec31] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-d2ceec31] {
  flex-wrap: wrap;
}
.vueperslide[data-v-d2ceec31] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-d2ceec31] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-d2ceec31] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-d2ceec31] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-d2ceec31] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-d2ceec31] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-d2ceec31] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-d2ceec31] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-d2ceec31] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-d2ceec31] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-d2ceec31] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-d2ceec31] {
  width: 100%;
}
.img-product-detail[data-v-d2ceec31] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-d2ceec31] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-d2ceec31] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-d2ceec31] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-d2ceec31] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-d2ceec31] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-d2ceec31] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-d2ceec31] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-d2ceec31] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-d2ceec31] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-d2ceec31] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-d2ceec31] {
  text-align: center;
}
.modal-enter[data-v-d2ceec31], .modal-leave-active[data-v-d2ceec31] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-d2ceec31], .modal-leave-active .modal-container[data-v-d2ceec31] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-d2ceec31] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-d2ceec31] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-d2ceec31] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-d2ceec31] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-d2ceec31] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-d2ceec31]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-d2ceec31] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-d2ceec31] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-d2ceec31] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-d2ceec31]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-d2ceec31] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-d2ceec31] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-d2ceec31] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-d2ceec31]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-d2ceec31] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-d2ceec31] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-d2ceec31] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-d2ceec31]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-d2ceec31] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-d2ceec31] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-d2ceec31] {
  display: none;
}
.vdp-datepicker input[data-v-d2ceec31] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-d2ceec31]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-d2ceec31] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-d2ceec31] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-d2ceec31 ease-in-out infinite;
}
.vue-treeselect__control[data-v-d2ceec31] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-d2ceec31] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-d2ceec31] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-d2ceec31] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-d2ceec31] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-d2ceec31] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-d2ceec31] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-d2ceec31] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-d2ceec31 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-d2ceec31 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-d2ceec31 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-d2ceec31 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-d2ceec31 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-d2ceec31 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d2ceec31],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d2ceec31] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d2ceec31] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d2ceec31] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-d2ceec31],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-d2ceec31] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-d2ceec31] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-d2ceec31] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-d2ceec31] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-d2ceec31],
.vue-treeselect span[data-v-d2ceec31] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-d2ceec31] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-d2ceec31] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-d2ceec31]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-d2ceec31] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-d2ceec31] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-d2ceec31],
.vue-treeselect__control[data-v-d2ceec31]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-d2ceec31] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-d2ceec31] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-d2ceec31],
.vue-treeselect__multi-value[data-v-d2ceec31] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-d2ceec31] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-d2ceec31] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-d2ceec31] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-d2ceec31] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-d2ceec31],
.vue-treeselect__single-value[data-v-d2ceec31] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-d2ceec31] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-d2ceec31] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-d2ceec31] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-d2ceec31] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-d2ceec31] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-d2ceec31]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-d2ceec31] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-d2ceec31] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-d2ceec31],
.vue-treeselect__multi-value-label[data-v-d2ceec31] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-d2ceec31] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-d2ceec31] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-d2ceec31],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-d2ceec31] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-d2ceec31] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-d2ceec31] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-d2ceec31] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-d2ceec31] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-d2ceec31] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-d2ceec31] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-d2ceec31] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-d2ceec31] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-d2ceec31] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-d2ceec31] {
  display: none;
}
.vue-treeselect__input[data-v-d2ceec31],
.vue-treeselect__sizer[data-v-d2ceec31] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-d2ceec31] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-d2ceec31]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-d2ceec31] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-d2ceec31] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-d2ceec31] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-d2ceec31] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-d2ceec31 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-d2ceec31 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-d2ceec31]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-d2ceec31] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-d2ceec31] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-d2ceec31] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-d2ceec31] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-d2ceec31] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-d2ceec31] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-d2ceec31] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-d2ceec31] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-d2ceec31] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-d2ceec31] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-d2ceec31] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d2ceec31] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d2ceec31]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-d2ceec31] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-d2ceec31],
.vue-treeselect__option-arrow-placeholder[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-d2ceec31] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-d2ceec31] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-d2ceec31],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-d2ceec31] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-d2ceec31] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-d2ceec31] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-d2ceec31] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-d2ceec31] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-d2ceec31] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-d2ceec31],
.vue-treeselect__minus-mark[data-v-d2ceec31] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-d2ceec31] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-d2ceec31] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d2ceec31] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-d2ceec31] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-d2ceec31] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d2ceec31] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d2ceec31] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-d2ceec31] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-d2ceec31] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-d2ceec31] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-d2ceec31] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-d2ceec31] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-d2ceec31] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-d2ceec31] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-d2ceec31] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-d2ceec31] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-d2ceec31] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-d2ceec31] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-d2ceec31] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-d2ceec31] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-d2ceec31] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-d2ceec31] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-d2ceec31]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-d2ceec31] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-d2ceec31]::before,
.vue-treeselect__icon-error[data-v-d2ceec31]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-d2ceec31]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-d2ceec31]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-d2ceec31] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-d2ceec31 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-d2ceec31 linear infinite;
}
.vue-treeselect__icon-loader[data-v-d2ceec31]::before,
.vue-treeselect__icon-loader[data-v-d2ceec31]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-d2ceec31 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-d2ceec31 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-d2ceec31]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-d2ceec31]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-d2ceec31],
.vac-loader-wrapper[data-v-d2ceec31] {
  display: none !important;
}
.vac-room-name[data-v-d2ceec31] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-d2ceec31] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-d2ceec31] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-d2ceec31] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-d2ceec31] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-d2ceec31] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-d2ceec31] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-d2ceec31] {
  min-height: 24px !important;
}
.tagWarn[data-v-d2ceec31] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-d2ceec31]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-d2ceec31] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-d2ceec31]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-d2ceec31]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-d2ceec31] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-d2ceec31] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-d2ceec31] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-d2ceec31] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-d2ceec31]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-d2ceec31] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-d2ceec31]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-d2ceec31] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-d2ceec31] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-d2ceec31] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-d2ceec31]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-d2ceec31] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-d2ceec31]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-d2ceec31] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-d2ceec31]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-d2ceec31]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-d2ceec31] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-d2ceec31] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-d2ceec31] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-d2ceec31]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-d2ceec31] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-d2ceec31] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-d2ceec31] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-d2ceec31]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-d2ceec31] {
  font-size: 1.15em;
}
.my-select[data-v-d2ceec31] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d2ceec31] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d2ceec31] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d2ceec31] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d2ceec31] {
  width: 160px;
}
.my-select[data-v-d2ceec31] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d2ceec31] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d2ceec31] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d2ceec31] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d2ceec31] {
  width: 160px;
}
.input-cupon[data-v-d2ceec31] {
  display: flex;
}
.input-cupon > div > span[data-v-d2ceec31] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-d2ceec31] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-d2ceec31] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-d2ceec31]:not(:checked),
input[type=checkbox].check[data-v-d2ceec31]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-d2ceec31],
input[type=checkbox].check:checked + label[data-v-d2ceec31] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-d2ceec31]:before,
input[type=checkbox].check:checked + label[data-v-d2ceec31]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-d2ceec31]:after,
input[type=checkbox].check:checked + label[data-v-d2ceec31]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-d2ceec31]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-d2ceec31]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-d2ceec31]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d2ceec31]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d2ceec31]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-d2ceec31] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-d2ceec31]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-d2ceec31]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-d2ceec31] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-d2ceec31] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-d2ceec31] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-d2ceec31] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-d2ceec31] {
  opacity: 1;
}
.multiselect__tag[data-v-d2ceec31] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-d2ceec31] {
  background: #2AA186 !important;
}
.multiselect[data-v-d2ceec31] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-d2ceec31]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-d2ceec31] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-d2ceec31] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-d2ceec31]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-d2ceec31]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-d2ceec31]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-d2ceec31]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-d2ceec31] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-d2ceec31] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-d2ceec31] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-d2ceec31] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d2ceec31] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-d2ceec31] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d2ceec31]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d2ceec31]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d2ceec31]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-d2ceec31] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-d2ceec31] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-d2ceec31] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-d2ceec31] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-d2ceec31]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-d2ceec31] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-d2ceec31] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d2ceec31] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-d2ceec31] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-d2ceec31] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d2ceec31] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d2ceec31]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d2ceec31] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d2ceec31] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d2ceec31], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d2ceec31] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-d2ceec31] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-d2ceec31] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d2ceec31], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-d2ceec31] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-d2ceec31], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-d2ceec31] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d2ceec31]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-d2ceec31]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-d2ceec31] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d2ceec31] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d2ceec31] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-d2ceec31] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-d2ceec31] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-d2ceec31] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-d2ceec31] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-d2ceec31] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-d2ceec31] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-d2ceec31] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-d2ceec31] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-d2ceec31] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-d2ceec31] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-d2ceec31] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-d2ceec31] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-d2ceec31]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-d2ceec31] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-d2ceec31] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-d2ceec31] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-d2ceec31] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-d2ceec31] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-d2ceec31] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-d2ceec31] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-d2ceec31] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-d2ceec31], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d2ceec31] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d2ceec31] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-d2ceec31] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-d2ceec31] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-d2ceec31] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-d2ceec31] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-d2ceec31] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-d2ceec31] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-d2ceec31], .v3-emoji-picker .v3-header[data-v-d2ceec31] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-d2ceec31] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-d2ceec31] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-d2ceec31] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-d2ceec31]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d2ceec31], .v3-emoji-picker .v3-skin-tones[data-v-d2ceec31] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d2ceec31]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-d2ceec31] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-d2ceec31] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-d2ceec31] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-d2ceec31], body[data-v-d2ceec31] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-d2ceec31], body.home[data-v-d2ceec31] {
  background-color: #fff;
}
[data-v-d2ceec31]:focus {
  outline: none !important;
}
a[data-v-d2ceec31] {
  text-decoration: none;
}
a[data-v-d2ceec31]:hover,
a[data-v-d2ceec31]:focus {
  text-decoration: none;
}
img[data-v-d2ceec31] {
  border: 0;
}
textarea[data-v-d2ceec31] {
  resize: none;
}
h1[data-v-d2ceec31],
h2[data-v-d2ceec31],
h3[data-v-d2ceec31],
h4[data-v-d2ceec31],
h5[data-v-d2ceec31],
h6[data-v-d2ceec31] {
  font-weight: bold;
}
.show_filter_params_container[data-v-d2ceec31] {
  width: 100%;
  display: block;
  position: relative;
}
.show_filter_params_container .show_filter_params_text[data-v-d2ceec31] {
  color: #95A5A6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.show_filter_params_container .show_filter_params_text span[data-v-d2ceec31] {
  font-weight: 400;
}
.show_filter_params_container .show_filter_params_button[data-v-d2ceec31] {
  position: absolute;
  right: 7%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
[data-v-3ca69ed9]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-3ca69ed9] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-3ca69ed9] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-3ca69ed9] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-3ca69ed9] {
  width: 100%;
}
.home-icon img[data-v-3ca69ed9] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-3ca69ed9] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-3ca69ed9] {
  line-height: 30px;
}
.list-style-none[data-v-3ca69ed9] {
  list-style: none;
}
.burger-menu[data-v-3ca69ed9] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-3ca69ed9] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-3ca69ed9] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-3ca69ed9] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-3ca69ed9] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-3ca69ed9] {
  position: relative;
}
.card-product .my-close[data-v-3ca69ed9] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-3ca69ed9] {
  margin: 0;
}
.filtro-form input[data-v-3ca69ed9] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-3ca69ed9] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-3ca69ed9] {
  padding: 20px 0 0;
}
.img-tiny[data-v-3ca69ed9] {
  width: 80px;
}
.img-item img[data-v-3ca69ed9] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-3ca69ed9] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-3ca69ed9] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-3ca69ed9]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-3ca69ed9] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-3ca69ed9] {
  margin-left: 10px;
}
.notifications section[data-v-3ca69ed9] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-3ca69ed9] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-3ca69ed9] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-3ca69ed9],
.list-complete-leave-to[data-v-3ca69ed9] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-3ca69ed9] {
  position: absolute;
}
#_op_data_r[data-v-3ca69ed9],
#_op_data_antifraud[data-v-3ca69ed9] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-3ca69ed9],
iframe#_op_data_antifraud[data-v-3ca69ed9],
iframe#device_profile[data-v-3ca69ed9],
iframe#thm_mp_cntnr[data-v-3ca69ed9] {
  position: absolute !important;
}
iframe[data-v-3ca69ed9] {
  background: #fff !important;
}
.main-content[data-v-3ca69ed9] {
  padding-top: 30px;
}
.card-contactStory[data-v-3ca69ed9] {
  width: 93vw;
}
.card-contactStory img[data-v-3ca69ed9] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-3ca69ed9] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-3ca69ed9] {
  width: 280px;
}
.dropped[data-v-3ca69ed9] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-3ca69ed9] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-3ca69ed9]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-3ca69ed9] {
  display: block !important;
}
.dropped .dropdown a[data-v-3ca69ed9] {
  color: #fff;
}
.dropped .dropdown a[data-v-3ca69ed9]:hover {
  text-decoration: underline;
}
.line-height25[data-v-3ca69ed9] {
  line-height: 25px;
}
aside[data-v-3ca69ed9] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-3ca69ed9] {
  height: 100vh;
}
.my-header[data-v-3ca69ed9] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-3ca69ed9] {
  position: inherit !important;
}
.my-header-menu[data-v-3ca69ed9] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-3ca69ed9] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-3ca69ed9]:hover {
  background: hannah;
}
.menu-api-activate[data-v-3ca69ed9] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-3ca69ed9] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-3ca69ed9] {
  position: relative;
}
.menu-api-item a[data-v-3ca69ed9]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-3ca69ed9] {
  padding: 0 !important;
}
.card-product[data-v-3ca69ed9] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-3ca69ed9] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-3ca69ed9] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-3ca69ed9] {
  margin: 0;
}
.sticky-home[data-v-3ca69ed9] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-3ca69ed9] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-3ca69ed9]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-3ca69ed9] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-3ca69ed9]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-3ca69ed9] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-3ca69ed9]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-3ca69ed9] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-3ca69ed9] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-3ca69ed9] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-3ca69ed9]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-3ca69ed9] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-3ca69ed9] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-3ca69ed9] {
  display: block !important;
}
.leftPositionSubMenu[data-v-3ca69ed9] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-3ca69ed9] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-3ca69ed9],
.circle-toggle-box[data-v-3ca69ed9] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-3ca69ed9] {
  left: 44px !important;
}
.triangleStatus[data-v-3ca69ed9]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-3ca69ed9] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-3ca69ed9] {
  overflow: visible !important;
}
.width-max80[data-v-3ca69ed9] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-3ca69ed9] {
  display: flex !important;
}
.flex-none[data-v-3ca69ed9] {
  flex: none;
}
.flex-nowrap[data-v-3ca69ed9] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-3ca69ed9] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-3ca69ed9] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-3ca69ed9] {
  flex-direction: column;
}
.flex-col-row[data-v-3ca69ed9] {
  flex-direction: column;
}
.flex-row[data-v-3ca69ed9] {
  flex-direction: row;
}
.flex-between-align[data-v-3ca69ed9] {
  align-content: space-between;
}
.flex-middle[data-v-3ca69ed9] {
  align-items: center;
}
.flex-bottom[data-v-3ca69ed9] {
  align-items: flex-end;
}
.flex-between[data-v-3ca69ed9] {
  justify-content: space-between;
}
.flex-center[data-v-3ca69ed9] {
  justify-content: center;
}
.flex-right[data-v-3ca69ed9] {
  justify-content: flex-end;
}
.flex-left[data-v-3ca69ed9] {
  justify-content: flex-start;
}
.flex-evenly[data-v-3ca69ed9] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-3ca69ed9] {
  flex-grow: 1;
}
.flex-grow-2[data-v-3ca69ed9] {
  flex-grow: 2;
}
.flex-grow-3[data-v-3ca69ed9] {
  flex-grow: 3;
}
.flex-grow-4[data-v-3ca69ed9] {
  flex-grow: 4;
}
.flex-grow-5[data-v-3ca69ed9] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-3ca69ed9] {
  align-items: flex-start;
}
.flex800[data-v-3ca69ed9] {
  display: none;
}
.flexc-flex[data-v-3ca69ed9] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-3ca69ed9] {
  display: none;
}
.flex-display-50-10[data-v-3ca69ed9] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-3ca69ed9] {
  display: none;
}
.show760[data-v-3ca69ed9] {
  display: none;
}
.hide[data-v-3ca69ed9] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-3ca69ed9] {
    display: block !important;
}
.badge-display[data-v-3ca69ed9] {
    display: none;
}
.badge-display2[data-v-3ca69ed9] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-3ca69ed9] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-3ca69ed9] {
    display: block;
}
.badge-display2[data-v-3ca69ed9] {
    display: none;
}
.fix-width[data-v-3ca69ed9] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-3ca69ed9] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-3ca69ed9] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-3ca69ed9] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-3ca69ed9] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-3ca69ed9] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-3ca69ed9] {
    width: 50%;
}
.width100-40[data-v-3ca69ed9] {
    width: 40%;
}
.show600[data-v-3ca69ed9] {
    display: block;
}
.width-controll-btn-typeweek[data-v-3ca69ed9] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-3ca69ed9] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-3ca69ed9] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-3ca69ed9] {
    width: 220px !important;
}
.leftPositionControl[data-v-3ca69ed9] {
    left: -40px !important;
}
.container-tipo-envio[data-v-3ca69ed9] {
    display: flex;
}
.width-controll-buys-item[data-v-3ca69ed9] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-3ca69ed9] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-3ca69ed9] {
    top: 380px !important;
}
.my-header-menu[data-v-3ca69ed9] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-3ca69ed9] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-3ca69ed9] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-3ca69ed9] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-3ca69ed9] {
    min-width: 400px;
}
.cart-btn-add[data-v-3ca69ed9] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-3ca69ed9] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-3ca69ed9] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-3ca69ed9] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-3ca69ed9] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-3ca69ed9] {
    justify-content: left;
}
.flex-mid[data-v-3ca69ed9] {
    display: flex !important;
}
.msg-stock[data-v-3ca69ed9] {
    padding: 10px 0 0;
}
.counter-cart[data-v-3ca69ed9] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-3ca69ed9] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-3ca69ed9] {
    display: none;
}
.badge-display2[data-v-3ca69ed9] {
    display: block;
}
.show760[data-v-3ca69ed9] {
    display: block;
}
.hide760[data-v-3ca69ed9] {
    display: none;
}
.grid-products[data-v-3ca69ed9] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-3ca69ed9] {
    margin: auto;
}
.mr-h[data-v-3ca69ed9] {
    margin: auto;
}
.width-control-otherProducts[data-v-3ca69ed9] {
    width: 170px !important;
}
.leftPositionControl[data-v-3ca69ed9] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-3ca69ed9] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-3ca69ed9] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-3ca69ed9] {
    width: 30vw !important;
}
.product-item[data-v-3ca69ed9] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-3ca69ed9] {
    width: 90% !important;
}
.my-container[data-v-3ca69ed9] {
    width: 680px !important;
}
.login[data-v-3ca69ed9] {
    width: 310px !important;
}
.width-cuotas-control[data-v-3ca69ed9] {
    width: 278px !important;
}
.flexc-flex[data-v-3ca69ed9] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-3ca69ed9] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-3ca69ed9] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-3ca69ed9] {
    height: 140px;
}
.width-control-input-chat[data-v-3ca69ed9] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-3ca69ed9] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-3ca69ed9] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-3ca69ed9] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-3ca69ed9] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-3ca69ed9] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-3ca69ed9] {
    width: 270px !important;
}
.leftPositionControl[data-v-3ca69ed9] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-3ca69ed9] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-3ca69ed9] {
    width: 17vw !important;
}
.filters-wrap[data-v-3ca69ed9] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-3ca69ed9] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-3ca69ed9] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-3ca69ed9] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-3ca69ed9] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-3ca69ed9] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-3ca69ed9] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-3ca69ed9] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-3ca69ed9]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-3ca69ed9] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-3ca69ed9] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-3ca69ed9]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-3ca69ed9] {
    max-width: 330px !important;
}
.iterable-box[data-v-3ca69ed9] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-3ca69ed9] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-3ca69ed9] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-3ca69ed9] {
    width: 160px !important;
}
.my-container[data-v-3ca69ed9] {
    width: 800px !important;
}
.search-btn-box[data-v-3ca69ed9] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-3ca69ed9] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-3ca69ed9] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-3ca69ed9] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-3ca69ed9] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-3ca69ed9] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-3ca69ed9] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-3ca69ed9] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-3ca69ed9] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-3ca69ed9] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-3ca69ed9] {
    width: 280px !important;
}
.width300-desktop[data-v-3ca69ed9] {
    width: 300px !important;
}
.concept-item-stats[data-v-3ca69ed9] {
    width: 80%;
}
.widthHalf-desktop[data-v-3ca69ed9] {
    width: 50% !important;
}
.column-desktop[data-v-3ca69ed9] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-3ca69ed9] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-3ca69ed9] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-3ca69ed9] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-3ca69ed9],
.flex-desktop[data-v-3ca69ed9] {
    display: flex !important;
}
.block-desktop[data-v-3ca69ed9] {
    display: block !important;
}
.hide-desktop[data-v-3ca69ed9] {
    display: none !important;
}
.fixButton[data-v-3ca69ed9] {
    top: -20px;
}
.width-cuotas-control[data-v-3ca69ed9] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-3ca69ed9] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-3ca69ed9] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-3ca69ed9] {
    display: none !important;
}
.bottom10-desktop[data-v-3ca69ed9] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-3ca69ed9] {
    left: -125px !important;
}
.grid-products[data-v-3ca69ed9] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-3ca69ed9] {
    width: 1000px !important;
}
.showFullDesktop[data-v-3ca69ed9] {
    display: block !important;
}
.leftPositionControl[data-v-3ca69ed9] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-3ca69ed9] {
    display: none !important;
}
.show-only-desktop[data-v-3ca69ed9] {
    display: flex !important;
}
.leftPositionControl[data-v-3ca69ed9] {
    left: -260px !important;
}
.catalog-container[data-v-3ca69ed9] {
    margin: unset;
}
.carrito-catalog[data-v-3ca69ed9] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-3ca69ed9] {
    left: -280px !important;
}
}
.grid-container[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-3ca69ed9] {
  grid-column: span 1;
}
.grid-item-1[data-v-3ca69ed9] {
  grid-column: span 1;
}
.grid-item-2[data-v-3ca69ed9] {
  grid-column: span 2;
}
.grid-item-3[data-v-3ca69ed9] {
  grid-column: span 3;
}
.grid-item-4[data-v-3ca69ed9] {
  grid-column: span 4;
}
.grid-item-5[data-v-3ca69ed9] {
  grid-column: span 5;
}
.grid-item-6[data-v-3ca69ed9] {
  grid-column: span 6;
}
.grid-item-7[data-v-3ca69ed9] {
  grid-column: span 7;
}
.grid-item-8[data-v-3ca69ed9] {
  grid-column: span 8;
}
.grid-item-9[data-v-3ca69ed9] {
  grid-column: span 9;
}
.grid-item-10[data-v-3ca69ed9] {
  grid-column: span 10;
}
.grid-item-11[data-v-3ca69ed9] {
  grid-column: span 11;
}
.grid-item-12[data-v-3ca69ed9] {
  grid-column: span 12;
}
.grid-cart[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-3ca69ed9] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-3ca69ed9] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-3ca69ed9] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-3ca69ed9] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-3ca69ed9] {
  gap: 10px;
}
.gap20[data-v-3ca69ed9] {
  gap: 20px;
}
.grid-box[data-v-3ca69ed9] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-3ca69ed9],
.grid-3 div[data-v-3ca69ed9],
.grid-4 div[data-v-3ca69ed9] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-3ca69ed9] {
  background: #fff;
}
.grid-item-odd[data-v-3ca69ed9]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-3ca69ed9] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-3ca69ed9] {
  max-width: 350px;
}
.margin0[data-v-3ca69ed9] {
  margin: 0 !important;
}
.margin0-5[data-v-3ca69ed9] {
  margin: 0 5px;
}
.margin10-0[data-v-3ca69ed9] {
  margin: 10px 0;
}
.margin10-5[data-v-3ca69ed9] {
  margin: 10px 5px;
}
.margin0-10[data-v-3ca69ed9] {
  margin: 0 10px;
}
.margin0-15[data-v-3ca69ed9] {
  margin: 0 15px;
}
.margin15-0[data-v-3ca69ed9] {
  margin: 15px 0px;
}
.margin20-0[data-v-3ca69ed9] {
  margin: 20px 0;
}
.margin20-10[data-v-3ca69ed9] {
  margin: 20px 10px;
}
.margin30-0[data-v-3ca69ed9] {
  margin: 30px 0;
}
.margin40-0[data-v-3ca69ed9] {
  margin: 40px 0;
}
.margin20-40[data-v-3ca69ed9] {
  margin: 20px 40px;
}
.margin0-20[data-v-3ca69ed9] {
  margin: 0 20px;
}
.margin5[data-v-3ca69ed9] {
  margin: 5px;
}
.margin5-0[data-v-3ca69ed9] {
  margin: 5px 0;
}
.margin10[data-v-3ca69ed9] {
  margin: 10px;
}
.margin10-20[data-v-3ca69ed9] {
  margin: 10px 20px;
}
.margin15[data-v-3ca69ed9] {
  margin: 15px;
}
.margin20[data-v-3ca69ed9] {
  margin: 20px;
}
.margin30[data-v-3ca69ed9] {
  margin: 30px;
}
.margin50[data-v-3ca69ed9] {
  margin: 50px;
}
.margin-right-auto[data-v-3ca69ed9] {
  margin-right: auto;
}
.margin-left-auto[data-v-3ca69ed9] {
  margin-left: auto;
}
.ml-h[data-v-3ca69ed9] {
  margin-left: auto;
}
.mr-h[data-v-3ca69ed9] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-3ca69ed9] {
  margin-bottom: 5px;
}
.margin-top5[data-v-3ca69ed9] {
  margin-top: 5px !important;
}
.margin-top10[data-v-3ca69ed9] {
  margin-top: 10px !important;
}
.margin-top15[data-v-3ca69ed9] {
  margin-top: 15px !important;
}
.margin-top20[data-v-3ca69ed9] {
  margin-top: 20px !important;
}
.margin-top30[data-v-3ca69ed9] {
  margin-top: 30px !important;
}
.margin-top35[data-v-3ca69ed9] {
  margin-top: 35px !important;
}
.margin-top40[data-v-3ca69ed9] {
  margin-top: 40px !important;
}
.margin-top50[data-v-3ca69ed9] {
  margin-top: 50px !important;
}
.margin-top60[data-v-3ca69ed9] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-3ca69ed9] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-3ca69ed9] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-3ca69ed9] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-3ca69ed9] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-3ca69ed9] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-3ca69ed9] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-3ca69ed9] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-3ca69ed9] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-3ca69ed9] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-3ca69ed9] {
  margin-left: 5px !important;
}
.margin-left10[data-v-3ca69ed9] {
  margin-left: 10px !important;
}
.margin-left15[data-v-3ca69ed9] {
  margin-left: 15px !important;
}
.margin-left20[data-v-3ca69ed9] {
  margin-left: 20px !important;
}
.margin-left30[data-v-3ca69ed9] {
  margin-left: 30px !important;
}
.margin-left35[data-v-3ca69ed9] {
  margin-left: 35px !important;
}
.margin-left40[data-v-3ca69ed9] {
  margin-left: 40px !important;
}
.margin-left50[data-v-3ca69ed9] {
  margin-left: 50px !important;
}
.margin-left60[data-v-3ca69ed9] {
  margin-left: 60px !important;
}
.margin-right5[data-v-3ca69ed9] {
  margin-right: 5px !important;
}
.margin-right10[data-v-3ca69ed9] {
  margin-right: 10px !important;
}
.margin-right15[data-v-3ca69ed9] {
  margin-right: 15px !important;
}
.margin-right20[data-v-3ca69ed9] {
  margin-right: 20px !important;
}
.margin-right30[data-v-3ca69ed9] {
  margin-right: 30px !important;
}
.margin-right35[data-v-3ca69ed9] {
  margin-right: 35px !important;
}
.margin-right40[data-v-3ca69ed9] {
  margin-right: 40px !important;
}
.margin-right50[data-v-3ca69ed9] {
  margin-right: 50px !important;
}
.margin-right60[data-v-3ca69ed9] {
  margin-right: 60px !important;
}
.my-5[data-v-3ca69ed9] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-3ca69ed9] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-3ca69ed9] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-3ca69ed9] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-3ca69ed9] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-3ca69ed9] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-3ca69ed9] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-3ca69ed9] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-3ca69ed9] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-3ca69ed9] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-3ca69ed9] {
  padding: 0 !important;
}
.padding5[data-v-3ca69ed9] {
  padding: 5px;
}
.padding10[data-v-3ca69ed9] {
  padding: 10px;
}
.padding15[data-v-3ca69ed9] {
  padding: 15px;
}
.padding20[data-v-3ca69ed9] {
  padding: 20px;
}
.padding30[data-v-3ca69ed9] {
  padding: 30px;
}
.padding40[data-v-3ca69ed9] {
  padding: 40px;
}
.padding40-0[data-v-3ca69ed9] {
  padding: 40px 0;
}
.padding-left5[data-v-3ca69ed9] {
  padding-left: 5px;
}
.padding-left10[data-v-3ca69ed9] {
  padding-left: 10px;
}
.padding-left15[data-v-3ca69ed9] {
  padding-left: 15px;
}
.padding-left20[data-v-3ca69ed9] {
  padding-left: 20px;
}
.padding-right5[data-v-3ca69ed9] {
  padding-right: 5px;
}
.padding-right10[data-v-3ca69ed9] {
  padding-right: 10px;
}
.padding-right15[data-v-3ca69ed9] {
  padding-right: 15px;
}
.padding-right20[data-v-3ca69ed9] {
  padding-right: 20px;
}
.padding-right30[data-v-3ca69ed9] {
  padding-right: 30px;
}
.padding-right40[data-v-3ca69ed9] {
  padding-right: 40px;
}
.padding-top0[data-v-3ca69ed9] {
  padding-top: 0px;
}
.padding-top5[data-v-3ca69ed9] {
  padding-top: 5px;
}
.padding-top10[data-v-3ca69ed9] {
  padding-top: 10px;
}
.padding-top15[data-v-3ca69ed9] {
  padding-top: 15px;
}
.padding-top20[data-v-3ca69ed9] {
  padding-top: 20px;
}
.padding-top30[data-v-3ca69ed9] {
  padding-top: 30px;
}
.padding-top50[data-v-3ca69ed9] {
  padding-top: 50px;
}
.padding-top60[data-v-3ca69ed9] {
  padding-top: 60px;
}
.padding-top70[data-v-3ca69ed9] {
  padding-top: 70px;
}
.padding-top90[data-v-3ca69ed9] {
  padding-top: 90px;
}
.padding-top100[data-v-3ca69ed9] {
  padding-top: 100px;
}
.padding-top120[data-v-3ca69ed9] {
  padding-top: 120px;
}
.padding-top180[data-v-3ca69ed9] {
  padding-top: 180px;
}
.padding-bottom0[data-v-3ca69ed9] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-3ca69ed9] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-3ca69ed9] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-3ca69ed9] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-3ca69ed9] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-3ca69ed9] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-3ca69ed9] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-3ca69ed9] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-3ca69ed9] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-3ca69ed9] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-3ca69ed9] {
  padding-bottom: 240px;
}
.padding10-0[data-v-3ca69ed9] {
  padding: 10px 0;
}
.padding10-5[data-v-3ca69ed9] {
  padding: 10px 5px;
}
.padding0-5[data-v-3ca69ed9] {
  padding: 0 5px;
}
.padding0-10[data-v-3ca69ed9] {
  padding: 0 10px;
}
.padding0-15[data-v-3ca69ed9] {
  padding: 0 15px;
}
.padding20-0[data-v-3ca69ed9] {
  padding: 20px 0;
}
.padding20-10[data-v-3ca69ed9] {
  padding: 20px 10px;
}
.padding15-20[data-v-3ca69ed9] {
  padding: 15px 20px;
}
.padding15-0[data-v-3ca69ed9] {
  padding: 15px 0px;
}
.padding20-5[data-v-3ca69ed9] {
  padding: 20px 5px;
}
.padding0-20[data-v-3ca69ed9] {
  padding: 0 20px;
}
.padding5-20[data-v-3ca69ed9] {
  padding: 5px 20px;
}
.padding5-15[data-v-3ca69ed9] {
  padding: 5px 15px;
}
.padding5-10[data-v-3ca69ed9] {
  padding: 5px 10px;
}
.padding15-10[data-v-3ca69ed9] {
  padding: 15px 10px;
}
.padding1em[data-v-3ca69ed9] {
  padding: 1em;
}
.padding10-20[data-v-3ca69ed9] {
  padding: 10px 20px;
}
.padding5-0[data-v-3ca69ed9] {
  padding: 5px 0;
}
.padding30-10[data-v-3ca69ed9] {
  padding: 30px 10px;
}
.px-5[data-v-3ca69ed9] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-3ca69ed9] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-3ca69ed9] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-3ca69ed9] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-3ca69ed9] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-3ca69ed9] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-3ca69ed9] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-3ca69ed9] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-3ca69ed9] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-3ca69ed9] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-3ca69ed9] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-3ca69ed9] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-3ca69ed9] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-3ca69ed9] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-3ca69ed9] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-3ca69ed9] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-3ca69ed9] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-3ca69ed9] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-3ca69ed9] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-3ca69ed9] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-3ca69ed9] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-3ca69ed9] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-3ca69ed9] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-3ca69ed9] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-3ca69ed9] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-3ca69ed9] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-3ca69ed9] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-3ca69ed9] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-3ca69ed9]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-3ca69ed9] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-3ca69ed9]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-3ca69ed9] {
  border: 0 !important;
}
.borderRed[data-v-3ca69ed9] {
  border-color: #f00 !important;
}
.border-aside[data-v-3ca69ed9] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-3ca69ed9] {
  border: none;
}
.borderLightgray[data-v-3ca69ed9] {
  border: 1px solid lightgray;
}
.borderGray[data-v-3ca69ed9] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-3ca69ed9] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-3ca69ed9] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-3ca69ed9] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-3ca69ed9] {
  border: 1px solid #fff;
}
.border2green[data-v-3ca69ed9] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-3ca69ed9] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-3ca69ed9] {
  border: 2px solid #fff;
}
.border2gold[data-v-3ca69ed9] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-3ca69ed9] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-3ca69ed9] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-3ca69ed9] {
  border-color: #d42717 !important;
}
.border1green[data-v-3ca69ed9] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-3ca69ed9] {
  border-color: #f00 !important;
}
.border-fixed[data-v-3ca69ed9] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-3ca69ed9] {
  border-radius: 40px;
}
.radius30[data-v-3ca69ed9] {
  border-radius: 30px;
}
.radius20[data-v-3ca69ed9] {
  border-radius: 20px;
}
.radius15[data-v-3ca69ed9] {
  border-radius: 15px;
}
.radius8[data-v-3ca69ed9] {
  border-radius: 8px;
}
.radius3[data-v-3ca69ed9] {
  border-radius: 3px !important;
}
.rounded[data-v-3ca69ed9] {
  border-radius: 50%;
}
.rounded5[data-v-3ca69ed9] {
  border-radius: 5px;
}
.round10[data-v-3ca69ed9] {
  border-radius: 10px;
}
.box-border[data-v-3ca69ed9] {
  box-sizing: border-box;
}
.text-center[data-v-3ca69ed9] {
  text-align: center;
}
.text-right[data-v-3ca69ed9] {
  text-align: right;
}
.text-left[data-v-3ca69ed9] {
  text-align: left;
}
.text-lowercase[data-v-3ca69ed9] {
  text-transform: lowercase;
}
.text-uppercase[data-v-3ca69ed9] {
  text-transform: uppercase;
}
.text-capitalize[data-v-3ca69ed9] {
  text-transform: capitalize !important;
}
.text-none[data-v-3ca69ed9] {
  text-transform: none;
}
.text-ellipsis[data-v-3ca69ed9] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-3ca69ed9] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-3ca69ed9]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-3ca69ed9] {
  text-decoration: underline;
}
.text-underline[data-v-3ca69ed9]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-3ca69ed9] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-3ca69ed9] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-3ca69ed9] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-3ca69ed9] {
  word-break: break-all;
}
.font-bold[data-v-3ca69ed9] {
  font-weight: bold;
}
.price-through[data-v-3ca69ed9] {
  text-decoration: line-through;
}
.font-italic[data-v-3ca69ed9] {
  font-style: italic;
}
.font095em[data-v-3ca69ed9] {
  font-size: 0.95em;
}
.font1em[data-v-3ca69ed9] {
  font-size: 1em !important;
}
.font2em[data-v-3ca69ed9] {
  font-size: 2em;
}
.font2-2em[data-v-3ca69ed9] {
  font-size: 2.2em;
}
.font3em[data-v-3ca69ed9] {
  font-size: 3em;
}
.font4em[data-v-3ca69ed9] {
  font-size: 4em;
}
.font1-5em[data-v-3ca69ed9] {
  font-size: 1.5em;
}
.font1-7em[data-v-3ca69ed9] {
  font-size: 1.7em;
}
.font1-3em[data-v-3ca69ed9] {
  font-size: 1.3em;
}
.font1-4em[data-v-3ca69ed9] {
  font-size: 1.4em;
}
.font-9em[data-v-3ca69ed9] {
  font-size: 0.9em;
}
.font10[data-v-3ca69ed9] {
  font-size: 10px;
}
.font11[data-v-3ca69ed9] {
  font-size: 11px;
}
.font12[data-v-3ca69ed9] {
  font-size: 12px;
}
.font13[data-v-3ca69ed9] {
  font-size: 13px;
}
.font14[data-v-3ca69ed9] {
  font-size: 14px;
}
.font15[data-v-3ca69ed9] {
  font-size: 15px;
}
.font16[data-v-3ca69ed9] {
  font-size: 16px;
}
.font17[data-v-3ca69ed9] {
  font-size: 17px;
}
.font18[data-v-3ca69ed9] {
  font-size: 18px;
}
.font19[data-v-3ca69ed9] {
  font-size: 19px;
}
.font20[data-v-3ca69ed9] {
  font-size: 20px;
}
.font21[data-v-3ca69ed9] {
  font-size: 21px;
}
.font22[data-v-3ca69ed9] {
  font-size: 22px;
}
.font23[data-v-3ca69ed9] {
  font-size: 23px;
}
.font24[data-v-3ca69ed9] {
  font-size: 24px;
}
.font25[data-v-3ca69ed9] {
  font-size: 25px;
}
.font26[data-v-3ca69ed9] {
  font-size: 26px;
}
.font27[data-v-3ca69ed9] {
  font-size: 27px;
}
.font28[data-v-3ca69ed9] {
  font-size: 28px;
}
.font29[data-v-3ca69ed9] {
  font-size: 29px;
}
.font30[data-v-3ca69ed9] {
  font-size: 30px;
}
.font31[data-v-3ca69ed9] {
  font-size: 31px;
}
.font32[data-v-3ca69ed9] {
  font-size: 32px;
}
.font33[data-v-3ca69ed9] {
  font-size: 33px;
}
.font34[data-v-3ca69ed9] {
  font-size: 34px;
}
.font35[data-v-3ca69ed9] {
  font-size: 35px;
}
.font36[data-v-3ca69ed9] {
  font-size: 36px;
}
.font37[data-v-3ca69ed9] {
  font-size: 37px;
}
.font38[data-v-3ca69ed9] {
  font-size: 38px;
}
.font39[data-v-3ca69ed9] {
  font-size: 39px;
}
.font40[data-v-3ca69ed9] {
  font-size: 40px;
}
.font-normal[data-v-3ca69ed9] {
  font-weight: normal;
}
.color-white[data-v-3ca69ed9] {
  color: #fff;
}
.color-transparent[data-v-3ca69ed9] {
  color: transparent !important;
}
.color-black[data-v-3ca69ed9] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-3ca69ed9] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-3ca69ed9] {
  color: fuchia;
}
.color-gray[data-v-3ca69ed9] {
  color: #a5afb9;
}
.color-hardgray[data-v-3ca69ed9] {
  color: #4d5263;
}
.color-hannah[data-v-3ca69ed9] {
  color: #EA184D;
}
.color-lightgray[data-v-3ca69ed9] {
  color: #d3d3d3;
}
.color-darkblue[data-v-3ca69ed9] {
  color: #2c3e50;
}
.color-darkgray[data-v-3ca69ed9] {
  color: #757575;
}
.color-lightred[data-v-3ca69ed9] {
  color: #e74c3c;
}
.color-red[data-v-3ca69ed9] {
  color: #e74c3c;
}
.color-blue[data-v-3ca69ed9] {
  color: #2980b9;
}
.color-yellow[data-v-3ca69ed9] {
  color: #f49d1e;
}
.color-orange[data-v-3ca69ed9] {
  color: #ffa500;
}
.color-green[data-v-3ca69ed9] {
  color: #2AA186;
}
.color-gplus[data-v-3ca69ed9] {
  color: #d42717;
}
.back-bluelight[data-v-3ca69ed9] {
  background: #EBF0FF !important;
}
.back-blue[data-v-3ca69ed9] {
  background: #2980b9 !important;
}
.back-hannah[data-v-3ca69ed9] {
  background: #EA184D !important;
}
.back-purple[data-v-3ca69ed9] {
  background: #8e44ad;
}
.back-green[data-v-3ca69ed9] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-3ca69ed9] {
  background: #2AA186;
}
.back-yellow[data-v-3ca69ed9] {
  background: #f49d1e !important;
}
.back-gold[data-v-3ca69ed9] {
  background: #f49d1e !important;
}
.back-red[data-v-3ca69ed9] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-3ca69ed9] {
  background: #e74c3c;
}
.back-lightred[data-v-3ca69ed9] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-3ca69ed9] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-3ca69ed9] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-3ca69ed9] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-3ca69ed9] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-3ca69ed9] {
  background: #f49d1e !important;
}
.back-gplus[data-v-3ca69ed9] {
  background: #d42717;
}
.back-darkblue[data-v-3ca69ed9] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-3ca69ed9] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-3ca69ed9] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-3ca69ed9] {
  background: #3e3d40;
}
.back-midgray[data-v-3ca69ed9] {
  background: #ececec;
}
.back-gray[data-v-3ca69ed9] {
  background: #a5afb9;
}
.back-black[data-v-3ca69ed9] {
  background: #121212;
}
.back-transparent[data-v-3ca69ed9] {
  background: transparent;
}
.back-white[data-v-3ca69ed9] {
  background: #fff !important;
}
.back-white-simple[data-v-3ca69ed9] {
  background-color: #fff;
}
.back-lightgray[data-v-3ca69ed9] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-3ca69ed9] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-3ca69ed9] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-3ca69ed9] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-3ca69ed9] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-3ca69ed9] {
  background: #D6DFE4;
}
.bg-aside[data-v-3ca69ed9] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-3ca69ed9] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-3ca69ed9] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-3ca69ed9] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-3ca69ed9] {
  background: #fff;
}
.back-item-odd-white[data-v-3ca69ed9]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-3ca69ed9] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-3ca69ed9] {
  position: relative;
}
.absolute[data-v-3ca69ed9] {
  position: absolute;
}
.fixed[data-v-3ca69ed9] {
  position: fixed;
}
.fixed-bottom[data-v-3ca69ed9] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-3ca69ed9] {
  position: sticky;
}
.sticky.active[data-v-3ca69ed9] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-3ca69ed9] {
  bottom: 0;
}
.right0[data-v-3ca69ed9] {
  right: 0 !important;
}
.left0[data-v-3ca69ed9] {
  left: 0 !important;
}
.leftPositionControl[data-v-3ca69ed9] {
  left: -10px;
}
.width100-50[data-v-3ca69ed9] {
  width: 100%;
}
.width100-40[data-v-3ca69ed9] {
  width: 100%;
}
.min-width100[data-v-3ca69ed9] {
  min-width: 100%;
}
.min-width90[data-v-3ca69ed9] {
  min-width: 90%;
}
.min-width80[data-v-3ca69ed9] {
  min-width: 80% !important;
}
.min-width70[data-v-3ca69ed9] {
  min-width: 70%;
}
.min-width60[data-v-3ca69ed9] {
  min-width: 60%;
}
.min-width50[data-v-3ca69ed9] {
  max-width: 50%;
}
.min-width45[data-v-3ca69ed9] {
  min-width: 45%;
}
.min-width40[data-v-3ca69ed9] {
  min-width: 40%;
}
.min-width30[data-v-3ca69ed9] {
  min-width: 30%;
}
.min-width20[data-v-3ca69ed9] {
  min-width: 20%;
}
.min-width25[data-v-3ca69ed9] {
  min-width: 25%;
}
.min-width10[data-v-3ca69ed9] {
  min-width: 10%;
}
.width100[data-v-3ca69ed9] {
  width: 100%;
}
.width90[data-v-3ca69ed9] {
  width: 90%;
}
.width80[data-v-3ca69ed9] {
  width: 80% !important;
}
.width70[data-v-3ca69ed9] {
  width: 70%;
}
.width60[data-v-3ca69ed9] {
  width: 60%;
}
.width50[data-v-3ca69ed9] {
  width: 50%;
}
.width45[data-v-3ca69ed9] {
  width: 45%;
}
.width40[data-v-3ca69ed9] {
  width: 40%;
}
.width30[data-v-3ca69ed9] {
  width: 30%;
}
.width20[data-v-3ca69ed9] {
  width: 20%;
}
.width25[data-v-3ca69ed9] {
  width: 25%;
}
.width10[data-v-3ca69ed9] {
  width: 10%;
}
.width-min[data-v-3ca69ed9] {
  width: min-content;
}
.max-width800[data-v-3ca69ed9] {
  max-width: 800px;
}
.widthCenter[data-v-3ca69ed9] {
  width: 80%;
}
.max-width600[data-v-3ca69ed9] {
  max-width: 600px;
}
.max-width300[data-v-3ca69ed9] {
  max-width: 300px;
}
.widthHalf[data-v-3ca69ed9] {
  width: 50%;
}
.width-sellProductImg-control[data-v-3ca69ed9] {
  width: 150px;
}
.top-control-sellProduct[data-v-3ca69ed9] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-3ca69ed9] {
  width: 100%;
}
.width-cuotas-control-item[data-v-3ca69ed9] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-3ca69ed9] {
  width: 163px;
}
.width-control-btn-inline[data-v-3ca69ed9] {
  width: 195px;
}
.width-controll-buys-item[data-v-3ca69ed9] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-3ca69ed9] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-3ca69ed9] {
  width: 180px;
}
.width-pasarela-img-control[data-v-3ca69ed9] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-3ca69ed9] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-3ca69ed9] {
  width: 95%;
}
.width-pasarela[data-v-3ca69ed9] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-3ca69ed9]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-3ca69ed9]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3ca69ed9]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3ca69ed9]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-3ca69ed9] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-3ca69ed9] {
  max-height: 100%;
}
.height220[data-v-3ca69ed9] {
  height: 220px;
}
.height100vh[data-v-3ca69ed9] {
  height: 100vh !important;
}
.heightFilters[data-v-3ca69ed9] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-3ca69ed9] {
  height: 100%;
}
.height-aside[data-v-3ca69ed9] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-3ca69ed9] {
  height: 0px;
}
.heightBox[data-v-3ca69ed9] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-3ca69ed9] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-3ca69ed9] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-3ca69ed9] {
  justify-content: center;
}
.pointer[data-v-3ca69ed9] {
  cursor: pointer !important;
}
.cursor-move[data-v-3ca69ed9] {
  cursor: move !important;
}
.cursor-not[data-v-3ca69ed9] {
  cursor: not-allowed !important;
}
.events-none[data-v-3ca69ed9] {
  pointer-events: none;
}
.shadow[data-v-3ca69ed9] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-3ca69ed9] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-3ca69ed9] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-3ca69ed9] {
  transition: 0.3s;
}
.hoverShadow[data-v-3ca69ed9]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-3ca69ed9] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-3ca69ed9] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-3ca69ed9] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-3ca69ed9] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-3ca69ed9] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-3ca69ed9] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-3ca69ed9] {
  width: 40px;
  height: 40px;
}
.square35[data-v-3ca69ed9] {
  width: 35px;
  height: 35px;
}
.square30[data-v-3ca69ed9] {
  width: 30px;
  height: 30px;
}
.square25[data-v-3ca69ed9] {
  width: 25px;
  height: 25px;
}
.square12[data-v-3ca69ed9] {
  width: 12px;
  height: 12px;
}
.square15[data-v-3ca69ed9] {
  width: 15px;
  height: 15px;
}
.square17[data-v-3ca69ed9] {
  width: 17px;
  height: 17px;
}
.square18[data-v-3ca69ed9] {
  width: 18px;
  height: 18px;
}
.square20[data-v-3ca69ed9] {
  width: 20px;
  height: 20px;
}
.square50[data-v-3ca69ed9] {
  width: 50px;
  height: 50px;
}
.square70[data-v-3ca69ed9] {
  width: 70px;
  height: 70px;
}
.square55[data-v-3ca69ed9] {
  width: 55px;
  height: 55px;
}
.square100[data-v-3ca69ed9] {
  width: 100px;
  height: 100px;
}
.square10[data-v-3ca69ed9] {
  width: 10px;
  height: 10px;
}
.square200[data-v-3ca69ed9] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-3ca69ed9] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-3ca69ed9] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-3ca69ed9] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-3ca69ed9] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-3ca69ed9] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-3ca69ed9] {
  overflow-y: hidden;
}
.remove-scroll[data-v-3ca69ed9] {
  overflow-y: hidden;
}
.active-scroll[data-v-3ca69ed9] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-3ca69ed9] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-3ca69ed9] {
  overflow: hidden !important;
}
.overflow-auto[data-v-3ca69ed9] {
  overflow: auto !important;
}
.hidden[data-v-3ca69ed9] {
  visibility: hidden;
}
.offscreen[data-v-3ca69ed9] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-3ca69ed9] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-3ca69ed9] {
  opacity: 0;
}
.opacity30[data-v-3ca69ed9] {
  opacity: 0.3;
}
.opacity50[data-v-3ca69ed9] {
  opacity: 0.5;
}
.opacity70[data-v-3ca69ed9] {
  opacity: 0.7;
}
.opacity80[data-v-3ca69ed9] {
  opacity: 0.8;
}
.transition30[data-v-3ca69ed9] {
  transition: 0.3s;
}
.cleared[data-v-3ca69ed9] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-3ca69ed9] {
  transition: 0.1s;
}
.hover-green[data-v-3ca69ed9]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-3ca69ed9] {
  animation: aside-3ca69ed9 0.5s reverse;
}
.aside-leave-active[data-v-3ca69ed9] {
  animation: aside-3ca69ed9 0.5s;
}
.asideContent-enter-active[data-v-3ca69ed9] {
  animation: asideContent-3ca69ed9 0.3s reverse;
}
.asideContent-leave-active[data-v-3ca69ed9] {
  animation: asideContent-3ca69ed9 0.3s;
}
@keyframes aside-3ca69ed9 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-3ca69ed9 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-3ca69ed9 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-3ca69ed9] {
  animation: spin-3ca69ed9 2s infinite;
}
@keyframes spin-3ca69ed9 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-3ca69ed9] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-3ca69ed9] {
  padding: 3px;
}
.carousel__pagination-button[data-v-3ca69ed9] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-3ca69ed9] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-3ca69ed9]::after {
  display: none !important;
}
.pagination[data-v-3ca69ed9] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-3ca69ed9] {
  display: inline;
}
.pagination > li > a[data-v-3ca69ed9], .pagination > li > span[data-v-3ca69ed9] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-3ca69ed9], .pagination > li:first-child > span[data-v-3ca69ed9] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-3ca69ed9], .pagination > li:last-child > span[data-v-3ca69ed9] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-3ca69ed9]:hover, .pagination > li > span[data-v-3ca69ed9]:hover, .pagination > li > a[data-v-3ca69ed9]:focus, .pagination > li > span[data-v-3ca69ed9]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-3ca69ed9], .pagination > .active > span[data-v-3ca69ed9], .pagination > .active > a[data-v-3ca69ed9]:hover, .pagination > .active > span[data-v-3ca69ed9]:hover, .pagination > .active > a[data-v-3ca69ed9]:focus, .pagination > .active > span[data-v-3ca69ed9]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-3ca69ed9] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-3ca69ed9]:hover, .pagination > .disabled > span[data-v-3ca69ed9]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3ca69ed9] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3ca69ed9]:hover, .pagination > .disabled > a[data-v-3ca69ed9]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-3ca69ed9], .pagination-lg > li > span[data-v-3ca69ed9] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-3ca69ed9], .pagination-lg > li:first-child > span[data-v-3ca69ed9] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-3ca69ed9], .pagination-lg > li:last-child > span[data-v-3ca69ed9] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-3ca69ed9], .pagination-sm > li > span[data-v-3ca69ed9] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-3ca69ed9], .pagination-sm > li:first-child > span[data-v-3ca69ed9] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-3ca69ed9], .pagination-sm > li:last-child > span[data-v-3ca69ed9] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-3ca69ed9] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-3ca69ed9] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-3ca69ed9] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-3ca69ed9] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-3ca69ed9] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-3ca69ed9] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-3ca69ed9] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-3ca69ed9]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-3ca69ed9] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-3ca69ed9]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-3ca69ed9] {
  overflow: unset !important;
}
.btn-shadow[data-v-3ca69ed9] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-3ca69ed9] {
  margin-left: 0px;
}
.reset-button[data-v-3ca69ed9] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-3ca69ed9] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-3ca69ed9]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-3ca69ed9] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-3ca69ed9] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-3ca69ed9],
.btn-finalize[data-v-3ca69ed9] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-3ca69ed9] {
  right: 7px;
}
.btn-finalize[data-v-3ca69ed9] {
  left: 7px;
}
.tab-counter[data-v-3ca69ed9] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-3ca69ed9] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-3ca69ed9] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-3ca69ed9] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-3ca69ed9] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-3ca69ed9] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-3ca69ed9] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-3ca69ed9] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-3ca69ed9] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-3ca69ed9] {
  transition: 0.5s;
}
.tab[data-v-3ca69ed9]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-3ca69ed9] {
  color: #2980b9;
}
.tab.active[data-v-3ca69ed9]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-3ca69ed9] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-3ca69ed9] {
  width: 220px;
}
.badge-display[data-v-3ca69ed9], .badge-display2[data-v-3ca69ed9] {
  min-width: 224px;
}
.my-badge[data-v-3ca69ed9] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-3ca69ed9] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-3ca69ed9] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-3ca69ed9] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-3ca69ed9] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-3ca69ed9] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-3ca69ed9] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-3ca69ed9] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-3ca69ed9] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-3ca69ed9] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-3ca69ed9] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-3ca69ed9] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-3ca69ed9] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-3ca69ed9] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-3ca69ed9] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-3ca69ed9] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-3ca69ed9] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-3ca69ed9] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-3ca69ed9] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-3ca69ed9] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-3ca69ed9] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-3ca69ed9] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-3ca69ed9] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-3ca69ed9] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-3ca69ed9] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-3ca69ed9] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-3ca69ed9] {
  flex-wrap: wrap;
}
.vueperslide[data-v-3ca69ed9] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-3ca69ed9] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-3ca69ed9] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-3ca69ed9] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-3ca69ed9] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-3ca69ed9] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-3ca69ed9] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-3ca69ed9] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-3ca69ed9] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-3ca69ed9] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-3ca69ed9] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-3ca69ed9] {
  width: 100%;
}
.img-product-detail[data-v-3ca69ed9] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-3ca69ed9] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-3ca69ed9] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-3ca69ed9] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-3ca69ed9] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-3ca69ed9] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-3ca69ed9] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-3ca69ed9] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-3ca69ed9] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-3ca69ed9] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-3ca69ed9] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-3ca69ed9] {
  text-align: center;
}
.modal-enter[data-v-3ca69ed9], .modal-leave-active[data-v-3ca69ed9] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-3ca69ed9], .modal-leave-active .modal-container[data-v-3ca69ed9] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-3ca69ed9] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-3ca69ed9] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-3ca69ed9] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-3ca69ed9] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-3ca69ed9]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-3ca69ed9] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-3ca69ed9] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-3ca69ed9]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-3ca69ed9] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-3ca69ed9] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-3ca69ed9]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-3ca69ed9] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-3ca69ed9]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-3ca69ed9] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-3ca69ed9] {
  display: none;
}
.vdp-datepicker input[data-v-3ca69ed9] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-3ca69ed9]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-3ca69ed9] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-3ca69ed9] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-3ca69ed9 ease-in-out infinite;
}
.vue-treeselect__control[data-v-3ca69ed9] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-3ca69ed9] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-3ca69ed9] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-3ca69ed9] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-3ca69ed9] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-3ca69ed9] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-3ca69ed9] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-3ca69ed9] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-3ca69ed9 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-3ca69ed9 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-3ca69ed9 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-3ca69ed9 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-3ca69ed9 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-3ca69ed9 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3ca69ed9],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3ca69ed9] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3ca69ed9] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3ca69ed9] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-3ca69ed9],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-3ca69ed9] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-3ca69ed9] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-3ca69ed9] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-3ca69ed9] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-3ca69ed9],
.vue-treeselect span[data-v-3ca69ed9] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-3ca69ed9] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-3ca69ed9] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-3ca69ed9]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-3ca69ed9] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-3ca69ed9] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-3ca69ed9],
.vue-treeselect__control[data-v-3ca69ed9]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-3ca69ed9] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-3ca69ed9] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-3ca69ed9],
.vue-treeselect__multi-value[data-v-3ca69ed9] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-3ca69ed9] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-3ca69ed9] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-3ca69ed9] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-3ca69ed9] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-3ca69ed9],
.vue-treeselect__single-value[data-v-3ca69ed9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-3ca69ed9] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-3ca69ed9] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-3ca69ed9] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-3ca69ed9] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-3ca69ed9] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-3ca69ed9]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-3ca69ed9] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-3ca69ed9] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-3ca69ed9],
.vue-treeselect__multi-value-label[data-v-3ca69ed9] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-3ca69ed9] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-3ca69ed9] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-3ca69ed9],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-3ca69ed9] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-3ca69ed9] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-3ca69ed9] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-3ca69ed9] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-3ca69ed9] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-3ca69ed9] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-3ca69ed9] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-3ca69ed9] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-3ca69ed9] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-3ca69ed9] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-3ca69ed9] {
  display: none;
}
.vue-treeselect__input[data-v-3ca69ed9],
.vue-treeselect__sizer[data-v-3ca69ed9] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-3ca69ed9] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-3ca69ed9]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-3ca69ed9] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-3ca69ed9] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-3ca69ed9] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-3ca69ed9] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-3ca69ed9 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-3ca69ed9 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-3ca69ed9]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-3ca69ed9] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-3ca69ed9] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-3ca69ed9] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-3ca69ed9] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-3ca69ed9] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-3ca69ed9] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-3ca69ed9] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-3ca69ed9] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-3ca69ed9] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-3ca69ed9] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-3ca69ed9] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3ca69ed9] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3ca69ed9]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-3ca69ed9] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-3ca69ed9],
.vue-treeselect__option-arrow-placeholder[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-3ca69ed9] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-3ca69ed9] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-3ca69ed9],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-3ca69ed9] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-3ca69ed9] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-3ca69ed9] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-3ca69ed9] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-3ca69ed9] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-3ca69ed9] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-3ca69ed9],
.vue-treeselect__minus-mark[data-v-3ca69ed9] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-3ca69ed9] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-3ca69ed9] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3ca69ed9] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-3ca69ed9] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-3ca69ed9] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3ca69ed9] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3ca69ed9] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-3ca69ed9] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-3ca69ed9] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-3ca69ed9] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-3ca69ed9] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-3ca69ed9] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-3ca69ed9] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-3ca69ed9] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-3ca69ed9] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-3ca69ed9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-3ca69ed9] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-3ca69ed9] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-3ca69ed9] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-3ca69ed9] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-3ca69ed9] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-3ca69ed9] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-3ca69ed9]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-3ca69ed9] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-3ca69ed9]::before,
.vue-treeselect__icon-error[data-v-3ca69ed9]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-3ca69ed9]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-3ca69ed9]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-3ca69ed9] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-3ca69ed9 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-3ca69ed9 linear infinite;
}
.vue-treeselect__icon-loader[data-v-3ca69ed9]::before,
.vue-treeselect__icon-loader[data-v-3ca69ed9]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-3ca69ed9 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-3ca69ed9 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-3ca69ed9]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-3ca69ed9]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-3ca69ed9],
.vac-loader-wrapper[data-v-3ca69ed9] {
  display: none !important;
}
.vac-room-name[data-v-3ca69ed9] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-3ca69ed9] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-3ca69ed9] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-3ca69ed9] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-3ca69ed9] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-3ca69ed9] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-3ca69ed9] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-3ca69ed9] {
  min-height: 24px !important;
}
.tagWarn[data-v-3ca69ed9] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-3ca69ed9]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-3ca69ed9] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-3ca69ed9]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-3ca69ed9]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-3ca69ed9] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-3ca69ed9] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-3ca69ed9] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-3ca69ed9] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-3ca69ed9]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-3ca69ed9] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-3ca69ed9]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-3ca69ed9] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-3ca69ed9] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-3ca69ed9] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-3ca69ed9]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-3ca69ed9] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-3ca69ed9]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-3ca69ed9] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-3ca69ed9]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-3ca69ed9]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-3ca69ed9] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-3ca69ed9] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-3ca69ed9] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-3ca69ed9]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-3ca69ed9] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-3ca69ed9] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-3ca69ed9] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-3ca69ed9]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-3ca69ed9] {
  font-size: 1.15em;
}
.my-select[data-v-3ca69ed9] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3ca69ed9] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3ca69ed9] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3ca69ed9] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3ca69ed9] {
  width: 160px;
}
.my-select[data-v-3ca69ed9] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3ca69ed9] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3ca69ed9] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3ca69ed9] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3ca69ed9] {
  width: 160px;
}
.input-cupon[data-v-3ca69ed9] {
  display: flex;
}
.input-cupon > div > span[data-v-3ca69ed9] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-3ca69ed9] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-3ca69ed9] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-3ca69ed9]:not(:checked),
input[type=checkbox].check[data-v-3ca69ed9]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-3ca69ed9],
input[type=checkbox].check:checked + label[data-v-3ca69ed9] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-3ca69ed9]:before,
input[type=checkbox].check:checked + label[data-v-3ca69ed9]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-3ca69ed9]:after,
input[type=checkbox].check:checked + label[data-v-3ca69ed9]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-3ca69ed9]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-3ca69ed9]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-3ca69ed9]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3ca69ed9]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3ca69ed9]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-3ca69ed9] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-3ca69ed9]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-3ca69ed9]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-3ca69ed9] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-3ca69ed9] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-3ca69ed9] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-3ca69ed9] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-3ca69ed9] {
  opacity: 1;
}
.multiselect__tag[data-v-3ca69ed9] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-3ca69ed9] {
  background: #2AA186 !important;
}
.multiselect[data-v-3ca69ed9] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-3ca69ed9]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-3ca69ed9] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-3ca69ed9] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-3ca69ed9]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-3ca69ed9]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-3ca69ed9]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-3ca69ed9]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-3ca69ed9] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-3ca69ed9] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-3ca69ed9] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-3ca69ed9] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3ca69ed9] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-3ca69ed9] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3ca69ed9]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3ca69ed9]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3ca69ed9]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-3ca69ed9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-3ca69ed9] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-3ca69ed9] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-3ca69ed9] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-3ca69ed9]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-3ca69ed9] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-3ca69ed9] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3ca69ed9] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-3ca69ed9] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-3ca69ed9] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3ca69ed9] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3ca69ed9]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3ca69ed9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3ca69ed9] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3ca69ed9], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3ca69ed9] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-3ca69ed9] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-3ca69ed9] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3ca69ed9], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-3ca69ed9] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-3ca69ed9], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-3ca69ed9] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3ca69ed9]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-3ca69ed9]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-3ca69ed9] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3ca69ed9] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3ca69ed9] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-3ca69ed9] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-3ca69ed9] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-3ca69ed9] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-3ca69ed9] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-3ca69ed9] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-3ca69ed9] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-3ca69ed9] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-3ca69ed9] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-3ca69ed9] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-3ca69ed9] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-3ca69ed9] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-3ca69ed9] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-3ca69ed9]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-3ca69ed9] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-3ca69ed9] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-3ca69ed9] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-3ca69ed9] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-3ca69ed9] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-3ca69ed9] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-3ca69ed9] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-3ca69ed9] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-3ca69ed9], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3ca69ed9] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3ca69ed9] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-3ca69ed9] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-3ca69ed9] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-3ca69ed9] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-3ca69ed9] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-3ca69ed9] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-3ca69ed9] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-3ca69ed9], .v3-emoji-picker .v3-header[data-v-3ca69ed9] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-3ca69ed9] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-3ca69ed9] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-3ca69ed9] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-3ca69ed9]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3ca69ed9], .v3-emoji-picker .v3-skin-tones[data-v-3ca69ed9] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3ca69ed9]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-3ca69ed9] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-3ca69ed9] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-3ca69ed9] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-3ca69ed9], body[data-v-3ca69ed9] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-3ca69ed9], body.home[data-v-3ca69ed9] {
  background-color: #fff;
}
[data-v-3ca69ed9]:focus {
  outline: none !important;
}
a[data-v-3ca69ed9] {
  text-decoration: none;
}
a[data-v-3ca69ed9]:hover,
a[data-v-3ca69ed9]:focus {
  text-decoration: none;
}
img[data-v-3ca69ed9] {
  border: 0;
}
textarea[data-v-3ca69ed9] {
  resize: none;
}
h1[data-v-3ca69ed9],
h2[data-v-3ca69ed9],
h3[data-v-3ca69ed9],
h4[data-v-3ca69ed9],
h5[data-v-3ca69ed9],
h6[data-v-3ca69ed9] {
  font-weight: bold;
}
.see-more-btn[data-v-3ca69ed9] {
  background: transparent;
}
.see-more-btn[data-v-3ca69ed9]:hover {
  background: #2581bc !important;
  color: white !important;
}
.info-container[data-v-3ca69ed9] {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 370px) {
.info-container[data-v-3ca69ed9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}
[data-v-faa03f07]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-faa03f07] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-faa03f07] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-faa03f07] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-faa03f07] {
  width: 100%;
}
.home-icon img[data-v-faa03f07] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-faa03f07] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-faa03f07] {
  line-height: 30px;
}
.list-style-none[data-v-faa03f07] {
  list-style: none;
}
.burger-menu[data-v-faa03f07] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-faa03f07] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-faa03f07] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-faa03f07] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-faa03f07] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-faa03f07] {
  position: relative;
}
.card-product .my-close[data-v-faa03f07] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-faa03f07] {
  margin: 0;
}
.filtro-form input[data-v-faa03f07] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-faa03f07] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-faa03f07] {
  padding: 20px 0 0;
}
.img-tiny[data-v-faa03f07] {
  width: 80px;
}
.img-item img[data-v-faa03f07] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-faa03f07] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-faa03f07] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-faa03f07]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-faa03f07] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-faa03f07] {
  margin-left: 10px;
}
.notifications section[data-v-faa03f07] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-faa03f07] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-faa03f07] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-faa03f07],
.list-complete-leave-to[data-v-faa03f07] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-faa03f07] {
  position: absolute;
}
#_op_data_r[data-v-faa03f07],
#_op_data_antifraud[data-v-faa03f07] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-faa03f07],
iframe#_op_data_antifraud[data-v-faa03f07],
iframe#device_profile[data-v-faa03f07],
iframe#thm_mp_cntnr[data-v-faa03f07] {
  position: absolute !important;
}
iframe[data-v-faa03f07] {
  background: #fff !important;
}
.main-content[data-v-faa03f07] {
  padding-top: 30px;
}
.card-contactStory[data-v-faa03f07] {
  width: 93vw;
}
.card-contactStory img[data-v-faa03f07] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-faa03f07] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-faa03f07] {
  width: 280px;
}
.dropped[data-v-faa03f07] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-faa03f07] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-faa03f07]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-faa03f07] {
  display: block !important;
}
.dropped .dropdown a[data-v-faa03f07] {
  color: #fff;
}
.dropped .dropdown a[data-v-faa03f07]:hover {
  text-decoration: underline;
}
.line-height25[data-v-faa03f07] {
  line-height: 25px;
}
aside[data-v-faa03f07] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-faa03f07] {
  height: 100vh;
}
.my-header[data-v-faa03f07] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-faa03f07] {
  position: inherit !important;
}
.my-header-menu[data-v-faa03f07] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-faa03f07] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-faa03f07]:hover {
  background: hannah;
}
.menu-api-activate[data-v-faa03f07] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-faa03f07] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-faa03f07] {
  position: relative;
}
.menu-api-item a[data-v-faa03f07]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-faa03f07] {
  padding: 0 !important;
}
.card-product[data-v-faa03f07] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-faa03f07] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-faa03f07] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-faa03f07] {
  margin: 0;
}
.sticky-home[data-v-faa03f07] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-faa03f07] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-faa03f07]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-faa03f07] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-faa03f07]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-faa03f07] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-faa03f07]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-faa03f07] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-faa03f07] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-faa03f07] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-faa03f07]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-faa03f07] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-faa03f07] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-faa03f07] {
  display: block !important;
}
.leftPositionSubMenu[data-v-faa03f07] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-faa03f07] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-faa03f07],
.circle-toggle-box[data-v-faa03f07] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-faa03f07] {
  left: 44px !important;
}
.triangleStatus[data-v-faa03f07]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-faa03f07] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-faa03f07] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-faa03f07] {
  overflow: visible !important;
}
.width-max80[data-v-faa03f07] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-faa03f07] {
  display: flex !important;
}
.flex-none[data-v-faa03f07] {
  flex: none;
}
.flex-nowrap[data-v-faa03f07] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-faa03f07] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-faa03f07] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-faa03f07] {
  flex-direction: column;
}
.flex-col-row[data-v-faa03f07] {
  flex-direction: column;
}
.flex-row[data-v-faa03f07] {
  flex-direction: row;
}
.flex-between-align[data-v-faa03f07] {
  align-content: space-between;
}
.flex-middle[data-v-faa03f07] {
  align-items: center;
}
.flex-bottom[data-v-faa03f07] {
  align-items: flex-end;
}
.flex-between[data-v-faa03f07] {
  justify-content: space-between;
}
.flex-center[data-v-faa03f07] {
  justify-content: center;
}
.flex-right[data-v-faa03f07] {
  justify-content: flex-end;
}
.flex-left[data-v-faa03f07] {
  justify-content: flex-start;
}
.flex-evenly[data-v-faa03f07] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-faa03f07] {
  flex-grow: 1;
}
.flex-grow-2[data-v-faa03f07] {
  flex-grow: 2;
}
.flex-grow-3[data-v-faa03f07] {
  flex-grow: 3;
}
.flex-grow-4[data-v-faa03f07] {
  flex-grow: 4;
}
.flex-grow-5[data-v-faa03f07] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-faa03f07] {
  align-items: flex-start;
}
.flex800[data-v-faa03f07] {
  display: none;
}
.flexc-flex[data-v-faa03f07] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-faa03f07] {
  display: none;
}
.flex-display-50-10[data-v-faa03f07] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-faa03f07] {
  display: none;
}
.show760[data-v-faa03f07] {
  display: none;
}
.hide[data-v-faa03f07] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-faa03f07] {
    display: block !important;
}
.badge-display[data-v-faa03f07] {
    display: none;
}
.badge-display2[data-v-faa03f07] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-faa03f07] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-faa03f07] {
    display: block;
}
.badge-display2[data-v-faa03f07] {
    display: none;
}
.fix-width[data-v-faa03f07] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-faa03f07] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-faa03f07] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-faa03f07] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-faa03f07] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-faa03f07] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-faa03f07] {
    width: 50%;
}
.width100-40[data-v-faa03f07] {
    width: 40%;
}
.show600[data-v-faa03f07] {
    display: block;
}
.width-controll-btn-typeweek[data-v-faa03f07] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-faa03f07] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-faa03f07] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-faa03f07] {
    width: 220px !important;
}
.leftPositionControl[data-v-faa03f07] {
    left: -40px !important;
}
.container-tipo-envio[data-v-faa03f07] {
    display: flex;
}
.width-controll-buys-item[data-v-faa03f07] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-faa03f07] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-faa03f07] {
    top: 380px !important;
}
.my-header-menu[data-v-faa03f07] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-faa03f07] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-faa03f07] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-faa03f07] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-faa03f07] {
    min-width: 400px;
}
.cart-btn-add[data-v-faa03f07] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-faa03f07] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-faa03f07] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-faa03f07] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-faa03f07] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-faa03f07] {
    justify-content: left;
}
.flex-mid[data-v-faa03f07] {
    display: flex !important;
}
.msg-stock[data-v-faa03f07] {
    padding: 10px 0 0;
}
.counter-cart[data-v-faa03f07] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-faa03f07] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-faa03f07] {
    display: none;
}
.badge-display2[data-v-faa03f07] {
    display: block;
}
.show760[data-v-faa03f07] {
    display: block;
}
.hide760[data-v-faa03f07] {
    display: none;
}
.grid-products[data-v-faa03f07] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-faa03f07] {
    margin: auto;
}
.mr-h[data-v-faa03f07] {
    margin: auto;
}
.width-control-otherProducts[data-v-faa03f07] {
    width: 170px !important;
}
.leftPositionControl[data-v-faa03f07] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-faa03f07] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-faa03f07] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-faa03f07] {
    width: 30vw !important;
}
.product-item[data-v-faa03f07] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-faa03f07] {
    width: 90% !important;
}
.my-container[data-v-faa03f07] {
    width: 680px !important;
}
.login[data-v-faa03f07] {
    width: 310px !important;
}
.width-cuotas-control[data-v-faa03f07] {
    width: 278px !important;
}
.flexc-flex[data-v-faa03f07] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-faa03f07] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-faa03f07] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-faa03f07] {
    height: 140px;
}
.width-control-input-chat[data-v-faa03f07] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-faa03f07] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-faa03f07] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-faa03f07] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-faa03f07] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-faa03f07] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-faa03f07] {
    width: 270px !important;
}
.leftPositionControl[data-v-faa03f07] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-faa03f07] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-faa03f07] {
    width: 17vw !important;
}
.filters-wrap[data-v-faa03f07] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-faa03f07] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-faa03f07] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-faa03f07] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-faa03f07] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-faa03f07] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-faa03f07] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-faa03f07] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-faa03f07]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-faa03f07] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-faa03f07] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-faa03f07]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-faa03f07] {
    max-width: 330px !important;
}
.iterable-box[data-v-faa03f07] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-faa03f07] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-faa03f07] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-faa03f07] {
    width: 160px !important;
}
.my-container[data-v-faa03f07] {
    width: 800px !important;
}
.search-btn-box[data-v-faa03f07] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-faa03f07] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-faa03f07] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-faa03f07] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-faa03f07] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-faa03f07] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-faa03f07] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-faa03f07] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-faa03f07] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-faa03f07] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-faa03f07] {
    width: 280px !important;
}
.width300-desktop[data-v-faa03f07] {
    width: 300px !important;
}
.concept-item-stats[data-v-faa03f07] {
    width: 80%;
}
.widthHalf-desktop[data-v-faa03f07] {
    width: 50% !important;
}
.column-desktop[data-v-faa03f07] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-faa03f07] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-faa03f07] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-faa03f07] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-faa03f07],
.flex-desktop[data-v-faa03f07] {
    display: flex !important;
}
.block-desktop[data-v-faa03f07] {
    display: block !important;
}
.hide-desktop[data-v-faa03f07] {
    display: none !important;
}
.fixButton[data-v-faa03f07] {
    top: -20px;
}
.width-cuotas-control[data-v-faa03f07] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-faa03f07] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-faa03f07] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-faa03f07] {
    display: none !important;
}
.bottom10-desktop[data-v-faa03f07] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-faa03f07] {
    left: -125px !important;
}
.grid-products[data-v-faa03f07] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-faa03f07] {
    width: 1000px !important;
}
.showFullDesktop[data-v-faa03f07] {
    display: block !important;
}
.leftPositionControl[data-v-faa03f07] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-faa03f07] {
    display: none !important;
}
.show-only-desktop[data-v-faa03f07] {
    display: flex !important;
}
.leftPositionControl[data-v-faa03f07] {
    left: -260px !important;
}
.catalog-container[data-v-faa03f07] {
    margin: unset;
}
.carrito-catalog[data-v-faa03f07] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-faa03f07] {
    left: -280px !important;
}
}
.grid-container[data-v-faa03f07] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-faa03f07] {
  grid-column: span 1;
}
.grid-item-1[data-v-faa03f07] {
  grid-column: span 1;
}
.grid-item-2[data-v-faa03f07] {
  grid-column: span 2;
}
.grid-item-3[data-v-faa03f07] {
  grid-column: span 3;
}
.grid-item-4[data-v-faa03f07] {
  grid-column: span 4;
}
.grid-item-5[data-v-faa03f07] {
  grid-column: span 5;
}
.grid-item-6[data-v-faa03f07] {
  grid-column: span 6;
}
.grid-item-7[data-v-faa03f07] {
  grid-column: span 7;
}
.grid-item-8[data-v-faa03f07] {
  grid-column: span 8;
}
.grid-item-9[data-v-faa03f07] {
  grid-column: span 9;
}
.grid-item-10[data-v-faa03f07] {
  grid-column: span 10;
}
.grid-item-11[data-v-faa03f07] {
  grid-column: span 11;
}
.grid-item-12[data-v-faa03f07] {
  grid-column: span 12;
}
.grid-cart[data-v-faa03f07] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-faa03f07] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-faa03f07] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-faa03f07] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-faa03f07] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-faa03f07] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-faa03f07] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-faa03f07] {
  gap: 10px;
}
.gap20[data-v-faa03f07] {
  gap: 20px;
}
.grid-box[data-v-faa03f07] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-faa03f07] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-faa03f07] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-faa03f07],
.grid-3 div[data-v-faa03f07],
.grid-4 div[data-v-faa03f07] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-faa03f07] {
  background: #fff;
}
.grid-item-odd[data-v-faa03f07]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-faa03f07] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-faa03f07] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-faa03f07] {
  max-width: 350px;
}
.margin0[data-v-faa03f07] {
  margin: 0 !important;
}
.margin0-5[data-v-faa03f07] {
  margin: 0 5px;
}
.margin10-0[data-v-faa03f07] {
  margin: 10px 0;
}
.margin10-5[data-v-faa03f07] {
  margin: 10px 5px;
}
.margin0-10[data-v-faa03f07] {
  margin: 0 10px;
}
.margin0-15[data-v-faa03f07] {
  margin: 0 15px;
}
.margin15-0[data-v-faa03f07] {
  margin: 15px 0px;
}
.margin20-0[data-v-faa03f07] {
  margin: 20px 0;
}
.margin20-10[data-v-faa03f07] {
  margin: 20px 10px;
}
.margin30-0[data-v-faa03f07] {
  margin: 30px 0;
}
.margin40-0[data-v-faa03f07] {
  margin: 40px 0;
}
.margin20-40[data-v-faa03f07] {
  margin: 20px 40px;
}
.margin0-20[data-v-faa03f07] {
  margin: 0 20px;
}
.margin5[data-v-faa03f07] {
  margin: 5px;
}
.margin5-0[data-v-faa03f07] {
  margin: 5px 0;
}
.margin10[data-v-faa03f07] {
  margin: 10px;
}
.margin10-20[data-v-faa03f07] {
  margin: 10px 20px;
}
.margin15[data-v-faa03f07] {
  margin: 15px;
}
.margin20[data-v-faa03f07] {
  margin: 20px;
}
.margin30[data-v-faa03f07] {
  margin: 30px;
}
.margin50[data-v-faa03f07] {
  margin: 50px;
}
.margin-right-auto[data-v-faa03f07] {
  margin-right: auto;
}
.margin-left-auto[data-v-faa03f07] {
  margin-left: auto;
}
.ml-h[data-v-faa03f07] {
  margin-left: auto;
}
.mr-h[data-v-faa03f07] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-faa03f07] {
  margin-bottom: 5px;
}
.margin-top5[data-v-faa03f07] {
  margin-top: 5px !important;
}
.margin-top10[data-v-faa03f07] {
  margin-top: 10px !important;
}
.margin-top15[data-v-faa03f07] {
  margin-top: 15px !important;
}
.margin-top20[data-v-faa03f07] {
  margin-top: 20px !important;
}
.margin-top30[data-v-faa03f07] {
  margin-top: 30px !important;
}
.margin-top35[data-v-faa03f07] {
  margin-top: 35px !important;
}
.margin-top40[data-v-faa03f07] {
  margin-top: 40px !important;
}
.margin-top50[data-v-faa03f07] {
  margin-top: 50px !important;
}
.margin-top60[data-v-faa03f07] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-faa03f07] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-faa03f07] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-faa03f07] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-faa03f07] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-faa03f07] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-faa03f07] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-faa03f07] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-faa03f07] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-faa03f07] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-faa03f07] {
  margin-left: 5px !important;
}
.margin-left10[data-v-faa03f07] {
  margin-left: 10px !important;
}
.margin-left15[data-v-faa03f07] {
  margin-left: 15px !important;
}
.margin-left20[data-v-faa03f07] {
  margin-left: 20px !important;
}
.margin-left30[data-v-faa03f07] {
  margin-left: 30px !important;
}
.margin-left35[data-v-faa03f07] {
  margin-left: 35px !important;
}
.margin-left40[data-v-faa03f07] {
  margin-left: 40px !important;
}
.margin-left50[data-v-faa03f07] {
  margin-left: 50px !important;
}
.margin-left60[data-v-faa03f07] {
  margin-left: 60px !important;
}
.margin-right5[data-v-faa03f07] {
  margin-right: 5px !important;
}
.margin-right10[data-v-faa03f07] {
  margin-right: 10px !important;
}
.margin-right15[data-v-faa03f07] {
  margin-right: 15px !important;
}
.margin-right20[data-v-faa03f07] {
  margin-right: 20px !important;
}
.margin-right30[data-v-faa03f07] {
  margin-right: 30px !important;
}
.margin-right35[data-v-faa03f07] {
  margin-right: 35px !important;
}
.margin-right40[data-v-faa03f07] {
  margin-right: 40px !important;
}
.margin-right50[data-v-faa03f07] {
  margin-right: 50px !important;
}
.margin-right60[data-v-faa03f07] {
  margin-right: 60px !important;
}
.my-5[data-v-faa03f07] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-faa03f07] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-faa03f07] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-faa03f07] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-faa03f07] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-faa03f07] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-faa03f07] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-faa03f07] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-faa03f07] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-faa03f07] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-faa03f07] {
  padding: 0 !important;
}
.padding5[data-v-faa03f07] {
  padding: 5px;
}
.padding10[data-v-faa03f07] {
  padding: 10px;
}
.padding15[data-v-faa03f07] {
  padding: 15px;
}
.padding20[data-v-faa03f07] {
  padding: 20px;
}
.padding30[data-v-faa03f07] {
  padding: 30px;
}
.padding40[data-v-faa03f07] {
  padding: 40px;
}
.padding40-0[data-v-faa03f07] {
  padding: 40px 0;
}
.padding-left5[data-v-faa03f07] {
  padding-left: 5px;
}
.padding-left10[data-v-faa03f07] {
  padding-left: 10px;
}
.padding-left15[data-v-faa03f07] {
  padding-left: 15px;
}
.padding-left20[data-v-faa03f07] {
  padding-left: 20px;
}
.padding-right5[data-v-faa03f07] {
  padding-right: 5px;
}
.padding-right10[data-v-faa03f07] {
  padding-right: 10px;
}
.padding-right15[data-v-faa03f07] {
  padding-right: 15px;
}
.padding-right20[data-v-faa03f07] {
  padding-right: 20px;
}
.padding-right30[data-v-faa03f07] {
  padding-right: 30px;
}
.padding-right40[data-v-faa03f07] {
  padding-right: 40px;
}
.padding-top0[data-v-faa03f07] {
  padding-top: 0px;
}
.padding-top5[data-v-faa03f07] {
  padding-top: 5px;
}
.padding-top10[data-v-faa03f07] {
  padding-top: 10px;
}
.padding-top15[data-v-faa03f07] {
  padding-top: 15px;
}
.padding-top20[data-v-faa03f07] {
  padding-top: 20px;
}
.padding-top30[data-v-faa03f07] {
  padding-top: 30px;
}
.padding-top50[data-v-faa03f07] {
  padding-top: 50px;
}
.padding-top60[data-v-faa03f07] {
  padding-top: 60px;
}
.padding-top70[data-v-faa03f07] {
  padding-top: 70px;
}
.padding-top90[data-v-faa03f07] {
  padding-top: 90px;
}
.padding-top100[data-v-faa03f07] {
  padding-top: 100px;
}
.padding-top120[data-v-faa03f07] {
  padding-top: 120px;
}
.padding-top180[data-v-faa03f07] {
  padding-top: 180px;
}
.padding-bottom0[data-v-faa03f07] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-faa03f07] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-faa03f07] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-faa03f07] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-faa03f07] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-faa03f07] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-faa03f07] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-faa03f07] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-faa03f07] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-faa03f07] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-faa03f07] {
  padding-bottom: 240px;
}
.padding10-0[data-v-faa03f07] {
  padding: 10px 0;
}
.padding10-5[data-v-faa03f07] {
  padding: 10px 5px;
}
.padding0-5[data-v-faa03f07] {
  padding: 0 5px;
}
.padding0-10[data-v-faa03f07] {
  padding: 0 10px;
}
.padding0-15[data-v-faa03f07] {
  padding: 0 15px;
}
.padding20-0[data-v-faa03f07] {
  padding: 20px 0;
}
.padding20-10[data-v-faa03f07] {
  padding: 20px 10px;
}
.padding15-20[data-v-faa03f07] {
  padding: 15px 20px;
}
.padding15-0[data-v-faa03f07] {
  padding: 15px 0px;
}
.padding20-5[data-v-faa03f07] {
  padding: 20px 5px;
}
.padding0-20[data-v-faa03f07] {
  padding: 0 20px;
}
.padding5-20[data-v-faa03f07] {
  padding: 5px 20px;
}
.padding5-15[data-v-faa03f07] {
  padding: 5px 15px;
}
.padding5-10[data-v-faa03f07] {
  padding: 5px 10px;
}
.padding15-10[data-v-faa03f07] {
  padding: 15px 10px;
}
.padding1em[data-v-faa03f07] {
  padding: 1em;
}
.padding10-20[data-v-faa03f07] {
  padding: 10px 20px;
}
.padding5-0[data-v-faa03f07] {
  padding: 5px 0;
}
.padding30-10[data-v-faa03f07] {
  padding: 30px 10px;
}
.px-5[data-v-faa03f07] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-faa03f07] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-faa03f07] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-faa03f07] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-faa03f07] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-faa03f07] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-faa03f07] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-faa03f07] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-faa03f07] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-faa03f07] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-faa03f07] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-faa03f07] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-faa03f07] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-faa03f07] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-faa03f07] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-faa03f07] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-faa03f07] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-faa03f07] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-faa03f07] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-faa03f07] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-faa03f07] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-faa03f07] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-faa03f07] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-faa03f07] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-faa03f07] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-faa03f07] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-faa03f07] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-faa03f07] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-faa03f07]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-faa03f07] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-faa03f07]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-faa03f07] {
  border: 0 !important;
}
.borderRed[data-v-faa03f07] {
  border-color: #f00 !important;
}
.border-aside[data-v-faa03f07] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-faa03f07] {
  border: none;
}
.borderLightgray[data-v-faa03f07] {
  border: 1px solid lightgray;
}
.borderGray[data-v-faa03f07] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-faa03f07] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-faa03f07] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-faa03f07] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-faa03f07] {
  border: 1px solid #fff;
}
.border2green[data-v-faa03f07] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-faa03f07] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-faa03f07] {
  border: 2px solid #fff;
}
.border2gold[data-v-faa03f07] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-faa03f07] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-faa03f07] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-faa03f07] {
  border-color: #d42717 !important;
}
.border1green[data-v-faa03f07] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-faa03f07] {
  border-color: #f00 !important;
}
.border-fixed[data-v-faa03f07] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-faa03f07] {
  border-radius: 40px;
}
.radius30[data-v-faa03f07] {
  border-radius: 30px;
}
.radius20[data-v-faa03f07] {
  border-radius: 20px;
}
.radius15[data-v-faa03f07] {
  border-radius: 15px;
}
.radius8[data-v-faa03f07] {
  border-radius: 8px;
}
.radius3[data-v-faa03f07] {
  border-radius: 3px !important;
}
.rounded[data-v-faa03f07] {
  border-radius: 50%;
}
.rounded5[data-v-faa03f07] {
  border-radius: 5px;
}
.round10[data-v-faa03f07] {
  border-radius: 10px;
}
.box-border[data-v-faa03f07] {
  box-sizing: border-box;
}
.text-center[data-v-faa03f07] {
  text-align: center;
}
.text-right[data-v-faa03f07] {
  text-align: right;
}
.text-left[data-v-faa03f07] {
  text-align: left;
}
.text-lowercase[data-v-faa03f07] {
  text-transform: lowercase;
}
.text-uppercase[data-v-faa03f07] {
  text-transform: uppercase;
}
.text-capitalize[data-v-faa03f07] {
  text-transform: capitalize !important;
}
.text-none[data-v-faa03f07] {
  text-transform: none;
}
.text-ellipsis[data-v-faa03f07] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-faa03f07] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-faa03f07]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-faa03f07] {
  text-decoration: underline;
}
.text-underline[data-v-faa03f07]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-faa03f07] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-faa03f07] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-faa03f07] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-faa03f07] {
  word-break: break-all;
}
.font-bold[data-v-faa03f07] {
  font-weight: bold;
}
.price-through[data-v-faa03f07] {
  text-decoration: line-through;
}
.font-italic[data-v-faa03f07] {
  font-style: italic;
}
.font095em[data-v-faa03f07] {
  font-size: 0.95em;
}
.font1em[data-v-faa03f07] {
  font-size: 1em !important;
}
.font2em[data-v-faa03f07] {
  font-size: 2em;
}
.font2-2em[data-v-faa03f07] {
  font-size: 2.2em;
}
.font3em[data-v-faa03f07] {
  font-size: 3em;
}
.font4em[data-v-faa03f07] {
  font-size: 4em;
}
.font1-5em[data-v-faa03f07] {
  font-size: 1.5em;
}
.font1-7em[data-v-faa03f07] {
  font-size: 1.7em;
}
.font1-3em[data-v-faa03f07] {
  font-size: 1.3em;
}
.font1-4em[data-v-faa03f07] {
  font-size: 1.4em;
}
.font-9em[data-v-faa03f07] {
  font-size: 0.9em;
}
.font10[data-v-faa03f07] {
  font-size: 10px;
}
.font11[data-v-faa03f07] {
  font-size: 11px;
}
.font12[data-v-faa03f07] {
  font-size: 12px;
}
.font13[data-v-faa03f07] {
  font-size: 13px;
}
.font14[data-v-faa03f07] {
  font-size: 14px;
}
.font15[data-v-faa03f07] {
  font-size: 15px;
}
.font16[data-v-faa03f07] {
  font-size: 16px;
}
.font17[data-v-faa03f07] {
  font-size: 17px;
}
.font18[data-v-faa03f07] {
  font-size: 18px;
}
.font19[data-v-faa03f07] {
  font-size: 19px;
}
.font20[data-v-faa03f07] {
  font-size: 20px;
}
.font21[data-v-faa03f07] {
  font-size: 21px;
}
.font22[data-v-faa03f07] {
  font-size: 22px;
}
.font23[data-v-faa03f07] {
  font-size: 23px;
}
.font24[data-v-faa03f07] {
  font-size: 24px;
}
.font25[data-v-faa03f07] {
  font-size: 25px;
}
.font26[data-v-faa03f07] {
  font-size: 26px;
}
.font27[data-v-faa03f07] {
  font-size: 27px;
}
.font28[data-v-faa03f07] {
  font-size: 28px;
}
.font29[data-v-faa03f07] {
  font-size: 29px;
}
.font30[data-v-faa03f07] {
  font-size: 30px;
}
.font31[data-v-faa03f07] {
  font-size: 31px;
}
.font32[data-v-faa03f07] {
  font-size: 32px;
}
.font33[data-v-faa03f07] {
  font-size: 33px;
}
.font34[data-v-faa03f07] {
  font-size: 34px;
}
.font35[data-v-faa03f07] {
  font-size: 35px;
}
.font36[data-v-faa03f07] {
  font-size: 36px;
}
.font37[data-v-faa03f07] {
  font-size: 37px;
}
.font38[data-v-faa03f07] {
  font-size: 38px;
}
.font39[data-v-faa03f07] {
  font-size: 39px;
}
.font40[data-v-faa03f07] {
  font-size: 40px;
}
.font-normal[data-v-faa03f07] {
  font-weight: normal;
}
.color-white[data-v-faa03f07] {
  color: #fff;
}
.color-transparent[data-v-faa03f07] {
  color: transparent !important;
}
.color-black[data-v-faa03f07] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-faa03f07] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-faa03f07] {
  color: fuchia;
}
.color-gray[data-v-faa03f07] {
  color: #a5afb9;
}
.color-hardgray[data-v-faa03f07] {
  color: #4d5263;
}
.color-hannah[data-v-faa03f07] {
  color: #EA184D;
}
.color-lightgray[data-v-faa03f07] {
  color: #d3d3d3;
}
.color-darkblue[data-v-faa03f07] {
  color: #2c3e50;
}
.color-darkgray[data-v-faa03f07] {
  color: #757575;
}
.color-lightred[data-v-faa03f07] {
  color: #e74c3c;
}
.color-red[data-v-faa03f07] {
  color: #e74c3c;
}
.color-blue[data-v-faa03f07] {
  color: #2980b9;
}
.color-yellow[data-v-faa03f07] {
  color: #f49d1e;
}
.color-orange[data-v-faa03f07] {
  color: #ffa500;
}
.color-green[data-v-faa03f07] {
  color: #2AA186;
}
.color-gplus[data-v-faa03f07] {
  color: #d42717;
}
.back-bluelight[data-v-faa03f07] {
  background: #EBF0FF !important;
}
.back-blue[data-v-faa03f07] {
  background: #2980b9 !important;
}
.back-hannah[data-v-faa03f07] {
  background: #EA184D !important;
}
.back-purple[data-v-faa03f07] {
  background: #8e44ad;
}
.back-green[data-v-faa03f07] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-faa03f07] {
  background: #2AA186;
}
.back-yellow[data-v-faa03f07] {
  background: #f49d1e !important;
}
.back-gold[data-v-faa03f07] {
  background: #f49d1e !important;
}
.back-red[data-v-faa03f07] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-faa03f07] {
  background: #e74c3c;
}
.back-lightred[data-v-faa03f07] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-faa03f07] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-faa03f07] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-faa03f07] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-faa03f07] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-faa03f07] {
  background: #f49d1e !important;
}
.back-gplus[data-v-faa03f07] {
  background: #d42717;
}
.back-darkblue[data-v-faa03f07] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-faa03f07] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-faa03f07] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-faa03f07] {
  background: #3e3d40;
}
.back-midgray[data-v-faa03f07] {
  background: #ececec;
}
.back-gray[data-v-faa03f07] {
  background: #a5afb9;
}
.back-black[data-v-faa03f07] {
  background: #121212;
}
.back-transparent[data-v-faa03f07] {
  background: transparent;
}
.back-white[data-v-faa03f07] {
  background: #fff !important;
}
.back-white-simple[data-v-faa03f07] {
  background-color: #fff;
}
.back-lightgray[data-v-faa03f07] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-faa03f07] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-faa03f07] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-faa03f07] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-faa03f07] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-faa03f07] {
  background: #D6DFE4;
}
.bg-aside[data-v-faa03f07] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-faa03f07] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-faa03f07] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-faa03f07] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-faa03f07] {
  background: #fff;
}
.back-item-odd-white[data-v-faa03f07]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-faa03f07] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-faa03f07] {
  position: relative;
}
.absolute[data-v-faa03f07] {
  position: absolute;
}
.fixed[data-v-faa03f07] {
  position: fixed;
}
.fixed-bottom[data-v-faa03f07] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-faa03f07] {
  position: sticky;
}
.sticky.active[data-v-faa03f07] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-faa03f07] {
  bottom: 0;
}
.right0[data-v-faa03f07] {
  right: 0 !important;
}
.left0[data-v-faa03f07] {
  left: 0 !important;
}
.leftPositionControl[data-v-faa03f07] {
  left: -10px;
}
.width100-50[data-v-faa03f07] {
  width: 100%;
}
.width100-40[data-v-faa03f07] {
  width: 100%;
}
.min-width100[data-v-faa03f07] {
  min-width: 100%;
}
.min-width90[data-v-faa03f07] {
  min-width: 90%;
}
.min-width80[data-v-faa03f07] {
  min-width: 80% !important;
}
.min-width70[data-v-faa03f07] {
  min-width: 70%;
}
.min-width60[data-v-faa03f07] {
  min-width: 60%;
}
.min-width50[data-v-faa03f07] {
  max-width: 50%;
}
.min-width45[data-v-faa03f07] {
  min-width: 45%;
}
.min-width40[data-v-faa03f07] {
  min-width: 40%;
}
.min-width30[data-v-faa03f07] {
  min-width: 30%;
}
.min-width20[data-v-faa03f07] {
  min-width: 20%;
}
.min-width25[data-v-faa03f07] {
  min-width: 25%;
}
.min-width10[data-v-faa03f07] {
  min-width: 10%;
}
.width100[data-v-faa03f07] {
  width: 100%;
}
.width90[data-v-faa03f07] {
  width: 90%;
}
.width80[data-v-faa03f07] {
  width: 80% !important;
}
.width70[data-v-faa03f07] {
  width: 70%;
}
.width60[data-v-faa03f07] {
  width: 60%;
}
.width50[data-v-faa03f07] {
  width: 50%;
}
.width45[data-v-faa03f07] {
  width: 45%;
}
.width40[data-v-faa03f07] {
  width: 40%;
}
.width30[data-v-faa03f07] {
  width: 30%;
}
.width20[data-v-faa03f07] {
  width: 20%;
}
.width25[data-v-faa03f07] {
  width: 25%;
}
.width10[data-v-faa03f07] {
  width: 10%;
}
.width-min[data-v-faa03f07] {
  width: min-content;
}
.max-width800[data-v-faa03f07] {
  max-width: 800px;
}
.widthCenter[data-v-faa03f07] {
  width: 80%;
}
.max-width600[data-v-faa03f07] {
  max-width: 600px;
}
.max-width300[data-v-faa03f07] {
  max-width: 300px;
}
.widthHalf[data-v-faa03f07] {
  width: 50%;
}
.width-sellProductImg-control[data-v-faa03f07] {
  width: 150px;
}
.top-control-sellProduct[data-v-faa03f07] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-faa03f07] {
  width: 100%;
}
.width-cuotas-control-item[data-v-faa03f07] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-faa03f07] {
  width: 163px;
}
.width-control-btn-inline[data-v-faa03f07] {
  width: 195px;
}
.width-controll-buys-item[data-v-faa03f07] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-faa03f07] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-faa03f07] {
  width: 180px;
}
.width-pasarela-img-control[data-v-faa03f07] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-faa03f07] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-faa03f07] {
  width: 95%;
}
.width-pasarela[data-v-faa03f07] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-faa03f07]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-faa03f07]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-faa03f07]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-faa03f07]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-faa03f07] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-faa03f07] {
  max-height: 100%;
}
.height220[data-v-faa03f07] {
  height: 220px;
}
.height100vh[data-v-faa03f07] {
  height: 100vh !important;
}
.heightFilters[data-v-faa03f07] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-faa03f07] {
  height: 100%;
}
.height-aside[data-v-faa03f07] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-faa03f07] {
  height: 0px;
}
.heightBox[data-v-faa03f07] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-faa03f07] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-faa03f07] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-faa03f07] {
  justify-content: center;
}
.pointer[data-v-faa03f07] {
  cursor: pointer !important;
}
.cursor-move[data-v-faa03f07] {
  cursor: move !important;
}
.cursor-not[data-v-faa03f07] {
  cursor: not-allowed !important;
}
.events-none[data-v-faa03f07] {
  pointer-events: none;
}
.shadow[data-v-faa03f07] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-faa03f07] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-faa03f07] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-faa03f07] {
  transition: 0.3s;
}
.hoverShadow[data-v-faa03f07]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-faa03f07] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-faa03f07] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-faa03f07] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-faa03f07] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-faa03f07] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-faa03f07] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-faa03f07] {
  width: 40px;
  height: 40px;
}
.square35[data-v-faa03f07] {
  width: 35px;
  height: 35px;
}
.square30[data-v-faa03f07] {
  width: 30px;
  height: 30px;
}
.square25[data-v-faa03f07] {
  width: 25px;
  height: 25px;
}
.square12[data-v-faa03f07] {
  width: 12px;
  height: 12px;
}
.square15[data-v-faa03f07] {
  width: 15px;
  height: 15px;
}
.square17[data-v-faa03f07] {
  width: 17px;
  height: 17px;
}
.square18[data-v-faa03f07] {
  width: 18px;
  height: 18px;
}
.square20[data-v-faa03f07] {
  width: 20px;
  height: 20px;
}
.square50[data-v-faa03f07] {
  width: 50px;
  height: 50px;
}
.square70[data-v-faa03f07] {
  width: 70px;
  height: 70px;
}
.square55[data-v-faa03f07] {
  width: 55px;
  height: 55px;
}
.square100[data-v-faa03f07] {
  width: 100px;
  height: 100px;
}
.square10[data-v-faa03f07] {
  width: 10px;
  height: 10px;
}
.square200[data-v-faa03f07] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-faa03f07] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-faa03f07] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-faa03f07] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-faa03f07] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-faa03f07] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-faa03f07] {
  overflow-y: hidden;
}
.remove-scroll[data-v-faa03f07] {
  overflow-y: hidden;
}
.active-scroll[data-v-faa03f07] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-faa03f07] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-faa03f07] {
  overflow: hidden !important;
}
.overflow-auto[data-v-faa03f07] {
  overflow: auto !important;
}
.hidden[data-v-faa03f07] {
  visibility: hidden;
}
.offscreen[data-v-faa03f07] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-faa03f07] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-faa03f07] {
  opacity: 0;
}
.opacity30[data-v-faa03f07] {
  opacity: 0.3;
}
.opacity50[data-v-faa03f07] {
  opacity: 0.5;
}
.opacity70[data-v-faa03f07] {
  opacity: 0.7;
}
.opacity80[data-v-faa03f07] {
  opacity: 0.8;
}
.transition30[data-v-faa03f07] {
  transition: 0.3s;
}
.cleared[data-v-faa03f07] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-faa03f07] {
  transition: 0.1s;
}
.hover-green[data-v-faa03f07]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-faa03f07] {
  animation: aside-faa03f07 0.5s reverse;
}
.aside-leave-active[data-v-faa03f07] {
  animation: aside-faa03f07 0.5s;
}
.asideContent-enter-active[data-v-faa03f07] {
  animation: asideContent-faa03f07 0.3s reverse;
}
.asideContent-leave-active[data-v-faa03f07] {
  animation: asideContent-faa03f07 0.3s;
}
@keyframes aside-faa03f07 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-faa03f07 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-faa03f07 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-faa03f07] {
  animation: spin-faa03f07 2s infinite;
}
@keyframes spin-faa03f07 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-faa03f07] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-faa03f07] {
  padding: 3px;
}
.carousel__pagination-button[data-v-faa03f07] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-faa03f07] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-faa03f07]::after {
  display: none !important;
}
.pagination[data-v-faa03f07] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-faa03f07] {
  display: inline;
}
.pagination > li > a[data-v-faa03f07], .pagination > li > span[data-v-faa03f07] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-faa03f07], .pagination > li:first-child > span[data-v-faa03f07] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-faa03f07], .pagination > li:last-child > span[data-v-faa03f07] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-faa03f07]:hover, .pagination > li > span[data-v-faa03f07]:hover, .pagination > li > a[data-v-faa03f07]:focus, .pagination > li > span[data-v-faa03f07]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-faa03f07], .pagination > .active > span[data-v-faa03f07], .pagination > .active > a[data-v-faa03f07]:hover, .pagination > .active > span[data-v-faa03f07]:hover, .pagination > .active > a[data-v-faa03f07]:focus, .pagination > .active > span[data-v-faa03f07]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-faa03f07] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-faa03f07]:hover, .pagination > .disabled > span[data-v-faa03f07]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-faa03f07] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-faa03f07]:hover, .pagination > .disabled > a[data-v-faa03f07]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-faa03f07], .pagination-lg > li > span[data-v-faa03f07] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-faa03f07], .pagination-lg > li:first-child > span[data-v-faa03f07] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-faa03f07], .pagination-lg > li:last-child > span[data-v-faa03f07] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-faa03f07], .pagination-sm > li > span[data-v-faa03f07] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-faa03f07], .pagination-sm > li:first-child > span[data-v-faa03f07] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-faa03f07], .pagination-sm > li:last-child > span[data-v-faa03f07] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-faa03f07] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-faa03f07] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-faa03f07] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-faa03f07] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-faa03f07] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-faa03f07] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-faa03f07] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-faa03f07]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-faa03f07] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-faa03f07]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-faa03f07] {
  overflow: unset !important;
}
.btn-shadow[data-v-faa03f07] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-faa03f07] {
  margin-left: 0px;
}
.reset-button[data-v-faa03f07] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-faa03f07] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-faa03f07]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-faa03f07] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-faa03f07] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-faa03f07],
.btn-finalize[data-v-faa03f07] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-faa03f07] {
  right: 7px;
}
.btn-finalize[data-v-faa03f07] {
  left: 7px;
}
.tab-counter[data-v-faa03f07] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-faa03f07] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-faa03f07] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-faa03f07] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-faa03f07] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-faa03f07] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-faa03f07] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-faa03f07] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-faa03f07] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-faa03f07] {
  transition: 0.5s;
}
.tab[data-v-faa03f07]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-faa03f07] {
  color: #2980b9;
}
.tab.active[data-v-faa03f07]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-faa03f07] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-faa03f07] {
  width: 220px;
}
.badge-display[data-v-faa03f07], .badge-display2[data-v-faa03f07] {
  min-width: 224px;
}
.my-badge[data-v-faa03f07] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-faa03f07] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-faa03f07] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-faa03f07] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-faa03f07] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-faa03f07] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-faa03f07] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-faa03f07] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-faa03f07] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-faa03f07] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-faa03f07] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-faa03f07] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-faa03f07] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-faa03f07] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-faa03f07] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-faa03f07] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-faa03f07] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-faa03f07] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-faa03f07] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-faa03f07] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-faa03f07] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-faa03f07] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-faa03f07] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-faa03f07] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-faa03f07] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-faa03f07] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-faa03f07] {
  flex-wrap: wrap;
}
.vueperslide[data-v-faa03f07] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-faa03f07] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-faa03f07] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-faa03f07] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-faa03f07] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-faa03f07] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-faa03f07] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-faa03f07] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-faa03f07] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-faa03f07] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-faa03f07] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-faa03f07] {
  width: 100%;
}
.img-product-detail[data-v-faa03f07] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-faa03f07] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-faa03f07] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-faa03f07] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-faa03f07] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-faa03f07] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-faa03f07] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-faa03f07] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-faa03f07] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-faa03f07] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-faa03f07] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-faa03f07] {
  text-align: center;
}
.modal-enter[data-v-faa03f07], .modal-leave-active[data-v-faa03f07] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-faa03f07], .modal-leave-active .modal-container[data-v-faa03f07] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-faa03f07] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-faa03f07] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-faa03f07] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-faa03f07] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-faa03f07] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-faa03f07]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-faa03f07] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-faa03f07] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-faa03f07] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-faa03f07]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-faa03f07] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-faa03f07] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-faa03f07] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-faa03f07]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-faa03f07] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-faa03f07] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-faa03f07] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-faa03f07]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-faa03f07] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-faa03f07] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-faa03f07] {
  display: none;
}
.vdp-datepicker input[data-v-faa03f07] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-faa03f07]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-faa03f07] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-faa03f07] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-faa03f07 ease-in-out infinite;
}
.vue-treeselect__control[data-v-faa03f07] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-faa03f07] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-faa03f07] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-faa03f07] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-faa03f07] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-faa03f07] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-faa03f07] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-faa03f07] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-faa03f07 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-faa03f07 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-faa03f07 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-faa03f07 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-faa03f07 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-faa03f07 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-faa03f07],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-faa03f07] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-faa03f07] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-faa03f07] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-faa03f07],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-faa03f07] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-faa03f07] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-faa03f07] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-faa03f07] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-faa03f07],
.vue-treeselect span[data-v-faa03f07] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-faa03f07] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-faa03f07] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-faa03f07]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-faa03f07] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-faa03f07] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-faa03f07],
.vue-treeselect__control[data-v-faa03f07]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-faa03f07] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-faa03f07] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-faa03f07],
.vue-treeselect__multi-value[data-v-faa03f07] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-faa03f07] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-faa03f07] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-faa03f07] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-faa03f07] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-faa03f07],
.vue-treeselect__single-value[data-v-faa03f07] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-faa03f07] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-faa03f07] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-faa03f07] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-faa03f07] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-faa03f07] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-faa03f07]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-faa03f07] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-faa03f07] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-faa03f07],
.vue-treeselect__multi-value-label[data-v-faa03f07] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-faa03f07] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-faa03f07] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-faa03f07],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-faa03f07] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-faa03f07] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-faa03f07] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-faa03f07] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-faa03f07] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-faa03f07] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-faa03f07] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-faa03f07] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-faa03f07] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-faa03f07] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-faa03f07] {
  display: none;
}
.vue-treeselect__input[data-v-faa03f07],
.vue-treeselect__sizer[data-v-faa03f07] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-faa03f07] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-faa03f07]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-faa03f07] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-faa03f07] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-faa03f07] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-faa03f07] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-faa03f07 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-faa03f07 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-faa03f07]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-faa03f07] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-faa03f07] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-faa03f07] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-faa03f07] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-faa03f07] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-faa03f07] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-faa03f07] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-faa03f07] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-faa03f07] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-faa03f07] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-faa03f07] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-faa03f07] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-faa03f07] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-faa03f07]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-faa03f07] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-faa03f07],
.vue-treeselect__option-arrow-placeholder[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-faa03f07] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-faa03f07] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-faa03f07],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-faa03f07] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-faa03f07] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-faa03f07] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-faa03f07] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-faa03f07] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-faa03f07] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-faa03f07],
.vue-treeselect__minus-mark[data-v-faa03f07] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-faa03f07] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-faa03f07] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-faa03f07] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-faa03f07] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-faa03f07] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-faa03f07] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-faa03f07] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-faa03f07] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-faa03f07] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-faa03f07] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-faa03f07] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-faa03f07] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-faa03f07] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-faa03f07] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-faa03f07] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-faa03f07] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-faa03f07] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-faa03f07] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-faa03f07] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-faa03f07] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-faa03f07] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-faa03f07] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-faa03f07]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-faa03f07] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-faa03f07]::before,
.vue-treeselect__icon-error[data-v-faa03f07]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-faa03f07]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-faa03f07]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-faa03f07] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-faa03f07 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-faa03f07 linear infinite;
}
.vue-treeselect__icon-loader[data-v-faa03f07]::before,
.vue-treeselect__icon-loader[data-v-faa03f07]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-faa03f07 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-faa03f07 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-faa03f07]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-faa03f07]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-faa03f07],
.vac-loader-wrapper[data-v-faa03f07] {
  display: none !important;
}
.vac-room-name[data-v-faa03f07] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-faa03f07] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-faa03f07] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-faa03f07] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-faa03f07] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-faa03f07] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-faa03f07] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-faa03f07] {
  min-height: 24px !important;
}
.tagWarn[data-v-faa03f07] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-faa03f07]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-faa03f07] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-faa03f07]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-faa03f07]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-faa03f07] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-faa03f07] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-faa03f07] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-faa03f07] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-faa03f07]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-faa03f07] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-faa03f07]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-faa03f07] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-faa03f07] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-faa03f07] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-faa03f07]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-faa03f07] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-faa03f07]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-faa03f07] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-faa03f07]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-faa03f07]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-faa03f07] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-faa03f07] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-faa03f07] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-faa03f07]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-faa03f07] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-faa03f07] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-faa03f07] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-faa03f07]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-faa03f07] {
  font-size: 1.15em;
}
.my-select[data-v-faa03f07] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-faa03f07] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-faa03f07] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-faa03f07] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-faa03f07] {
  width: 160px;
}
.my-select[data-v-faa03f07] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-faa03f07] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-faa03f07] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-faa03f07] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-faa03f07] {
  width: 160px;
}
.input-cupon[data-v-faa03f07] {
  display: flex;
}
.input-cupon > div > span[data-v-faa03f07] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-faa03f07] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-faa03f07] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-faa03f07]:not(:checked),
input[type=checkbox].check[data-v-faa03f07]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-faa03f07],
input[type=checkbox].check:checked + label[data-v-faa03f07] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-faa03f07]:before,
input[type=checkbox].check:checked + label[data-v-faa03f07]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-faa03f07]:after,
input[type=checkbox].check:checked + label[data-v-faa03f07]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-faa03f07]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-faa03f07]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-faa03f07]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-faa03f07]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-faa03f07]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-faa03f07] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-faa03f07]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-faa03f07]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-faa03f07] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-faa03f07] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-faa03f07] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-faa03f07] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-faa03f07] {
  opacity: 1;
}
.multiselect__tag[data-v-faa03f07] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-faa03f07] {
  background: #2AA186 !important;
}
.multiselect[data-v-faa03f07] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-faa03f07]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-faa03f07] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-faa03f07] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-faa03f07]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-faa03f07]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-faa03f07]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-faa03f07]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-faa03f07] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-faa03f07] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-faa03f07] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-faa03f07] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-faa03f07] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-faa03f07] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-faa03f07]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-faa03f07]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-faa03f07]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-faa03f07] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-faa03f07] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-faa03f07] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-faa03f07] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-faa03f07]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-faa03f07] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-faa03f07] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-faa03f07] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-faa03f07] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-faa03f07] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-faa03f07] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-faa03f07]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-faa03f07] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-faa03f07] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-faa03f07], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-faa03f07] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-faa03f07] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-faa03f07] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-faa03f07], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-faa03f07] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-faa03f07], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-faa03f07] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-faa03f07]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-faa03f07]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-faa03f07] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-faa03f07] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-faa03f07] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-faa03f07] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-faa03f07] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-faa03f07] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-faa03f07] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-faa03f07] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-faa03f07] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-faa03f07] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-faa03f07] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-faa03f07] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-faa03f07] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-faa03f07] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-faa03f07] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-faa03f07]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-faa03f07] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-faa03f07] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-faa03f07] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-faa03f07] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-faa03f07] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-faa03f07] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-faa03f07] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-faa03f07] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-faa03f07], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-faa03f07] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-faa03f07] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-faa03f07] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-faa03f07] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-faa03f07] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-faa03f07] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-faa03f07] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-faa03f07] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-faa03f07], .v3-emoji-picker .v3-header[data-v-faa03f07] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-faa03f07] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-faa03f07] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-faa03f07] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-faa03f07]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-faa03f07], .v3-emoji-picker .v3-skin-tones[data-v-faa03f07] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-faa03f07]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-faa03f07] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-faa03f07] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-faa03f07] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-faa03f07], body[data-v-faa03f07] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-faa03f07], body.home[data-v-faa03f07] {
  background-color: #fff;
}
[data-v-faa03f07]:focus {
  outline: none !important;
}
a[data-v-faa03f07] {
  text-decoration: none;
}
a[data-v-faa03f07]:hover,
a[data-v-faa03f07]:focus {
  text-decoration: none;
}
img[data-v-faa03f07] {
  border: 0;
}
textarea[data-v-faa03f07] {
  resize: none;
}
h1[data-v-faa03f07],
h2[data-v-faa03f07],
h3[data-v-faa03f07],
h4[data-v-faa03f07],
h5[data-v-faa03f07],
h6[data-v-faa03f07] {
  font-weight: bold;
}
.white-skeleton[data-v-faa03f07] {
  background: linear-gradient(100deg, rgba(204, 204, 204, 0.1) 40%, rgba(204, 204, 204, 0.5) 50%, rgba(204, 204, 204, 0.1) 60%) #ffffff;
  /* Color de fondo */
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-faa03f07 ease-in-out infinite;
}
.pagination[data-v-c5ca9dc2] {
  border-radius: 2px;
  background: transparent;
  position: relative;
}
.pagination-item[data-v-c5ca9dc2] {
  padding: 6px 14px;
  display: inline-block;
  border-right: 1px solid #555;
  font-weight: bold;
  color: #28394a;
  font-size: 1em;
}
.pagination-item[data-v-c5ca9dc2]:last-child {
  border-right: 0px solid #d8d8d8;
  border-left: 0px solid #555;
  margin-right: 4px;
}
.pagination-item[data-v-c5ca9dc2]:first-child {
  border-right: 0px solid #d8d8d8;
  border-left: 0px solid #555;
  margin: 0;
}
.active[data-v-c5ca9dc2] {
  background: #28394a;
  color: #fff !important;
  transform: scale(1.01);
}
.pagination-item.disabled[data-v-c5ca9dc2] {
  background: transparent !important;
  color: #28394a !important;
  border-color: transparent !important;
  border-right: 1px solid #555 !important;
}

[data-v-5ba9606d]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-5ba9606d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-5ba9606d] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-5ba9606d] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-5ba9606d] {
  width: 100%;
}
.home-icon img[data-v-5ba9606d] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-5ba9606d] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-5ba9606d] {
  line-height: 30px;
}
.list-style-none[data-v-5ba9606d] {
  list-style: none;
}
.burger-menu[data-v-5ba9606d] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-5ba9606d] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-5ba9606d] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-5ba9606d] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-5ba9606d] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-5ba9606d] {
  position: relative;
}
.card-product .my-close[data-v-5ba9606d] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-5ba9606d] {
  margin: 0;
}
.filtro-form input[data-v-5ba9606d] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-5ba9606d] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-5ba9606d] {
  padding: 20px 0 0;
}
.img-tiny[data-v-5ba9606d] {
  width: 80px;
}
.img-item img[data-v-5ba9606d] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-5ba9606d] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-5ba9606d] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-5ba9606d]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-5ba9606d] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-5ba9606d] {
  margin-left: 10px;
}
.notifications section[data-v-5ba9606d] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-5ba9606d] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-5ba9606d] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-5ba9606d],
.list-complete-leave-to[data-v-5ba9606d] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-5ba9606d] {
  position: absolute;
}
#_op_data_r[data-v-5ba9606d],
#_op_data_antifraud[data-v-5ba9606d] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-5ba9606d],
iframe#_op_data_antifraud[data-v-5ba9606d],
iframe#device_profile[data-v-5ba9606d],
iframe#thm_mp_cntnr[data-v-5ba9606d] {
  position: absolute !important;
}
iframe[data-v-5ba9606d] {
  background: #fff !important;
}
.main-content[data-v-5ba9606d] {
  padding-top: 30px;
}
.card-contactStory[data-v-5ba9606d] {
  width: 93vw;
}
.card-contactStory img[data-v-5ba9606d] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-5ba9606d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-5ba9606d] {
  width: 280px;
}
.dropped[data-v-5ba9606d] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-5ba9606d] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-5ba9606d]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-5ba9606d] {
  display: block !important;
}
.dropped .dropdown a[data-v-5ba9606d] {
  color: #fff;
}
.dropped .dropdown a[data-v-5ba9606d]:hover {
  text-decoration: underline;
}
.line-height25[data-v-5ba9606d] {
  line-height: 25px;
}
aside[data-v-5ba9606d] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-5ba9606d] {
  height: 100vh;
}
.my-header[data-v-5ba9606d] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-5ba9606d] {
  position: inherit !important;
}
.my-header-menu[data-v-5ba9606d] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-5ba9606d] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-5ba9606d]:hover {
  background: hannah;
}
.menu-api-activate[data-v-5ba9606d] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-5ba9606d] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-5ba9606d] {
  position: relative;
}
.menu-api-item a[data-v-5ba9606d]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-5ba9606d] {
  padding: 0 !important;
}
.card-product[data-v-5ba9606d] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-5ba9606d] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-5ba9606d] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-5ba9606d] {
  margin: 0;
}
.sticky-home[data-v-5ba9606d] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-5ba9606d] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-5ba9606d]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-5ba9606d] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-5ba9606d]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-5ba9606d] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-5ba9606d]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-5ba9606d] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-5ba9606d] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-5ba9606d] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-5ba9606d]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-5ba9606d] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-5ba9606d] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-5ba9606d] {
  display: block !important;
}
.leftPositionSubMenu[data-v-5ba9606d] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-5ba9606d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-5ba9606d],
.circle-toggle-box[data-v-5ba9606d] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-5ba9606d] {
  left: 44px !important;
}
.triangleStatus[data-v-5ba9606d]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-5ba9606d] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-5ba9606d] {
  overflow: visible !important;
}
.width-max80[data-v-5ba9606d] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-5ba9606d] {
  display: flex !important;
}
.flex-none[data-v-5ba9606d] {
  flex: none;
}
.flex-nowrap[data-v-5ba9606d] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-5ba9606d] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-5ba9606d] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-5ba9606d] {
  flex-direction: column;
}
.flex-col-row[data-v-5ba9606d] {
  flex-direction: column;
}
.flex-row[data-v-5ba9606d] {
  flex-direction: row;
}
.flex-between-align[data-v-5ba9606d] {
  align-content: space-between;
}
.flex-middle[data-v-5ba9606d] {
  align-items: center;
}
.flex-bottom[data-v-5ba9606d] {
  align-items: flex-end;
}
.flex-between[data-v-5ba9606d] {
  justify-content: space-between;
}
.flex-center[data-v-5ba9606d] {
  justify-content: center;
}
.flex-right[data-v-5ba9606d] {
  justify-content: flex-end;
}
.flex-left[data-v-5ba9606d] {
  justify-content: flex-start;
}
.flex-evenly[data-v-5ba9606d] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-5ba9606d] {
  flex-grow: 1;
}
.flex-grow-2[data-v-5ba9606d] {
  flex-grow: 2;
}
.flex-grow-3[data-v-5ba9606d] {
  flex-grow: 3;
}
.flex-grow-4[data-v-5ba9606d] {
  flex-grow: 4;
}
.flex-grow-5[data-v-5ba9606d] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-5ba9606d] {
  align-items: flex-start;
}
.flex800[data-v-5ba9606d] {
  display: none;
}
.flexc-flex[data-v-5ba9606d] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-5ba9606d] {
  display: none;
}
.flex-display-50-10[data-v-5ba9606d] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-5ba9606d] {
  display: none;
}
.show760[data-v-5ba9606d] {
  display: none;
}
.hide[data-v-5ba9606d] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-5ba9606d] {
    display: block !important;
}
.badge-display[data-v-5ba9606d] {
    display: none;
}
.badge-display2[data-v-5ba9606d] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-5ba9606d] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-5ba9606d] {
    display: block;
}
.badge-display2[data-v-5ba9606d] {
    display: none;
}
.fix-width[data-v-5ba9606d] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-5ba9606d] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-5ba9606d] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-5ba9606d] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-5ba9606d] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-5ba9606d] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-5ba9606d] {
    width: 50%;
}
.width100-40[data-v-5ba9606d] {
    width: 40%;
}
.show600[data-v-5ba9606d] {
    display: block;
}
.width-controll-btn-typeweek[data-v-5ba9606d] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-5ba9606d] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-5ba9606d] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-5ba9606d] {
    width: 220px !important;
}
.leftPositionControl[data-v-5ba9606d] {
    left: -40px !important;
}
.container-tipo-envio[data-v-5ba9606d] {
    display: flex;
}
.width-controll-buys-item[data-v-5ba9606d] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-5ba9606d] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-5ba9606d] {
    top: 380px !important;
}
.my-header-menu[data-v-5ba9606d] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-5ba9606d] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-5ba9606d] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-5ba9606d] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-5ba9606d] {
    min-width: 400px;
}
.cart-btn-add[data-v-5ba9606d] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-5ba9606d] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-5ba9606d] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-5ba9606d] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-5ba9606d] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-5ba9606d] {
    justify-content: left;
}
.flex-mid[data-v-5ba9606d] {
    display: flex !important;
}
.msg-stock[data-v-5ba9606d] {
    padding: 10px 0 0;
}
.counter-cart[data-v-5ba9606d] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-5ba9606d] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-5ba9606d] {
    display: none;
}
.badge-display2[data-v-5ba9606d] {
    display: block;
}
.show760[data-v-5ba9606d] {
    display: block;
}
.hide760[data-v-5ba9606d] {
    display: none;
}
.grid-products[data-v-5ba9606d] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-5ba9606d] {
    margin: auto;
}
.mr-h[data-v-5ba9606d] {
    margin: auto;
}
.width-control-otherProducts[data-v-5ba9606d] {
    width: 170px !important;
}
.leftPositionControl[data-v-5ba9606d] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-5ba9606d] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-5ba9606d] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-5ba9606d] {
    width: 30vw !important;
}
.product-item[data-v-5ba9606d] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-5ba9606d] {
    width: 90% !important;
}
.my-container[data-v-5ba9606d] {
    width: 680px !important;
}
.login[data-v-5ba9606d] {
    width: 310px !important;
}
.width-cuotas-control[data-v-5ba9606d] {
    width: 278px !important;
}
.flexc-flex[data-v-5ba9606d] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-5ba9606d] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-5ba9606d] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-5ba9606d] {
    height: 140px;
}
.width-control-input-chat[data-v-5ba9606d] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-5ba9606d] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-5ba9606d] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-5ba9606d] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-5ba9606d] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-5ba9606d] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-5ba9606d] {
    width: 270px !important;
}
.leftPositionControl[data-v-5ba9606d] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-5ba9606d] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-5ba9606d] {
    width: 17vw !important;
}
.filters-wrap[data-v-5ba9606d] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-5ba9606d] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-5ba9606d] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-5ba9606d] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-5ba9606d] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-5ba9606d] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-5ba9606d] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-5ba9606d] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-5ba9606d]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-5ba9606d] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-5ba9606d] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-5ba9606d]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-5ba9606d] {
    max-width: 330px !important;
}
.iterable-box[data-v-5ba9606d] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-5ba9606d] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-5ba9606d] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-5ba9606d] {
    width: 160px !important;
}
.my-container[data-v-5ba9606d] {
    width: 800px !important;
}
.search-btn-box[data-v-5ba9606d] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-5ba9606d] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-5ba9606d] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-5ba9606d] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-5ba9606d] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-5ba9606d] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-5ba9606d] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-5ba9606d] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-5ba9606d] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-5ba9606d] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-5ba9606d] {
    width: 280px !important;
}
.width300-desktop[data-v-5ba9606d] {
    width: 300px !important;
}
.concept-item-stats[data-v-5ba9606d] {
    width: 80%;
}
.widthHalf-desktop[data-v-5ba9606d] {
    width: 50% !important;
}
.column-desktop[data-v-5ba9606d] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-5ba9606d] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-5ba9606d] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-5ba9606d] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-5ba9606d],
.flex-desktop[data-v-5ba9606d] {
    display: flex !important;
}
.block-desktop[data-v-5ba9606d] {
    display: block !important;
}
.hide-desktop[data-v-5ba9606d] {
    display: none !important;
}
.fixButton[data-v-5ba9606d] {
    top: -20px;
}
.width-cuotas-control[data-v-5ba9606d] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-5ba9606d] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-5ba9606d] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-5ba9606d] {
    display: none !important;
}
.bottom10-desktop[data-v-5ba9606d] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-5ba9606d] {
    left: -125px !important;
}
.grid-products[data-v-5ba9606d] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-5ba9606d] {
    width: 1000px !important;
}
.showFullDesktop[data-v-5ba9606d] {
    display: block !important;
}
.leftPositionControl[data-v-5ba9606d] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-5ba9606d] {
    display: none !important;
}
.show-only-desktop[data-v-5ba9606d] {
    display: flex !important;
}
.leftPositionControl[data-v-5ba9606d] {
    left: -260px !important;
}
.catalog-container[data-v-5ba9606d] {
    margin: unset;
}
.carrito-catalog[data-v-5ba9606d] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-5ba9606d] {
    left: -280px !important;
}
}
.grid-container[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-5ba9606d] {
  grid-column: span 1;
}
.grid-item-1[data-v-5ba9606d] {
  grid-column: span 1;
}
.grid-item-2[data-v-5ba9606d] {
  grid-column: span 2;
}
.grid-item-3[data-v-5ba9606d] {
  grid-column: span 3;
}
.grid-item-4[data-v-5ba9606d] {
  grid-column: span 4;
}
.grid-item-5[data-v-5ba9606d] {
  grid-column: span 5;
}
.grid-item-6[data-v-5ba9606d] {
  grid-column: span 6;
}
.grid-item-7[data-v-5ba9606d] {
  grid-column: span 7;
}
.grid-item-8[data-v-5ba9606d] {
  grid-column: span 8;
}
.grid-item-9[data-v-5ba9606d] {
  grid-column: span 9;
}
.grid-item-10[data-v-5ba9606d] {
  grid-column: span 10;
}
.grid-item-11[data-v-5ba9606d] {
  grid-column: span 11;
}
.grid-item-12[data-v-5ba9606d] {
  grid-column: span 12;
}
.grid-cart[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-5ba9606d] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-5ba9606d] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-5ba9606d] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-5ba9606d] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-5ba9606d] {
  gap: 10px;
}
.gap20[data-v-5ba9606d] {
  gap: 20px;
}
.grid-box[data-v-5ba9606d] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-5ba9606d],
.grid-3 div[data-v-5ba9606d],
.grid-4 div[data-v-5ba9606d] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-5ba9606d] {
  background: #fff;
}
.grid-item-odd[data-v-5ba9606d]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-5ba9606d] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-5ba9606d] {
  max-width: 350px;
}
.margin0[data-v-5ba9606d] {
  margin: 0 !important;
}
.margin0-5[data-v-5ba9606d] {
  margin: 0 5px;
}
.margin10-0[data-v-5ba9606d] {
  margin: 10px 0;
}
.margin10-5[data-v-5ba9606d] {
  margin: 10px 5px;
}
.margin0-10[data-v-5ba9606d] {
  margin: 0 10px;
}
.margin0-15[data-v-5ba9606d] {
  margin: 0 15px;
}
.margin15-0[data-v-5ba9606d] {
  margin: 15px 0px;
}
.margin20-0[data-v-5ba9606d] {
  margin: 20px 0;
}
.margin20-10[data-v-5ba9606d] {
  margin: 20px 10px;
}
.margin30-0[data-v-5ba9606d] {
  margin: 30px 0;
}
.margin40-0[data-v-5ba9606d] {
  margin: 40px 0;
}
.margin20-40[data-v-5ba9606d] {
  margin: 20px 40px;
}
.margin0-20[data-v-5ba9606d] {
  margin: 0 20px;
}
.margin5[data-v-5ba9606d] {
  margin: 5px;
}
.margin5-0[data-v-5ba9606d] {
  margin: 5px 0;
}
.margin10[data-v-5ba9606d] {
  margin: 10px;
}
.margin10-20[data-v-5ba9606d] {
  margin: 10px 20px;
}
.margin15[data-v-5ba9606d] {
  margin: 15px;
}
.margin20[data-v-5ba9606d] {
  margin: 20px;
}
.margin30[data-v-5ba9606d] {
  margin: 30px;
}
.margin50[data-v-5ba9606d] {
  margin: 50px;
}
.margin-right-auto[data-v-5ba9606d] {
  margin-right: auto;
}
.margin-left-auto[data-v-5ba9606d] {
  margin-left: auto;
}
.ml-h[data-v-5ba9606d] {
  margin-left: auto;
}
.mr-h[data-v-5ba9606d] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-5ba9606d] {
  margin-bottom: 5px;
}
.margin-top5[data-v-5ba9606d] {
  margin-top: 5px !important;
}
.margin-top10[data-v-5ba9606d] {
  margin-top: 10px !important;
}
.margin-top15[data-v-5ba9606d] {
  margin-top: 15px !important;
}
.margin-top20[data-v-5ba9606d] {
  margin-top: 20px !important;
}
.margin-top30[data-v-5ba9606d] {
  margin-top: 30px !important;
}
.margin-top35[data-v-5ba9606d] {
  margin-top: 35px !important;
}
.margin-top40[data-v-5ba9606d] {
  margin-top: 40px !important;
}
.margin-top50[data-v-5ba9606d] {
  margin-top: 50px !important;
}
.margin-top60[data-v-5ba9606d] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-5ba9606d] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-5ba9606d] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-5ba9606d] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-5ba9606d] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-5ba9606d] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-5ba9606d] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-5ba9606d] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-5ba9606d] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-5ba9606d] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-5ba9606d] {
  margin-left: 5px !important;
}
.margin-left10[data-v-5ba9606d] {
  margin-left: 10px !important;
}
.margin-left15[data-v-5ba9606d] {
  margin-left: 15px !important;
}
.margin-left20[data-v-5ba9606d] {
  margin-left: 20px !important;
}
.margin-left30[data-v-5ba9606d] {
  margin-left: 30px !important;
}
.margin-left35[data-v-5ba9606d] {
  margin-left: 35px !important;
}
.margin-left40[data-v-5ba9606d] {
  margin-left: 40px !important;
}
.margin-left50[data-v-5ba9606d] {
  margin-left: 50px !important;
}
.margin-left60[data-v-5ba9606d] {
  margin-left: 60px !important;
}
.margin-right5[data-v-5ba9606d] {
  margin-right: 5px !important;
}
.margin-right10[data-v-5ba9606d] {
  margin-right: 10px !important;
}
.margin-right15[data-v-5ba9606d] {
  margin-right: 15px !important;
}
.margin-right20[data-v-5ba9606d] {
  margin-right: 20px !important;
}
.margin-right30[data-v-5ba9606d] {
  margin-right: 30px !important;
}
.margin-right35[data-v-5ba9606d] {
  margin-right: 35px !important;
}
.margin-right40[data-v-5ba9606d] {
  margin-right: 40px !important;
}
.margin-right50[data-v-5ba9606d] {
  margin-right: 50px !important;
}
.margin-right60[data-v-5ba9606d] {
  margin-right: 60px !important;
}
.my-5[data-v-5ba9606d] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-5ba9606d] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-5ba9606d] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-5ba9606d] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-5ba9606d] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-5ba9606d] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-5ba9606d] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-5ba9606d] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-5ba9606d] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-5ba9606d] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-5ba9606d] {
  padding: 0 !important;
}
.padding5[data-v-5ba9606d] {
  padding: 5px;
}
.padding10[data-v-5ba9606d] {
  padding: 10px;
}
.padding15[data-v-5ba9606d] {
  padding: 15px;
}
.padding20[data-v-5ba9606d] {
  padding: 20px;
}
.padding30[data-v-5ba9606d] {
  padding: 30px;
}
.padding40[data-v-5ba9606d] {
  padding: 40px;
}
.padding40-0[data-v-5ba9606d] {
  padding: 40px 0;
}
.padding-left5[data-v-5ba9606d] {
  padding-left: 5px;
}
.padding-left10[data-v-5ba9606d] {
  padding-left: 10px;
}
.padding-left15[data-v-5ba9606d] {
  padding-left: 15px;
}
.padding-left20[data-v-5ba9606d] {
  padding-left: 20px;
}
.padding-right5[data-v-5ba9606d] {
  padding-right: 5px;
}
.padding-right10[data-v-5ba9606d] {
  padding-right: 10px;
}
.padding-right15[data-v-5ba9606d] {
  padding-right: 15px;
}
.padding-right20[data-v-5ba9606d] {
  padding-right: 20px;
}
.padding-right30[data-v-5ba9606d] {
  padding-right: 30px;
}
.padding-right40[data-v-5ba9606d] {
  padding-right: 40px;
}
.padding-top0[data-v-5ba9606d] {
  padding-top: 0px;
}
.padding-top5[data-v-5ba9606d] {
  padding-top: 5px;
}
.padding-top10[data-v-5ba9606d] {
  padding-top: 10px;
}
.padding-top15[data-v-5ba9606d] {
  padding-top: 15px;
}
.padding-top20[data-v-5ba9606d] {
  padding-top: 20px;
}
.padding-top30[data-v-5ba9606d] {
  padding-top: 30px;
}
.padding-top50[data-v-5ba9606d] {
  padding-top: 50px;
}
.padding-top60[data-v-5ba9606d] {
  padding-top: 60px;
}
.padding-top70[data-v-5ba9606d] {
  padding-top: 70px;
}
.padding-top90[data-v-5ba9606d] {
  padding-top: 90px;
}
.padding-top100[data-v-5ba9606d] {
  padding-top: 100px;
}
.padding-top120[data-v-5ba9606d] {
  padding-top: 120px;
}
.padding-top180[data-v-5ba9606d] {
  padding-top: 180px;
}
.padding-bottom0[data-v-5ba9606d] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-5ba9606d] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-5ba9606d] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-5ba9606d] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-5ba9606d] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-5ba9606d] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-5ba9606d] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-5ba9606d] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-5ba9606d] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-5ba9606d] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-5ba9606d] {
  padding-bottom: 240px;
}
.padding10-0[data-v-5ba9606d] {
  padding: 10px 0;
}
.padding10-5[data-v-5ba9606d] {
  padding: 10px 5px;
}
.padding0-5[data-v-5ba9606d] {
  padding: 0 5px;
}
.padding0-10[data-v-5ba9606d] {
  padding: 0 10px;
}
.padding0-15[data-v-5ba9606d] {
  padding: 0 15px;
}
.padding20-0[data-v-5ba9606d] {
  padding: 20px 0;
}
.padding20-10[data-v-5ba9606d] {
  padding: 20px 10px;
}
.padding15-20[data-v-5ba9606d] {
  padding: 15px 20px;
}
.padding15-0[data-v-5ba9606d] {
  padding: 15px 0px;
}
.padding20-5[data-v-5ba9606d] {
  padding: 20px 5px;
}
.padding0-20[data-v-5ba9606d] {
  padding: 0 20px;
}
.padding5-20[data-v-5ba9606d] {
  padding: 5px 20px;
}
.padding5-15[data-v-5ba9606d] {
  padding: 5px 15px;
}
.padding5-10[data-v-5ba9606d] {
  padding: 5px 10px;
}
.padding15-10[data-v-5ba9606d] {
  padding: 15px 10px;
}
.padding1em[data-v-5ba9606d] {
  padding: 1em;
}
.padding10-20[data-v-5ba9606d] {
  padding: 10px 20px;
}
.padding5-0[data-v-5ba9606d] {
  padding: 5px 0;
}
.padding30-10[data-v-5ba9606d] {
  padding: 30px 10px;
}
.px-5[data-v-5ba9606d] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-5ba9606d] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-5ba9606d] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-5ba9606d] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-5ba9606d] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-5ba9606d] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-5ba9606d] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-5ba9606d] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-5ba9606d] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-5ba9606d] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-5ba9606d] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-5ba9606d] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-5ba9606d] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-5ba9606d] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-5ba9606d] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-5ba9606d] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-5ba9606d] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-5ba9606d] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-5ba9606d] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-5ba9606d] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-5ba9606d] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-5ba9606d] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-5ba9606d] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-5ba9606d] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-5ba9606d] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-5ba9606d] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-5ba9606d] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-5ba9606d] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-5ba9606d]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-5ba9606d] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-5ba9606d]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-5ba9606d] {
  border: 0 !important;
}
.borderRed[data-v-5ba9606d] {
  border-color: #f00 !important;
}
.border-aside[data-v-5ba9606d] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-5ba9606d] {
  border: none;
}
.borderLightgray[data-v-5ba9606d] {
  border: 1px solid lightgray;
}
.borderGray[data-v-5ba9606d] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-5ba9606d] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-5ba9606d] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-5ba9606d] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-5ba9606d] {
  border: 1px solid #fff;
}
.border2green[data-v-5ba9606d] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-5ba9606d] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-5ba9606d] {
  border: 2px solid #fff;
}
.border2gold[data-v-5ba9606d] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-5ba9606d] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-5ba9606d] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-5ba9606d] {
  border-color: #d42717 !important;
}
.border1green[data-v-5ba9606d] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-5ba9606d] {
  border-color: #f00 !important;
}
.border-fixed[data-v-5ba9606d] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-5ba9606d] {
  border-radius: 40px;
}
.radius30[data-v-5ba9606d] {
  border-radius: 30px;
}
.radius20[data-v-5ba9606d] {
  border-radius: 20px;
}
.radius15[data-v-5ba9606d] {
  border-radius: 15px;
}
.radius8[data-v-5ba9606d] {
  border-radius: 8px;
}
.radius3[data-v-5ba9606d] {
  border-radius: 3px !important;
}
.rounded[data-v-5ba9606d] {
  border-radius: 50%;
}
.rounded5[data-v-5ba9606d] {
  border-radius: 5px;
}
.round10[data-v-5ba9606d] {
  border-radius: 10px;
}
.box-border[data-v-5ba9606d] {
  box-sizing: border-box;
}
.text-center[data-v-5ba9606d] {
  text-align: center;
}
.text-right[data-v-5ba9606d] {
  text-align: right;
}
.text-left[data-v-5ba9606d] {
  text-align: left;
}
.text-lowercase[data-v-5ba9606d] {
  text-transform: lowercase;
}
.text-uppercase[data-v-5ba9606d] {
  text-transform: uppercase;
}
.text-capitalize[data-v-5ba9606d] {
  text-transform: capitalize !important;
}
.text-none[data-v-5ba9606d] {
  text-transform: none;
}
.text-ellipsis[data-v-5ba9606d] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-5ba9606d] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-5ba9606d]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-5ba9606d] {
  text-decoration: underline;
}
.text-underline[data-v-5ba9606d]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-5ba9606d] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-5ba9606d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-5ba9606d] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-5ba9606d] {
  word-break: break-all;
}
.font-bold[data-v-5ba9606d] {
  font-weight: bold;
}
.price-through[data-v-5ba9606d] {
  text-decoration: line-through;
}
.font-italic[data-v-5ba9606d] {
  font-style: italic;
}
.font095em[data-v-5ba9606d] {
  font-size: 0.95em;
}
.font1em[data-v-5ba9606d] {
  font-size: 1em !important;
}
.font2em[data-v-5ba9606d] {
  font-size: 2em;
}
.font2-2em[data-v-5ba9606d] {
  font-size: 2.2em;
}
.font3em[data-v-5ba9606d] {
  font-size: 3em;
}
.font4em[data-v-5ba9606d] {
  font-size: 4em;
}
.font1-5em[data-v-5ba9606d] {
  font-size: 1.5em;
}
.font1-7em[data-v-5ba9606d] {
  font-size: 1.7em;
}
.font1-3em[data-v-5ba9606d] {
  font-size: 1.3em;
}
.font1-4em[data-v-5ba9606d] {
  font-size: 1.4em;
}
.font-9em[data-v-5ba9606d] {
  font-size: 0.9em;
}
.font10[data-v-5ba9606d] {
  font-size: 10px;
}
.font11[data-v-5ba9606d] {
  font-size: 11px;
}
.font12[data-v-5ba9606d] {
  font-size: 12px;
}
.font13[data-v-5ba9606d] {
  font-size: 13px;
}
.font14[data-v-5ba9606d] {
  font-size: 14px;
}
.font15[data-v-5ba9606d] {
  font-size: 15px;
}
.font16[data-v-5ba9606d] {
  font-size: 16px;
}
.font17[data-v-5ba9606d] {
  font-size: 17px;
}
.font18[data-v-5ba9606d] {
  font-size: 18px;
}
.font19[data-v-5ba9606d] {
  font-size: 19px;
}
.font20[data-v-5ba9606d] {
  font-size: 20px;
}
.font21[data-v-5ba9606d] {
  font-size: 21px;
}
.font22[data-v-5ba9606d] {
  font-size: 22px;
}
.font23[data-v-5ba9606d] {
  font-size: 23px;
}
.font24[data-v-5ba9606d] {
  font-size: 24px;
}
.font25[data-v-5ba9606d] {
  font-size: 25px;
}
.font26[data-v-5ba9606d] {
  font-size: 26px;
}
.font27[data-v-5ba9606d] {
  font-size: 27px;
}
.font28[data-v-5ba9606d] {
  font-size: 28px;
}
.font29[data-v-5ba9606d] {
  font-size: 29px;
}
.font30[data-v-5ba9606d] {
  font-size: 30px;
}
.font31[data-v-5ba9606d] {
  font-size: 31px;
}
.font32[data-v-5ba9606d] {
  font-size: 32px;
}
.font33[data-v-5ba9606d] {
  font-size: 33px;
}
.font34[data-v-5ba9606d] {
  font-size: 34px;
}
.font35[data-v-5ba9606d] {
  font-size: 35px;
}
.font36[data-v-5ba9606d] {
  font-size: 36px;
}
.font37[data-v-5ba9606d] {
  font-size: 37px;
}
.font38[data-v-5ba9606d] {
  font-size: 38px;
}
.font39[data-v-5ba9606d] {
  font-size: 39px;
}
.font40[data-v-5ba9606d] {
  font-size: 40px;
}
.font-normal[data-v-5ba9606d] {
  font-weight: normal;
}
.color-white[data-v-5ba9606d] {
  color: #fff;
}
.color-transparent[data-v-5ba9606d] {
  color: transparent !important;
}
.color-black[data-v-5ba9606d] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-5ba9606d] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-5ba9606d] {
  color: fuchia;
}
.color-gray[data-v-5ba9606d] {
  color: #a5afb9;
}
.color-hardgray[data-v-5ba9606d] {
  color: #4d5263;
}
.color-hannah[data-v-5ba9606d] {
  color: #EA184D;
}
.color-lightgray[data-v-5ba9606d] {
  color: #d3d3d3;
}
.color-darkblue[data-v-5ba9606d] {
  color: #2c3e50;
}
.color-darkgray[data-v-5ba9606d] {
  color: #757575;
}
.color-lightred[data-v-5ba9606d] {
  color: #e74c3c;
}
.color-red[data-v-5ba9606d] {
  color: #e74c3c;
}
.color-blue[data-v-5ba9606d] {
  color: #2980b9;
}
.color-yellow[data-v-5ba9606d] {
  color: #f49d1e;
}
.color-orange[data-v-5ba9606d] {
  color: #ffa500;
}
.color-green[data-v-5ba9606d] {
  color: #2AA186;
}
.color-gplus[data-v-5ba9606d] {
  color: #d42717;
}
.back-bluelight[data-v-5ba9606d] {
  background: #EBF0FF !important;
}
.back-blue[data-v-5ba9606d] {
  background: #2980b9 !important;
}
.back-hannah[data-v-5ba9606d] {
  background: #EA184D !important;
}
.back-purple[data-v-5ba9606d] {
  background: #8e44ad;
}
.back-green[data-v-5ba9606d] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-5ba9606d] {
  background: #2AA186;
}
.back-yellow[data-v-5ba9606d] {
  background: #f49d1e !important;
}
.back-gold[data-v-5ba9606d] {
  background: #f49d1e !important;
}
.back-red[data-v-5ba9606d] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-5ba9606d] {
  background: #e74c3c;
}
.back-lightred[data-v-5ba9606d] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-5ba9606d] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-5ba9606d] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-5ba9606d] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-5ba9606d] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-5ba9606d] {
  background: #f49d1e !important;
}
.back-gplus[data-v-5ba9606d] {
  background: #d42717;
}
.back-darkblue[data-v-5ba9606d] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-5ba9606d] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-5ba9606d] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-5ba9606d] {
  background: #3e3d40;
}
.back-midgray[data-v-5ba9606d] {
  background: #ececec;
}
.back-gray[data-v-5ba9606d] {
  background: #a5afb9;
}
.back-black[data-v-5ba9606d] {
  background: #121212;
}
.back-transparent[data-v-5ba9606d] {
  background: transparent;
}
.back-white[data-v-5ba9606d] {
  background: #fff !important;
}
.back-white-simple[data-v-5ba9606d] {
  background-color: #fff;
}
.back-lightgray[data-v-5ba9606d] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-5ba9606d] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-5ba9606d] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-5ba9606d] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-5ba9606d] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-5ba9606d] {
  background: #D6DFE4;
}
.bg-aside[data-v-5ba9606d] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-5ba9606d] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-5ba9606d] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-5ba9606d] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-5ba9606d] {
  background: #fff;
}
.back-item-odd-white[data-v-5ba9606d]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-5ba9606d] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-5ba9606d] {
  position: relative;
}
.absolute[data-v-5ba9606d] {
  position: absolute;
}
.fixed[data-v-5ba9606d] {
  position: fixed;
}
.fixed-bottom[data-v-5ba9606d] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-5ba9606d] {
  position: sticky;
}
.sticky.active[data-v-5ba9606d] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-5ba9606d] {
  bottom: 0;
}
.right0[data-v-5ba9606d] {
  right: 0 !important;
}
.left0[data-v-5ba9606d] {
  left: 0 !important;
}
.leftPositionControl[data-v-5ba9606d] {
  left: -10px;
}
.width100-50[data-v-5ba9606d] {
  width: 100%;
}
.width100-40[data-v-5ba9606d] {
  width: 100%;
}
.min-width100[data-v-5ba9606d] {
  min-width: 100%;
}
.min-width90[data-v-5ba9606d] {
  min-width: 90%;
}
.min-width80[data-v-5ba9606d] {
  min-width: 80% !important;
}
.min-width70[data-v-5ba9606d] {
  min-width: 70%;
}
.min-width60[data-v-5ba9606d] {
  min-width: 60%;
}
.min-width50[data-v-5ba9606d] {
  max-width: 50%;
}
.min-width45[data-v-5ba9606d] {
  min-width: 45%;
}
.min-width40[data-v-5ba9606d] {
  min-width: 40%;
}
.min-width30[data-v-5ba9606d] {
  min-width: 30%;
}
.min-width20[data-v-5ba9606d] {
  min-width: 20%;
}
.min-width25[data-v-5ba9606d] {
  min-width: 25%;
}
.min-width10[data-v-5ba9606d] {
  min-width: 10%;
}
.width100[data-v-5ba9606d] {
  width: 100%;
}
.width90[data-v-5ba9606d] {
  width: 90%;
}
.width80[data-v-5ba9606d] {
  width: 80% !important;
}
.width70[data-v-5ba9606d] {
  width: 70%;
}
.width60[data-v-5ba9606d] {
  width: 60%;
}
.width50[data-v-5ba9606d] {
  width: 50%;
}
.width45[data-v-5ba9606d] {
  width: 45%;
}
.width40[data-v-5ba9606d] {
  width: 40%;
}
.width30[data-v-5ba9606d] {
  width: 30%;
}
.width20[data-v-5ba9606d] {
  width: 20%;
}
.width25[data-v-5ba9606d] {
  width: 25%;
}
.width10[data-v-5ba9606d] {
  width: 10%;
}
.width-min[data-v-5ba9606d] {
  width: min-content;
}
.max-width800[data-v-5ba9606d] {
  max-width: 800px;
}
.widthCenter[data-v-5ba9606d] {
  width: 80%;
}
.max-width600[data-v-5ba9606d] {
  max-width: 600px;
}
.max-width300[data-v-5ba9606d] {
  max-width: 300px;
}
.widthHalf[data-v-5ba9606d] {
  width: 50%;
}
.width-sellProductImg-control[data-v-5ba9606d] {
  width: 150px;
}
.top-control-sellProduct[data-v-5ba9606d] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-5ba9606d] {
  width: 100%;
}
.width-cuotas-control-item[data-v-5ba9606d] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-5ba9606d] {
  width: 163px;
}
.width-control-btn-inline[data-v-5ba9606d] {
  width: 195px;
}
.width-controll-buys-item[data-v-5ba9606d] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-5ba9606d] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-5ba9606d] {
  width: 180px;
}
.width-pasarela-img-control[data-v-5ba9606d] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-5ba9606d] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-5ba9606d] {
  width: 95%;
}
.width-pasarela[data-v-5ba9606d] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-5ba9606d]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-5ba9606d]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-5ba9606d]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-5ba9606d]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-5ba9606d] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-5ba9606d] {
  max-height: 100%;
}
.height220[data-v-5ba9606d] {
  height: 220px;
}
.height100vh[data-v-5ba9606d] {
  height: 100vh !important;
}
.heightFilters[data-v-5ba9606d] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-5ba9606d] {
  height: 100%;
}
.height-aside[data-v-5ba9606d] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-5ba9606d] {
  height: 0px;
}
.heightBox[data-v-5ba9606d] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-5ba9606d] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-5ba9606d] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-5ba9606d] {
  justify-content: center;
}
.pointer[data-v-5ba9606d] {
  cursor: pointer !important;
}
.cursor-move[data-v-5ba9606d] {
  cursor: move !important;
}
.cursor-not[data-v-5ba9606d] {
  cursor: not-allowed !important;
}
.events-none[data-v-5ba9606d] {
  pointer-events: none;
}
.shadow[data-v-5ba9606d] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-5ba9606d] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-5ba9606d] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-5ba9606d] {
  transition: 0.3s;
}
.hoverShadow[data-v-5ba9606d]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-5ba9606d] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-5ba9606d] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-5ba9606d] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-5ba9606d] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-5ba9606d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-5ba9606d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-5ba9606d] {
  width: 40px;
  height: 40px;
}
.square35[data-v-5ba9606d] {
  width: 35px;
  height: 35px;
}
.square30[data-v-5ba9606d] {
  width: 30px;
  height: 30px;
}
.square25[data-v-5ba9606d] {
  width: 25px;
  height: 25px;
}
.square12[data-v-5ba9606d] {
  width: 12px;
  height: 12px;
}
.square15[data-v-5ba9606d] {
  width: 15px;
  height: 15px;
}
.square17[data-v-5ba9606d] {
  width: 17px;
  height: 17px;
}
.square18[data-v-5ba9606d] {
  width: 18px;
  height: 18px;
}
.square20[data-v-5ba9606d] {
  width: 20px;
  height: 20px;
}
.square50[data-v-5ba9606d] {
  width: 50px;
  height: 50px;
}
.square70[data-v-5ba9606d] {
  width: 70px;
  height: 70px;
}
.square55[data-v-5ba9606d] {
  width: 55px;
  height: 55px;
}
.square100[data-v-5ba9606d] {
  width: 100px;
  height: 100px;
}
.square10[data-v-5ba9606d] {
  width: 10px;
  height: 10px;
}
.square200[data-v-5ba9606d] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-5ba9606d] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-5ba9606d] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-5ba9606d] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-5ba9606d] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-5ba9606d] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-5ba9606d] {
  overflow-y: hidden;
}
.remove-scroll[data-v-5ba9606d] {
  overflow-y: hidden;
}
.active-scroll[data-v-5ba9606d] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-5ba9606d] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-5ba9606d] {
  overflow: hidden !important;
}
.overflow-auto[data-v-5ba9606d] {
  overflow: auto !important;
}
.hidden[data-v-5ba9606d] {
  visibility: hidden;
}
.offscreen[data-v-5ba9606d] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-5ba9606d] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-5ba9606d] {
  opacity: 0;
}
.opacity30[data-v-5ba9606d] {
  opacity: 0.3;
}
.opacity50[data-v-5ba9606d] {
  opacity: 0.5;
}
.opacity70[data-v-5ba9606d] {
  opacity: 0.7;
}
.opacity80[data-v-5ba9606d] {
  opacity: 0.8;
}
.transition30[data-v-5ba9606d] {
  transition: 0.3s;
}
.cleared[data-v-5ba9606d] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-5ba9606d] {
  transition: 0.1s;
}
.hover-green[data-v-5ba9606d]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-5ba9606d] {
  animation: aside-5ba9606d 0.5s reverse;
}
.aside-leave-active[data-v-5ba9606d] {
  animation: aside-5ba9606d 0.5s;
}
.asideContent-enter-active[data-v-5ba9606d] {
  animation: asideContent-5ba9606d 0.3s reverse;
}
.asideContent-leave-active[data-v-5ba9606d] {
  animation: asideContent-5ba9606d 0.3s;
}
@keyframes aside-5ba9606d {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-5ba9606d {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-5ba9606d {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-5ba9606d] {
  animation: spin-5ba9606d 2s infinite;
}
@keyframes spin-5ba9606d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-5ba9606d] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-5ba9606d] {
  padding: 3px;
}
.carousel__pagination-button[data-v-5ba9606d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-5ba9606d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-5ba9606d]::after {
  display: none !important;
}
.pagination[data-v-5ba9606d] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-5ba9606d] {
  display: inline;
}
.pagination > li > a[data-v-5ba9606d], .pagination > li > span[data-v-5ba9606d] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-5ba9606d], .pagination > li:first-child > span[data-v-5ba9606d] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-5ba9606d], .pagination > li:last-child > span[data-v-5ba9606d] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-5ba9606d]:hover, .pagination > li > span[data-v-5ba9606d]:hover, .pagination > li > a[data-v-5ba9606d]:focus, .pagination > li > span[data-v-5ba9606d]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-5ba9606d], .pagination > .active > span[data-v-5ba9606d], .pagination > .active > a[data-v-5ba9606d]:hover, .pagination > .active > span[data-v-5ba9606d]:hover, .pagination > .active > a[data-v-5ba9606d]:focus, .pagination > .active > span[data-v-5ba9606d]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-5ba9606d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-5ba9606d]:hover, .pagination > .disabled > span[data-v-5ba9606d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-5ba9606d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-5ba9606d]:hover, .pagination > .disabled > a[data-v-5ba9606d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-5ba9606d], .pagination-lg > li > span[data-v-5ba9606d] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-5ba9606d], .pagination-lg > li:first-child > span[data-v-5ba9606d] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-5ba9606d], .pagination-lg > li:last-child > span[data-v-5ba9606d] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-5ba9606d], .pagination-sm > li > span[data-v-5ba9606d] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-5ba9606d], .pagination-sm > li:first-child > span[data-v-5ba9606d] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-5ba9606d], .pagination-sm > li:last-child > span[data-v-5ba9606d] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-5ba9606d] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-5ba9606d] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-5ba9606d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-5ba9606d] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-5ba9606d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-5ba9606d] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-5ba9606d] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-5ba9606d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-5ba9606d] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-5ba9606d]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-5ba9606d] {
  overflow: unset !important;
}
.btn-shadow[data-v-5ba9606d] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-5ba9606d] {
  margin-left: 0px;
}
.reset-button[data-v-5ba9606d] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-5ba9606d] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-5ba9606d]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-5ba9606d] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-5ba9606d] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-5ba9606d],
.btn-finalize[data-v-5ba9606d] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-5ba9606d] {
  right: 7px;
}
.btn-finalize[data-v-5ba9606d] {
  left: 7px;
}
.tab-counter[data-v-5ba9606d] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-5ba9606d] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-5ba9606d] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-5ba9606d] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-5ba9606d] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-5ba9606d] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-5ba9606d] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-5ba9606d] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-5ba9606d] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-5ba9606d] {
  transition: 0.5s;
}
.tab[data-v-5ba9606d]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-5ba9606d] {
  color: #2980b9;
}
.tab.active[data-v-5ba9606d]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-5ba9606d] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-5ba9606d] {
  width: 220px;
}
.badge-display[data-v-5ba9606d], .badge-display2[data-v-5ba9606d] {
  min-width: 224px;
}
.my-badge[data-v-5ba9606d] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-5ba9606d] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-5ba9606d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-5ba9606d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-5ba9606d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-5ba9606d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-5ba9606d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-5ba9606d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-5ba9606d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-5ba9606d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-5ba9606d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-5ba9606d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-5ba9606d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-5ba9606d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-5ba9606d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-5ba9606d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-5ba9606d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-5ba9606d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-5ba9606d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-5ba9606d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-5ba9606d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-5ba9606d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-5ba9606d] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-5ba9606d] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-5ba9606d] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-5ba9606d] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-5ba9606d] {
  flex-wrap: wrap;
}
.vueperslide[data-v-5ba9606d] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-5ba9606d] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-5ba9606d] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-5ba9606d] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-5ba9606d] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-5ba9606d] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-5ba9606d] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-5ba9606d] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-5ba9606d] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-5ba9606d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-5ba9606d] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-5ba9606d] {
  width: 100%;
}
.img-product-detail[data-v-5ba9606d] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-5ba9606d] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-5ba9606d] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-5ba9606d] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-5ba9606d] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-5ba9606d] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-5ba9606d] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-5ba9606d] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-5ba9606d] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-5ba9606d] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-5ba9606d] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-5ba9606d] {
  text-align: center;
}
.modal-enter[data-v-5ba9606d], .modal-leave-active[data-v-5ba9606d] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-5ba9606d], .modal-leave-active .modal-container[data-v-5ba9606d] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-5ba9606d] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-5ba9606d] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-5ba9606d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-5ba9606d] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-5ba9606d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-5ba9606d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-5ba9606d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-5ba9606d] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-5ba9606d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-5ba9606d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-5ba9606d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-5ba9606d] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-5ba9606d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-5ba9606d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-5ba9606d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-5ba9606d] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-5ba9606d] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-5ba9606d]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-5ba9606d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-5ba9606d] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-5ba9606d] {
  display: none;
}
.vdp-datepicker input[data-v-5ba9606d] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-5ba9606d]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-5ba9606d] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-5ba9606d] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-5ba9606d ease-in-out infinite;
}
.vue-treeselect__control[data-v-5ba9606d] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-5ba9606d] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-5ba9606d] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-5ba9606d] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-5ba9606d] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-5ba9606d] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-5ba9606d] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-5ba9606d] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-5ba9606d {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-5ba9606d {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-5ba9606d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-5ba9606d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-5ba9606d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-5ba9606d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-5ba9606d],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-5ba9606d] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-5ba9606d] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-5ba9606d] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-5ba9606d],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-5ba9606d] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-5ba9606d] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-5ba9606d] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-5ba9606d] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-5ba9606d],
.vue-treeselect span[data-v-5ba9606d] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-5ba9606d] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-5ba9606d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-5ba9606d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-5ba9606d] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-5ba9606d] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-5ba9606d],
.vue-treeselect__control[data-v-5ba9606d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-5ba9606d] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-5ba9606d] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-5ba9606d],
.vue-treeselect__multi-value[data-v-5ba9606d] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-5ba9606d] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-5ba9606d] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-5ba9606d] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-5ba9606d] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-5ba9606d],
.vue-treeselect__single-value[data-v-5ba9606d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-5ba9606d] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-5ba9606d] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-5ba9606d] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-5ba9606d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-5ba9606d] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-5ba9606d]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-5ba9606d] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-5ba9606d] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-5ba9606d],
.vue-treeselect__multi-value-label[data-v-5ba9606d] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-5ba9606d] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-5ba9606d] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-5ba9606d],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-5ba9606d] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-5ba9606d] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-5ba9606d] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-5ba9606d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-5ba9606d] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-5ba9606d] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-5ba9606d] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-5ba9606d] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-5ba9606d] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-5ba9606d] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-5ba9606d] {
  display: none;
}
.vue-treeselect__input[data-v-5ba9606d],
.vue-treeselect__sizer[data-v-5ba9606d] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-5ba9606d] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-5ba9606d]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-5ba9606d] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-5ba9606d] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-5ba9606d] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-5ba9606d] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-5ba9606d cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-5ba9606d cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-5ba9606d]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-5ba9606d] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-5ba9606d] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-5ba9606d] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-5ba9606d] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-5ba9606d] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-5ba9606d] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-5ba9606d] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-5ba9606d] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-5ba9606d] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-5ba9606d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-5ba9606d] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-5ba9606d] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-5ba9606d]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-5ba9606d] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-5ba9606d],
.vue-treeselect__option-arrow-placeholder[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-5ba9606d] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-5ba9606d] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-5ba9606d],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-5ba9606d] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-5ba9606d] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-5ba9606d] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-5ba9606d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-5ba9606d] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-5ba9606d] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-5ba9606d],
.vue-treeselect__minus-mark[data-v-5ba9606d] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-5ba9606d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-5ba9606d] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-5ba9606d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-5ba9606d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-5ba9606d] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-5ba9606d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-5ba9606d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-5ba9606d] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-5ba9606d] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-5ba9606d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-5ba9606d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-5ba9606d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-5ba9606d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-5ba9606d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-5ba9606d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-5ba9606d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-5ba9606d] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-5ba9606d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-5ba9606d] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-5ba9606d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-5ba9606d] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-5ba9606d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-5ba9606d]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-5ba9606d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-5ba9606d]::before,
.vue-treeselect__icon-error[data-v-5ba9606d]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-5ba9606d]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-5ba9606d]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-5ba9606d] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-5ba9606d linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-5ba9606d linear infinite;
}
.vue-treeselect__icon-loader[data-v-5ba9606d]::before,
.vue-treeselect__icon-loader[data-v-5ba9606d]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-5ba9606d ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-5ba9606d ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-5ba9606d]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-5ba9606d]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-5ba9606d],
.vac-loader-wrapper[data-v-5ba9606d] {
  display: none !important;
}
.vac-room-name[data-v-5ba9606d] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-5ba9606d] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-5ba9606d] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-5ba9606d] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-5ba9606d] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-5ba9606d] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-5ba9606d] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-5ba9606d] {
  min-height: 24px !important;
}
.tagWarn[data-v-5ba9606d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-5ba9606d]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-5ba9606d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-5ba9606d]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-5ba9606d]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-5ba9606d] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-5ba9606d] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-5ba9606d] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-5ba9606d] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-5ba9606d]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-5ba9606d] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-5ba9606d]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-5ba9606d] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-5ba9606d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-5ba9606d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-5ba9606d]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-5ba9606d] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-5ba9606d]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-5ba9606d] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-5ba9606d]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-5ba9606d]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-5ba9606d] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-5ba9606d] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-5ba9606d] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-5ba9606d]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-5ba9606d] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-5ba9606d] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-5ba9606d] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-5ba9606d]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-5ba9606d] {
  font-size: 1.15em;
}
.my-select[data-v-5ba9606d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-5ba9606d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-5ba9606d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-5ba9606d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-5ba9606d] {
  width: 160px;
}
.my-select[data-v-5ba9606d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-5ba9606d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-5ba9606d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-5ba9606d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-5ba9606d] {
  width: 160px;
}
.input-cupon[data-v-5ba9606d] {
  display: flex;
}
.input-cupon > div > span[data-v-5ba9606d] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-5ba9606d] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-5ba9606d] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-5ba9606d]:not(:checked),
input[type=checkbox].check[data-v-5ba9606d]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-5ba9606d],
input[type=checkbox].check:checked + label[data-v-5ba9606d] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-5ba9606d]:before,
input[type=checkbox].check:checked + label[data-v-5ba9606d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-5ba9606d]:after,
input[type=checkbox].check:checked + label[data-v-5ba9606d]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-5ba9606d]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-5ba9606d]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-5ba9606d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-5ba9606d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-5ba9606d]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-5ba9606d] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-5ba9606d]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-5ba9606d]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-5ba9606d] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-5ba9606d] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-5ba9606d] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-5ba9606d] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-5ba9606d] {
  opacity: 1;
}
.multiselect__tag[data-v-5ba9606d] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-5ba9606d] {
  background: #2AA186 !important;
}
.multiselect[data-v-5ba9606d] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-5ba9606d]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-5ba9606d] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-5ba9606d] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-5ba9606d]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-5ba9606d]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-5ba9606d]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-5ba9606d]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-5ba9606d] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-5ba9606d] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-5ba9606d] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-5ba9606d] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-5ba9606d] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-5ba9606d] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-5ba9606d]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-5ba9606d]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-5ba9606d]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-5ba9606d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-5ba9606d] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-5ba9606d] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-5ba9606d] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-5ba9606d]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-5ba9606d] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-5ba9606d] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-5ba9606d] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-5ba9606d] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-5ba9606d] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-5ba9606d] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-5ba9606d]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-5ba9606d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-5ba9606d] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-5ba9606d], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-5ba9606d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-5ba9606d] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-5ba9606d] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-5ba9606d], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-5ba9606d] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-5ba9606d], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-5ba9606d] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-5ba9606d]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-5ba9606d]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-5ba9606d] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-5ba9606d] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-5ba9606d] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-5ba9606d] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-5ba9606d] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-5ba9606d] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-5ba9606d] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-5ba9606d] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-5ba9606d] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-5ba9606d] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-5ba9606d] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-5ba9606d] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-5ba9606d] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-5ba9606d] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-5ba9606d] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-5ba9606d]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-5ba9606d] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-5ba9606d] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-5ba9606d] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-5ba9606d] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-5ba9606d] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-5ba9606d] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-5ba9606d] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-5ba9606d] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-5ba9606d], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-5ba9606d] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-5ba9606d] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-5ba9606d] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-5ba9606d] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-5ba9606d] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-5ba9606d] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-5ba9606d] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-5ba9606d] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-5ba9606d], .v3-emoji-picker .v3-header[data-v-5ba9606d] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-5ba9606d] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-5ba9606d] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-5ba9606d] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-5ba9606d]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-5ba9606d], .v3-emoji-picker .v3-skin-tones[data-v-5ba9606d] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-5ba9606d]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-5ba9606d] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-5ba9606d] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-5ba9606d] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-5ba9606d], body[data-v-5ba9606d] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-5ba9606d], body.home[data-v-5ba9606d] {
  background-color: #fff;
}
[data-v-5ba9606d]:focus {
  outline: none !important;
}
a[data-v-5ba9606d] {
  text-decoration: none;
}
a[data-v-5ba9606d]:hover,
a[data-v-5ba9606d]:focus {
  text-decoration: none;
}
img[data-v-5ba9606d] {
  border: 0;
}
textarea[data-v-5ba9606d] {
  resize: none;
}
h1[data-v-5ba9606d],
h2[data-v-5ba9606d],
h3[data-v-5ba9606d],
h4[data-v-5ba9606d],
h5[data-v-5ba9606d],
h6[data-v-5ba9606d] {
  font-weight: bold;
}
@media (max-width: 800px) {
.chat-container[data-v-5ba9606d] {
    width: 100%;
}
}
@media (min-width: 800px) {
.chat-container[data-v-5ba9606d] {
    width: 50%;
}
}
@media (min-width: 900px) {
.chat-container[data-v-5ba9606d] {
    width: 60%;
}
}
@media (min-width: 1200px) {
.chat-container[data-v-5ba9606d] {
    width: 70%;
}
}
.menu-container[data-v-5ba9606d] {
  overflow-y: scroll;
  height: calc(100svh - 120px);
}
@media (max-width: 800px) {
.menu-container[data-v-5ba9606d] {
    width: 100%;
}
}
@media (min-width: 800px) {
.menu-container[data-v-5ba9606d] {
    width: 50%;
}
}
@media (min-width: 900px) {
.menu-container[data-v-5ba9606d] {
    width: 40%;
}
}
@media (min-width: 1200px) {
.menu-container[data-v-5ba9606d] {
    width: 30%;
}
}
 /* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.st0[data-v-e9480bfb]{fill-rule:evenodd;clip-rule:evenodd;fill:#00D264;}
.st1[data-v-e9480bfb]{fill-rule:evenodd;clip-rule:evenodd;fill:#00EB78;}
.st2[data-v-e9480bfb]{fill-rule:evenodd;clip-rule:evenodd;fill:#00B950;}
.st3[data-v-e9480bfb]{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st4[data-v-e9480bfb]{fill:none;}
.st5[data-v-e9480bfb]{fill:#2980B9;}
.st6[data-v-e9480bfb]{fill:#E84B3D;}
.st7[data-v-e9480bfb]{fill:#F39B13;}
.st8[data-v-e9480bfb]{fill:#159F84;}
.st9[data-v-e9480bfb]{fill:#35495E;}

 /* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

.spinner-container[data-v-805c6b15] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Respeta márgenes y paddings del contenedor padre */
}
.loader[data-v-805c6b15] {
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 !important;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6-805c6b15 1.7s infinite ease,round-805c6b15 1.7s infinite ease;
  animation: load6-805c6b15 1.7s infinite ease,round-805c6b15 1.7s infinite ease;
}
@-webkit-keyframes load6-805c6b15 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.087em -0.825em 0 -0.42em var(--spinner-color),
      -0.173em -0.812em 0 -0.44em var(--spinner-color),
      -0.256em -0.789em 0 -0.46em var(--spinner-color),
      -0.297em -0.775em 0 -0.477em var(--spinner-color);
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.338em -0.758em 0 -0.42em var(--spinner-color),
      -0.555em -0.617em 0 -0.44em var(--spinner-color),
      -0.671em -0.488em 0 -0.46em var(--spinner-color),
      -0.749em -0.34em 0 -0.477em var(--spinner-color);
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.377em -0.74em 0 -0.42em var(--spinner-color),
      -0.645em -0.522em 0 -0.44em var(--spinner-color),
      -0.775em -0.297em 0 -0.46em var(--spinner-color),
      -0.82em -0.09em 0 -0.477em var(--spinner-color);
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
}
@keyframes load6-805c6b15 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.087em -0.825em 0 -0.42em var(--spinner-color),
      -0.173em -0.812em 0 -0.44em var(--spinner-color),
      -0.256em -0.789em 0 -0.46em var(--spinner-color),
      -0.297em -0.775em 0 -0.477em var(--spinner-color);
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.338em -0.758em 0 -0.42em var(--spinner-color),
      -0.555em -0.617em 0 -0.44em var(--spinner-color),
      -0.671em -0.488em 0 -0.46em var(--spinner-color),
      -0.749em -0.34em 0 -0.477em var(--spinner-color);
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      -0.377em -0.74em 0 -0.42em var(--spinner-color),
      -0.645em -0.522em 0 -0.44em var(--spinner-color),
      -0.775em -0.297em 0 -0.46em var(--spinner-color),
      -0.82em -0.09em 0 -0.477em var(--spinner-color);
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em var(--spinner-color),
      0 -0.83em 0 -0.42em var(--spinner-color),
      0 -0.83em 0 -0.44em var(--spinner-color),
      0 -0.83em 0 -0.46em var(--spinner-color),
      0 -0.83em 0 -0.477em var(--spinner-color);
}
}
@-webkit-keyframes round-805c6b15 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round-805c6b15 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.hide-m {
  display: flex !important;
}
@media screen and (max-width: 340px) {
.grid-paid {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.hide-m {
    display: none !important;
}
.width-1,
  .width-2,
  .width-3,
  .width-4 {
    width: 100%;
}
}
@media screen and (max-width: 760px) {
.grid-paid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hide-m {
    display: none !important;
}
.width-1 {
    width: 33%;
}
.width-2 {
    width: 33%;
}
.width-3 {
    width: 33%;
}
.width-4 {
    width: 20%;
}
}
@media screen and (min-width: 768px) {
.grid-paid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.hide-d {
    display: none !important;
}
.width-1 {
    width: 20%;
}
.width-2 {
    width: 20%;
}
.width-3 {
    width: 35%;
}
.width-4 {
    width: 25%;
}
}

:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.see-more-btn {
  background: transparent;
}
.see-more-btn:hover {
  background: #2581bc !important;
  color: white !important;
}
.grid-5-profile {
  display: grid;
  grid-template-columns: 22% 22% 22% 10% 18%;
  grid-gap: 10px;
  grid-auto-rows: minmax(10px, auto);
  /*background: red;*/
  border: 1px solid white;
  text-align: center;
  width: 100%;
}
.ml10-40 {
  margin-left: 10px;
}
.margin-cellphone {
  margin-bottom: 5px;
}
@media (max-width: 320px) {
.margin-cellphone {
    margin-bottom: 10px;
}
}
@media (max-width: 450px) {
.header-info-container {
    margin-top: 10px;
}
}
@media (min-width: 600px) {
.ml10-40 {
    margin-left: 40px;
}
}
.grid-breakdown {
  display: grid;
  grid-template-columns: 156px 156px 338px 156px 156px 286px 260px 208px 200px 130px 182px 208px 182px 165px 156px 156px 156px;
  grid-gap: 2px;
  width: 3237px;
}
.grid-breakdown > div {
  padding: 2px;
}
.grid-13 {
  display: grid;
  grid-template-columns: 6% 6% 13% 6% 6% 11% 10% 8% 6% 5% 7% 8% 7%;
  grid-gap: 2px;
  /*grid-auto-rows: minmax(10px, auto);*/
  /*background: red;*/
  /*border-right:1px solid red;*/
  width: 2600px;
}
.left-sticky {
  left: -10px;
  z-index: 2;
  /* min-width: 100px;
      width: 100px;
      max-width: 100px; */
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  position: sticky;
  background-color: #e7ecf2;
}
.grid-iterated {
> div {
    padding: 2px;
}
> div:first-child {
    left: -10px;
    z-index: 2;
    /* min-width: 100px;
      width: 100px;
      max-width: 100px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: sticky;
    background-color: #e7ecf2;
}
}

.fontBoldRed {
  font-weight: bold;
  color: red;
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.choose-modal[data-v-048f00be] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
  width: 80%;
}
@media (min-width: 768px) {
.choose-modal[data-v-048f00be] {
    width: 90%;
    max-width: 400px;
}
}

.choose-size-modal[data-v-d9e19e7a] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
  width: 80%;
}
@media (min-width: 768px) {
.choose-size-modal[data-v-d9e19e7a] {
    width: 90%;
    max-width: 400px;
}
}

[data-v-b3f5122e] .vueperslide--loading {
  opacity: 0;
}
.vueperslides--fixed-height.vueperslides--bullets-outside[data-v-b3f5122e] {
  margin-bottom: 0;
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fullScreen[data-v-28cbf841] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh;
}
.fullScreen section[data-v-28cbf841] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullScreen section > div[data-v-28cbf841]{
  width: 90%;
  margin: auto;
  max-width: 800px;
}

table[data-v-e1cd4d45] {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-top: 30px;
}
th[data-v-e1cd4d45],
td[data-v-e1cd4d45] {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.header-container {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #e7ecf1;
}

.choose-size-modal[data-v-68d45c5d] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
  width: 80%;
}
@media (min-width: 768px) {
.choose-size-modal[data-v-68d45c5d] {
    width: 90%;
    max-width: 400px;
}
}

#paypal-button-container {
  margin: 30px 0;
}
#buttons-container {
  display: flex;
  justify-content: center;
}
#confirmation {
  color: green;
  margin-top: 1em;
  font-size: 2em;
}

div.container-paypal {
  background-color: #009de1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
}
.loader-paypal {
  color: #fff;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
  margin: 80px 0;
}
@keyframes mulShdSpin {
0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}

.inputContainerAdyen[data-v-2ab2b5ef] {
  height: 54px !important;
  overflow: hidden;
}

.header-container {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #e7ecf1;
}
/* .cart-pagination.pagination > li > a {
  color: #000 !important;
}

.cart-pagination.pagination > .page-item.active > a {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.card-detail-product {
  width: 100%;
  margin-bottom: 30px;
}
.card-detail-product-header {
  border: 1px solid #2d3e4f;
}

.card-detail-product-info {
  background: #fff;
}

.top70 {
  top: 73px !important;
} */

::v-deep .vueperslide--loading {
  opacity: 0;
}
.vueperslides__arrows {
  color: unset !important;
}
.vueperslides--fixed-height.vueperslides--bullets-outside {
  margin-bottom: 2em;
}
/* .vueperslides__arrow.vueperslides__arrow--prev{
  left: -25px !important;
}
.vueperslides__arrow.vueperslides__arrow--next{
  right: -25px !important;
} */
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/


/* Default standalone editor fonts */
.monaco-editor {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", system-ui, "Ubuntu", "Droid Sans", sans-serif;
	--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
}

.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label {
	stroke-width: 1.2px;
}

.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,
.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label {
	stroke-width: 1.2px;
}

.monaco-hover p {
	margin: 0;
}

/* See https://github.com/microsoft/monaco-editor/issues/2168#issuecomment-780078600 */
.monaco-aria-container {
	position: absolute !important;
	top: 0; /* avoid being placed underneath a sibling element */
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

/* The hc-black theme is already high contrast optimized */
.monaco-editor.hc-black {
	-ms-high-contrast-adjust: none;
}
/* In case the browser goes into high contrast mode and the editor is not configured with the hc-black theme */
@media screen and (-ms-high-contrast:active) {

	/* current line highlight */
	.monaco-editor.vs .view-overlays .current-line,
	.monaco-editor.vs-dark .view-overlays .current-line {
		border-color: windowtext !important;
		border-left: 0;
		border-right: 0;
	}

	/* view cursors */
	.monaco-editor.vs .cursor,
	.monaco-editor.vs-dark .cursor {
		background-color: windowtext !important;
	}
	/* dnd target */
	.monaco-editor.vs .dnd-target,
	.monaco-editor.vs-dark .dnd-target {
		border-color: windowtext !important;
	}

	/* selected text background */
	.monaco-editor.vs .selected-text,
	.monaco-editor.vs-dark .selected-text {
		background-color: highlight !important;
	}

	/* allow the text to have a transparent background. */
	.monaco-editor.vs .view-line,
	.monaco-editor.vs-dark .view-line {
		-ms-high-contrast-adjust: none;
	}

	/* text color */
	.monaco-editor.vs .view-line span,
	.monaco-editor.vs-dark .view-line span {
		color: windowtext !important;
	}
	/* selected text color */
	.monaco-editor.vs .view-line span.inline-selected-text,
	.monaco-editor.vs-dark .view-line span.inline-selected-text {
		color: highlighttext !important;
	}

	/* allow decorations */
	.monaco-editor.vs .view-overlays,
	.monaco-editor.vs-dark .view-overlays {
		-ms-high-contrast-adjust: none;
	}

	/* various decorations */
	.monaco-editor.vs .selectionHighlight,
	.monaco-editor.vs-dark .selectionHighlight,
	.monaco-editor.vs .wordHighlight,
	.monaco-editor.vs-dark .wordHighlight,
	.monaco-editor.vs .wordHighlightStrong,
	.monaco-editor.vs-dark .wordHighlightStrong,
	.monaco-editor.vs .reference-decoration,
	.monaco-editor.vs-dark .reference-decoration {
		border: 2px dotted highlight !important;
		background: transparent !important;
		box-sizing: border-box;
	}
	.monaco-editor.vs .rangeHighlight,
	.monaco-editor.vs-dark .rangeHighlight {
		background: transparent !important;
		border: 1px dotted activeborder !important;
		box-sizing: border-box;
	}
	.monaco-editor.vs .bracket-match,
	.monaco-editor.vs-dark .bracket-match {
		border-color: windowtext !important;
		background: transparent !important;
	}

	/* find widget */
	.monaco-editor.vs .findMatch,
	.monaco-editor.vs-dark .findMatch,
	.monaco-editor.vs .currentFindMatch,
	.monaco-editor.vs-dark .currentFindMatch {
		border: 2px dotted activeborder !important;
		background: transparent !important;
		box-sizing: border-box;
	}
	.monaco-editor.vs .find-widget,
	.monaco-editor.vs-dark .find-widget {
		border: 1px solid windowtext;
	}

	/* list - used by suggest widget */
	.monaco-editor.vs .monaco-list .monaco-list-row,
	.monaco-editor.vs-dark .monaco-list .monaco-list-row {
		-ms-high-contrast-adjust: none;
		color: windowtext !important;
	}
	.monaco-editor.vs .monaco-list .monaco-list-row.focused,
	.monaco-editor.vs-dark .monaco-list .monaco-list-row.focused {
		color: highlighttext !important;
		background-color: highlight !important;
	}
	.monaco-editor.vs .monaco-list .monaco-list-row:hover,
	.monaco-editor.vs-dark .monaco-list .monaco-list-row:hover {
		background: transparent !important;
		border: 1px solid highlight;
		box-sizing: border-box;
	}

	/* scrollbars */
	.monaco-editor.vs .monaco-scrollable-element > .scrollbar,
	.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar {
		-ms-high-contrast-adjust: none;
		background: background !important;
		border: 1px solid windowtext;
		box-sizing: border-box;
	}
	.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider,
	.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider {
		background: windowtext !important;
	}
	.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider:hover,
	.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider:hover {
		background: highlight !important;
	}
	.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider.active,
	.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider.active {
		background: highlight !important;
	}

	/* overview ruler */
	.monaco-editor.vs .decorationsOverviewRuler,
	.monaco-editor.vs-dark .decorationsOverviewRuler {
		opacity: 0;
	}

	/* minimap */
	.monaco-editor.vs .minimap,
	.monaco-editor.vs-dark .minimap {
		display: none;
	}

	/* squiggles */
	.monaco-editor.vs .squiggly-d-error,
	.monaco-editor.vs-dark .squiggly-d-error {
		background: transparent !important;
		border-bottom: 4px double #E47777;
	}
	.monaco-editor.vs .squiggly-c-warning,
	.monaco-editor.vs-dark .squiggly-c-warning {
		border-bottom: 4px double #71B771;
	}
	.monaco-editor.vs .squiggly-b-info,
	.monaco-editor.vs-dark .squiggly-b-info {
		border-bottom: 4px double #71B771;
	}
	.monaco-editor.vs .squiggly-a-hint,
	.monaco-editor.vs-dark .squiggly-a-hint {
		border-bottom: 4px double #6c6c6c;
	}

	/* contextmenu */
	.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,
	.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label {
		-ms-high-contrast-adjust: none;
		color: highlighttext !important;
		background-color: highlight !important;
	}
	.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label,
	.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label {
		-ms-high-contrast-adjust: none;
		background: transparent !important;
		border: 1px solid highlight;
		box-sizing: border-box;
	}

	/* diff editor */
	.monaco-diff-editor.vs .diffOverviewRuler,
	.monaco-diff-editor.vs-dark .diffOverviewRuler {
		display: none;
	}
	.monaco-editor.vs .line-insert,
	.monaco-editor.vs-dark .line-insert,
	.monaco-editor.vs .line-delete,
	.monaco-editor.vs-dark .line-delete {
		background: transparent !important;
		border: 1px solid highlight !important;
		box-sizing: border-box;
	}
	.monaco-editor.vs .char-insert,
	.monaco-editor.vs-dark .char-insert,
	.monaco-editor.vs .char-delete,
	.monaco-editor.vs-dark .char-delete {
		background: transparent !important;
	}
}

/*.monaco-editor.vs [tabindex="0"]:focus {
	outline: 1px solid rgba(0, 122, 204, 0.4);
	outline-offset: -1px;
	opacity: 1 !important;
}

.monaco-editor.vs-dark [tabindex="0"]:focus {
	outline: 1px solid rgba(14, 99, 156, 0.6);
	outline-offset: -1px;
	opacity: 1 !important;
}*/
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-aria-container {
	position: absolute; /* try to hide from window but not from screen readers */
	left:-999em;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* -------------------- IE10 remove auto clear button -------------------- */

::-ms-clear {
	display: none;
}

/* All widgets */
/* I am not a big fan of this rule */
.monaco-editor .editor-widget input {
	color: inherit;
}

/* -------------------- Editor -------------------- */

.monaco-editor {
	position: relative;
	overflow: visible;
	-webkit-text-size-adjust: 100%;
}

/* -------------------- Misc -------------------- */

.monaco-editor .overflow-guard {
	position: relative;
	overflow: hidden;
}

.monaco-editor .view-overlays {
	position: absolute;
	top: 0;
}

/*
.monaco-editor .auto-closed-character {
	opacity: 0.3;
}
*/
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .inputarea {
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	outline: none !important;
	resize: none;
	border: none;
	overflow: hidden;
	color: transparent;
	background-color: transparent;
}
/*.monaco-editor .inputarea {
	position: fixed !important;
	width: 800px !important;
	height: 500px !important;
	top: initial !important;
	left: initial !important;
	bottom: 0 !important;
	right: 0 !important;
	color: black !important;
	background: white !important;
	line-height: 15px !important;
	font-size: 14px !important;
}*/
.monaco-editor .inputarea.ime-input {
	z-index: 10;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .margin-view-overlays .line-numbers {
	font-variant-numeric: tabular-nums;
	position: absolute;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: default;
	height: 100%;
}

.monaco-editor .relative-current-line-number {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.monaco-editor .margin-view-overlays .line-numbers.lh-odd {
	margin-top: 1px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-mouse-cursor-text {
	cursor: text;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .view-overlays .current-line {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.monaco-editor .margin-view-overlays .current-line {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both {
	border-right: 0;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cdr = core decorations rendering (div)
*/
.monaco-editor .lines-content .cdr {
	position: absolute;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Arrows */
.monaco-scrollable-element > .scrollbar > .scra {
	cursor: pointer;
	font-size: 11px !important;
}

.monaco-scrollable-element > .visible {
	opacity: 1;

	/* Background rule added for IE9 - to allow clicks on dom node */
	background:rgba(0,0,0,0);

	transition: opacity 100ms linear;
}
.monaco-scrollable-element > .invisible {
	opacity: 0;
	pointer-events: none;
}
.monaco-scrollable-element > .invisible.fade {
	transition: opacity 800ms linear;
}

/* Scrollable Content Inset Shadow */
.monaco-scrollable-element > .shadow {
	position: absolute;
	display: none;
}
.monaco-scrollable-element > .shadow.top {
	display: block;
	top: 0;
	left: 3px;
	height: 3px;
	width: 100%;
}
.monaco-scrollable-element > .shadow.left {
	display: block;
	top: 3px;
	left: 0;
	height: 100%;
	width: 3px;
}
.monaco-scrollable-element > .shadow.top-left-corner {
	display: block;
	top: 0;
	left: 0;
	height: 3px;
	width: 3px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .glyph-margin {
	position: absolute;
	top: 0;
}

/*
	Keeping name short for faster parsing.
	cgmr = core glyph margin rendering (div)
*/
.monaco-editor .margin-view-overlays .cgmr {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .lines-content .core-guide {
	position: absolute;
	box-sizing: border-box;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Uncomment to see lines flashing when they're painted */
/*.monaco-editor .view-lines > .view-line {
	background-color: none;
	animation-name: flash-background;
	animation-duration: 800ms;
}
@keyframes flash-background {
	0%   { background-color: lightgreen; }
	100% { background-color: none }
}*/

.mtkcontrol {
	color: rgb(255, 255, 255) !important;
	background: rgb(150, 0, 0) !important;
}

.monaco-editor.no-user-select .lines-content,
.monaco-editor.no-user-select .view-line,
.monaco-editor.no-user-select .view-lines {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.monaco-editor .view-lines {
	white-space: nowrap;
}

.monaco-editor .view-line {
	position: absolute;
	width: 100%;
}

.monaco-editor .mtkz {
	display: inline-block;
}

/* TODO@tokenization bootstrap fix */
/*.monaco-editor .view-line > span > span {
	float: none;
	min-height: inherit;
	margin-left: inherit;
}*/
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .lines-decorations {
	position: absolute;
	top: 0;
	background: white;
}

/*
	Keeping name short for faster parsing.
	cldr = core lines decorations rendering (div)
*/
.monaco-editor .margin-view-overlays .cldr {
	position: absolute;
	height: 100%;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cmdr = core margin decorations rendering (div)
*/
.monaco-editor .margin-view-overlays .cmdr {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* START cover the case that slider is visible on mouseover */
.monaco-editor .minimap.slider-mouseover .minimap-slider {
	opacity: 0;
	transition: opacity 100ms linear;
}
.monaco-editor .minimap.slider-mouseover:hover .minimap-slider {
	opacity: 1;
}
.monaco-editor .minimap.slider-mouseover .minimap-slider.active {
	opacity: 1;
}
/* END cover the case that slider is visible on mouseover */

.monaco-editor .minimap-shadow-hidden {
	position: absolute;
	width: 0;
}
.monaco-editor .minimap-shadow-visible {
	position: absolute;
	left: -6px;
	width: 6px;
}
.monaco-editor.no-minimap-shadow .minimap-shadow-visible {
	position: absolute;
	left: -1px;
	width: 1px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .overlayWidgets {
	position: absolute;
	top: 0;
	left:0;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .view-ruler {
	position: absolute;
	top: 0;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .scroll-decoration {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/*
	Keeping name short for faster parsing.
	cslr = core selections layer rendering (div)
*/
.monaco-editor .lines-content .cslr {
	position: absolute;
}

.monaco-editor			.top-left-radius		{ border-top-left-radius: 3px; }
.monaco-editor			.bottom-left-radius		{ border-bottom-left-radius: 3px; }
.monaco-editor			.top-right-radius		{ border-top-right-radius: 3px; }
.monaco-editor			.bottom-right-radius	{ border-bottom-right-radius: 3px; }

.monaco-editor.hc-black .top-left-radius		{ border-top-left-radius: 0; }
.monaco-editor.hc-black .bottom-left-radius		{ border-bottom-left-radius: 0; }
.monaco-editor.hc-black .top-right-radius		{ border-top-right-radius: 0; }
.monaco-editor.hc-black .bottom-right-radius	{ border-bottom-right-radius: 0; }
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .cursors-layer {
	position: absolute;
	top: 0;
}

.monaco-editor .cursors-layer > .cursor {
	position: absolute;
	overflow: hidden;
}

/* -- smooth-caret-animation -- */
.monaco-editor .cursors-layer.cursor-smooth-caret-animation > .cursor {
	transition: all 80ms;
}

/* -- block-outline-style -- */
.monaco-editor .cursors-layer.cursor-block-outline-style > .cursor {
	box-sizing: border-box;
	background: transparent !important;
	border-style: solid;
	border-width: 1px;
}

/* -- underline-style -- */
.monaco-editor .cursors-layer.cursor-underline-style > .cursor {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background: transparent !important;
	box-sizing: border-box;
}

/* -- underline-thin-style -- */
.monaco-editor .cursors-layer.cursor-underline-thin-style > .cursor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: transparent !important;
	box-sizing: border-box;
}

@keyframes monaco-cursor-smooth {
	0%,
	20% {
		opacity: 1;
	}
	60%,
	100% {
		opacity: 0;
	}
}

@keyframes monaco-cursor-phase {
	0%,
	20% {
		opacity: 1;
	}
	90%,
	100% {
		opacity: 0;
	}
}

@keyframes monaco-cursor-expand {
	0%,
	20% {
		transform: scaleY(1);
	}
	80%,
	100% {
		transform: scaleY(0);
	}
}

.cursor-smooth {
	animation: monaco-cursor-smooth 0.5s ease-in-out 0s 20 alternate;
}

.cursor-phase {
	animation: monaco-cursor-phase 0.5s ease-in-out 0s 20 alternate;
}

.cursor-expand > .cursor {
	animation: monaco-cursor-expand 0.5s ease-in-out 0s 20 alternate;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
/* ---------- DiffEditor ---------- */

.monaco-diff-editor .diffOverview {
	z-index: 9;
}

.monaco-diff-editor .diffOverview .diffViewport {
	z-index: 10;
}

/* colors not externalized: using transparancy on background */
.monaco-diff-editor.vs			.diffOverview { background: rgba(0, 0, 0, 0.03); }
.monaco-diff-editor.vs-dark		.diffOverview { background: rgba(255, 255, 255, 0.01); }

.monaco-scrollable-element.modified-in-monaco-diff-editor.vs		.scrollbar { background: rgba(0,0,0,0); }
.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark	.scrollbar { background: rgba(0,0,0,0); }
.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black	.scrollbar { background: none; }

.monaco-scrollable-element.modified-in-monaco-diff-editor .slider {
	z-index: 10;
}
.modified-in-monaco-diff-editor				.slider.active { background: rgba(171, 171, 171, .4); }
.modified-in-monaco-diff-editor.hc-black	.slider.active { background: none; }

/* ---------- Diff ---------- */

.monaco-editor .insert-sign,
.monaco-diff-editor .insert-sign,
.monaco-editor .delete-sign,
.monaco-diff-editor .delete-sign {
	font-size: 11px !important;
	opacity: 0.7 !important;
	display: flex !important;
	align-items: center;
}
.monaco-editor.hc-black .insert-sign,
.monaco-diff-editor.hc-black .insert-sign,
.monaco-editor.hc-black .delete-sign,
.monaco-diff-editor.hc-black .delete-sign {
	opacity: 1;
}

.monaco-editor .inline-deleted-margin-view-zone {
	text-align: right;
}
.monaco-editor .inline-added-margin-view-zone {
	text-align: right;
}

/* ---------- Inline Diff ---------- */

.monaco-editor .view-zones .view-lines .view-line span {
	display: inline-block;
}

.monaco-editor .margin-view-zones .lightbulb-glyph:hover {
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

:root {
	--sash-size: 4px;
}

.monaco-sash {
	position: absolute;
	z-index: 35;
	touch-action: none;
}

.monaco-sash.disabled {
	pointer-events: none;
}

.monaco-sash.mac.vertical {
	cursor: col-resize;
}

.monaco-sash.vertical.minimum {
	cursor: e-resize;
}

.monaco-sash.vertical.maximum {
	cursor: w-resize;
}

.monaco-sash.mac.horizontal {
	cursor: row-resize;
}

.monaco-sash.horizontal.minimum {
	cursor: s-resize;
}

.monaco-sash.horizontal.maximum {
	cursor: n-resize;
}

.monaco-sash.disabled {
	cursor: default !important;
	pointer-events: none !important;
}

.monaco-sash.vertical {
	cursor: ew-resize;
	top: 0;
	width: var(--sash-size);
	height: 100%;
}

.monaco-sash.horizontal {
	cursor: ns-resize;
	left: 0;
	width: 100%;
	height: var(--sash-size);
}

.monaco-sash:not(.disabled) > .orthogonal-drag-handle {
	content: " ";
	height: calc(var(--sash-size) * 2);
	width: calc(var(--sash-size) * 2);
	z-index: 100;
	display: block;
	cursor: all-scroll;
	position: absolute;
}

.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)
	> .orthogonal-drag-handle.start,
.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)
	> .orthogonal-drag-handle.end {
	cursor: nwse-resize;
}

.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)
	> .orthogonal-drag-handle.end,
.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)
	> .orthogonal-drag-handle.start {
	cursor: nesw-resize;
}

.monaco-sash.vertical > .orthogonal-drag-handle.start {
	left: calc(var(--sash-size) * -0.5);
	top: calc(var(--sash-size) * -1);
}
.monaco-sash.vertical > .orthogonal-drag-handle.end {
	left: calc(var(--sash-size) * -0.5);
	bottom: calc(var(--sash-size) * -1);
}
.monaco-sash.horizontal > .orthogonal-drag-handle.start {
	top: calc(var(--sash-size) * -0.5);
	left: calc(var(--sash-size) * -1);
}
.monaco-sash.horizontal > .orthogonal-drag-handle.end {
	top: calc(var(--sash-size) * -0.5);
	right: calc(var(--sash-size) * -1);
}

.monaco-sash:before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: background-color 0.1s ease-out;
	background: transparent;
}

.monaco-sash.vertical:before {
	width: var(--sash-hover-size);
	left: calc(50% - (var(--sash-hover-size) / 2));
}

.monaco-sash.horizontal:before {
	height: var(--sash-hover-size);
	top: calc(50% - (var(--sash-hover-size) / 2));
}

.pointer-events-disabled {
	pointer-events: none !important;
}

/** Debug **/

.monaco-sash.debug {
	background: cyan;
}

.monaco-sash.debug.disabled {
	background: rgba(0, 255, 255, 0.2);
}

.monaco-sash.debug:not(.disabled) > .orthogonal-drag-handle {
	background: red;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-diff-editor .diff-review-line-number {
	text-align: right;
	display: inline-block;
}

.monaco-diff-editor .diff-review {
	position: absolute;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.monaco-diff-editor .diff-review-summary {
	padding-left: 10px;
}

.monaco-diff-editor .diff-review-shadow {
	position: absolute;
}

.monaco-diff-editor .diff-review-row {
	white-space: pre;
}

.monaco-diff-editor .diff-review-table {
	display: table;
	min-width: 100%;
}

.monaco-diff-editor .diff-review-row {
	display: table-row;
	width: 100%;
}

.monaco-diff-editor .diff-review-spacer {
	display: inline-block;
	width: 10px;
	vertical-align: middle;
}

.monaco-diff-editor .diff-review-spacer > .codicon {
	font-size: 9px !important;
}

.monaco-diff-editor .diff-review-actions {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 2px;
}

.monaco-diff-editor .diff-review-actions .action-label {
	width: 16px;
	height: 16px;
	margin: 2px 0;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-action-bar {
	white-space: nowrap;
	height: 100%;
}

.monaco-action-bar .actions-container {
	display: flex;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	align-items: center;
}

.monaco-action-bar.vertical .actions-container {
	display: inline-block;
}

.monaco-action-bar .action-item {
	display: block;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;  /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chrome 42 */
}

.monaco-action-bar .action-item.disabled {
	cursor: default;
}

.monaco-action-bar .action-item .icon,
.monaco-action-bar .action-item .codicon {
	display: block;
}

.monaco-action-bar .action-item .codicon {
	display: flex;
	align-items: center;
	width: 16px;
	height: 16px;
}

.monaco-action-bar .action-label {
	font-size: 11px;
	padding: 3px;
	border-radius: 5px;
}

.monaco-action-bar .action-item.disabled .action-label,
.monaco-action-bar .action-item.disabled .action-label::before,
.monaco-action-bar .action-item.disabled .action-label:hover {
	opacity: 0.4;
}

/* Vertical actions */

.monaco-action-bar.vertical {
	text-align: left;
}

.monaco-action-bar.vertical .action-item {
	display: block;
}

.monaco-action-bar.vertical .action-label.separator {
	display: block;
	border-bottom: 1px solid #bbb;
	padding-top: 1px;
	margin-left: .8em;
	margin-right: .8em;
}

.monaco-action-bar .action-item .action-label.separator {
	width: 1px;
	height: 16px;
	margin: 5px 4px !important;
	cursor: default;
	min-width: 1px;
	padding: 0;
	background-color: #bbb;
}

.secondary-actions .monaco-action-bar .action-label {
	margin-left: 6px;
}

/* Action Items */
.monaco-action-bar .action-item.select-container {
	overflow: hidden; /* somehow the dropdown overflows its container, we prevent it here to not push */
	flex: 1;
	max-width: 170px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.monaco-action-bar .action-item.action-dropdown-item {
	display: flex;
}

.monaco-action-bar .action-item.action-dropdown-item > .action-label {
	margin-right: 1px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.context-view {
	position: absolute;
	z-index: 2500;
}

.context-view.fixed {
	all: initial;
	font-family: inherit;
	font-size: 13px;
	position: fixed;
	z-index: 2500;
	color: inherit;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

@font-face {
	font-family: "codicon";
	font-display: block;
	src: url(./codicon.ttf) format("truetype");
}

.codicon[class*='codicon-'] {
	font: normal normal normal 16px/1 codicon;
	display: inline-block;
	text-decoration: none;
	text-rendering: auto;
	text-align: center;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* icon rules are dynamically created by the platform theme service (see iconsStyleSheet.ts) */
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.codicon-wrench-subaction {
	opacity: 0.5;
}

@keyframes codicon-spin {
	100% {
		transform:rotate(360deg);
	}
}

.codicon-sync.codicon-modifier-spin,
.codicon-loading.codicon-modifier-spin,
.codicon-gear.codicon-modifier-spin,
.codicon-notebook-state-executing.codicon-modifier-spin {
	/* Use steps to throttle FPS to reduce CPU usage */
	animation: codicon-spin 1.5s steps(30) infinite;
}

.codicon-modifier-disabled {
	opacity: 0.4;
}

/* custom speed & easing for loading icon */
.codicon-loading,
.codicon-tree-item-loading::before {
	animation-duration: 1s !important;
	animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.context-view .monaco-menu {
	min-width: 130px;
}

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.quick-input-widget {
	font-size: 13px;
}

.quick-input-widget .monaco-highlighted-label .highlight,
.quick-input-widget .monaco-highlighted-label .highlight {
	color: #0066BF;
}

.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight,
.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight {
	color: #9DDDFF;
}

.vs-dark .quick-input-widget .monaco-highlighted-label .highlight,
.vs-dark .quick-input-widget .monaco-highlighted-label .highlight {
	color: #0097fb;
}

.hc-black .quick-input-widget .monaco-highlighted-label .highlight,
.hc-black .quick-input-widget .monaco-highlighted-label .highlight {
	color: #F38518;
}

.monaco-keybinding > .monaco-keybinding-key {
	background-color: rgba(221, 221, 221, 0.4);
	border: solid 1px rgba(204, 204, 204, 0.4);
	border-bottom-color: rgba(187, 187, 187, 0.4);
	box-shadow: inset 0 -1px 0 rgba(187, 187, 187, 0.4);
	color: #555;
}

.hc-black .monaco-keybinding > .monaco-keybinding-key {
	background-color: transparent;
	border: solid 1px rgb(111, 195, 223);
	box-shadow: none;
	color: #fff;
}

.vs-dark .monaco-keybinding > .monaco-keybinding-key {
	background-color: rgba(128, 128, 128, 0.17);
	border: solid 1px rgba(51, 51, 51, 0.6);
	border-bottom-color: rgba(68, 68, 68, 0.6);
	box-shadow: inset 0 -1px 0 rgba(68, 68, 68, 0.6);
	color: #ccc;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-text-button {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 4px;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}

.monaco-text-button:focus {
	outline-offset: 2px !important;
}

.monaco-text-button:hover {
	text-decoration: none !important;
}

.monaco-button.disabled:focus,
.monaco-button.disabled {
	opacity: 0.4 !important;
	cursor: default;
}

.monaco-text-button > .codicon {
	margin: 0 0.2em;
	color: inherit !important;
}

.monaco-button-dropdown {
	display: flex;
	cursor: pointer;
}

.monaco-button-dropdown > .monaco-dropdown-button {
	margin-left: 1px;
}

.monaco-description-button {
	flex-direction: column;
}

.monaco-description-button .monaco-button-label {
	font-weight: 500;
}

.monaco-description-button .monaco-button-description {
	font-style: italic;
}

.monaco-description-button .monaco-button-label,
.monaco-description-button .monaco-button-description
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.monaco-description-button .monaco-button-label > .codicon,
.monaco-description-button .monaco-button-description > .codicon
{
	margin: 0 0.2em;
	color: inherit !important;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-count-badge {
	padding: 3px 6px;
	border-radius: 11px;
	font-size: 11px;
	min-width: 18px;
	min-height: 18px;
	line-height: 11px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.monaco-count-badge.long {
	padding: 2px 3px;
	border-radius: 2px;
	min-height: auto;
	line-height: normal;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-progress-container {
	width: 100%;
	height: 5px;
	overflow: hidden; /* keep progress bit in bounds */
}

.monaco-progress-container .progress-bit {
	width: 2%;
	height: 5px;
	position: absolute;
	left: 0;
	display: none;
}

.monaco-progress-container.active .progress-bit {
	display: inherit;
}

.monaco-progress-container.discrete .progress-bit {
	left: 0;
	transition: width 100ms linear;
}

.monaco-progress-container.discrete.done .progress-bit {
	width: 100%;
}

.monaco-progress-container.infinite .progress-bit {
	animation-name: progress;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform: translate3d(0px, 0px, 0px);
	animation-timing-function: linear;
}

.monaco-progress-container.infinite.infinite-long-running .progress-bit {
	/*
		The more smooth `linear` timing function can cause
		higher GPU consumption as indicated in
		https://github.com/microsoft/vscode/issues/97900 &
		https://github.com/microsoft/vscode/issues/138396
	*/
	animation-timing-function: steps(100);
}

/**
 * The progress bit has a width: 2% (1/50) of the parent container. The animation moves it from 0% to 100% of
 * that container. Since translateX is relative to the progress bit size, we have to multiple it with
 * its relative size to the parent container:
 * parent width: 5000%
 *    bit width: 100%
 * translateX should be as follow:
 *  50%: 5000% * 50% - 50% (set to center) = 2450%
 * 100%: 5000% * 100% - 100% (do not overflow) = 4900%
 */
@keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4900%) scaleX(1) } }
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.quick-input-widget {
	position: absolute;
	width: 600px;
	z-index: 2000;
	padding: 0 1px 1px 1px;
	left: 50%;
	margin-left: -300px;
}

.quick-input-titlebar {
	display: flex;
	align-items: center;
}

.quick-input-left-action-bar {
	display: flex;
	margin-left: 4px;
	flex: 1;
}

.quick-input-title {
	padding: 3px 0px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}

.quick-input-right-action-bar {
	display: flex;
	margin-right: 4px;
	flex: 1;
}

.quick-input-right-action-bar > .actions-container {
	justify-content: flex-end;
}

.quick-input-titlebar .monaco-action-bar .action-label.codicon {
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px;
}

.quick-input-description {
	margin: 6px;
}

.quick-input-header .quick-input-description {
	margin: 4px 2px;
}

.quick-input-header {
	display: flex;
	padding: 6px 6px 0px 6px;
	margin-bottom: -2px;
}

.quick-input-widget.hidden-input .quick-input-header {
	/* reduce margins and paddings when input box hidden */
	padding: 0;
	margin-bottom: 0;
}

.quick-input-and-message {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-width: 0;
	position: relative;
}

.quick-input-check-all {
	align-self: center;
	margin: 0;
}

.quick-input-filter {
	flex-grow: 1;
	display: flex;
	position: relative;
}

.quick-input-box {
	flex-grow: 1;
}

.quick-input-widget.show-checkboxes .quick-input-box,
.quick-input-widget.show-checkboxes .quick-input-message {
	margin-left: 5px;
}

.quick-input-visible-count {
	position: absolute;
	left: -10000px;
}

.quick-input-count {
	align-self: center;
	position: absolute;
	right: 4px;
	display: flex;
	align-items: center;
}

.quick-input-count .monaco-count-badge {
	vertical-align: middle;
	padding: 2px 4px;
	border-radius: 2px;
	min-height: auto;
	line-height: normal;
}

.quick-input-action {
	margin-left: 6px;
}

.quick-input-action .monaco-text-button {
	font-size: 11px;
	padding: 0 6px;
	display: flex;
	height: 27.5px;
	align-items: center;
}

.quick-input-message {
	margin-top: -1px;
	padding: 5px;
	overflow-wrap: break-word;
}

.quick-input-message > .codicon {
	margin: 0 0.2em;
	vertical-align: text-bottom;
}

.quick-input-progress.monaco-progress-container {
	position: relative;
}

.quick-input-progress.monaco-progress-container,
.quick-input-progress.monaco-progress-container .progress-bit {
	height: 2px;
}

.quick-input-list {
	line-height: 22px;
	margin-top: 6px;
}

.quick-input-widget.hidden-input .quick-input-list {
	margin-top: 0; /* reduce margins when input box hidden */
}

.quick-input-list .monaco-list {
	overflow: hidden;
	max-height: calc(20 * 22px);
}

.quick-input-list .quick-input-list-entry {
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	height: 100%;
	padding: 0 6px;
}

.quick-input-list .quick-input-list-entry.quick-input-list-separator-border {
	border-top-width: 1px;
	border-top-style: solid;
}

.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border {
	border-top-style: none;
}

.quick-input-list .quick-input-list-label {
	overflow: hidden;
	display: flex;
	height: 100%;
	flex: 1;
}

.quick-input-list .quick-input-list-checkbox {
	align-self: center;
	margin: 0;
}

.quick-input-list .quick-input-list-rows {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
	margin-left: 5px;
}

.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {
	margin-left: 10px;
}

.quick-input-widget .quick-input-list .quick-input-list-checkbox {
	display: none;
}
.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {
	display: inline;
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row {
	display: flex;
	align-items: center;
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,
.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-label-container > .monaco-icon-name-container {
	flex: 1; /* make sure the icon label grows within the row */
}

.quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {
	vertical-align: text-bottom;
}

.quick-input-list .quick-input-list-rows .monaco-highlighted-label span {
	opacity: 1;
}

.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding {
	margin-right: 8px; /* separate from the separator label or scrollbar if any */
}

.quick-input-list .quick-input-list-label-meta {
	opacity: 0.7;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.quick-input-list .monaco-highlighted-label .highlight {
	font-weight: bold;
}

.quick-input-list .quick-input-list-entry .quick-input-list-separator {
	margin-right: 8px; /* separate from keybindings or actions */
}

.quick-input-list .quick-input-list-entry-action-bar {
	display: flex;
	flex: 0;
	overflow: visible;
}

.quick-input-list .quick-input-list-entry-action-bar .action-label {
	/*
	 * By default, actions in the quick input action bar are hidden
	 * until hovered over them or selected.
	 */
	display: none;
}

.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon {
	margin-right: 4px;
	padding: 0px 2px 2px 2px;
}

.quick-input-list .quick-input-list-entry-action-bar {
	margin-top: 1px;
}

.quick-input-list .quick-input-list-entry-action-bar {
	margin-right: 4px; /* separate from scrollbar */
}

.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,
.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,
.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label {
	display: flex;
}

/* focused items in quick pick */
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,
.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator {
	color: inherit
}
.quick-input-list .monaco-list-row.focused .monaco-keybinding-key {
	background: none;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-inputbox {
	position: relative;
	display: block;
	padding: 0;
	box-sizing:	border-box;

	/* Customizable */
	font-size: inherit;
}

.monaco-inputbox.idle {
	border: 1px solid transparent;
}

.monaco-inputbox > .ibwrapper > .input,
.monaco-inputbox > .ibwrapper > .mirror {

	/* Customizable */
	padding: 4px;
}

.monaco-inputbox > .ibwrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-inputbox > .ibwrapper > .input {
	display: inline-block;
	box-sizing:	border-box;
	width: 100%;
	height: 100%;
	line-height: inherit;
	border: none;
	font-family: inherit;
	font-size: inherit;
	resize: none;
	color: inherit;
}

.monaco-inputbox > .ibwrapper > input {
	text-overflow: ellipsis;
}

.monaco-inputbox > .ibwrapper > textarea.input {
	display: block;
	-ms-overflow-style: none; /* IE 10+: hide scrollbars */
	scrollbar-width: none; /* Firefox: hide scrollbars */
	outline: none;
}

.monaco-inputbox > .ibwrapper > textarea.input::-webkit-scrollbar {
	display: none; /* Chrome + Safari: hide scrollbar */
}

.monaco-inputbox > .ibwrapper > textarea.input.empty {
	white-space: nowrap;
}

.monaco-inputbox > .ibwrapper > .mirror {
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	white-space: pre-wrap;
	visibility: hidden;
	word-wrap: break-word;
}

/* Context view */

.monaco-inputbox-container {
	text-align: right;
}

.monaco-inputbox-container .monaco-inputbox-message {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	width: 100%;
	box-sizing:	border-box;
	padding: 0.4em;
	font-size: 12px;
	line-height: 17px;
	margin-top: -1px;
	word-wrap: break-word;
}

/* Action bar support */
.monaco-inputbox .monaco-action-bar {
	position: absolute;
	right: 2px;
	top: 4px;
}

.monaco-inputbox .monaco-action-bar .action-item {
	margin-left: 2px;
}

.monaco-inputbox .monaco-action-bar .action-item .codicon {
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* ---------- Icon label ---------- */

.monaco-icon-label {
	display: flex; /* required for icons support :before rule */
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-icon-label::before {

	/* svg icons rendered as background image */
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 6px;
	width: 16px;
	height: 22px;
	line-height: inherit !important;
	display: inline-block;

	/* fonts icons */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;

	flex-shrink: 0; /* fix for https://github.com/microsoft/vscode/issues/13787 */
}

.monaco-icon-label > .monaco-icon-label-container {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name {
	color: inherit;
	white-space: pre; /* enable to show labels that include multiple whitespaces */
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name > .label-separator {
	margin: 0 2px;
	opacity: 0.5;
}

.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	opacity: .7;
	margin-left: 0.5em;
	font-size: 0.9em;
	white-space: pre; /* enable to show labels that include multiple whitespaces */
}

.monaco-icon-label.nowrap > .monaco-icon-label-container > .monaco-icon-description-container > .label-description{
	white-space: nowrap
}

.vs .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	opacity: .95;
}

.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,
.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	font-style: italic;
}

.monaco-icon-label.deprecated {
	text-decoration: line-through;
	opacity: 0.66;
}

/* make sure apply italic font style to decorations as well */
.monaco-icon-label.italic::after {
	font-style: italic;
}

.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,
.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
	text-decoration: line-through;
}

.monaco-icon-label::after {
	opacity: 0.75;
	font-size: 90%;
	font-weight: 600;
	margin: auto 16px 0 5px; /* https://github.com/microsoft/vscode/issues/113223 */
	text-align: center;
}

/* make sure selection color wins when a label is being selected */
.monaco-list:focus .selected .monaco-icon-label, /* list */
.monaco-list:focus .selected .monaco-icon-label::after
{
	color: inherit !important;
}

.monaco-list-row.focused.selected .label-description,
.monaco-list-row.selected .label-description {
	opacity: .8;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-keybinding {
	display: flex;
	align-items: center;
	line-height: 10px;
}

.monaco-keybinding > .monaco-keybinding-key {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 2px;
}

.monaco-keybinding > .monaco-keybinding-key:first-child {
	margin-left: 0;
}

.monaco-keybinding > .monaco-keybinding-key:last-child {
	margin-right: 0;
}

.monaco-keybinding > .monaco-keybinding-key-separator {
	display: inline-block;
}

.monaco-keybinding > .monaco-keybinding-key-chord-separator {
	width: 6px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-list {
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
}

.monaco-list.mouse-support {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.monaco-list > .monaco-scrollable-element {
	height: 100%;
}

.monaco-list-rows {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-list.horizontal-scrolling .monaco-list-rows {
	width: auto;
	min-width: 100%;
}

.monaco-list-row {
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}

.monaco-list.mouse-support .monaco-list-row {
	cursor: pointer;
	touch-action: none;
}

/* for OS X ballistic scrolling */
.monaco-list-row.scrolling {
	display: none !important;
}

/* Focus */
.monaco-list.element-focused,
.monaco-list.selection-single,
.monaco-list.selection-multiple {
	outline: 0 !important;
}

/* Dnd */
.monaco-drag-image {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 10px;
	font-size: 12px;
	position: absolute;
	z-index: 1000;
}

/* Type filter */

.monaco-list-type-filter {
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 2px;
	padding: 0px 3px;
	max-width: calc(100% - 10px);
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	box-sizing: border-box;
	cursor: all-scroll;
	font-size: 13px;
	line-height: 18px;
	height: 20px;
	z-index: 1;
	top: 4px;
}

.monaco-list-type-filter.dragging {
	transition: top 0.2s, left 0.2s;
}

.monaco-list-type-filter.ne {
	right: 4px;
}

.monaco-list-type-filter.nw {
	left: 4px;
}

.monaco-list-type-filter > .controls {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: width 0.2s;
	width: 0;
}

.monaco-list-type-filter.dragging > .controls,
.monaco-list-type-filter:hover > .controls {
	width: 36px;
}

.monaco-list-type-filter > .controls > * {
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.monaco-list-type-filter > .controls > .filter {
	margin-left: 4px;
}

.monaco-list-type-filter-message {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px 1em 1em 1em;
	text-align: center;
	white-space: normal;
	opacity: 0.7;
	pointer-events: none;
}

.monaco-list-type-filter-message:empty {
	display: none;
}

/* Electron */

.monaco-list-type-filter {
	cursor: grab;
}

.monaco-list-type-filter.dragging {
	cursor: grabbing;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-split-view2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.monaco-split-view2 > .sash-container {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.monaco-split-view2 > .sash-container > .monaco-sash {
	pointer-events: initial;
}

.monaco-split-view2 > .monaco-scrollable-element {
	width: 100%;
	height: 100%;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	position: relative;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view {
	white-space: initial;
	position: absolute;
}

.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view:not(.visible) {
	display: none;
}

.monaco-split-view2.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view {
	width: 100%;
}

.monaco-split-view2.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view {
	height: 100%;
}

.monaco-split-view2.separator-border > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
	background-color: var(--separator-border);
}

.monaco-split-view2.separator-border.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	height: 100%;
	width: 1px;
}

.monaco-split-view2.separator-border.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {
	height: 1px;
	width: 100%;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-table {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
}

.monaco-table > .monaco-split-view2 {
	border-bottom: 1px solid transparent;
}

.monaco-table > .monaco-list {
	flex: 1;
}

.monaco-table-tr {
	display: flex;
	height: 100%;
}

.monaco-table-th {
	width: 100%;
	height: 100%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-table-th,
.monaco-table-td {
	box-sizing: border-box;
	flex-shrink: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {
	content: "";
	position: absolute;
	left: calc(var(--sash-size) / 2);
	width: 0;
	border-left: 1px solid transparent;
}

.monaco-table > .monaco-split-view2,
.monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {
	transition: border-color 0.2s ease-out;
}
/*
.monaco-table:hover > .monaco-split-view2,
.monaco-table:hover > .monaco-split-view2 .monaco-sash.vertical::before {
	border-color: rgba(204, 204, 204, 0.2);
} */
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-tl-row {
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.monaco-tl-indent {
	height: 100%;
	position: absolute;
	top: 0;
	left: 16px;
	pointer-events: none;
}

.hide-arrows .monaco-tl-indent {
	left: 12px;
}

.monaco-tl-indent > .indent-guide {
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	border-left: 1px solid transparent;
}

.monaco-tl-indent > .indent-guide {
	transition: border-color 0.1s linear;
}

.monaco-tl-twistie,
.monaco-tl-contents {
	height: 100%;
}

.monaco-tl-twistie {
	font-size: 10px;
	text-align: right;
	padding-right: 6px;
	flex-shrink: 0;
	width: 16px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transform: translateX(3px);
}

.monaco-tl-contents {
	flex: 1;
	overflow: hidden;
}

.monaco-tl-twistie::before {
	border-radius: 20px;
}

.monaco-tl-twistie.collapsed::before {
	transform: rotate(-90deg);
}

.monaco-tl-twistie.codicon-tree-item-loading::before {
	/* Use steps to throttle FPS to reduce CPU usage */
	animation: codicon-spin 1.25s steps(30) infinite;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .selection-anchor {
	background-color: #007ACC;
	width: 2px !important;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .bracket-match {
	box-sizing: border-box;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .monaco-editor-overlaymessage {
	padding-bottom: 8px;
	z-index: 10000;
}

.monaco-editor .monaco-editor-overlaymessage.below {
	padding-bottom: 0;
	padding-top: 8px;
	z-index: 10000;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.monaco-editor .monaco-editor-overlaymessage.fadeIn {
	animation: fadeIn 150ms ease-out;
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.monaco-editor .monaco-editor-overlaymessage.fadeOut {
	animation: fadeOut 100ms ease-out;
}

.monaco-editor .monaco-editor-overlaymessage .message {
	padding: 1px 4px;
	color: var(--vscode-inputValidation-infoForeground);
	background-color: var(--vscode-inputValidation-infoBackground);
	border: 1px solid var(--vscode-inputValidation-infoBorder);
}

.monaco-editor.hc-black .monaco-editor-overlaymessage .message {
	border-width: 2px;
}

.monaco-editor .monaco-editor-overlaymessage .anchor {
	width: 0 !important;
	height: 0 !important;
	border-color: transparent;
	border-style: solid;
	z-index: 1000;
	border-width: 8px;
	position: absolute;
}

.monaco-editor .monaco-editor-overlaymessage .anchor.top {
	border-bottom-color: var(--vscode-inputValidation-infoBorder);
}

.monaco-editor .monaco-editor-overlaymessage .anchor.below {
	border-top-color: var(--vscode-inputValidation-infoBorder);
}

.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,
.monaco-editor .monaco-editor-overlaymessage.below .anchor.below {
	display: none;
}

.monaco-editor .monaco-editor-overlaymessage.below .anchor.top {
	display: inherit;
	top: -8px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .contentWidgets .codicon-light-bulb,
.monaco-editor .contentWidgets .codicon-lightbulb-autofix {
	display: flex;
	align-items: center;
	justify-content: center;
}

.monaco-editor .contentWidgets .codicon-light-bulb:hover,
.monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover {
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .codelens-decoration {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--vscode-editorCodeLens-foreground)
}

.monaco-editor .codelens-decoration > span,
.monaco-editor .codelens-decoration > a {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	white-space: nowrap;
	vertical-align: sub;
}

.monaco-editor .codelens-decoration > a {
	text-decoration: none;
}

.monaco-editor .codelens-decoration > a:hover {
	cursor: pointer;
	color: var(--vscode-editorLink-activeForeground) !important;
}

.monaco-editor .codelens-decoration > a:hover .codicon {
	color: var(--vscode-editorLink-activeForeground) !important;
}

.monaco-editor .codelens-decoration .codicon {
	vertical-align: middle;
	color: currentColor !important;
	color: var(--vscode-editorCodeLens-foreground);
}

.monaco-editor .codelens-decoration > a:hover .codicon::before {
	cursor: pointer;
}

@keyframes fadein {
	0% { opacity: 0; visibility: visible;}
	100% { opacity: 1; }
}

.monaco-editor .codelens-decoration.fadein {
	animation: fadein 0.1s linear;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.colorpicker-widget {
	height: 190px;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Decoration */

.colorpicker-color-decoration {
	border: solid 0.1em #000;
	box-sizing: border-box;
	margin: 0.1em 0.2em 0 0.2em;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	display: inline-block;
	cursor: pointer;
}

.hc-black .colorpicker-color-decoration,
.vs-dark .colorpicker-color-decoration {
	border: solid 0.1em #eee;
}

/* Header */

.colorpicker-header {
	display: flex;
	height: 24px;
	position: relative;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=");
	background-size: 9px 9px;
	image-rendering: pixelated;
}

.colorpicker-header .picked-color {
	width: 216px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	cursor: pointer;
	color: white;
	flex: 1;
}

.colorpicker-header .picked-color .codicon {
	color: inherit;
	font-size: 14px;
	position: absolute;
	left: 8px;
}

.colorpicker-header .picked-color.light {
	color: black;
}

.colorpicker-header .original-color {
	width: 74px;
	z-index: inherit;
	cursor: pointer;
}


/* Body */

.colorpicker-body {
	display: flex;
	padding: 8px;
	position: relative;
}

.colorpicker-body .saturation-wrap {
	overflow: hidden;
	height: 150px;
	position: relative;
	min-width: 220px;
	flex: 1;
}

.colorpicker-body .saturation-box {
	height: 150px;
	position: absolute;
}

.colorpicker-body .saturation-selection {
	width: 9px;
	height: 9px;
	margin: -5px 0 0 -5px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
	position: absolute;
}

.colorpicker-body .strip {
	width: 25px;
	height: 150px;
}

.colorpicker-body .hue-strip {
	position: relative;
	margin-left: 8px;
	cursor: grab;
	background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.colorpicker-body .opacity-strip {
	position: relative;
	margin-left: 8px;
	cursor: grab;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=");
	background-size: 9px 9px;
	image-rendering: pixelated;
}

.colorpicker-body .strip.grabbing {
	cursor: grabbing;
}

.colorpicker-body .slider {
	position: absolute;
	top: 0;
	left: -2px;
	width: calc(100% + 4px);
	height: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.71);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.85);
}

.colorpicker-body .strip .overlay {
	height: 150px;
	pointer-events: none;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .goto-definition-link {
	text-decoration: underline;
	cursor: pointer;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .peekview-widget .head {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-left: 20px;
	min-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.monaco-editor .peekview-widget .head .peekview-title.clickable {
	cursor: pointer;
}

.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty) {
	font-size: 0.9em;
	margin-left: 0.5em;
	text-overflow: ellipsis;
	overflow: hidden;
}

.monaco-editor .peekview-widget .head .peekview-title .meta {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.monaco-editor .peekview-widget .head .peekview-title .dirname {
	white-space: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title .filename {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::before {
	content: '-';
	padding: 0 0.3em;
}

.monaco-editor .peekview-widget .head .peekview-actions {
	flex: 1;
	text-align: right;
	padding-right: 2px;
}

.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar {
	display: inline-block;
}

.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar,
.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar > .actions-container {
	height: 100%;
}

.monaco-editor .peekview-widget > .body {
	border-top: 1px solid;
	position: relative;
}

.monaco-editor .peekview-widget .head .peekview-title .codicon {
	margin-right: 4px;
}

.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon {
	color: inherit !important;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .zone-widget {
	position: absolute;
	z-index: 10;
}


.monaco-editor .zone-widget .zone-widget-container {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
	position: relative;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-dropdown {
	height: 100%;
	padding: 0;
}

.monaco-dropdown > .dropdown-label {
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.monaco-dropdown > .dropdown-label > .action-label.disabled {
	cursor: default;
}

.monaco-dropdown-with-primary {
	display: flex !important;
	flex-direction: row;
	border-radius: 5px;
}

.monaco-dropdown-with-primary > .action-container > .action-label {
	margin-right: 0;
}

.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
	margin-left: -3px;
}

.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {
	display: block;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-action-bar .action-item.menu-entry .action-label.icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px;
}

.monaco-action-bar .action-item.menu-entry .action-label {
	background-image: var(--menu-entry-icon-light);
}

.vs-dark .monaco-action-bar .action-item.menu-entry .action-label,
.hc-black .monaco-action-bar .action-item.menu-entry .action-label {
	background-image: var(--menu-entry-icon-dark);
}


.monaco-dropdown-with-default {
	display: flex !important;
	flex-direction: row;
	border-radius: 5px;
}

.monaco-dropdown-with-default > .action-container > .action-label {
	margin-right: 0;
}

.monaco-dropdown-with-default > .action-container.menu-entry > .action-label.icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px;
}

.monaco-dropdown-with-default > .action-container.menu-entry > .action-label {
	background-image: var(--menu-entry-icon-light);
}

.vs-dark .monaco-dropdown-with-default > .action-container.menu-entry > .action-label,
.hc-black .monaco-dropdown-with-default > .action-container.menu-entry > .action-label {
	background-image: var(--menu-entry-icon-dark);
}

.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
	margin-left: -3px;
}

.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {
	display: block;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* -- zone widget */
.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.monaco-editor .reference-zone-widget .inline {
	display: inline-block;
	vertical-align: top;
}

.monaco-editor .reference-zone-widget .messages {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 3em 0;
}

.monaco-editor .reference-zone-widget .ref-tree {
	line-height: 23px;
	background-color: var(--vscode-peekViewResult-background);
	color: var(--vscode-peekViewResult-lineForeground);
}

.monaco-editor .reference-zone-widget .ref-tree .reference {
	text-overflow: ellipsis;
	overflow: hidden;
}

.monaco-editor .reference-zone-widget .ref-tree .reference-file {
	display: inline-flex;
	width: 100%;
	height: 100%;
	color: var(--vscode-peekViewResult-fileForeground);
}

.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file {
	color: inherit !important;
}

.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) {
	background-color: var(--vscode-peekViewResult-selectionBackground);
	color: var(--vscode-peekViewResult-selectionForeground) !important;
}

.monaco-editor .reference-zone-widget .ref-tree .reference-file .count {
	margin-right: 12px;
	margin-left: auto;
}

.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {
	background-color: var(--vscode-peekViewResult-matchHighlightBackground);
}

.monaco-editor .reference-zone-widget .preview .reference-decoration {
	background-color: var(--vscode-peekViewEditor-matchHighlightBackground);
	border: 2px solid var(--vscode-peekViewEditor-matchHighlightBorder);
	box-sizing: border-box;
}

.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,
.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input {
	background-color: var(--vscode-peekViewEditor-background);
}

.monaco-editor .reference-zone-widget .preview .monaco-editor .margin {
	background-color: var(--vscode-peekViewEditorGutter-background);
}

/* High Contrast Theming */

.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file {
	font-weight: bold;
}

.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight {
	border: 1px dotted var(--vscode-contrastActiveBorder, transparent);
	box-sizing: border-box;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-hover {
	cursor: default;
	position: absolute;
	overflow: hidden;
	z-index: 50;
	user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	box-sizing: initial;
	animation: fadein 100ms linear;
	line-height: 1.5em;
}

.monaco-hover.hidden {
	display: none;
}

.monaco-hover a:hover {
	cursor: pointer;
}

.monaco-hover .hover-contents:not(.html-hover-contents) {
	padding: 4px 8px;
}

.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {
	max-width: 500px;
	word-wrap: break-word;
}

.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) hr {
	min-width: 100%;
}

.monaco-hover p,
.monaco-hover .code,
.monaco-hover ul {
	margin: 8px 0;
}

.monaco-hover code {
	font-family: var(--monaco-monospace-font);
}

.monaco-hover hr {
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: -8px;
	margin-right: -8px;
	height: 1px;
}

.monaco-hover p:first-child,
.monaco-hover .code:first-child,
.monaco-hover ul:first-child {
	margin-top: 0;
}

.monaco-hover p:last-child,
.monaco-hover .code:last-child,
.monaco-hover ul:last-child {
	margin-bottom: 0;
}

/* MarkupContent Layout */
.monaco-hover ul {
	padding-left: 20px;
}
.monaco-hover ol {
	padding-left: 20px;
}

.monaco-hover li > p {
	margin-bottom: 0;
}

.monaco-hover li > ul {
	margin-top: 0;
}

.monaco-hover code {
	border-radius: 3px;
	padding: 0 0.4em;
}

.monaco-hover .monaco-tokenized-source {
	white-space: pre-wrap;
}

.monaco-hover .hover-row.status-bar {
	font-size: 12px;
	line-height: 22px;
}

.monaco-hover .hover-row.status-bar .actions {
	display: flex;
	padding: 0px 8px;
}

.monaco-hover .hover-row.status-bar .actions .action-container {
	margin-right: 16px;
	cursor: pointer;
}

.monaco-hover .hover-row.status-bar .actions .action-container .action .icon {
	padding-right: 4px;
}

.monaco-hover .markdown-hover .hover-contents .codicon {
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
}

.monaco-hover .hover-contents a.code-link:hover,
.monaco-hover .hover-contents a.code-link {
	color: inherit;
}

.monaco-hover .hover-contents a.code-link:before {
	content: '(';
}

.monaco-hover .hover-contents a.code-link:after {
	content: ')';
}

.monaco-hover .hover-contents a.code-link > span {
	text-decoration: underline;
	/** Hack to force underline to show **/
	border-bottom: 1px solid transparent;
	text-underline-position: under;
}

/** Spans in markdown hovers need a margin-bottom to avoid looking cramped: https://github.com/microsoft/vscode/issues/101496 **/
.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span {
	margin-bottom: 4px;
	display: inline-block;
}

.monaco-hover-content .action-container a {
	-webkit-user-select: none;
	user-select: none;
}

.monaco-hover-content .action-container.disabled {
	pointer-events: none;
	opacity: 0.4;
	cursor: default;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-custom-checkbox {
	margin-left: 2px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 1px;
	box-sizing:	border-box;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.monaco-custom-checkbox:hover {
	background-color: var(--vscode-inputOption-hoverBackground);
}

.hc-black .monaco-custom-checkbox:hover {
	border: 1px dashed var(--vscode-focusBorder);
}

.hc-black .monaco-custom-checkbox {
	background: none;
}

.hc-black .monaco-custom-checkbox:hover {
	background: none;
}

.monaco-custom-checkbox.monaco-simple-checkbox {
	height: 18px;
	width: 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-right: 9px;
	margin-left: 0px;
	padding: 0px;
	opacity: 1;
	background-size: 16px !important;
}

/* hide check when unchecked */
.monaco-custom-checkbox.monaco-simple-checkbox:not(.checked)::before {
	visibility: hidden;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
/* ---------- Find input ---------- */

.monaco-findInput {
	position: relative;
}

.monaco-findInput .monaco-inputbox {
	font-size: 13px;
	width: 100%;
}

.monaco-findInput > .controls {
	position: absolute;
	top: 3px;
	right: 2px;
}

.vs .monaco-findInput.disabled {
	background-color: #E1E1E1;
}

/* Theming */
.vs-dark .monaco-findInput.disabled {
	background-color: #333;
}

/* Highlighting */
.monaco-findInput.highlight-0 .controls {
	animation: monaco-findInput-highlight-0 100ms linear 0s;
}
.monaco-findInput.highlight-1 .controls {
	animation: monaco-findInput-highlight-1 100ms linear 0s;
}
.hc-black .monaco-findInput.highlight-0 .controls,
.vs-dark  .monaco-findInput.highlight-0 .controls {
	animation: monaco-findInput-highlight-dark-0 100ms linear 0s;
}
.hc-black .monaco-findInput.highlight-1 .controls,
.vs-dark  .monaco-findInput.highlight-1 .controls {
	animation: monaco-findInput-highlight-dark-1 100ms linear 0s;
}

@keyframes monaco-findInput-highlight-0 {
	0% { background: rgba(253, 255, 0, 0.8); }
	100% { background: transparent; }
}
@keyframes monaco-findInput-highlight-1 {
	0% { background: rgba(253, 255, 0, 0.8); }
	/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/
	99% { background: transparent; }
}

@keyframes monaco-findInput-highlight-dark-0 {
	0% { background: rgba(255, 255, 255, 0.44); }
	100% { background: transparent; }
}
@keyframes monaco-findInput-highlight-dark-1 {
	0% { background: rgba(255, 255, 255, 0.44); }
	/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/
	99% { background: transparent; }
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* marker zone */

.monaco-editor .peekview-widget .head .peekview-title .severity-icon {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 4px;
}

.monaco-editor .marker-widget {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .marker-widget > .stale {
	opacity: 0.6;
	font-style: italic;
}

.monaco-editor .marker-widget .title {
	display: inline-block;
	padding-right: 5px;
}

.monaco-editor .marker-widget .descriptioncontainer {
	position: absolute;
	white-space: pre;
	user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	padding: 8px 12px 0 20px;
}

.monaco-editor .marker-widget .descriptioncontainer .message {
	display: flex;
	flex-direction: column;
}

.monaco-editor .marker-widget .descriptioncontainer .message .details {
	padding-left: 6px;
}

.monaco-editor .marker-widget .descriptioncontainer .message .source,
.monaco-editor .marker-widget .descriptioncontainer .message span.code {
	opacity: 0.6;
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link {
	opacity: 0.6;
	color: inherit;
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before {
	content: '(';
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after {
	content: ')';
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {
	text-decoration: underline;
	/** Hack to force underline to show **/
	border-bottom: 1px solid transparent;
	text-underline-position: under;
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .marker-widget .descriptioncontainer .filename {
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor.vs .dnd-target {
	border-right: 2px dotted black;
	color: white; /* opposite of black */
}
.monaco-editor.vs-dark .dnd-target {
	border-right: 2px dotted #AEAFAD;
	color: #51504f; /* opposite of #AEAFAD */
}
.monaco-editor.hc-black .dnd-target {
	border-right: 2px dotted #fff;
	color: #000; /* opposite of #fff */
}

.monaco-editor.mouse-default .view-lines,
.monaco-editor.vs-dark.mac.mouse-default .view-lines,
.monaco-editor.hc-black.mac.mouse-default .view-lines {
	cursor: default;
}
.monaco-editor.mouse-copy .view-lines,
.monaco-editor.vs-dark.mac.mouse-copy .view-lines,
.monaco-editor.hc-black.mac.mouse-copy .view-lines {
	cursor: copy;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Find widget */
.monaco-editor .find-widget {
	position: absolute;
	z-index: 35;
	height: 33px;
	overflow: hidden;
	line-height: 19px;
	transition: transform 200ms linear;
	padding: 0 4px;
	box-sizing: border-box;
	transform: translateY(calc(-100% - 10px)); /* shadow (10px) */
}

.monaco-editor .find-widget textarea {
	margin: 0px;
}

.monaco-editor .find-widget.hiddenEditor {
	display: none;
}

/* Find widget when replace is toggled on */
.monaco-editor .find-widget.replaceToggled > .replace-part {
	display: flex;
}

.monaco-editor .find-widget.visible  {
	transform: translateY(0);
}

.monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
}

.monaco-editor .find-widget .monaco-inputbox .input {
	background-color: transparent;
	min-height: 0;
}

.monaco-editor .find-widget .monaco-findInput .input {
	font-size: 13px;
}

.monaco-editor .find-widget > .find-part,
.monaco-editor .find-widget > .replace-part {
	margin: 4px 0 0 17px;
	font-size: 12px;
	display: flex;
}

.monaco-editor .find-widget > .find-part .monaco-inputbox,
.monaco-editor .find-widget > .replace-part .monaco-inputbox {
	min-height: 25px;
}


.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {
	padding-right: 22px;
}

.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .input,
.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .mirror,
.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .input,
.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {
	padding-top: 2px;
	padding-bottom: 2px;
}

.monaco-editor .find-widget > .find-part .find-actions {
	height: 25px;
	display: flex;
	align-items: center;
}

.monaco-editor .find-widget > .replace-part .replace-actions {
	height: 25px;
	display: flex;
	align-items: center;
}

.monaco-editor .find-widget .monaco-findInput {
	vertical-align: middle;
	display: flex;
	flex:1;
}

.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element {
	/* Make sure textarea inherits the width correctly */
	width: 100%;
}

.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical {
	/* Hide vertical scrollbar */
	opacity: 0;
}

.monaco-editor .find-widget .matchesCount {
	display: flex;
	flex: initial;
	margin: 0 0 0 3px;
	padding: 2px 0 0 2px;
	height: 25px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	line-height: 23px;
}

.monaco-editor .find-widget .button {
	width: 16px;
	height: 16px;
	padding: 3px;
	border-radius: 5px;
	display: flex;
	flex: initial;
	margin-left: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* find in selection button */
.monaco-editor .find-widget .codicon-find-selection {
	width: 22px;
	height: 22px;
	padding: 3px;
	border-radius: 5px;
}

.monaco-editor .find-widget .button.left {
	margin-left: 0;
	margin-right: 3px;
}

.monaco-editor .find-widget .button.wide {
	width: auto;
	padding: 1px 6px;
	top: -1px;
}

.monaco-editor .find-widget .button.toggle {
	position: absolute;
	top: 0;
	left: 3px;
	width: 18px;
	height: 100%;
	border-radius: 0;
	box-sizing: border-box;
}

.monaco-editor .find-widget .button.toggle.disabled {
	display: none;
}

.monaco-editor .find-widget .disabled {
	opacity: 0.3;
	cursor: default;
}

.monaco-editor .find-widget > .replace-part {
	display: none;
}

.monaco-editor .find-widget > .replace-part > .monaco-findInput {
	position: relative;
	display: flex;
	vertical-align: middle;
	flex: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.monaco-editor .find-widget > .replace-part > .monaco-findInput > .controls {
	position: absolute;
	top: 3px;
	right: 2px;
}

/* REDUCED */
.monaco-editor .find-widget.reduced-find-widget .matchesCount {
	display:none;
}

/* NARROW (SMALLER THAN REDUCED) */
.monaco-editor .find-widget.narrow-find-widget {
	max-width: 257px !important;
}

/* COLLAPSED (SMALLER THAN NARROW) */
.monaco-editor .find-widget.collapsed-find-widget {
	max-width: 170px !important;
}

.monaco-editor .find-widget.collapsed-find-widget .button.previous,
.monaco-editor .find-widget.collapsed-find-widget .button.next,
.monaco-editor .find-widget.collapsed-find-widget .button.replace,
.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,
.monaco-editor .find-widget.collapsed-find-widget > .find-part .monaco-findInput .controls {
	display:none;
}

.monaco-editor .findMatch {
	animation-duration: 0;
	animation-name: inherit !important;
}

.monaco-editor .find-widget .monaco-sash {
	left: 0 !important;
}

.monaco-editor.hc-black .find-widget .button:before {
	position: relative;
	top: 1px;
	left: 2px;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .margin-view-overlays .codicon-folding-expanded,
.monaco-editor .margin-view-overlays .codicon-folding-collapsed {
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 140%;
	margin-left: 2px;
}

.monaco-editor .margin-view-overlays:hover .codicon,
.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,
.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons {
	opacity: 1;
}

.monaco-editor .inline-folded:after {
	color: grey;
	margin: 0.1em 0.2em 0 0.2em;
	content: "⋯";
	display: inline;
	line-height: 1em;
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .snippet-placeholder {
	min-width: 2px;
	outline-style: solid;
	outline-width: 1px;
	background-color: var(--vscode-editor-snippetTabstopHighlightBackground, transparent);
	outline-color: var(--vscode-editor-snippetTabstopHighlightBorder, transparent);
}

.monaco-editor .finish-snippet-placeholder {
	outline-style: solid;
	outline-width: 1px;
	background-color: var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);
	outline-color: var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent);
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

/* Suggest widget*/

.monaco-editor .suggest-widget {
	width: 430px;
	z-index: 40;
	display: flex;
	flex-direction: column;
}

.monaco-editor .suggest-widget.message {
	flex-direction: row;
	align-items: center;
}

.monaco-editor .suggest-widget,
.monaco-editor .suggest-details {
	flex: 0 1 auto;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: var(--vscode-editorSuggestWidget-border);
	background-color: var(--vscode-editorSuggestWidget-background);
}

.monaco-editor.hc-black .suggest-widget,
.monaco-editor.hc-black .suggest-details {
	border-width: 2px;
}

/* Styles for status bar part */


.monaco-editor .suggest-widget .suggest-status-bar {
	box-sizing: border-box;
	display: none;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	font-size: 80%;
	padding: 0 4px 0 4px;
	border-top: 1px solid var(--vscode-editorSuggestWidget-border);
	overflow: hidden;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar {
	display: flex;
}

.monaco-editor .suggest-widget .suggest-status-bar .left {
	padding-right: 8px;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label {
	color: var(--vscode-editorSuggestWidgetStatus-foreground);
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label {
	margin-right: 0;
}

.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label::after {
	content: ', ';
	margin-right: 0.3em;
}

.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,
.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore {
	display: none;
}

.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label {
	width: 100%;
}

/* Styles for Message element for when widget is loading or is empty */

.monaco-editor .suggest-widget>.message {
	padding-left: 22px;
}

/** Styles for the list element **/

.monaco-editor .suggest-widget>.tree {
	height: 100%;
	width: 100%;
}

.monaco-editor .suggest-widget .monaco-list {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/** Styles for each row in the list element **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row {
	display: flex;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	white-space: nowrap;
	cursor: pointer;
	touch-action: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused {
	color: var(--vscode-editorSuggestWidget-selectedForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon {
	color: var(--vscode-editorSuggestWidget-selectedIconForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents {
	flex: 1;
	height: 100%;
	overflow: hidden;
	padding-left: 2px;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main {
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	justify-content: space-between;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left, .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right {
	display: flex;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label {
	color: var(--vscode-editorSuggestWidget-foreground);
}

.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight {
	font-weight: bold;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight {
	color: var(--vscode-editorSuggestWidget-highlightForeground);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight {
	color: var(--vscode-editorSuggestWidget-focusHighlightForeground);
}

/** ReadMore Icon styles **/

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,
.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore::before {
	color: inherit;
	opacity: 1;
	font-size: 14px;
	cursor: pointer;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close {
	position: absolute;
	top: 6px;
	right: 2px;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,
.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover {
	opacity: 1;
}

/** signature, qualifier, type/details opacity **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {
	opacity: 0.7;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label {
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.6;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label {
	margin-left: 12px;
	opacity: 0.4;
	font-size: 85%;
	line-height: initial;
	text-overflow: ellipsis;
	overflow: hidden;
	align-self: center;
}

/** Type Info and icon next to the label in the focused completion item **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {
	font-size: 85%;
	margin-left: 1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source {
	display: inline;
}

/** Details: if using CompletionItem#details, show on focus **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {
	display: none;
}

.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label {
	display: inline;
}

/** Details: if using CompletionItemLabel#details, always show **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,
.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label {
	display: inline;
}

/** Ellipsis on hover **/

.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label {
	width: calc(100% - 26px);
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left {
	flex-shrink: 1;
	flex-grow: 1;
	overflow: hidden;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label {
	flex-shrink: 0;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label {
	max-width: 100%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label {
	flex-shrink: 1;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right {
	overflow: hidden;
	flex-shrink: 4;
	max-width: 70%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore {
	display: inline-block;
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
	visibility: hidden;
}

/** Do NOT display ReadMore when docs is side/below **/

.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore {
	display: none !important;
}

/** Do NOT display ReadMore when using plain CompletionItemLabel (details/documentation might not be resolved) **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore {
	display: none;
}

/** Focused item can show ReadMore, but can't when docs is side/below **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore {
	display: inline-block;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore {
	visibility: visible;
}

/** Styles for each row in the list **/

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated {
	opacity: 0.66;
	text-decoration: unset;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container {
	text-decoration: line-through;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label::before {
	height: 100%;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon {
	display: block;
	height: 16px;
	width: 16px;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide {
	display: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon {
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon, .monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon::before {
	display: none;
}

.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan {
	margin: 0 0 0 0.3em;
	border: 0.1em solid #000;
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
}

/** Styles for the docs of the completion item in focus **/

.monaco-editor .suggest-details-container {
	z-index: 41;
}

.monaco-editor .suggest-details {
	display: flex;
	flex-direction: column;
	cursor: default;
	color: var(--vscode-editorSuggestWidget-foreground);
}

.monaco-editor .suggest-details.focused {
	border-color: var(--vscode-focusBorder);
}

.monaco-editor .suggest-details a {
	color: var(--vscode-textLink-foreground);
}

.monaco-editor .suggest-details a:hover {
	color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .suggest-details code {
	background-color: var(--vscode-textCodeBlock-background);
}

.monaco-editor .suggest-details.no-docs {
	display: none;
}

.monaco-editor .suggest-details>.monaco-scrollable-element {
	flex: 1;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type {
	flex: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.7;
	white-space: pre;
	margin: 0 24px 0 0;
	padding: 4px 0 12px 5px;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap {
	white-space: normal;
	word-break: break-all;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs {
	margin: 0;
	padding: 4px 5px;
	white-space: pre-wrap;
}

.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs {
	margin-right: 24px;
	overflow: hidden;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs {
	padding: 0;
	white-space: initial;
	min-height: calc(1rem + 8px);
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,
.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty) {
	padding: 4px 5px;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child {
	margin-top: 0;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child {
	margin-bottom: 0;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source {
	white-space: pre;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon {
	vertical-align: sub;
}

.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty {
	display: none;
}

.monaco-editor .suggest-details code {
	border-radius: 3px;
	padding: 0 0.4em;
}

.monaco-editor .suggest-details ul {
	padding-left: 20px;
}

.monaco-editor .suggest-details ol {
	padding-left: 20px;
}

.monaco-editor .suggest-details p code {
	font-family: var(--monaco-monospace-font);
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .suggest-preview-additional-widget {
	white-space: nowrap;
}

.monaco-editor .suggest-preview-additional-widget .content-spacer {
	color: transparent;
	white-space: pre;
}

.monaco-editor .suggest-preview-additional-widget .button {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .ghost-text-hidden {
	opacity: 0;
	font-size: 0;
}

.monaco-editor .ghost-text-decoration {
	font-style: italic;
}

.monaco-editor .suggest-preview-text {
	font-style: italic;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
.monaco-editor .detected-link,
.monaco-editor .detected-link-active {
	text-decoration: underline;
	text-underline-position: under;
}

.monaco-editor .detected-link-active {
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .parameter-hints-widget {
	/* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */
	z-index: 39;
	display: flex;
	flex-direction: column;
	line-height: 1.5em;
}

.monaco-editor .parameter-hints-widget > .phwrapper {
	max-width: 440px;
	display: flex;
	flex-direction: row;
}

.monaco-editor .parameter-hints-widget.multiple {
	min-height: 3.3em;
	padding: 0;
}

.monaco-editor .parameter-hints-widget.visible {
	transition: left .05s ease-in-out;
}

.monaco-editor .parameter-hints-widget p,
.monaco-editor .parameter-hints-widget ul {
	margin: 8px 0;
}

.monaco-editor .parameter-hints-widget .monaco-scrollable-element,
.monaco-editor .parameter-hints-widget .body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 100%;
}

.monaco-editor .parameter-hints-widget .signature {
	padding: 4px 5px;
}

.monaco-editor .parameter-hints-widget .docs {
	padding: 0 10px 0 5px;
	white-space: pre-wrap;
}

.monaco-editor .parameter-hints-widget .docs.empty {
	display: none;
}

.monaco-editor .parameter-hints-widget .docs .markdown-docs {
	white-space: initial;
}

.monaco-editor .parameter-hints-widget .docs .markdown-docs code {
	font-family: var(--monaco-monospace-font);
}

.monaco-editor .parameter-hints-widget .docs  .monaco-tokenized-source,
.monaco-editor .parameter-hints-widget .docs .code {
	white-space: pre-wrap;
}

.monaco-editor .parameter-hints-widget .docs code {
	border-radius: 3px;
	padding: 0 0.4em;
}

.monaco-editor .parameter-hints-widget .controls {
	display: none;
	flex-direction: column;
	align-items: center;
	min-width: 22px;
	justify-content: flex-end;
}

.monaco-editor .parameter-hints-widget.multiple .controls {
	display: flex;
	padding: 0 2px;
}

.monaco-editor .parameter-hints-widget.multiple .button {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.monaco-editor .parameter-hints-widget .button.previous {
	bottom: 24px;
}

.monaco-editor .parameter-hints-widget .overloads {
	text-align: center;
	height: 12px;
	line-height: 12px;
	font-family: var(--monaco-monospace-font);
}

.monaco-editor .parameter-hints-widget .signature .parameter.active {
	font-weight: bold;
}

.monaco-editor .parameter-hints-widget .documentation-parameter > .parameter {
	font-weight: bold;
	margin-right: 0.5em;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .rename-box {
	z-index: 100;
	color: inherit;
}

.monaco-editor .rename-box.preview {
	padding: 3px 3px 0 3px;
}

.monaco-editor .rename-box .rename-input {
	padding: 3px;
	width: calc(100% - 6px);
}

.monaco-editor .rename-box .rename-label {
	display: none;
	opacity: .8;
}

.monaco-editor .rename-box.preview .rename-label {
	display: inherit;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .unicode-highlight {
	border: 1px solid var(--vscode-editorUnicodeHighlight-border);
	box-sizing: border-box;
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.editor-banner {
	box-sizing: border-box;
	cursor: default;
	width: 100%;
	font-size: 12px;
	display: flex;
	overflow: visible;

	height: 26px;

	background: var(--vscode-banner-background);
}


.editor-banner .icon-container {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 0 6px 0 10px;
}

.editor-banner .icon-container.custom-icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	width: 16px;
	padding: 0;
	margin: 0 6px 0 10px;
}

.editor-banner .message-container {
	display: flex;
	align-items: center;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.editor-banner .message-container p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.editor-banner .message-actions-container {
	flex-grow: 1;
	flex-shrink: 0;
	line-height: 26px;
	margin: 0 4px;
}

.editor-banner .message-actions-container a.monaco-button {
	width: inherit;
	margin: 2px 8px;
	padding: 0px 12px;
}

.editor-banner .message-actions-container a {
	padding: 3px;
	margin-left: 12px;
	text-decoration: underline;
}

.editor-banner .action-container {
	padding: 0 10px 0 6px;
}

.editor-banner {
	background-color: var(--vscode-banner-background);
}

.editor-banner,
.editor-banner .action-container .codicon,
.editor-banner .message-actions-container .monaco-link {
	color: var(--vscode-banner-foreground);
}

.editor-banner .icon-container .codicon {
	color: var(--vscode-banner-iconForeground);
}
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .accessibilityHelpWidget {
	padding: 10px;
	vertical-align: middle;
	overflow: scroll;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .iPadShowKeyboard {
	width: 58px;
	min-width: 0;
	height: 36px;
	min-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	resize: none;
	overflow: hidden;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") center center no-repeat;
	border: 4px solid #F6F6F6;
	border-radius: 4px;
}

.monaco-editor.vs-dark .iPadShowKeyboard {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") center center no-repeat;
	border: 4px solid #252526;
}/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

.monaco-editor .tokens-inspect-widget {
	z-index: 50;
	user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	padding: 10px;
}

.tokens-inspect-separator {
	height: 1px;
	border: 0;
}

.monaco-editor .tokens-inspect-widget .tm-token {
	font-family: var(--monaco-monospace-font);
}

.monaco-editor .tokens-inspect-widget .tm-token-length {
	font-weight: normal;
	font-size: 60%;
	float: right;
}

.monaco-editor .tokens-inspect-widget .tm-metadata-table {
	width: 100%;
}

.monaco-editor .tokens-inspect-widget .tm-metadata-value {
	font-family: var(--monaco-monospace-font);
	text-align: right;
}

.monaco-editor .tokens-inspect-widget .tm-token-type {
	font-family: var(--monaco-monospace-font);
}

.card-detail-product {
  width: 100%;
  margin-bottom: 30px;
}
.card-detail-product-header {
  border: 1px solid #2d3e4f;
}
.card-detail-product-info {
  background: #fff;
}
.selectedItem {
  color: #2f81b7 !important;
}

/*.menu-wrap{
        overflow-y: auto !important;
        padding-bottom: 50px !important;
    }*/

.loaderMini {
  color: #2d3e4f;
  font-size: 20px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes round {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


.see-more-btn{
		background: transparent;
}
.see-more-btn:hover{
		background: #2581bc !important;
		color:white !important;
}


.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.see-more-btn {
  background: transparent;
}
.see-more-btn:hover {
  background: #2581bc !important;
  color: white !important;
}
/*
	table th{
		background: lightgray;
	}*/

.whatsapp-icon-container[data-v-0b1d81ca] {
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* se coloca fix para el height del mismo color del body global */
body[data-v-e92e720a],
html[data-v-e92e720a] {
  background: #fff !important;
}

 /* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

/* .modal-mask {
  position: fixed;
  z-index: 999543657658;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .96);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  max-width: 560px;
  margin: 0px auto;
  max-height:82vh;
  overflow:auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: rgba(231, 236, 241, .9);
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin:0;
}

.modal-default-button {
  text-align:center;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

[data-v-d9baa8d2]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-d9baa8d2] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-d9baa8d2] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-d9baa8d2] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-d9baa8d2] {
  width: 100%;
}
.home-icon img[data-v-d9baa8d2] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-d9baa8d2] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-d9baa8d2] {
  line-height: 30px;
}
.list-style-none[data-v-d9baa8d2] {
  list-style: none;
}
.burger-menu[data-v-d9baa8d2] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-d9baa8d2] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-d9baa8d2] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-d9baa8d2] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-d9baa8d2] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-d9baa8d2] {
  position: relative;
}
.card-product .my-close[data-v-d9baa8d2] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-d9baa8d2] {
  margin: 0;
}
.filtro-form input[data-v-d9baa8d2] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-d9baa8d2] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-d9baa8d2] {
  padding: 20px 0 0;
}
.img-tiny[data-v-d9baa8d2] {
  width: 80px;
}
.img-item img[data-v-d9baa8d2] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-d9baa8d2] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-d9baa8d2] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-d9baa8d2]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-d9baa8d2] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-d9baa8d2] {
  margin-left: 10px;
}
.notifications section[data-v-d9baa8d2] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-d9baa8d2] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-d9baa8d2] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-d9baa8d2],
.list-complete-leave-to[data-v-d9baa8d2] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-d9baa8d2] {
  position: absolute;
}
#_op_data_r[data-v-d9baa8d2],
#_op_data_antifraud[data-v-d9baa8d2] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-d9baa8d2],
iframe#_op_data_antifraud[data-v-d9baa8d2],
iframe#device_profile[data-v-d9baa8d2],
iframe#thm_mp_cntnr[data-v-d9baa8d2] {
  position: absolute !important;
}
iframe[data-v-d9baa8d2] {
  background: #fff !important;
}
.main-content[data-v-d9baa8d2] {
  padding-top: 30px;
}
.card-contactStory[data-v-d9baa8d2] {
  width: 93vw;
}
.card-contactStory img[data-v-d9baa8d2] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-d9baa8d2] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-d9baa8d2] {
  width: 280px;
}
.dropped[data-v-d9baa8d2] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-d9baa8d2] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-d9baa8d2]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-d9baa8d2] {
  display: block !important;
}
.dropped .dropdown a[data-v-d9baa8d2] {
  color: #fff;
}
.dropped .dropdown a[data-v-d9baa8d2]:hover {
  text-decoration: underline;
}
.line-height25[data-v-d9baa8d2] {
  line-height: 25px;
}
aside[data-v-d9baa8d2] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-d9baa8d2] {
  height: 100vh;
}
.my-header[data-v-d9baa8d2] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-d9baa8d2] {
  position: inherit !important;
}
.my-header-menu[data-v-d9baa8d2] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-d9baa8d2] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-d9baa8d2]:hover {
  background: hannah;
}
.menu-api-activate[data-v-d9baa8d2] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-d9baa8d2] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-d9baa8d2] {
  position: relative;
}
.menu-api-item a[data-v-d9baa8d2]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-d9baa8d2] {
  padding: 0 !important;
}
.card-product[data-v-d9baa8d2] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-d9baa8d2] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-d9baa8d2] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-d9baa8d2] {
  margin: 0;
}
.sticky-home[data-v-d9baa8d2] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-d9baa8d2] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-d9baa8d2]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-d9baa8d2] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-d9baa8d2]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-d9baa8d2] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-d9baa8d2]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-d9baa8d2] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-d9baa8d2] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-d9baa8d2] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-d9baa8d2]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-d9baa8d2] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-d9baa8d2] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-d9baa8d2] {
  display: block !important;
}
.leftPositionSubMenu[data-v-d9baa8d2] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-d9baa8d2] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-d9baa8d2],
.circle-toggle-box[data-v-d9baa8d2] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-d9baa8d2] {
  left: 44px !important;
}
.triangleStatus[data-v-d9baa8d2]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-d9baa8d2] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-d9baa8d2] {
  overflow: visible !important;
}
.width-max80[data-v-d9baa8d2] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-d9baa8d2] {
  display: flex !important;
}
.flex-none[data-v-d9baa8d2] {
  flex: none;
}
.flex-nowrap[data-v-d9baa8d2] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-d9baa8d2] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-d9baa8d2] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-d9baa8d2] {
  flex-direction: column;
}
.flex-col-row[data-v-d9baa8d2] {
  flex-direction: column;
}
.flex-row[data-v-d9baa8d2] {
  flex-direction: row;
}
.flex-between-align[data-v-d9baa8d2] {
  align-content: space-between;
}
.flex-middle[data-v-d9baa8d2] {
  align-items: center;
}
.flex-bottom[data-v-d9baa8d2] {
  align-items: flex-end;
}
.flex-between[data-v-d9baa8d2] {
  justify-content: space-between;
}
.flex-center[data-v-d9baa8d2] {
  justify-content: center;
}
.flex-right[data-v-d9baa8d2] {
  justify-content: flex-end;
}
.flex-left[data-v-d9baa8d2] {
  justify-content: flex-start;
}
.flex-evenly[data-v-d9baa8d2] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-d9baa8d2] {
  flex-grow: 1;
}
.flex-grow-2[data-v-d9baa8d2] {
  flex-grow: 2;
}
.flex-grow-3[data-v-d9baa8d2] {
  flex-grow: 3;
}
.flex-grow-4[data-v-d9baa8d2] {
  flex-grow: 4;
}
.flex-grow-5[data-v-d9baa8d2] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-d9baa8d2] {
  align-items: flex-start;
}
.flex800[data-v-d9baa8d2] {
  display: none;
}
.flexc-flex[data-v-d9baa8d2] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-d9baa8d2] {
  display: none;
}
.flex-display-50-10[data-v-d9baa8d2] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-d9baa8d2] {
  display: none;
}
.show760[data-v-d9baa8d2] {
  display: none;
}
.hide[data-v-d9baa8d2] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-d9baa8d2] {
    display: block !important;
}
.badge-display[data-v-d9baa8d2] {
    display: none;
}
.badge-display2[data-v-d9baa8d2] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-d9baa8d2] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-d9baa8d2] {
    display: block;
}
.badge-display2[data-v-d9baa8d2] {
    display: none;
}
.fix-width[data-v-d9baa8d2] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-d9baa8d2] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-d9baa8d2] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-d9baa8d2] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-d9baa8d2] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-d9baa8d2] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-d9baa8d2] {
    width: 50%;
}
.width100-40[data-v-d9baa8d2] {
    width: 40%;
}
.show600[data-v-d9baa8d2] {
    display: block;
}
.width-controll-btn-typeweek[data-v-d9baa8d2] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-d9baa8d2] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-d9baa8d2] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-d9baa8d2] {
    width: 220px !important;
}
.leftPositionControl[data-v-d9baa8d2] {
    left: -40px !important;
}
.container-tipo-envio[data-v-d9baa8d2] {
    display: flex;
}
.width-controll-buys-item[data-v-d9baa8d2] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-d9baa8d2] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-d9baa8d2] {
    top: 380px !important;
}
.my-header-menu[data-v-d9baa8d2] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-d9baa8d2] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-d9baa8d2] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-d9baa8d2] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-d9baa8d2] {
    min-width: 400px;
}
.cart-btn-add[data-v-d9baa8d2] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-d9baa8d2] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-d9baa8d2] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-d9baa8d2] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-d9baa8d2] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-d9baa8d2] {
    justify-content: left;
}
.flex-mid[data-v-d9baa8d2] {
    display: flex !important;
}
.msg-stock[data-v-d9baa8d2] {
    padding: 10px 0 0;
}
.counter-cart[data-v-d9baa8d2] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-d9baa8d2] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-d9baa8d2] {
    display: none;
}
.badge-display2[data-v-d9baa8d2] {
    display: block;
}
.show760[data-v-d9baa8d2] {
    display: block;
}
.hide760[data-v-d9baa8d2] {
    display: none;
}
.grid-products[data-v-d9baa8d2] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-d9baa8d2] {
    margin: auto;
}
.mr-h[data-v-d9baa8d2] {
    margin: auto;
}
.width-control-otherProducts[data-v-d9baa8d2] {
    width: 170px !important;
}
.leftPositionControl[data-v-d9baa8d2] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-d9baa8d2] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-d9baa8d2] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-d9baa8d2] {
    width: 30vw !important;
}
.product-item[data-v-d9baa8d2] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-d9baa8d2] {
    width: 90% !important;
}
.my-container[data-v-d9baa8d2] {
    width: 680px !important;
}
.login[data-v-d9baa8d2] {
    width: 310px !important;
}
.width-cuotas-control[data-v-d9baa8d2] {
    width: 278px !important;
}
.flexc-flex[data-v-d9baa8d2] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-d9baa8d2] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-d9baa8d2] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-d9baa8d2] {
    height: 140px;
}
.width-control-input-chat[data-v-d9baa8d2] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-d9baa8d2] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-d9baa8d2] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-d9baa8d2] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-d9baa8d2] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-d9baa8d2] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-d9baa8d2] {
    width: 270px !important;
}
.leftPositionControl[data-v-d9baa8d2] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-d9baa8d2] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-d9baa8d2] {
    width: 17vw !important;
}
.filters-wrap[data-v-d9baa8d2] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-d9baa8d2] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-d9baa8d2] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-d9baa8d2] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-d9baa8d2] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-d9baa8d2] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-d9baa8d2] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-d9baa8d2] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-d9baa8d2]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-d9baa8d2] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-d9baa8d2] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-d9baa8d2]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-d9baa8d2] {
    max-width: 330px !important;
}
.iterable-box[data-v-d9baa8d2] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-d9baa8d2] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-d9baa8d2] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-d9baa8d2] {
    width: 160px !important;
}
.my-container[data-v-d9baa8d2] {
    width: 800px !important;
}
.search-btn-box[data-v-d9baa8d2] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-d9baa8d2] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-d9baa8d2] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-d9baa8d2] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-d9baa8d2] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-d9baa8d2] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-d9baa8d2] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-d9baa8d2] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-d9baa8d2] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-d9baa8d2] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-d9baa8d2] {
    width: 280px !important;
}
.width300-desktop[data-v-d9baa8d2] {
    width: 300px !important;
}
.concept-item-stats[data-v-d9baa8d2] {
    width: 80%;
}
.widthHalf-desktop[data-v-d9baa8d2] {
    width: 50% !important;
}
.column-desktop[data-v-d9baa8d2] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-d9baa8d2] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-d9baa8d2] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-d9baa8d2] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-d9baa8d2],
.flex-desktop[data-v-d9baa8d2] {
    display: flex !important;
}
.block-desktop[data-v-d9baa8d2] {
    display: block !important;
}
.hide-desktop[data-v-d9baa8d2] {
    display: none !important;
}
.fixButton[data-v-d9baa8d2] {
    top: -20px;
}
.width-cuotas-control[data-v-d9baa8d2] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-d9baa8d2] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-d9baa8d2] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-d9baa8d2] {
    display: none !important;
}
.bottom10-desktop[data-v-d9baa8d2] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-d9baa8d2] {
    left: -125px !important;
}
.grid-products[data-v-d9baa8d2] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-d9baa8d2] {
    width: 1000px !important;
}
.showFullDesktop[data-v-d9baa8d2] {
    display: block !important;
}
.leftPositionControl[data-v-d9baa8d2] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-d9baa8d2] {
    display: none !important;
}
.show-only-desktop[data-v-d9baa8d2] {
    display: flex !important;
}
.leftPositionControl[data-v-d9baa8d2] {
    left: -260px !important;
}
.catalog-container[data-v-d9baa8d2] {
    margin: unset;
}
.carrito-catalog[data-v-d9baa8d2] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-d9baa8d2] {
    left: -280px !important;
}
}
.grid-container[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-d9baa8d2] {
  grid-column: span 1;
}
.grid-item-1[data-v-d9baa8d2] {
  grid-column: span 1;
}
.grid-item-2[data-v-d9baa8d2] {
  grid-column: span 2;
}
.grid-item-3[data-v-d9baa8d2] {
  grid-column: span 3;
}
.grid-item-4[data-v-d9baa8d2] {
  grid-column: span 4;
}
.grid-item-5[data-v-d9baa8d2] {
  grid-column: span 5;
}
.grid-item-6[data-v-d9baa8d2] {
  grid-column: span 6;
}
.grid-item-7[data-v-d9baa8d2] {
  grid-column: span 7;
}
.grid-item-8[data-v-d9baa8d2] {
  grid-column: span 8;
}
.grid-item-9[data-v-d9baa8d2] {
  grid-column: span 9;
}
.grid-item-10[data-v-d9baa8d2] {
  grid-column: span 10;
}
.grid-item-11[data-v-d9baa8d2] {
  grid-column: span 11;
}
.grid-item-12[data-v-d9baa8d2] {
  grid-column: span 12;
}
.grid-cart[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-d9baa8d2] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-d9baa8d2] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-d9baa8d2] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-d9baa8d2] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-d9baa8d2] {
  gap: 10px;
}
.gap20[data-v-d9baa8d2] {
  gap: 20px;
}
.grid-box[data-v-d9baa8d2] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-d9baa8d2],
.grid-3 div[data-v-d9baa8d2],
.grid-4 div[data-v-d9baa8d2] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-d9baa8d2] {
  background: #fff;
}
.grid-item-odd[data-v-d9baa8d2]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-d9baa8d2] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-d9baa8d2] {
  max-width: 350px;
}
.margin0[data-v-d9baa8d2] {
  margin: 0 !important;
}
.margin0-5[data-v-d9baa8d2] {
  margin: 0 5px;
}
.margin10-0[data-v-d9baa8d2] {
  margin: 10px 0;
}
.margin10-5[data-v-d9baa8d2] {
  margin: 10px 5px;
}
.margin0-10[data-v-d9baa8d2] {
  margin: 0 10px;
}
.margin0-15[data-v-d9baa8d2] {
  margin: 0 15px;
}
.margin15-0[data-v-d9baa8d2] {
  margin: 15px 0px;
}
.margin20-0[data-v-d9baa8d2] {
  margin: 20px 0;
}
.margin20-10[data-v-d9baa8d2] {
  margin: 20px 10px;
}
.margin30-0[data-v-d9baa8d2] {
  margin: 30px 0;
}
.margin40-0[data-v-d9baa8d2] {
  margin: 40px 0;
}
.margin20-40[data-v-d9baa8d2] {
  margin: 20px 40px;
}
.margin0-20[data-v-d9baa8d2] {
  margin: 0 20px;
}
.margin5[data-v-d9baa8d2] {
  margin: 5px;
}
.margin5-0[data-v-d9baa8d2] {
  margin: 5px 0;
}
.margin10[data-v-d9baa8d2] {
  margin: 10px;
}
.margin10-20[data-v-d9baa8d2] {
  margin: 10px 20px;
}
.margin15[data-v-d9baa8d2] {
  margin: 15px;
}
.margin20[data-v-d9baa8d2] {
  margin: 20px;
}
.margin30[data-v-d9baa8d2] {
  margin: 30px;
}
.margin50[data-v-d9baa8d2] {
  margin: 50px;
}
.margin-right-auto[data-v-d9baa8d2] {
  margin-right: auto;
}
.margin-left-auto[data-v-d9baa8d2] {
  margin-left: auto;
}
.ml-h[data-v-d9baa8d2] {
  margin-left: auto;
}
.mr-h[data-v-d9baa8d2] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-d9baa8d2] {
  margin-bottom: 5px;
}
.margin-top5[data-v-d9baa8d2] {
  margin-top: 5px !important;
}
.margin-top10[data-v-d9baa8d2] {
  margin-top: 10px !important;
}
.margin-top15[data-v-d9baa8d2] {
  margin-top: 15px !important;
}
.margin-top20[data-v-d9baa8d2] {
  margin-top: 20px !important;
}
.margin-top30[data-v-d9baa8d2] {
  margin-top: 30px !important;
}
.margin-top35[data-v-d9baa8d2] {
  margin-top: 35px !important;
}
.margin-top40[data-v-d9baa8d2] {
  margin-top: 40px !important;
}
.margin-top50[data-v-d9baa8d2] {
  margin-top: 50px !important;
}
.margin-top60[data-v-d9baa8d2] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-d9baa8d2] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-d9baa8d2] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-d9baa8d2] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-d9baa8d2] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-d9baa8d2] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-d9baa8d2] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-d9baa8d2] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-d9baa8d2] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-d9baa8d2] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-d9baa8d2] {
  margin-left: 5px !important;
}
.margin-left10[data-v-d9baa8d2] {
  margin-left: 10px !important;
}
.margin-left15[data-v-d9baa8d2] {
  margin-left: 15px !important;
}
.margin-left20[data-v-d9baa8d2] {
  margin-left: 20px !important;
}
.margin-left30[data-v-d9baa8d2] {
  margin-left: 30px !important;
}
.margin-left35[data-v-d9baa8d2] {
  margin-left: 35px !important;
}
.margin-left40[data-v-d9baa8d2] {
  margin-left: 40px !important;
}
.margin-left50[data-v-d9baa8d2] {
  margin-left: 50px !important;
}
.margin-left60[data-v-d9baa8d2] {
  margin-left: 60px !important;
}
.margin-right5[data-v-d9baa8d2] {
  margin-right: 5px !important;
}
.margin-right10[data-v-d9baa8d2] {
  margin-right: 10px !important;
}
.margin-right15[data-v-d9baa8d2] {
  margin-right: 15px !important;
}
.margin-right20[data-v-d9baa8d2] {
  margin-right: 20px !important;
}
.margin-right30[data-v-d9baa8d2] {
  margin-right: 30px !important;
}
.margin-right35[data-v-d9baa8d2] {
  margin-right: 35px !important;
}
.margin-right40[data-v-d9baa8d2] {
  margin-right: 40px !important;
}
.margin-right50[data-v-d9baa8d2] {
  margin-right: 50px !important;
}
.margin-right60[data-v-d9baa8d2] {
  margin-right: 60px !important;
}
.my-5[data-v-d9baa8d2] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-d9baa8d2] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-d9baa8d2] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-d9baa8d2] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-d9baa8d2] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-d9baa8d2] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-d9baa8d2] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-d9baa8d2] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-d9baa8d2] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-d9baa8d2] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-d9baa8d2] {
  padding: 0 !important;
}
.padding5[data-v-d9baa8d2] {
  padding: 5px;
}
.padding10[data-v-d9baa8d2] {
  padding: 10px;
}
.padding15[data-v-d9baa8d2] {
  padding: 15px;
}
.padding20[data-v-d9baa8d2] {
  padding: 20px;
}
.padding30[data-v-d9baa8d2] {
  padding: 30px;
}
.padding40[data-v-d9baa8d2] {
  padding: 40px;
}
.padding40-0[data-v-d9baa8d2] {
  padding: 40px 0;
}
.padding-left5[data-v-d9baa8d2] {
  padding-left: 5px;
}
.padding-left10[data-v-d9baa8d2] {
  padding-left: 10px;
}
.padding-left15[data-v-d9baa8d2] {
  padding-left: 15px;
}
.padding-left20[data-v-d9baa8d2] {
  padding-left: 20px;
}
.padding-right5[data-v-d9baa8d2] {
  padding-right: 5px;
}
.padding-right10[data-v-d9baa8d2] {
  padding-right: 10px;
}
.padding-right15[data-v-d9baa8d2] {
  padding-right: 15px;
}
.padding-right20[data-v-d9baa8d2] {
  padding-right: 20px;
}
.padding-right30[data-v-d9baa8d2] {
  padding-right: 30px;
}
.padding-right40[data-v-d9baa8d2] {
  padding-right: 40px;
}
.padding-top0[data-v-d9baa8d2] {
  padding-top: 0px;
}
.padding-top5[data-v-d9baa8d2] {
  padding-top: 5px;
}
.padding-top10[data-v-d9baa8d2] {
  padding-top: 10px;
}
.padding-top15[data-v-d9baa8d2] {
  padding-top: 15px;
}
.padding-top20[data-v-d9baa8d2] {
  padding-top: 20px;
}
.padding-top30[data-v-d9baa8d2] {
  padding-top: 30px;
}
.padding-top50[data-v-d9baa8d2] {
  padding-top: 50px;
}
.padding-top60[data-v-d9baa8d2] {
  padding-top: 60px;
}
.padding-top70[data-v-d9baa8d2] {
  padding-top: 70px;
}
.padding-top90[data-v-d9baa8d2] {
  padding-top: 90px;
}
.padding-top100[data-v-d9baa8d2] {
  padding-top: 100px;
}
.padding-top120[data-v-d9baa8d2] {
  padding-top: 120px;
}
.padding-top180[data-v-d9baa8d2] {
  padding-top: 180px;
}
.padding-bottom0[data-v-d9baa8d2] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-d9baa8d2] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-d9baa8d2] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-d9baa8d2] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-d9baa8d2] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-d9baa8d2] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-d9baa8d2] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-d9baa8d2] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-d9baa8d2] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-d9baa8d2] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-d9baa8d2] {
  padding-bottom: 240px;
}
.padding10-0[data-v-d9baa8d2] {
  padding: 10px 0;
}
.padding10-5[data-v-d9baa8d2] {
  padding: 10px 5px;
}
.padding0-5[data-v-d9baa8d2] {
  padding: 0 5px;
}
.padding0-10[data-v-d9baa8d2] {
  padding: 0 10px;
}
.padding0-15[data-v-d9baa8d2] {
  padding: 0 15px;
}
.padding20-0[data-v-d9baa8d2] {
  padding: 20px 0;
}
.padding20-10[data-v-d9baa8d2] {
  padding: 20px 10px;
}
.padding15-20[data-v-d9baa8d2] {
  padding: 15px 20px;
}
.padding15-0[data-v-d9baa8d2] {
  padding: 15px 0px;
}
.padding20-5[data-v-d9baa8d2] {
  padding: 20px 5px;
}
.padding0-20[data-v-d9baa8d2] {
  padding: 0 20px;
}
.padding5-20[data-v-d9baa8d2] {
  padding: 5px 20px;
}
.padding5-15[data-v-d9baa8d2] {
  padding: 5px 15px;
}
.padding5-10[data-v-d9baa8d2] {
  padding: 5px 10px;
}
.padding15-10[data-v-d9baa8d2] {
  padding: 15px 10px;
}
.padding1em[data-v-d9baa8d2] {
  padding: 1em;
}
.padding10-20[data-v-d9baa8d2] {
  padding: 10px 20px;
}
.padding5-0[data-v-d9baa8d2] {
  padding: 5px 0;
}
.padding30-10[data-v-d9baa8d2] {
  padding: 30px 10px;
}
.px-5[data-v-d9baa8d2] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-d9baa8d2] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-d9baa8d2] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-d9baa8d2] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-d9baa8d2] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-d9baa8d2] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-d9baa8d2] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-d9baa8d2] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-d9baa8d2] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-d9baa8d2] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-d9baa8d2] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-d9baa8d2] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-d9baa8d2] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-d9baa8d2] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-d9baa8d2] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-d9baa8d2] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-d9baa8d2] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-d9baa8d2] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-d9baa8d2] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-d9baa8d2] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-d9baa8d2] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-d9baa8d2] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-d9baa8d2] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-d9baa8d2] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-d9baa8d2] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-d9baa8d2] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-d9baa8d2] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-d9baa8d2] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-d9baa8d2]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-d9baa8d2] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-d9baa8d2]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-d9baa8d2] {
  border: 0 !important;
}
.borderRed[data-v-d9baa8d2] {
  border-color: #f00 !important;
}
.border-aside[data-v-d9baa8d2] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-d9baa8d2] {
  border: none;
}
.borderLightgray[data-v-d9baa8d2] {
  border: 1px solid lightgray;
}
.borderGray[data-v-d9baa8d2] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-d9baa8d2] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-d9baa8d2] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-d9baa8d2] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-d9baa8d2] {
  border: 1px solid #fff;
}
.border2green[data-v-d9baa8d2] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-d9baa8d2] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-d9baa8d2] {
  border: 2px solid #fff;
}
.border2gold[data-v-d9baa8d2] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-d9baa8d2] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-d9baa8d2] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-d9baa8d2] {
  border-color: #d42717 !important;
}
.border1green[data-v-d9baa8d2] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-d9baa8d2] {
  border-color: #f00 !important;
}
.border-fixed[data-v-d9baa8d2] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-d9baa8d2] {
  border-radius: 40px;
}
.radius30[data-v-d9baa8d2] {
  border-radius: 30px;
}
.radius20[data-v-d9baa8d2] {
  border-radius: 20px;
}
.radius15[data-v-d9baa8d2] {
  border-radius: 15px;
}
.radius8[data-v-d9baa8d2] {
  border-radius: 8px;
}
.radius3[data-v-d9baa8d2] {
  border-radius: 3px !important;
}
.rounded[data-v-d9baa8d2] {
  border-radius: 50%;
}
.rounded5[data-v-d9baa8d2] {
  border-radius: 5px;
}
.round10[data-v-d9baa8d2] {
  border-radius: 10px;
}
.box-border[data-v-d9baa8d2] {
  box-sizing: border-box;
}
.text-center[data-v-d9baa8d2] {
  text-align: center;
}
.text-right[data-v-d9baa8d2] {
  text-align: right;
}
.text-left[data-v-d9baa8d2] {
  text-align: left;
}
.text-lowercase[data-v-d9baa8d2] {
  text-transform: lowercase;
}
.text-uppercase[data-v-d9baa8d2] {
  text-transform: uppercase;
}
.text-capitalize[data-v-d9baa8d2] {
  text-transform: capitalize !important;
}
.text-none[data-v-d9baa8d2] {
  text-transform: none;
}
.text-ellipsis[data-v-d9baa8d2] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-d9baa8d2] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-d9baa8d2]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-d9baa8d2] {
  text-decoration: underline;
}
.text-underline[data-v-d9baa8d2]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-d9baa8d2] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-d9baa8d2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-d9baa8d2] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-d9baa8d2] {
  word-break: break-all;
}
.font-bold[data-v-d9baa8d2] {
  font-weight: bold;
}
.price-through[data-v-d9baa8d2] {
  text-decoration: line-through;
}
.font-italic[data-v-d9baa8d2] {
  font-style: italic;
}
.font095em[data-v-d9baa8d2] {
  font-size: 0.95em;
}
.font1em[data-v-d9baa8d2] {
  font-size: 1em !important;
}
.font2em[data-v-d9baa8d2] {
  font-size: 2em;
}
.font2-2em[data-v-d9baa8d2] {
  font-size: 2.2em;
}
.font3em[data-v-d9baa8d2] {
  font-size: 3em;
}
.font4em[data-v-d9baa8d2] {
  font-size: 4em;
}
.font1-5em[data-v-d9baa8d2] {
  font-size: 1.5em;
}
.font1-7em[data-v-d9baa8d2] {
  font-size: 1.7em;
}
.font1-3em[data-v-d9baa8d2] {
  font-size: 1.3em;
}
.font1-4em[data-v-d9baa8d2] {
  font-size: 1.4em;
}
.font-9em[data-v-d9baa8d2] {
  font-size: 0.9em;
}
.font10[data-v-d9baa8d2] {
  font-size: 10px;
}
.font11[data-v-d9baa8d2] {
  font-size: 11px;
}
.font12[data-v-d9baa8d2] {
  font-size: 12px;
}
.font13[data-v-d9baa8d2] {
  font-size: 13px;
}
.font14[data-v-d9baa8d2] {
  font-size: 14px;
}
.font15[data-v-d9baa8d2] {
  font-size: 15px;
}
.font16[data-v-d9baa8d2] {
  font-size: 16px;
}
.font17[data-v-d9baa8d2] {
  font-size: 17px;
}
.font18[data-v-d9baa8d2] {
  font-size: 18px;
}
.font19[data-v-d9baa8d2] {
  font-size: 19px;
}
.font20[data-v-d9baa8d2] {
  font-size: 20px;
}
.font21[data-v-d9baa8d2] {
  font-size: 21px;
}
.font22[data-v-d9baa8d2] {
  font-size: 22px;
}
.font23[data-v-d9baa8d2] {
  font-size: 23px;
}
.font24[data-v-d9baa8d2] {
  font-size: 24px;
}
.font25[data-v-d9baa8d2] {
  font-size: 25px;
}
.font26[data-v-d9baa8d2] {
  font-size: 26px;
}
.font27[data-v-d9baa8d2] {
  font-size: 27px;
}
.font28[data-v-d9baa8d2] {
  font-size: 28px;
}
.font29[data-v-d9baa8d2] {
  font-size: 29px;
}
.font30[data-v-d9baa8d2] {
  font-size: 30px;
}
.font31[data-v-d9baa8d2] {
  font-size: 31px;
}
.font32[data-v-d9baa8d2] {
  font-size: 32px;
}
.font33[data-v-d9baa8d2] {
  font-size: 33px;
}
.font34[data-v-d9baa8d2] {
  font-size: 34px;
}
.font35[data-v-d9baa8d2] {
  font-size: 35px;
}
.font36[data-v-d9baa8d2] {
  font-size: 36px;
}
.font37[data-v-d9baa8d2] {
  font-size: 37px;
}
.font38[data-v-d9baa8d2] {
  font-size: 38px;
}
.font39[data-v-d9baa8d2] {
  font-size: 39px;
}
.font40[data-v-d9baa8d2] {
  font-size: 40px;
}
.font-normal[data-v-d9baa8d2] {
  font-weight: normal;
}
.color-white[data-v-d9baa8d2] {
  color: #fff;
}
.color-transparent[data-v-d9baa8d2] {
  color: transparent !important;
}
.color-black[data-v-d9baa8d2] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-d9baa8d2] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-d9baa8d2] {
  color: fuchia;
}
.color-gray[data-v-d9baa8d2] {
  color: #a5afb9;
}
.color-hardgray[data-v-d9baa8d2] {
  color: #4d5263;
}
.color-hannah[data-v-d9baa8d2] {
  color: #EA184D;
}
.color-lightgray[data-v-d9baa8d2] {
  color: #d3d3d3;
}
.color-darkblue[data-v-d9baa8d2] {
  color: #2c3e50;
}
.color-darkgray[data-v-d9baa8d2] {
  color: #757575;
}
.color-lightred[data-v-d9baa8d2] {
  color: #e74c3c;
}
.color-red[data-v-d9baa8d2] {
  color: #e74c3c;
}
.color-blue[data-v-d9baa8d2] {
  color: #2980b9;
}
.color-yellow[data-v-d9baa8d2] {
  color: #f49d1e;
}
.color-orange[data-v-d9baa8d2] {
  color: #ffa500;
}
.color-green[data-v-d9baa8d2] {
  color: #2AA186;
}
.color-gplus[data-v-d9baa8d2] {
  color: #d42717;
}
.back-bluelight[data-v-d9baa8d2] {
  background: #EBF0FF !important;
}
.back-blue[data-v-d9baa8d2] {
  background: #2980b9 !important;
}
.back-hannah[data-v-d9baa8d2] {
  background: #EA184D !important;
}
.back-purple[data-v-d9baa8d2] {
  background: #8e44ad;
}
.back-green[data-v-d9baa8d2] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-d9baa8d2] {
  background: #2AA186;
}
.back-yellow[data-v-d9baa8d2] {
  background: #f49d1e !important;
}
.back-gold[data-v-d9baa8d2] {
  background: #f49d1e !important;
}
.back-red[data-v-d9baa8d2] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-d9baa8d2] {
  background: #e74c3c;
}
.back-lightred[data-v-d9baa8d2] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-d9baa8d2] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-d9baa8d2] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-d9baa8d2] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-d9baa8d2] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-d9baa8d2] {
  background: #f49d1e !important;
}
.back-gplus[data-v-d9baa8d2] {
  background: #d42717;
}
.back-darkblue[data-v-d9baa8d2] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-d9baa8d2] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-d9baa8d2] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-d9baa8d2] {
  background: #3e3d40;
}
.back-midgray[data-v-d9baa8d2] {
  background: #ececec;
}
.back-gray[data-v-d9baa8d2] {
  background: #a5afb9;
}
.back-black[data-v-d9baa8d2] {
  background: #121212;
}
.back-transparent[data-v-d9baa8d2] {
  background: transparent;
}
.back-white[data-v-d9baa8d2] {
  background: #fff !important;
}
.back-white-simple[data-v-d9baa8d2] {
  background-color: #fff;
}
.back-lightgray[data-v-d9baa8d2] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-d9baa8d2] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-d9baa8d2] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-d9baa8d2] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-d9baa8d2] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-d9baa8d2] {
  background: #D6DFE4;
}
.bg-aside[data-v-d9baa8d2] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-d9baa8d2] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-d9baa8d2] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-d9baa8d2] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-d9baa8d2] {
  background: #fff;
}
.back-item-odd-white[data-v-d9baa8d2]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-d9baa8d2] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-d9baa8d2] {
  position: relative;
}
.absolute[data-v-d9baa8d2] {
  position: absolute;
}
.fixed[data-v-d9baa8d2] {
  position: fixed;
}
.fixed-bottom[data-v-d9baa8d2] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-d9baa8d2] {
  position: sticky;
}
.sticky.active[data-v-d9baa8d2] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-d9baa8d2] {
  bottom: 0;
}
.right0[data-v-d9baa8d2] {
  right: 0 !important;
}
.left0[data-v-d9baa8d2] {
  left: 0 !important;
}
.leftPositionControl[data-v-d9baa8d2] {
  left: -10px;
}
.width100-50[data-v-d9baa8d2] {
  width: 100%;
}
.width100-40[data-v-d9baa8d2] {
  width: 100%;
}
.min-width100[data-v-d9baa8d2] {
  min-width: 100%;
}
.min-width90[data-v-d9baa8d2] {
  min-width: 90%;
}
.min-width80[data-v-d9baa8d2] {
  min-width: 80% !important;
}
.min-width70[data-v-d9baa8d2] {
  min-width: 70%;
}
.min-width60[data-v-d9baa8d2] {
  min-width: 60%;
}
.min-width50[data-v-d9baa8d2] {
  max-width: 50%;
}
.min-width45[data-v-d9baa8d2] {
  min-width: 45%;
}
.min-width40[data-v-d9baa8d2] {
  min-width: 40%;
}
.min-width30[data-v-d9baa8d2] {
  min-width: 30%;
}
.min-width20[data-v-d9baa8d2] {
  min-width: 20%;
}
.min-width25[data-v-d9baa8d2] {
  min-width: 25%;
}
.min-width10[data-v-d9baa8d2] {
  min-width: 10%;
}
.width100[data-v-d9baa8d2] {
  width: 100%;
}
.width90[data-v-d9baa8d2] {
  width: 90%;
}
.width80[data-v-d9baa8d2] {
  width: 80% !important;
}
.width70[data-v-d9baa8d2] {
  width: 70%;
}
.width60[data-v-d9baa8d2] {
  width: 60%;
}
.width50[data-v-d9baa8d2] {
  width: 50%;
}
.width45[data-v-d9baa8d2] {
  width: 45%;
}
.width40[data-v-d9baa8d2] {
  width: 40%;
}
.width30[data-v-d9baa8d2] {
  width: 30%;
}
.width20[data-v-d9baa8d2] {
  width: 20%;
}
.width25[data-v-d9baa8d2] {
  width: 25%;
}
.width10[data-v-d9baa8d2] {
  width: 10%;
}
.width-min[data-v-d9baa8d2] {
  width: min-content;
}
.max-width800[data-v-d9baa8d2] {
  max-width: 800px;
}
.widthCenter[data-v-d9baa8d2] {
  width: 80%;
}
.max-width600[data-v-d9baa8d2] {
  max-width: 600px;
}
.max-width300[data-v-d9baa8d2] {
  max-width: 300px;
}
.widthHalf[data-v-d9baa8d2] {
  width: 50%;
}
.width-sellProductImg-control[data-v-d9baa8d2] {
  width: 150px;
}
.top-control-sellProduct[data-v-d9baa8d2] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-d9baa8d2] {
  width: 100%;
}
.width-cuotas-control-item[data-v-d9baa8d2] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-d9baa8d2] {
  width: 163px;
}
.width-control-btn-inline[data-v-d9baa8d2] {
  width: 195px;
}
.width-controll-buys-item[data-v-d9baa8d2] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-d9baa8d2] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-d9baa8d2] {
  width: 180px;
}
.width-pasarela-img-control[data-v-d9baa8d2] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-d9baa8d2] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-d9baa8d2] {
  width: 95%;
}
.width-pasarela[data-v-d9baa8d2] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-d9baa8d2]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-d9baa8d2]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d9baa8d2]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-d9baa8d2]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-d9baa8d2] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-d9baa8d2] {
  max-height: 100%;
}
.height220[data-v-d9baa8d2] {
  height: 220px;
}
.height100vh[data-v-d9baa8d2] {
  height: 100vh !important;
}
.heightFilters[data-v-d9baa8d2] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-d9baa8d2] {
  height: 100%;
}
.height-aside[data-v-d9baa8d2] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-d9baa8d2] {
  height: 0px;
}
.heightBox[data-v-d9baa8d2] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-d9baa8d2] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-d9baa8d2] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-d9baa8d2] {
  justify-content: center;
}
.pointer[data-v-d9baa8d2] {
  cursor: pointer !important;
}
.cursor-move[data-v-d9baa8d2] {
  cursor: move !important;
}
.cursor-not[data-v-d9baa8d2] {
  cursor: not-allowed !important;
}
.events-none[data-v-d9baa8d2] {
  pointer-events: none;
}
.shadow[data-v-d9baa8d2] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-d9baa8d2] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-d9baa8d2] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-d9baa8d2] {
  transition: 0.3s;
}
.hoverShadow[data-v-d9baa8d2]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-d9baa8d2] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-d9baa8d2] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-d9baa8d2] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-d9baa8d2] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-d9baa8d2] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-d9baa8d2] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-d9baa8d2] {
  width: 40px;
  height: 40px;
}
.square35[data-v-d9baa8d2] {
  width: 35px;
  height: 35px;
}
.square30[data-v-d9baa8d2] {
  width: 30px;
  height: 30px;
}
.square25[data-v-d9baa8d2] {
  width: 25px;
  height: 25px;
}
.square12[data-v-d9baa8d2] {
  width: 12px;
  height: 12px;
}
.square15[data-v-d9baa8d2] {
  width: 15px;
  height: 15px;
}
.square17[data-v-d9baa8d2] {
  width: 17px;
  height: 17px;
}
.square18[data-v-d9baa8d2] {
  width: 18px;
  height: 18px;
}
.square20[data-v-d9baa8d2] {
  width: 20px;
  height: 20px;
}
.square50[data-v-d9baa8d2] {
  width: 50px;
  height: 50px;
}
.square70[data-v-d9baa8d2] {
  width: 70px;
  height: 70px;
}
.square55[data-v-d9baa8d2] {
  width: 55px;
  height: 55px;
}
.square100[data-v-d9baa8d2] {
  width: 100px;
  height: 100px;
}
.square10[data-v-d9baa8d2] {
  width: 10px;
  height: 10px;
}
.square200[data-v-d9baa8d2] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-d9baa8d2] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-d9baa8d2] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-d9baa8d2] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-d9baa8d2] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-d9baa8d2] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-d9baa8d2] {
  overflow-y: hidden;
}
.remove-scroll[data-v-d9baa8d2] {
  overflow-y: hidden;
}
.active-scroll[data-v-d9baa8d2] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-d9baa8d2] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-d9baa8d2] {
  overflow: hidden !important;
}
.overflow-auto[data-v-d9baa8d2] {
  overflow: auto !important;
}
.hidden[data-v-d9baa8d2] {
  visibility: hidden;
}
.offscreen[data-v-d9baa8d2] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-d9baa8d2] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-d9baa8d2] {
  opacity: 0;
}
.opacity30[data-v-d9baa8d2] {
  opacity: 0.3;
}
.opacity50[data-v-d9baa8d2] {
  opacity: 0.5;
}
.opacity70[data-v-d9baa8d2] {
  opacity: 0.7;
}
.opacity80[data-v-d9baa8d2] {
  opacity: 0.8;
}
.transition30[data-v-d9baa8d2] {
  transition: 0.3s;
}
.cleared[data-v-d9baa8d2] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-d9baa8d2] {
  transition: 0.1s;
}
.hover-green[data-v-d9baa8d2]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-d9baa8d2] {
  animation: aside-d9baa8d2 0.5s reverse;
}
.aside-leave-active[data-v-d9baa8d2] {
  animation: aside-d9baa8d2 0.5s;
}
.asideContent-enter-active[data-v-d9baa8d2] {
  animation: asideContent-d9baa8d2 0.3s reverse;
}
.asideContent-leave-active[data-v-d9baa8d2] {
  animation: asideContent-d9baa8d2 0.3s;
}
@keyframes aside-d9baa8d2 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-d9baa8d2 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-d9baa8d2 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-d9baa8d2] {
  animation: spin-d9baa8d2 2s infinite;
}
@keyframes spin-d9baa8d2 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-d9baa8d2] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-d9baa8d2] {
  padding: 3px;
}
.carousel__pagination-button[data-v-d9baa8d2] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-d9baa8d2] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-d9baa8d2]::after {
  display: none !important;
}
.pagination[data-v-d9baa8d2] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-d9baa8d2] {
  display: inline;
}
.pagination > li > a[data-v-d9baa8d2], .pagination > li > span[data-v-d9baa8d2] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-d9baa8d2], .pagination > li:first-child > span[data-v-d9baa8d2] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-d9baa8d2], .pagination > li:last-child > span[data-v-d9baa8d2] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-d9baa8d2]:hover, .pagination > li > span[data-v-d9baa8d2]:hover, .pagination > li > a[data-v-d9baa8d2]:focus, .pagination > li > span[data-v-d9baa8d2]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-d9baa8d2], .pagination > .active > span[data-v-d9baa8d2], .pagination > .active > a[data-v-d9baa8d2]:hover, .pagination > .active > span[data-v-d9baa8d2]:hover, .pagination > .active > a[data-v-d9baa8d2]:focus, .pagination > .active > span[data-v-d9baa8d2]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-d9baa8d2] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-d9baa8d2]:hover, .pagination > .disabled > span[data-v-d9baa8d2]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d9baa8d2] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-d9baa8d2]:hover, .pagination > .disabled > a[data-v-d9baa8d2]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-d9baa8d2], .pagination-lg > li > span[data-v-d9baa8d2] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-d9baa8d2], .pagination-lg > li:first-child > span[data-v-d9baa8d2] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-d9baa8d2], .pagination-lg > li:last-child > span[data-v-d9baa8d2] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-d9baa8d2], .pagination-sm > li > span[data-v-d9baa8d2] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-d9baa8d2], .pagination-sm > li:first-child > span[data-v-d9baa8d2] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-d9baa8d2], .pagination-sm > li:last-child > span[data-v-d9baa8d2] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-d9baa8d2] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-d9baa8d2] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-d9baa8d2] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-d9baa8d2] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-d9baa8d2] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-d9baa8d2] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-d9baa8d2] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-d9baa8d2]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-d9baa8d2] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-d9baa8d2]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-d9baa8d2] {
  overflow: unset !important;
}
.btn-shadow[data-v-d9baa8d2] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-d9baa8d2] {
  margin-left: 0px;
}
.reset-button[data-v-d9baa8d2] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-d9baa8d2] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-d9baa8d2]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-d9baa8d2] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-d9baa8d2] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-d9baa8d2],
.btn-finalize[data-v-d9baa8d2] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-d9baa8d2] {
  right: 7px;
}
.btn-finalize[data-v-d9baa8d2] {
  left: 7px;
}
.tab-counter[data-v-d9baa8d2] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-d9baa8d2] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-d9baa8d2] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-d9baa8d2] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-d9baa8d2] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-d9baa8d2] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-d9baa8d2] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-d9baa8d2] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-d9baa8d2] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-d9baa8d2] {
  transition: 0.5s;
}
.tab[data-v-d9baa8d2]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-d9baa8d2] {
  color: #2980b9;
}
.tab.active[data-v-d9baa8d2]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-d9baa8d2] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-d9baa8d2] {
  width: 220px;
}
.badge-display[data-v-d9baa8d2], .badge-display2[data-v-d9baa8d2] {
  min-width: 224px;
}
.my-badge[data-v-d9baa8d2] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-d9baa8d2] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-d9baa8d2] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-d9baa8d2] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-d9baa8d2] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-d9baa8d2] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-d9baa8d2] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-d9baa8d2] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-d9baa8d2] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-d9baa8d2] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-d9baa8d2] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-d9baa8d2] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-d9baa8d2] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-d9baa8d2] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-d9baa8d2] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-d9baa8d2] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-d9baa8d2] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-d9baa8d2] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-d9baa8d2] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-d9baa8d2] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-d9baa8d2] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-d9baa8d2] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-d9baa8d2] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-d9baa8d2] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-d9baa8d2] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-d9baa8d2] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-d9baa8d2] {
  flex-wrap: wrap;
}
.vueperslide[data-v-d9baa8d2] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-d9baa8d2] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-d9baa8d2] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-d9baa8d2] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-d9baa8d2] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-d9baa8d2] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-d9baa8d2] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-d9baa8d2] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-d9baa8d2] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-d9baa8d2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-d9baa8d2] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-d9baa8d2] {
  width: 100%;
}
.img-product-detail[data-v-d9baa8d2] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-d9baa8d2] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-d9baa8d2] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-d9baa8d2] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-d9baa8d2] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-d9baa8d2] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-d9baa8d2] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-d9baa8d2] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-d9baa8d2] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-d9baa8d2] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-d9baa8d2] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-d9baa8d2] {
  text-align: center;
}
.modal-enter[data-v-d9baa8d2], .modal-leave-active[data-v-d9baa8d2] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-d9baa8d2], .modal-leave-active .modal-container[data-v-d9baa8d2] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-d9baa8d2] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-d9baa8d2] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-d9baa8d2] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-d9baa8d2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-d9baa8d2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-d9baa8d2] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-d9baa8d2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-d9baa8d2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-d9baa8d2] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-d9baa8d2] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-d9baa8d2]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-d9baa8d2] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-d9baa8d2]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-d9baa8d2] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-d9baa8d2] {
  display: none;
}
.vdp-datepicker input[data-v-d9baa8d2] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-d9baa8d2]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-d9baa8d2] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-d9baa8d2] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-d9baa8d2 ease-in-out infinite;
}
.vue-treeselect__control[data-v-d9baa8d2] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-d9baa8d2] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-d9baa8d2] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-d9baa8d2] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-d9baa8d2] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-d9baa8d2] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-d9baa8d2] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-d9baa8d2] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-d9baa8d2 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-d9baa8d2 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-d9baa8d2 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-d9baa8d2 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-d9baa8d2 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-d9baa8d2 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d9baa8d2],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d9baa8d2] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-d9baa8d2] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-d9baa8d2] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-d9baa8d2],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-d9baa8d2] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-d9baa8d2] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-d9baa8d2] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-d9baa8d2] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-d9baa8d2],
.vue-treeselect span[data-v-d9baa8d2] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-d9baa8d2] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-d9baa8d2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-d9baa8d2]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-d9baa8d2] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-d9baa8d2] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-d9baa8d2],
.vue-treeselect__control[data-v-d9baa8d2]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-d9baa8d2] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-d9baa8d2] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-d9baa8d2],
.vue-treeselect__multi-value[data-v-d9baa8d2] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-d9baa8d2] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-d9baa8d2] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-d9baa8d2] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-d9baa8d2] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-d9baa8d2],
.vue-treeselect__single-value[data-v-d9baa8d2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-d9baa8d2] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-d9baa8d2] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-d9baa8d2] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-d9baa8d2] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-d9baa8d2] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-d9baa8d2]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-d9baa8d2] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-d9baa8d2] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-d9baa8d2],
.vue-treeselect__multi-value-label[data-v-d9baa8d2] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-d9baa8d2] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-d9baa8d2] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-d9baa8d2],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-d9baa8d2] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-d9baa8d2] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-d9baa8d2] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-d9baa8d2] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-d9baa8d2] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-d9baa8d2] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-d9baa8d2] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-d9baa8d2] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-d9baa8d2] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-d9baa8d2] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-d9baa8d2] {
  display: none;
}
.vue-treeselect__input[data-v-d9baa8d2],
.vue-treeselect__sizer[data-v-d9baa8d2] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-d9baa8d2] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-d9baa8d2]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-d9baa8d2] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-d9baa8d2] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-d9baa8d2] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-d9baa8d2] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-d9baa8d2 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-d9baa8d2 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-d9baa8d2]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-d9baa8d2] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-d9baa8d2] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-d9baa8d2] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-d9baa8d2] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-d9baa8d2] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-d9baa8d2] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-d9baa8d2] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-d9baa8d2] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-d9baa8d2] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-d9baa8d2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-d9baa8d2] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d9baa8d2] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-d9baa8d2]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-d9baa8d2] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-d9baa8d2],
.vue-treeselect__option-arrow-placeholder[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-d9baa8d2] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-d9baa8d2] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-d9baa8d2],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-d9baa8d2] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-d9baa8d2] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-d9baa8d2] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-d9baa8d2] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-d9baa8d2] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-d9baa8d2] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-d9baa8d2],
.vue-treeselect__minus-mark[data-v-d9baa8d2] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-d9baa8d2] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-d9baa8d2] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d9baa8d2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-d9baa8d2] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-d9baa8d2] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d9baa8d2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-d9baa8d2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-d9baa8d2] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-d9baa8d2] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-d9baa8d2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-d9baa8d2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-d9baa8d2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-d9baa8d2] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-d9baa8d2] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-d9baa8d2] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-d9baa8d2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-d9baa8d2] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-d9baa8d2] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-d9baa8d2] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-d9baa8d2] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-d9baa8d2] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-d9baa8d2] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-d9baa8d2]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-d9baa8d2] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-d9baa8d2]::before,
.vue-treeselect__icon-error[data-v-d9baa8d2]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-d9baa8d2]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-d9baa8d2]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-d9baa8d2] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-d9baa8d2 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-d9baa8d2 linear infinite;
}
.vue-treeselect__icon-loader[data-v-d9baa8d2]::before,
.vue-treeselect__icon-loader[data-v-d9baa8d2]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-d9baa8d2 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-d9baa8d2 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-d9baa8d2]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-d9baa8d2]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-d9baa8d2],
.vac-loader-wrapper[data-v-d9baa8d2] {
  display: none !important;
}
.vac-room-name[data-v-d9baa8d2] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-d9baa8d2] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-d9baa8d2] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-d9baa8d2] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-d9baa8d2] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-d9baa8d2] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-d9baa8d2] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-d9baa8d2] {
  min-height: 24px !important;
}
.tagWarn[data-v-d9baa8d2] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-d9baa8d2]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-d9baa8d2] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-d9baa8d2]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-d9baa8d2]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-d9baa8d2] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-d9baa8d2] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-d9baa8d2] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-d9baa8d2] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-d9baa8d2]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-d9baa8d2] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-d9baa8d2]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-d9baa8d2] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-d9baa8d2] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-d9baa8d2] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-d9baa8d2]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-d9baa8d2] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-d9baa8d2]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-d9baa8d2] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-d9baa8d2]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-d9baa8d2]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-d9baa8d2] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-d9baa8d2] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-d9baa8d2] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-d9baa8d2]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-d9baa8d2] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-d9baa8d2] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-d9baa8d2] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-d9baa8d2]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-d9baa8d2] {
  font-size: 1.15em;
}
.my-select[data-v-d9baa8d2] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d9baa8d2] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d9baa8d2] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d9baa8d2] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d9baa8d2] {
  width: 160px;
}
.my-select[data-v-d9baa8d2] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-d9baa8d2] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-d9baa8d2] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-d9baa8d2] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-d9baa8d2] {
  width: 160px;
}
.input-cupon[data-v-d9baa8d2] {
  display: flex;
}
.input-cupon > div > span[data-v-d9baa8d2] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-d9baa8d2] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-d9baa8d2] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-d9baa8d2]:not(:checked),
input[type=checkbox].check[data-v-d9baa8d2]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-d9baa8d2],
input[type=checkbox].check:checked + label[data-v-d9baa8d2] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-d9baa8d2]:before,
input[type=checkbox].check:checked + label[data-v-d9baa8d2]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-d9baa8d2]:after,
input[type=checkbox].check:checked + label[data-v-d9baa8d2]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-d9baa8d2]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-d9baa8d2]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-d9baa8d2]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d9baa8d2]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-d9baa8d2]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-d9baa8d2] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-d9baa8d2]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-d9baa8d2]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-d9baa8d2] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-d9baa8d2] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-d9baa8d2] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-d9baa8d2] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-d9baa8d2] {
  opacity: 1;
}
.multiselect__tag[data-v-d9baa8d2] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-d9baa8d2] {
  background: #2AA186 !important;
}
.multiselect[data-v-d9baa8d2] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-d9baa8d2]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-d9baa8d2] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-d9baa8d2] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-d9baa8d2]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-d9baa8d2]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-d9baa8d2]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-d9baa8d2]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-d9baa8d2] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-d9baa8d2] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-d9baa8d2] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-d9baa8d2] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d9baa8d2] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-d9baa8d2] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d9baa8d2]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d9baa8d2]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-d9baa8d2]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-d9baa8d2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-d9baa8d2] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-d9baa8d2] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-d9baa8d2] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-d9baa8d2]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-d9baa8d2] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-d9baa8d2] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d9baa8d2] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-d9baa8d2] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-d9baa8d2] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d9baa8d2] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d9baa8d2]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d9baa8d2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d9baa8d2] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-d9baa8d2], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-d9baa8d2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-d9baa8d2] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-d9baa8d2] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d9baa8d2], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-d9baa8d2] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-d9baa8d2], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-d9baa8d2] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d9baa8d2]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-d9baa8d2]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-d9baa8d2] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-d9baa8d2] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-d9baa8d2] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-d9baa8d2] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-d9baa8d2] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-d9baa8d2] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-d9baa8d2] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-d9baa8d2] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-d9baa8d2] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-d9baa8d2] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-d9baa8d2] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-d9baa8d2] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-d9baa8d2] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-d9baa8d2] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-d9baa8d2] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-d9baa8d2]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-d9baa8d2] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-d9baa8d2] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-d9baa8d2] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-d9baa8d2] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-d9baa8d2] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-d9baa8d2] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-d9baa8d2] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-d9baa8d2] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-d9baa8d2], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d9baa8d2] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-d9baa8d2] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-d9baa8d2] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-d9baa8d2] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-d9baa8d2] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-d9baa8d2] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-d9baa8d2] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-d9baa8d2] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-d9baa8d2], .v3-emoji-picker .v3-header[data-v-d9baa8d2] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-d9baa8d2] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-d9baa8d2] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-d9baa8d2] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-d9baa8d2]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-d9baa8d2], .v3-emoji-picker .v3-skin-tones[data-v-d9baa8d2] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-d9baa8d2]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-d9baa8d2] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-d9baa8d2] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-d9baa8d2] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-d9baa8d2], body[data-v-d9baa8d2] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-d9baa8d2], body.home[data-v-d9baa8d2] {
  background-color: #fff;
}
[data-v-d9baa8d2]:focus {
  outline: none !important;
}
a[data-v-d9baa8d2] {
  text-decoration: none;
}
a[data-v-d9baa8d2]:hover,
a[data-v-d9baa8d2]:focus {
  text-decoration: none;
}
img[data-v-d9baa8d2] {
  border: 0;
}
textarea[data-v-d9baa8d2] {
  resize: none;
}
h1[data-v-d9baa8d2],
h2[data-v-d9baa8d2],
h3[data-v-d9baa8d2],
h4[data-v-d9baa8d2],
h5[data-v-d9baa8d2],
h6[data-v-d9baa8d2] {
  font-weight: bold;
}
[data-v-d9baa8d2] .vue-country-select {
  border: 2px solid #a5afb9 !important;
}
[data-v-d9baa8d2] .vue-country-select .dropdown {
  height: 0px !important;
  padding: 23px 9px;
}
[data-v-d9baa8d2] .country-selector__toggle {
  margin-top: 5px !important;
}
[data-v-d9baa8d2] .country-selector__input {
  padding: 24px 35px !important;
  font-size: 17px !important;
  border: 2px solid #a5afb9 !important;
  border-radius: 3px !important;
  box-shadow: grey 0px 0px 0px !important;
}
[data-v-d9baa8d2] .country-selector__input:focus {
  border-color: #2980b9 !important;
  caret-color: inherit;
}
[data-v-d9baa8d2] .flex-1 {
  width: 100% !important;
  margin-left: 10px;
}
[data-v-d9baa8d2] .input-tel__input {
  font-size: 17px !important;
  padding: 24px 10px !important;
  border: 2px solid #a5afb9 !important;
  border-radius: 3px !important;
  box-shadow: grey 0px 0px 0px !important;
}
[data-v-d9baa8d2] .input-tel__input:focus {
  border-color: #2980b9 !important;
  caret-color: inherit;
}
[data-v-c3098c75] .vueperslide--loading {
  opacity: 0;
}
.actions-buttons[data-v-c3098c75] {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, .9);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding:10px;
  position: relative;
  top:1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin:0;
  max-height:80vh;
  overflow:auto;
  background: white;
}
.modal-default-button {
  text-align:center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon {
  width: 100%;
}
.home-icon img {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30 {
  line-height: 30px;
}
.list-style-none {
  list-style: none;
}
.burger-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert {
  left: 0;
  width: 100%;
}
.blue-alert {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product {
  position: relative;
}
.card-product .my-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form {
  margin: 0;
}
.filtro-form input {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock {
  padding: 20px 0 0;
}
.img-tiny {
  width: 80px;
}
.img-item img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more:before {
  transform: rotate(90deg);
}
.radio-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure {
  margin-left: 10px;
}
.notifications section {
  display: flex;
  flex-direction: column;
}
.subMenu {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
#_op_data_r,
#_op_data_antifraud {
  position: absolute !important;
}
iframe#_op_data_r,
iframe#_op_data_antifraud,
iframe#device_profile,
iframe#thm_mp_cntnr {
  position: absolute !important;
}
iframe {
  background: #fff !important;
}
.main-content {
  padding-top: 30px;
}
.card-contactStory {
  width: 93vw;
}
.card-contactStory img {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login {
  width: 280px;
}
.dropped {
  background: #2c3e50;
}
.dropped .toggleColor {
  color: #2980b9 !important;
}
.dropped .toggleColor:hover {
  color: #2980b9 !important;
}
.dropped .dropdown {
  display: block !important;
}
.dropped .dropdown a {
  color: #fff;
}
.dropped .dropdown a:hover {
  text-decoration: underline;
}
.line-height25 {
  line-height: 25px;
}
aside {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div {
  height: 100vh;
}
.my-header {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit {
  position: inherit !important;
}
.my-header-menu {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification:hover {
  background: hannah;
}
.menu-api-activate {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api {
  margin: 0 !important;
  position: relative;
}
.menu-api-item {
  position: relative;
}
.menu-api-item a:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active {
  padding: 0 !important;
}
.card-product {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor {
  display: none;
}
.paypal-button.paypal-button-number-0 {
  margin-bottom: 20px !important;
}
.filters-wrap {
  margin: 0;
}
.sticky-home {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp {
  border-bottom: 1px solid;
}
.como-vender-whatsapp:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item {
  width: auto;
  margin: 10px 0;
}
.card-types-item:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1 {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0 {
  transition: all 0.6s ease;
}
.change-on-hover:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0 {
  display: none;
}
.change-on-hover:hover .itemIndex1 {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list {
  display: block !important;
}
.leftPositionSubMenu {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle,
.circle-toggle-box {
  transition: all ease 0.3s;
}
.circle-toggle-on {
  left: 44px !important;
}
.triangleStatus:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow {
  overflow: visible !important;
}
.width-max80 {
  width: 80%;
  max-width: 400px;
}
.flex {
  display: flex !important;
}
.flex-none {
  flex: none;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-col-row {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-between-align {
  align-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png {
  align-items: flex-start;
}
.flex800 {
  display: none;
}
.flexc-flex {
  display: flex;
  flex-direction: column;
}
.flex-mid {
  display: none;
}
.flex-display-50-10 {
  flex: 1 1 calc(50% - 10px);
}
.show600 {
  display: none;
}
.show760 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350 {
    display: block !important;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display {
    display: block;
}
.badge-display2 {
    display: none;
}
.fix-width {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline {
    width: 180px !important;
}
.width-button-control-cart-actions {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature {
    width: 140px;
    height: 140px;
}
.width100-50 {
    width: 50%;
}
.width100-40 {
    width: 40%;
}
.show600 {
    display: block;
}
.width-controll-btn-typeweek {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline {
    width: 250px !important;
}
.width-btn-control-select-sugeridos {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro {
    width: 220px !important;
}
.leftPositionControl {
    left: -40px !important;
}
.container-tipo-envio {
    display: flex;
}
.width-controll-buys-item {
    width: 140px !important;
}
.width-sellProductImg-control {
    width: 190px !important;
}
.top-control-sellProduct {
    top: 380px !important;
}
.my-header-menu {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body {
    font-size: 15px !important;
}
.padding20-tablet {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400 {
    min-width: 400px;
}
.cart-btn-add {
    margin-left: 20px !important;
}
.grid-cart-img {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex {
    justify-content: left;
}
.flex-mid {
    display: flex !important;
}
.msg-stock {
    padding: 10px 0 0;
}
.counter-cart {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display {
    display: none;
}
.badge-display2 {
    display: block;
}
.show760 {
    display: block;
}
.hide760 {
    display: none;
}
.grid-products {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h {
    margin: auto;
}
.mr-h {
    margin: auto;
}
.width-control-otherProducts {
    width: 170px !important;
}
.leftPositionControl {
    left: -60px !important;
}
.width-pasarela-img-control {
    width: 110px !important;
}
.width-button-control-cart-actions {
    width: 250px !important;
}
.widthAvailablesLeft {
    width: 30vw !important;
}
.product-item {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control {
    width: 90% !important;
}
.my-container {
    width: 680px !important;
}
.login {
    width: 310px !important;
}
.width-cuotas-control {
    width: 278px !important;
}
.flexc-flex {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800 {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert {
    left: unset;
    width: 800px;
}
.btn-shadow {
    height: 140px;
}
.width-control-input-chat {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts {
    width: 136px !important;
}
.controlWidthRightDetailProduct {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro {
    width: 270px !important;
}
.width-control-btn-inline {
    width: 270px !important;
}
.leftPositionControl {
    left: -110px !important;
}
.width-button-control-cart-actions {
    width: 300px !important;
}
.widthAvailablesLeft {
    width: 17vw !important;
}
.filters-wrap {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div {
    width: 100% !important;
}
.filters-wrap-searchButtons div:first-child {
    margin-right: 15px !important;
}
.card-contactStory {
    max-width: 330px !important;
}
.iterable-box {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item {
    width: 259px !important;
}
.top-control-sellProduct {
    top: 400px !important;
}
.width-sellProductImg-control {
    width: 160px !important;
}
.my-container {
    width: 800px !important;
}
.search-btn-box {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop {
    margin-top: 10px !important;
}
.padding10-desktop {
    padding: 10px !important;
}
.margin-right10-desktop {
    margin-right: 10px !important;
}
.margin-bottom0-desktop {
    margin-bottom: 0 !important;
}
.margin-right20-desktop {
    margin-right: 20px !important;
}
.margin-left20-desktop {
    margin-left: 20px !important;
}
.margin-bottom20-desktop {
    margin-bottom: 20px !important;
}
.excerpt {
    width: 280px !important;
}
.width300-desktop {
    width: 300px !important;
}
.concept-item-stats {
    width: 80%;
}
.widthHalf-desktop {
    width: 50% !important;
}
.column-desktop {
    flex-direction: column !important;
}
.btn-sincronize {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop {
    width: 100% !important;
}
.margin-bottom5-mobile {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection,
.flex-desktop {
    display: flex !important;
}
.block-desktop {
    display: block !important;
}
.hide-desktop {
    display: none !important;
}
.fixButton {
    top: -20px;
}
.width-cuotas-control {
    width: 250px !important;
}
.width-cuotas-control-item {
    width: 250px !important;
}
.width-cuotas-control-item-right {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text {
    display: none !important;
}
.bottom10-desktop {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl {
    left: -125px !important;
}
.grid-products {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger {
    width: 1000px !important;
}
.showFullDesktop {
    display: block !important;
}
.leftPositionControl {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop {
    display: none !important;
}
.show-only-desktop {
    display: flex !important;
}
.leftPositionControl {
    left: -260px !important;
}
.catalog-container {
    margin: unset;
}
.carrito-catalog {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl {
    left: -280px !important;
}
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item {
  grid-column: span 1;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: span 12;
}
.grid-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info {
  grid-row: 1/2;
}
.grid-cart-actions {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.grid-box {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div,
.grid-3 div,
.grid-4 div {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd {
  background: #fff;
}
.grid-item-odd:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item {
  max-width: 350px;
}
.margin0 {
  margin: 0 !important;
}
.margin0-5 {
  margin: 0 5px;
}
.margin10-0 {
  margin: 10px 0;
}
.margin10-5 {
  margin: 10px 5px;
}
.margin0-10 {
  margin: 0 10px;
}
.margin0-15 {
  margin: 0 15px;
}
.margin15-0 {
  margin: 15px 0px;
}
.margin20-0 {
  margin: 20px 0;
}
.margin20-10 {
  margin: 20px 10px;
}
.margin30-0 {
  margin: 30px 0;
}
.margin40-0 {
  margin: 40px 0;
}
.margin20-40 {
  margin: 20px 40px;
}
.margin0-20 {
  margin: 0 20px;
}
.margin5 {
  margin: 5px;
}
.margin5-0 {
  margin: 5px 0;
}
.margin10 {
  margin: 10px;
}
.margin10-20 {
  margin: 10px 20px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin50 {
  margin: 50px;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.ml-h {
  margin-left: auto;
}
.mr-h {
  margin-right: auto;
}
.margin-bottom5-mobile {
  margin-bottom: 5px;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top35 {
  margin-top: 35px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top50 {
  margin-top: 50px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom35 {
  margin-bottom: 35px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom50 {
  margin-bottom: 50px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}
.margin-left35 {
  margin-left: 35px !important;
}
.margin-left40 {
  margin-left: 40px !important;
}
.margin-left50 {
  margin-left: 50px !important;
}
.margin-left60 {
  margin-left: 60px !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-right30 {
  margin-right: 30px !important;
}
.margin-right35 {
  margin-right: 35px !important;
}
.margin-right40 {
  margin-right: 40px !important;
}
.margin-right50 {
  margin-right: 50px !important;
}
.margin-right60 {
  margin-right: 60px !important;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0 {
  padding: 0 !important;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding40-0 {
  padding: 40px 0;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-top0 {
  padding-top: 0px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-top90 {
  padding-top: 90px;
}
.padding-top100 {
  padding-top: 100px;
}
.padding-top120 {
  padding-top: 120px;
}
.padding-top180 {
  padding-top: 180px;
}
.padding-bottom0 {
  padding-bottom: 0px !important;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px;
}
.padding-bottom100 {
  padding-bottom: 100px;
}
.padding-bottom-cart {
  padding-bottom: 240px;
}
.padding10-0 {
  padding: 10px 0;
}
.padding10-5 {
  padding: 10px 5px;
}
.padding0-5 {
  padding: 0 5px;
}
.padding0-10 {
  padding: 0 10px;
}
.padding0-15 {
  padding: 0 15px;
}
.padding20-0 {
  padding: 20px 0;
}
.padding20-10 {
  padding: 20px 10px;
}
.padding15-20 {
  padding: 15px 20px;
}
.padding15-0 {
  padding: 15px 0px;
}
.padding20-5 {
  padding: 20px 5px;
}
.padding0-20 {
  padding: 0 20px;
}
.padding5-20 {
  padding: 5px 20px;
}
.padding5-15 {
  padding: 5px 15px;
}
.padding5-10 {
  padding: 5px 10px;
}
.padding15-10 {
  padding: 15px 10px;
}
.padding1em {
  padding: 1em;
}
.padding10-20 {
  padding: 10px 20px;
}
.padding5-0 {
  padding: 5px 0;
}
.padding30-10 {
  padding: 30px 10px;
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white {
  border-left: 1px solid #ffffff80;
}
.border-left-dark {
  border-left: 1px solid #000000;
}
.border-top-blue {
  border-top: 3px solid #337ab7;
}
.border-top-dashed {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray {
  border-top: 2px #c7d3df solid;
}
.border-top-white {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1 {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray {
  border-bottom: 2px #c7d3df solid;
}
.border2 {
  border: 2px solid !important;
}
.border-bottom-white {
  border-bottom: 2px solid #fff !important;
}
.border1input {
  border: 1px solid #c7d3df;
}
.border-red {
  border: 2px solid #e74c3c !important;
}
.border-green {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected {
  border: 2px solid #2c3e50;
}
.border2-0-dashed {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue {
  border: 2px solid #337ab7;
}
.border-cart-item {
  border: 1px solid #c7d3df;
}
.border-cart-item:hover {
  border: 1px solid #2980b9;
}
.border-btn {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0 {
  border: 0 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-aside {
  border-radius: 20px 20px 0 0;
}
.border-none {
  border: none;
}
.borderLightgray {
  border: 1px solid lightgray;
}
.borderGray {
  border: 1px solid #ddd;
}
.border-bottom1 {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2 {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3 {
  border-bottom: 3px solid #d3d3d3;
}
.border1white {
  border: 1px solid #fff;
}
.border2green {
  border: 2px solid #2AA186 !important;
}
.border2red {
  border: 2px solid #f00 !important;
}
.border2white {
  border: 2px solid #fff;
}
.border2gold {
  border: 2px solid #ccb75a;
}
.border-box {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn {
  border-color: #fd9c28 !important;
}
.borderError {
  border-color: #d42717 !important;
}
.border1green {
  border: 1px solid #008000 !important;
}
.borderRed {
  border-color: #f00 !important;
}
.border-fixed {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40 {
  border-radius: 40px;
}
.radius30 {
  border-radius: 30px;
}
.radius20 {
  border-radius: 20px;
}
.radius15 {
  border-radius: 15px;
}
.radius8 {
  border-radius: 8px;
}
.radius3 {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 50%;
}
.rounded5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
.box-border {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-none {
  text-transform: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text {
  word-break: break-word;
  white-space: normal;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word {
  word-wrap: break-word;
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.font-bold {
  font-weight: bold;
}
.price-through {
  text-decoration: line-through;
}
.font-italic {
  font-style: italic;
}
.font095em {
  font-size: 0.95em;
}
.font1em {
  font-size: 1em !important;
}
.font2em {
  font-size: 2em;
}
.font2-2em {
  font-size: 2.2em;
}
.font3em {
  font-size: 3em;
}
.font4em {
  font-size: 4em;
}
.font1-5em {
  font-size: 1.5em;
}
.font1-7em {
  font-size: 1.7em;
}
.font1-3em {
  font-size: 1.3em;
}
.font1-4em {
  font-size: 1.4em;
}
.font-9em {
  font-size: 0.9em;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font19 {
  font-size: 19px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font27 {
  font-size: 27px;
}
.font28 {
  font-size: 28px;
}
.font29 {
  font-size: 29px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font33 {
  font-size: 33px;
}
.font34 {
  font-size: 34px;
}
.font35 {
  font-size: 35px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font38 {
  font-size: 38px;
}
.font39 {
  font-size: 39px;
}
.font40 {
  font-size: 40px;
}
.font-normal {
  font-weight: normal;
}
.color-white {
  color: #fff;
}
.color-transparent {
  color: transparent !important;
}
.color-black {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue {
  color: #2980b9 !important;
}
.color-fuchia {
  color: fuchia;
}
.color-gray {
  color: #a5afb9;
}
.color-hardgray {
  color: #4d5263;
}
.color-hannah {
  color: #EA184D;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-darkblue {
  color: #2c3e50;
}
.color-darkgray {
  color: #757575;
}
.color-lightred {
  color: #e74c3c;
}
.color-red {
  color: #e74c3c;
}
.color-blue {
  color: #2980b9;
}
.color-yellow {
  color: #f49d1e;
}
.color-orange {
  color: #ffa500;
}
.color-green {
  color: #2AA186;
}
.color-gplus {
  color: #d42717;
}
.back-bluelight {
  background: #EBF0FF !important;
}
.back-blue {
  background: #2980b9 !important;
}
.back-hannah {
  background: #EA184D !important;
}
.back-purple {
  background: #8e44ad;
}
.back-green {
  background: #2AA186 !important;
}
.back-green-simple {
  background: #2AA186;
}
.back-yellow {
  background: #f49d1e !important;
}
.back-gold {
  background: #f49d1e !important;
}
.back-red {
  background: #e74c3c !important;
}
.back-red-simple {
  background: #e74c3c;
}
.back-lightred {
  background: #e74c3c !important;
}
.back-lightgold {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange {
  background: #f05a28 !important;
}
.back-lightblue {
  background: #2980b9 !important;
}
.back-lightgreen {
  background: #2AA186 !important;
}
.back-lightyellow {
  background: #f49d1e !important;
}
.back-gplus {
  background: #d42717;
}
.back-darkblue {
  background: #2c3e50 !important;
}
.back-darkblue-simple {
  background: #2c3e50;
}
.back-pattern-whatsapp {
  background: #f2f2f2 !important;
}
.back-darkgray {
  background: #3e3d40;
}
.back-midgray {
  background: #ececec;
}
.back-gray {
  background: #a5afb9;
}
.back-black {
  background: #121212;
}
.back-transparent {
  background: transparent;
}
.back-white {
  background: #fff !important;
}
.back-white-simple {
  background-color: #fff;
}
.back-lightgray {
  background-color: #d6dce2;
}
.back-darkblue-login {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray {
  background: #D6DFE4;
}
.bg-aside {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange {
  background: #ff9d00;
}
.back-item-odd-white {
  background: #fff;
}
.back-item-odd-white:nth-child(odd) {
  background: transparent !important;
}
.header-back {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky {
  position: sticky;
}
.sticky.active {
  border-bottom: 3px solid #337ab7;
}
.bottom0 {
  bottom: 0;
}
.right0 {
  right: 0 !important;
}
.left0 {
  left: 0 !important;
}
.leftPositionControl {
  left: -10px;
}
.width100-50 {
  width: 100%;
}
.width100-40 {
  width: 100%;
}
.min-width100 {
  min-width: 100%;
}
.min-width90 {
  min-width: 90%;
}
.min-width80 {
  min-width: 80% !important;
}
.min-width70 {
  min-width: 70%;
}
.min-width60 {
  min-width: 60%;
}
.min-width50 {
  max-width: 50%;
}
.min-width45 {
  min-width: 45%;
}
.min-width40 {
  min-width: 40%;
}
.min-width30 {
  min-width: 30%;
}
.min-width20 {
  min-width: 20%;
}
.min-width25 {
  min-width: 25%;
}
.min-width10 {
  min-width: 10%;
}
.width100 {
  width: 100%;
}
.width90 {
  width: 90%;
}
.width80 {
  width: 80% !important;
}
.width70 {
  width: 70%;
}
.width60 {
  width: 60%;
}
.width50 {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width40 {
  width: 40%;
}
.width30 {
  width: 30%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width10 {
  width: 10%;
}
.width-min {
  width: min-content;
}
.max-width800 {
  max-width: 800px;
}
.widthCenter {
  width: 80%;
}
.max-width600 {
  max-width: 600px;
}
.max-width300 {
  max-width: 300px;
}
.widthHalf {
  width: 50%;
}
.width-sellProductImg-control {
  width: 150px;
}
.top-control-sellProduct {
  position: relative;
  top: 340px;
}
.width-cuotas-control {
  width: 100%;
}
.width-cuotas-control-item {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos {
  width: 163px;
}
.width-control-btn-inline {
  width: 195px;
}
.width-controll-buys-item {
  width: 96px;
}
.width-button-control-cart-actions {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro {
  width: 180px;
}
.width-pasarela-img-control {
  width: 85px;
}
.width-controll-btn-typeweek {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat {
  width: 95%;
}
.width-pasarela {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts {
  width: 180px;
}
.width-control-otherProducts figure img {
  max-height: 100%;
}
.height220 {
  height: 220px;
}
.height100vh {
  height: 100vh !important;
}
.heightFilters {
  height: calc(100vh - 60px) !important;
}
.height100 {
  height: 100%;
}
.height-aside {
  min-height: calc(100vh - 20px);
}
.height0 {
  height: 0px;
}
.heightBox {
  max-height: 960px !important;
}
.heightDropdownProducts {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex {
  justify-content: center;
}
.pointer {
  cursor: pointer !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not {
  cursor: not-allowed !important;
}
.events-none {
  pointer-events: none;
}
.shadow {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow {
  transition: 0.3s;
}
.hoverShadow:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1 {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40 {
  width: 40px;
  height: 40px;
}
.square35 {
  width: 35px;
  height: 35px;
}
.square30 {
  width: 30px;
  height: 30px;
}
.square25 {
  width: 25px;
  height: 25px;
}
.square12 {
  width: 12px;
  height: 12px;
}
.square15 {
  width: 15px;
  height: 15px;
}
.square17 {
  width: 17px;
  height: 17px;
}
.square18 {
  width: 18px;
  height: 18px;
}
.square20 {
  width: 20px;
  height: 20px;
}
.square50 {
  width: 50px;
  height: 50px;
}
.square70 {
  width: 70px;
  height: 70px;
}
.square55 {
  width: 55px;
  height: 55px;
}
.square100 {
  width: 100px;
  height: 100px;
}
.square10 {
  width: 10px;
  height: 10px;
}
.square200 {
  width: 200px;
  height: 200px;
}
.box-warn {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box {
  border: 2px solid #2c3e50;
}
.overflowYauto {
  overflow-y: auto !important;
}
.overflowYHidden {
  overflow-y: hidden;
}
.remove-scroll {
  overflow-y: hidden;
}
.active-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hidden {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
.deslised {
  opacity: 0;
  top: 50px !important;
}
.opacity0 {
  opacity: 0;
}
.opacity30 {
  opacity: 0.3;
}
.opacity50 {
  opacity: 0.5;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.transition30 {
  transition: 0.3s;
}
.cleared {
  position: relative;
  z-index: 4;
}
.hover-green {
  transition: 0.1s;
}
.hover-green:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active {
  animation: aside 0.5s reverse;
}
.aside-leave-active {
  animation: aside 0.5s;
}
.asideContent-enter-active {
  animation: asideContent 0.3s reverse;
}
.asideContent-leave-active {
  animation: asideContent 0.3s;
}
@keyframes aside {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA {
to {
    background-position-x: -20%;
}
}
.rotate {
  animation: spin 2s infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item {
  padding: 3px;
}
.carousel__pagination-button {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button::after {
  display: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2 {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active {
  outline: 0;
  transition: 0.3s;
}
.btn-active:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper {
  overflow: unset !important;
}
.btn-shadow {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add {
  margin-left: 0px;
}
.reset-button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize,
.btn-finalize {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize {
  right: 7px;
}
.btn-finalize {
  left: 7px;
}
.tab-counter {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active {
  padding-top: 10px;
}
.tab-counter.active > .separator {
  margin-top: 10px !important;
}
.tab-counter.active h2 {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p {
  font-size: 16px;
  transition: 0.5s;
}
.tabs {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2 {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2 {
  transition: 0.5s;
}
.tab::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active {
  color: #2980b9;
}
.tab.active::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab {
  width: 220px;
}
.badge-display, .badge-display2 {
  min-width: 224px;
}
.my-badge {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32 {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32 {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32 {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32 {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32 {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32 {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32 {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32 {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32 {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32 {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32 {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32 {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32 {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32 {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32 {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32 {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32 {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32 {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32 {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32 {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides {
  width: 100%;
}
.vueperslides__bullet .default {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default {
  background-color: #2c3e50;
}
.vueperslides__bullet {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets {
  flex-wrap: wrap;
}
.vueperslide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img {
  width: 100%;
}
.img-product-detail {
  max-width: 500px;
  width: 100%;
}
.toasted-container {
  top: 100px !important;
}
.toasted.toasted-primary {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated {
  opacity: 1 !important;
}
.tooltip-client-validated {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right {
  opacity: 1 !important;
}
.tooltip-client-validated-right {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left {
  opacity: 1 !important;
}
.tooltip-client-validated-left {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text {
  display: none;
}
.vdp-datepicker input {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar {
  width: auto !important;
  margin-top: 3px;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA ease-in-out infinite;
}
.vue-treeselect__control {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder {
  padding: 7px !important;
}
.vue-treeselect__control-arrow {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039be5;
}
.vue-treeselect__icon-loader::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container,
.vac-loader-wrapper {
  display: none !important;
}
.vac-room-name {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container {
  padding-top: 60px !important;
}
.vac-messages-container {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea {
  min-height: 24px !important;
}
.tagWarn {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span {
  top: 12px;
  right: 15px;
}
.my-input {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active {
  box-shadow: grey 0px 0px 7px;
}
.my-input:focus {
  border-color: #2980b9;
}
.my-input-simple {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple:focus {
  border: 1px solid #ccb75a;
}
.disabled {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3 {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray {
  color: #a5afb9 !important;
}
.placeholder-gray::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header:hover {
  cursor: pointer;
}
.search-box-header-icon {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input:focus {
  border-color: #2980b9;
}
.my-input-search-icon {
  font-size: 1.15em;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.my-select {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type {
  width: 160px;
}
.input-cupon {
  display: flex;
}
.input-cupon > div > span {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check:not(:checked),
input[type=checkbox].check:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label,
input[type=checkbox].check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label:before,
input[type=checkbox].check:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label:after,
input[type=checkbox].check:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label:after {
  color: #999;
}
input[type=checkbox].check:disabled + label {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label:before,
input[type=checkbox].check:not(:checked):focus + label:before {
  border: 2px solid #4778d9;
}
.check-icon-green {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon {
  opacity: 1;
}
.multiselect__tag {
  background: #2AA186 !important;
}
.multiselect__option--highlight {
  background: #2AA186 !important;
}
.multiselect {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select::before {
  border-width: 8px 8px 0;
}
.multiselect__tags {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing {
  height: 11px;
}
.v3-emoji-picker .v3-search input {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input:focus {
  outline: none;
}
.v3-emoji-picker .v3-body {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5 {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span, .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone, .v3-emoji-picker .v3-footer .v3-foot-left {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img, .v3-emoji-picker .v3-footer .v3-foot-left img {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input, .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer, .v3-emoji-picker .v3-header {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5, .v3-emoji-picker .v3-skin-tones {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html, body {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home, body.home {
  background-color: #fff;
}
:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
:root {
  --doc-height: 100%;
}
.flex-desktop-prospection {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.chat > section > div {
  display: grid;
  grid-template-rows: 56px calc(var(--doc-height) - 56px);
}
.chat .heightControlRightBox {
  height: var(--doc-height);
  top: 6px;
}
.chat .historial {
  overflow-y: auto;
  height: calc(var(--doc-height) - 442px);
  transition: 0.5s;
}
.chat .historial.height40 {
  height: calc(var(--doc-height) - 372px);
}
.chat .historial.active {
  height: calc(var(--doc-height) - 567px);
}
.chat .notes {
  height: 115px;
  overflow-y: auto;
  transition: 0.5s;
}
.chat .notes.height40 {
  height: 40px;
}
.chat .notes.active {
  height: 230px;
}
.vac-textarea {
  max-height: 95px !important;
  overflow-y: auto !important;
}
.infinite-loading-container {
  display: none !important;
}
[data-v-4d9c347d]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-4d9c347d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-4d9c347d] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-4d9c347d] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-4d9c347d] {
  width: 100%;
}
.home-icon img[data-v-4d9c347d] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-4d9c347d] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-4d9c347d] {
  line-height: 30px;
}
.list-style-none[data-v-4d9c347d] {
  list-style: none;
}
.burger-menu[data-v-4d9c347d] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-4d9c347d] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-4d9c347d] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-4d9c347d] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-4d9c347d] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-4d9c347d] {
  position: relative;
}
.card-product .my-close[data-v-4d9c347d] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-4d9c347d] {
  margin: 0;
}
.filtro-form input[data-v-4d9c347d] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-4d9c347d] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-4d9c347d] {
  padding: 20px 0 0;
}
.img-tiny[data-v-4d9c347d] {
  width: 80px;
}
.img-item img[data-v-4d9c347d] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-4d9c347d] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-4d9c347d] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-4d9c347d]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-4d9c347d] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-4d9c347d] {
  margin-left: 10px;
}
.notifications section[data-v-4d9c347d] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-4d9c347d] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-4d9c347d] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-4d9c347d],
.list-complete-leave-to[data-v-4d9c347d] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-4d9c347d] {
  position: absolute;
}
#_op_data_r[data-v-4d9c347d],
#_op_data_antifraud[data-v-4d9c347d] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-4d9c347d],
iframe#_op_data_antifraud[data-v-4d9c347d],
iframe#device_profile[data-v-4d9c347d],
iframe#thm_mp_cntnr[data-v-4d9c347d] {
  position: absolute !important;
}
iframe[data-v-4d9c347d] {
  background: #fff !important;
}
.main-content[data-v-4d9c347d] {
  padding-top: 30px;
}
.card-contactStory[data-v-4d9c347d] {
  width: 93vw;
}
.card-contactStory img[data-v-4d9c347d] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-4d9c347d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-4d9c347d] {
  width: 280px;
}
.dropped[data-v-4d9c347d] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-4d9c347d] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-4d9c347d]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-4d9c347d] {
  display: block !important;
}
.dropped .dropdown a[data-v-4d9c347d] {
  color: #fff;
}
.dropped .dropdown a[data-v-4d9c347d]:hover {
  text-decoration: underline;
}
.line-height25[data-v-4d9c347d] {
  line-height: 25px;
}
aside[data-v-4d9c347d] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-4d9c347d] {
  height: 100vh;
}
.my-header[data-v-4d9c347d] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-4d9c347d] {
  position: inherit !important;
}
.my-header-menu[data-v-4d9c347d] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-4d9c347d] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-4d9c347d]:hover {
  background: hannah;
}
.menu-api-activate[data-v-4d9c347d] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-4d9c347d] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-4d9c347d] {
  position: relative;
}
.menu-api-item a[data-v-4d9c347d]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-4d9c347d] {
  padding: 0 !important;
}
.card-product[data-v-4d9c347d] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-4d9c347d] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-4d9c347d] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-4d9c347d] {
  margin: 0;
}
.sticky-home[data-v-4d9c347d] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-4d9c347d] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-4d9c347d]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-4d9c347d] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-4d9c347d]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-4d9c347d] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-4d9c347d]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-4d9c347d] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-4d9c347d] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-4d9c347d] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-4d9c347d]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-4d9c347d] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-4d9c347d] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-4d9c347d] {
  display: block !important;
}
.leftPositionSubMenu[data-v-4d9c347d] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-4d9c347d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-4d9c347d],
.circle-toggle-box[data-v-4d9c347d] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-4d9c347d] {
  left: 44px !important;
}
.triangleStatus[data-v-4d9c347d]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-4d9c347d] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-4d9c347d] {
  overflow: visible !important;
}
.width-max80[data-v-4d9c347d] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-4d9c347d] {
  display: flex !important;
}
.flex-none[data-v-4d9c347d] {
  flex: none;
}
.flex-nowrap[data-v-4d9c347d] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-4d9c347d] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-4d9c347d] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-4d9c347d] {
  flex-direction: column;
}
.flex-col-row[data-v-4d9c347d] {
  flex-direction: column;
}
.flex-row[data-v-4d9c347d] {
  flex-direction: row;
}
.flex-between-align[data-v-4d9c347d] {
  align-content: space-between;
}
.flex-middle[data-v-4d9c347d] {
  align-items: center;
}
.flex-bottom[data-v-4d9c347d] {
  align-items: flex-end;
}
.flex-between[data-v-4d9c347d] {
  justify-content: space-between;
}
.flex-center[data-v-4d9c347d] {
  justify-content: center;
}
.flex-right[data-v-4d9c347d] {
  justify-content: flex-end;
}
.flex-left[data-v-4d9c347d] {
  justify-content: flex-start;
}
.flex-evenly[data-v-4d9c347d] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-4d9c347d] {
  flex-grow: 1;
}
.flex-grow-2[data-v-4d9c347d] {
  flex-grow: 2;
}
.flex-grow-3[data-v-4d9c347d] {
  flex-grow: 3;
}
.flex-grow-4[data-v-4d9c347d] {
  flex-grow: 4;
}
.flex-grow-5[data-v-4d9c347d] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-4d9c347d] {
  align-items: flex-start;
}
.flex800[data-v-4d9c347d] {
  display: none;
}
.flexc-flex[data-v-4d9c347d] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-4d9c347d] {
  display: none;
}
.flex-display-50-10[data-v-4d9c347d] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-4d9c347d] {
  display: none;
}
.show760[data-v-4d9c347d] {
  display: none;
}
.hide[data-v-4d9c347d] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-4d9c347d] {
    display: block !important;
}
.badge-display[data-v-4d9c347d] {
    display: none;
}
.badge-display2[data-v-4d9c347d] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-4d9c347d] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-4d9c347d] {
    display: block;
}
.badge-display2[data-v-4d9c347d] {
    display: none;
}
.fix-width[data-v-4d9c347d] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-4d9c347d] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-4d9c347d] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-4d9c347d] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-4d9c347d] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-4d9c347d] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-4d9c347d] {
    width: 50%;
}
.width100-40[data-v-4d9c347d] {
    width: 40%;
}
.show600[data-v-4d9c347d] {
    display: block;
}
.width-controll-btn-typeweek[data-v-4d9c347d] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-4d9c347d] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-4d9c347d] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-4d9c347d] {
    width: 220px !important;
}
.leftPositionControl[data-v-4d9c347d] {
    left: -40px !important;
}
.container-tipo-envio[data-v-4d9c347d] {
    display: flex;
}
.width-controll-buys-item[data-v-4d9c347d] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-4d9c347d] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-4d9c347d] {
    top: 380px !important;
}
.my-header-menu[data-v-4d9c347d] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-4d9c347d] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-4d9c347d] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-4d9c347d] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-4d9c347d] {
    min-width: 400px;
}
.cart-btn-add[data-v-4d9c347d] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-4d9c347d] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-4d9c347d] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-4d9c347d] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-4d9c347d] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-4d9c347d] {
    justify-content: left;
}
.flex-mid[data-v-4d9c347d] {
    display: flex !important;
}
.msg-stock[data-v-4d9c347d] {
    padding: 10px 0 0;
}
.counter-cart[data-v-4d9c347d] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-4d9c347d] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-4d9c347d] {
    display: none;
}
.badge-display2[data-v-4d9c347d] {
    display: block;
}
.show760[data-v-4d9c347d] {
    display: block;
}
.hide760[data-v-4d9c347d] {
    display: none;
}
.grid-products[data-v-4d9c347d] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-4d9c347d] {
    margin: auto;
}
.mr-h[data-v-4d9c347d] {
    margin: auto;
}
.width-control-otherProducts[data-v-4d9c347d] {
    width: 170px !important;
}
.leftPositionControl[data-v-4d9c347d] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-4d9c347d] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-4d9c347d] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-4d9c347d] {
    width: 30vw !important;
}
.product-item[data-v-4d9c347d] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-4d9c347d] {
    width: 90% !important;
}
.my-container[data-v-4d9c347d] {
    width: 680px !important;
}
.login[data-v-4d9c347d] {
    width: 310px !important;
}
.width-cuotas-control[data-v-4d9c347d] {
    width: 278px !important;
}
.flexc-flex[data-v-4d9c347d] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-4d9c347d] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-4d9c347d] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-4d9c347d] {
    height: 140px;
}
.width-control-input-chat[data-v-4d9c347d] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-4d9c347d] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-4d9c347d] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-4d9c347d] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-4d9c347d] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-4d9c347d] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-4d9c347d] {
    width: 270px !important;
}
.leftPositionControl[data-v-4d9c347d] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-4d9c347d] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-4d9c347d] {
    width: 17vw !important;
}
.filters-wrap[data-v-4d9c347d] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-4d9c347d] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-4d9c347d] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-4d9c347d] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-4d9c347d] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-4d9c347d] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-4d9c347d] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-4d9c347d] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-4d9c347d]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-4d9c347d] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-4d9c347d] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-4d9c347d]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-4d9c347d] {
    max-width: 330px !important;
}
.iterable-box[data-v-4d9c347d] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-4d9c347d] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-4d9c347d] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-4d9c347d] {
    width: 160px !important;
}
.my-container[data-v-4d9c347d] {
    width: 800px !important;
}
.search-btn-box[data-v-4d9c347d] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-4d9c347d] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-4d9c347d] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-4d9c347d] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-4d9c347d] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-4d9c347d] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-4d9c347d] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-4d9c347d] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-4d9c347d] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-4d9c347d] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-4d9c347d] {
    width: 280px !important;
}
.width300-desktop[data-v-4d9c347d] {
    width: 300px !important;
}
.concept-item-stats[data-v-4d9c347d] {
    width: 80%;
}
.widthHalf-desktop[data-v-4d9c347d] {
    width: 50% !important;
}
.column-desktop[data-v-4d9c347d] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-4d9c347d] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-4d9c347d] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-4d9c347d] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-4d9c347d],
.flex-desktop[data-v-4d9c347d] {
    display: flex !important;
}
.block-desktop[data-v-4d9c347d] {
    display: block !important;
}
.hide-desktop[data-v-4d9c347d] {
    display: none !important;
}
.fixButton[data-v-4d9c347d] {
    top: -20px;
}
.width-cuotas-control[data-v-4d9c347d] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-4d9c347d] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-4d9c347d] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-4d9c347d] {
    display: none !important;
}
.bottom10-desktop[data-v-4d9c347d] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-4d9c347d] {
    left: -125px !important;
}
.grid-products[data-v-4d9c347d] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-4d9c347d] {
    width: 1000px !important;
}
.showFullDesktop[data-v-4d9c347d] {
    display: block !important;
}
.leftPositionControl[data-v-4d9c347d] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-4d9c347d] {
    display: none !important;
}
.show-only-desktop[data-v-4d9c347d] {
    display: flex !important;
}
.leftPositionControl[data-v-4d9c347d] {
    left: -260px !important;
}
.catalog-container[data-v-4d9c347d] {
    margin: unset;
}
.carrito-catalog[data-v-4d9c347d] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-4d9c347d] {
    left: -280px !important;
}
}
.grid-container[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-4d9c347d] {
  grid-column: span 1;
}
.grid-item-1[data-v-4d9c347d] {
  grid-column: span 1;
}
.grid-item-2[data-v-4d9c347d] {
  grid-column: span 2;
}
.grid-item-3[data-v-4d9c347d] {
  grid-column: span 3;
}
.grid-item-4[data-v-4d9c347d] {
  grid-column: span 4;
}
.grid-item-5[data-v-4d9c347d] {
  grid-column: span 5;
}
.grid-item-6[data-v-4d9c347d] {
  grid-column: span 6;
}
.grid-item-7[data-v-4d9c347d] {
  grid-column: span 7;
}
.grid-item-8[data-v-4d9c347d] {
  grid-column: span 8;
}
.grid-item-9[data-v-4d9c347d] {
  grid-column: span 9;
}
.grid-item-10[data-v-4d9c347d] {
  grid-column: span 10;
}
.grid-item-11[data-v-4d9c347d] {
  grid-column: span 11;
}
.grid-item-12[data-v-4d9c347d] {
  grid-column: span 12;
}
.grid-cart[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-4d9c347d] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-4d9c347d] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-4d9c347d] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-4d9c347d] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-4d9c347d] {
  gap: 10px;
}
.gap20[data-v-4d9c347d] {
  gap: 20px;
}
.grid-box[data-v-4d9c347d] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-4d9c347d],
.grid-3 div[data-v-4d9c347d],
.grid-4 div[data-v-4d9c347d] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-4d9c347d] {
  background: #fff;
}
.grid-item-odd[data-v-4d9c347d]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-4d9c347d] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-4d9c347d] {
  max-width: 350px;
}
.margin0[data-v-4d9c347d] {
  margin: 0 !important;
}
.margin0-5[data-v-4d9c347d] {
  margin: 0 5px;
}
.margin10-0[data-v-4d9c347d] {
  margin: 10px 0;
}
.margin10-5[data-v-4d9c347d] {
  margin: 10px 5px;
}
.margin0-10[data-v-4d9c347d] {
  margin: 0 10px;
}
.margin0-15[data-v-4d9c347d] {
  margin: 0 15px;
}
.margin15-0[data-v-4d9c347d] {
  margin: 15px 0px;
}
.margin20-0[data-v-4d9c347d] {
  margin: 20px 0;
}
.margin20-10[data-v-4d9c347d] {
  margin: 20px 10px;
}
.margin30-0[data-v-4d9c347d] {
  margin: 30px 0;
}
.margin40-0[data-v-4d9c347d] {
  margin: 40px 0;
}
.margin20-40[data-v-4d9c347d] {
  margin: 20px 40px;
}
.margin0-20[data-v-4d9c347d] {
  margin: 0 20px;
}
.margin5[data-v-4d9c347d] {
  margin: 5px;
}
.margin5-0[data-v-4d9c347d] {
  margin: 5px 0;
}
.margin10[data-v-4d9c347d] {
  margin: 10px;
}
.margin10-20[data-v-4d9c347d] {
  margin: 10px 20px;
}
.margin15[data-v-4d9c347d] {
  margin: 15px;
}
.margin20[data-v-4d9c347d] {
  margin: 20px;
}
.margin30[data-v-4d9c347d] {
  margin: 30px;
}
.margin50[data-v-4d9c347d] {
  margin: 50px;
}
.margin-right-auto[data-v-4d9c347d] {
  margin-right: auto;
}
.margin-left-auto[data-v-4d9c347d] {
  margin-left: auto;
}
.ml-h[data-v-4d9c347d] {
  margin-left: auto;
}
.mr-h[data-v-4d9c347d] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-4d9c347d] {
  margin-bottom: 5px;
}
.margin-top5[data-v-4d9c347d] {
  margin-top: 5px !important;
}
.margin-top10[data-v-4d9c347d] {
  margin-top: 10px !important;
}
.margin-top15[data-v-4d9c347d] {
  margin-top: 15px !important;
}
.margin-top20[data-v-4d9c347d] {
  margin-top: 20px !important;
}
.margin-top30[data-v-4d9c347d] {
  margin-top: 30px !important;
}
.margin-top35[data-v-4d9c347d] {
  margin-top: 35px !important;
}
.margin-top40[data-v-4d9c347d] {
  margin-top: 40px !important;
}
.margin-top50[data-v-4d9c347d] {
  margin-top: 50px !important;
}
.margin-top60[data-v-4d9c347d] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-4d9c347d] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-4d9c347d] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-4d9c347d] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-4d9c347d] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-4d9c347d] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-4d9c347d] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-4d9c347d] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-4d9c347d] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-4d9c347d] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-4d9c347d] {
  margin-left: 5px !important;
}
.margin-left10[data-v-4d9c347d] {
  margin-left: 10px !important;
}
.margin-left15[data-v-4d9c347d] {
  margin-left: 15px !important;
}
.margin-left20[data-v-4d9c347d] {
  margin-left: 20px !important;
}
.margin-left30[data-v-4d9c347d] {
  margin-left: 30px !important;
}
.margin-left35[data-v-4d9c347d] {
  margin-left: 35px !important;
}
.margin-left40[data-v-4d9c347d] {
  margin-left: 40px !important;
}
.margin-left50[data-v-4d9c347d] {
  margin-left: 50px !important;
}
.margin-left60[data-v-4d9c347d] {
  margin-left: 60px !important;
}
.margin-right5[data-v-4d9c347d] {
  margin-right: 5px !important;
}
.margin-right10[data-v-4d9c347d] {
  margin-right: 10px !important;
}
.margin-right15[data-v-4d9c347d] {
  margin-right: 15px !important;
}
.margin-right20[data-v-4d9c347d] {
  margin-right: 20px !important;
}
.margin-right30[data-v-4d9c347d] {
  margin-right: 30px !important;
}
.margin-right35[data-v-4d9c347d] {
  margin-right: 35px !important;
}
.margin-right40[data-v-4d9c347d] {
  margin-right: 40px !important;
}
.margin-right50[data-v-4d9c347d] {
  margin-right: 50px !important;
}
.margin-right60[data-v-4d9c347d] {
  margin-right: 60px !important;
}
.my-5[data-v-4d9c347d] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-4d9c347d] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-4d9c347d] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-4d9c347d] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-4d9c347d] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-4d9c347d] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-4d9c347d] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-4d9c347d] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-4d9c347d] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-4d9c347d] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-4d9c347d] {
  padding: 0 !important;
}
.padding5[data-v-4d9c347d] {
  padding: 5px;
}
.padding10[data-v-4d9c347d] {
  padding: 10px;
}
.padding15[data-v-4d9c347d] {
  padding: 15px;
}
.padding20[data-v-4d9c347d] {
  padding: 20px;
}
.padding30[data-v-4d9c347d] {
  padding: 30px;
}
.padding40[data-v-4d9c347d] {
  padding: 40px;
}
.padding40-0[data-v-4d9c347d] {
  padding: 40px 0;
}
.padding-left5[data-v-4d9c347d] {
  padding-left: 5px;
}
.padding-left10[data-v-4d9c347d] {
  padding-left: 10px;
}
.padding-left15[data-v-4d9c347d] {
  padding-left: 15px;
}
.padding-left20[data-v-4d9c347d] {
  padding-left: 20px;
}
.padding-right5[data-v-4d9c347d] {
  padding-right: 5px;
}
.padding-right10[data-v-4d9c347d] {
  padding-right: 10px;
}
.padding-right15[data-v-4d9c347d] {
  padding-right: 15px;
}
.padding-right20[data-v-4d9c347d] {
  padding-right: 20px;
}
.padding-right30[data-v-4d9c347d] {
  padding-right: 30px;
}
.padding-right40[data-v-4d9c347d] {
  padding-right: 40px;
}
.padding-top0[data-v-4d9c347d] {
  padding-top: 0px;
}
.padding-top5[data-v-4d9c347d] {
  padding-top: 5px;
}
.padding-top10[data-v-4d9c347d] {
  padding-top: 10px;
}
.padding-top15[data-v-4d9c347d] {
  padding-top: 15px;
}
.padding-top20[data-v-4d9c347d] {
  padding-top: 20px;
}
.padding-top30[data-v-4d9c347d] {
  padding-top: 30px;
}
.padding-top50[data-v-4d9c347d] {
  padding-top: 50px;
}
.padding-top60[data-v-4d9c347d] {
  padding-top: 60px;
}
.padding-top70[data-v-4d9c347d] {
  padding-top: 70px;
}
.padding-top90[data-v-4d9c347d] {
  padding-top: 90px;
}
.padding-top100[data-v-4d9c347d] {
  padding-top: 100px;
}
.padding-top120[data-v-4d9c347d] {
  padding-top: 120px;
}
.padding-top180[data-v-4d9c347d] {
  padding-top: 180px;
}
.padding-bottom0[data-v-4d9c347d] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-4d9c347d] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-4d9c347d] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-4d9c347d] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-4d9c347d] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-4d9c347d] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-4d9c347d] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-4d9c347d] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-4d9c347d] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-4d9c347d] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-4d9c347d] {
  padding-bottom: 240px;
}
.padding10-0[data-v-4d9c347d] {
  padding: 10px 0;
}
.padding10-5[data-v-4d9c347d] {
  padding: 10px 5px;
}
.padding0-5[data-v-4d9c347d] {
  padding: 0 5px;
}
.padding0-10[data-v-4d9c347d] {
  padding: 0 10px;
}
.padding0-15[data-v-4d9c347d] {
  padding: 0 15px;
}
.padding20-0[data-v-4d9c347d] {
  padding: 20px 0;
}
.padding20-10[data-v-4d9c347d] {
  padding: 20px 10px;
}
.padding15-20[data-v-4d9c347d] {
  padding: 15px 20px;
}
.padding15-0[data-v-4d9c347d] {
  padding: 15px 0px;
}
.padding20-5[data-v-4d9c347d] {
  padding: 20px 5px;
}
.padding0-20[data-v-4d9c347d] {
  padding: 0 20px;
}
.padding5-20[data-v-4d9c347d] {
  padding: 5px 20px;
}
.padding5-15[data-v-4d9c347d] {
  padding: 5px 15px;
}
.padding5-10[data-v-4d9c347d] {
  padding: 5px 10px;
}
.padding15-10[data-v-4d9c347d] {
  padding: 15px 10px;
}
.padding1em[data-v-4d9c347d] {
  padding: 1em;
}
.padding10-20[data-v-4d9c347d] {
  padding: 10px 20px;
}
.padding5-0[data-v-4d9c347d] {
  padding: 5px 0;
}
.padding30-10[data-v-4d9c347d] {
  padding: 30px 10px;
}
.px-5[data-v-4d9c347d] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-4d9c347d] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-4d9c347d] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-4d9c347d] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-4d9c347d] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-4d9c347d] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-4d9c347d] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-4d9c347d] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-4d9c347d] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-4d9c347d] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-4d9c347d] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-4d9c347d] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-4d9c347d] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-4d9c347d] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-4d9c347d] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-4d9c347d] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-4d9c347d] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-4d9c347d] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-4d9c347d] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-4d9c347d] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-4d9c347d] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-4d9c347d] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-4d9c347d] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-4d9c347d] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-4d9c347d] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-4d9c347d] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-4d9c347d] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-4d9c347d] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-4d9c347d]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-4d9c347d] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-4d9c347d]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-4d9c347d] {
  border: 0 !important;
}
.borderRed[data-v-4d9c347d] {
  border-color: #f00 !important;
}
.border-aside[data-v-4d9c347d] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-4d9c347d] {
  border: none;
}
.borderLightgray[data-v-4d9c347d] {
  border: 1px solid lightgray;
}
.borderGray[data-v-4d9c347d] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-4d9c347d] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-4d9c347d] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-4d9c347d] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-4d9c347d] {
  border: 1px solid #fff;
}
.border2green[data-v-4d9c347d] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-4d9c347d] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-4d9c347d] {
  border: 2px solid #fff;
}
.border2gold[data-v-4d9c347d] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-4d9c347d] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-4d9c347d] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-4d9c347d] {
  border-color: #d42717 !important;
}
.border1green[data-v-4d9c347d] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-4d9c347d] {
  border-color: #f00 !important;
}
.border-fixed[data-v-4d9c347d] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-4d9c347d] {
  border-radius: 40px;
}
.radius30[data-v-4d9c347d] {
  border-radius: 30px;
}
.radius20[data-v-4d9c347d] {
  border-radius: 20px;
}
.radius15[data-v-4d9c347d] {
  border-radius: 15px;
}
.radius8[data-v-4d9c347d] {
  border-radius: 8px;
}
.radius3[data-v-4d9c347d] {
  border-radius: 3px !important;
}
.rounded[data-v-4d9c347d] {
  border-radius: 50%;
}
.rounded5[data-v-4d9c347d] {
  border-radius: 5px;
}
.round10[data-v-4d9c347d] {
  border-radius: 10px;
}
.box-border[data-v-4d9c347d] {
  box-sizing: border-box;
}
.text-center[data-v-4d9c347d] {
  text-align: center;
}
.text-right[data-v-4d9c347d] {
  text-align: right;
}
.text-left[data-v-4d9c347d] {
  text-align: left;
}
.text-lowercase[data-v-4d9c347d] {
  text-transform: lowercase;
}
.text-uppercase[data-v-4d9c347d] {
  text-transform: uppercase;
}
.text-capitalize[data-v-4d9c347d] {
  text-transform: capitalize !important;
}
.text-none[data-v-4d9c347d] {
  text-transform: none;
}
.text-ellipsis[data-v-4d9c347d] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-4d9c347d] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-4d9c347d]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-4d9c347d] {
  text-decoration: underline;
}
.text-underline[data-v-4d9c347d]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-4d9c347d] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-4d9c347d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-4d9c347d] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-4d9c347d] {
  word-break: break-all;
}
.font-bold[data-v-4d9c347d] {
  font-weight: bold;
}
.price-through[data-v-4d9c347d] {
  text-decoration: line-through;
}
.font-italic[data-v-4d9c347d] {
  font-style: italic;
}
.font095em[data-v-4d9c347d] {
  font-size: 0.95em;
}
.font1em[data-v-4d9c347d] {
  font-size: 1em !important;
}
.font2em[data-v-4d9c347d] {
  font-size: 2em;
}
.font2-2em[data-v-4d9c347d] {
  font-size: 2.2em;
}
.font3em[data-v-4d9c347d] {
  font-size: 3em;
}
.font4em[data-v-4d9c347d] {
  font-size: 4em;
}
.font1-5em[data-v-4d9c347d] {
  font-size: 1.5em;
}
.font1-7em[data-v-4d9c347d] {
  font-size: 1.7em;
}
.font1-3em[data-v-4d9c347d] {
  font-size: 1.3em;
}
.font1-4em[data-v-4d9c347d] {
  font-size: 1.4em;
}
.font-9em[data-v-4d9c347d] {
  font-size: 0.9em;
}
.font10[data-v-4d9c347d] {
  font-size: 10px;
}
.font11[data-v-4d9c347d] {
  font-size: 11px;
}
.font12[data-v-4d9c347d] {
  font-size: 12px;
}
.font13[data-v-4d9c347d] {
  font-size: 13px;
}
.font14[data-v-4d9c347d] {
  font-size: 14px;
}
.font15[data-v-4d9c347d] {
  font-size: 15px;
}
.font16[data-v-4d9c347d] {
  font-size: 16px;
}
.font17[data-v-4d9c347d] {
  font-size: 17px;
}
.font18[data-v-4d9c347d] {
  font-size: 18px;
}
.font19[data-v-4d9c347d] {
  font-size: 19px;
}
.font20[data-v-4d9c347d] {
  font-size: 20px;
}
.font21[data-v-4d9c347d] {
  font-size: 21px;
}
.font22[data-v-4d9c347d] {
  font-size: 22px;
}
.font23[data-v-4d9c347d] {
  font-size: 23px;
}
.font24[data-v-4d9c347d] {
  font-size: 24px;
}
.font25[data-v-4d9c347d] {
  font-size: 25px;
}
.font26[data-v-4d9c347d] {
  font-size: 26px;
}
.font27[data-v-4d9c347d] {
  font-size: 27px;
}
.font28[data-v-4d9c347d] {
  font-size: 28px;
}
.font29[data-v-4d9c347d] {
  font-size: 29px;
}
.font30[data-v-4d9c347d] {
  font-size: 30px;
}
.font31[data-v-4d9c347d] {
  font-size: 31px;
}
.font32[data-v-4d9c347d] {
  font-size: 32px;
}
.font33[data-v-4d9c347d] {
  font-size: 33px;
}
.font34[data-v-4d9c347d] {
  font-size: 34px;
}
.font35[data-v-4d9c347d] {
  font-size: 35px;
}
.font36[data-v-4d9c347d] {
  font-size: 36px;
}
.font37[data-v-4d9c347d] {
  font-size: 37px;
}
.font38[data-v-4d9c347d] {
  font-size: 38px;
}
.font39[data-v-4d9c347d] {
  font-size: 39px;
}
.font40[data-v-4d9c347d] {
  font-size: 40px;
}
.font-normal[data-v-4d9c347d] {
  font-weight: normal;
}
.color-white[data-v-4d9c347d] {
  color: #fff;
}
.color-transparent[data-v-4d9c347d] {
  color: transparent !important;
}
.color-black[data-v-4d9c347d] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-4d9c347d] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-4d9c347d] {
  color: fuchia;
}
.color-gray[data-v-4d9c347d] {
  color: #a5afb9;
}
.color-hardgray[data-v-4d9c347d] {
  color: #4d5263;
}
.color-hannah[data-v-4d9c347d] {
  color: #EA184D;
}
.color-lightgray[data-v-4d9c347d] {
  color: #d3d3d3;
}
.color-darkblue[data-v-4d9c347d] {
  color: #2c3e50;
}
.color-darkgray[data-v-4d9c347d] {
  color: #757575;
}
.color-lightred[data-v-4d9c347d] {
  color: #e74c3c;
}
.color-red[data-v-4d9c347d] {
  color: #e74c3c;
}
.color-blue[data-v-4d9c347d] {
  color: #2980b9;
}
.color-yellow[data-v-4d9c347d] {
  color: #f49d1e;
}
.color-orange[data-v-4d9c347d] {
  color: #ffa500;
}
.color-green[data-v-4d9c347d] {
  color: #2AA186;
}
.color-gplus[data-v-4d9c347d] {
  color: #d42717;
}
.back-bluelight[data-v-4d9c347d] {
  background: #EBF0FF !important;
}
.back-blue[data-v-4d9c347d] {
  background: #2980b9 !important;
}
.back-hannah[data-v-4d9c347d] {
  background: #EA184D !important;
}
.back-purple[data-v-4d9c347d] {
  background: #8e44ad;
}
.back-green[data-v-4d9c347d] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-4d9c347d] {
  background: #2AA186;
}
.back-yellow[data-v-4d9c347d] {
  background: #f49d1e !important;
}
.back-gold[data-v-4d9c347d] {
  background: #f49d1e !important;
}
.back-red[data-v-4d9c347d] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-4d9c347d] {
  background: #e74c3c;
}
.back-lightred[data-v-4d9c347d] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-4d9c347d] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-4d9c347d] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-4d9c347d] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-4d9c347d] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-4d9c347d] {
  background: #f49d1e !important;
}
.back-gplus[data-v-4d9c347d] {
  background: #d42717;
}
.back-darkblue[data-v-4d9c347d] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-4d9c347d] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-4d9c347d] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-4d9c347d] {
  background: #3e3d40;
}
.back-midgray[data-v-4d9c347d] {
  background: #ececec;
}
.back-gray[data-v-4d9c347d] {
  background: #a5afb9;
}
.back-black[data-v-4d9c347d] {
  background: #121212;
}
.back-transparent[data-v-4d9c347d] {
  background: transparent;
}
.back-white[data-v-4d9c347d] {
  background: #fff !important;
}
.back-white-simple[data-v-4d9c347d] {
  background-color: #fff;
}
.back-lightgray[data-v-4d9c347d] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-4d9c347d] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-4d9c347d] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-4d9c347d] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-4d9c347d] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-4d9c347d] {
  background: #D6DFE4;
}
.bg-aside[data-v-4d9c347d] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-4d9c347d] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-4d9c347d] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-4d9c347d] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-4d9c347d] {
  background: #fff;
}
.back-item-odd-white[data-v-4d9c347d]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-4d9c347d] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-4d9c347d] {
  position: relative;
}
.absolute[data-v-4d9c347d] {
  position: absolute;
}
.fixed[data-v-4d9c347d] {
  position: fixed;
}
.fixed-bottom[data-v-4d9c347d] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-4d9c347d] {
  position: sticky;
}
.sticky.active[data-v-4d9c347d] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-4d9c347d] {
  bottom: 0;
}
.right0[data-v-4d9c347d] {
  right: 0 !important;
}
.left0[data-v-4d9c347d] {
  left: 0 !important;
}
.leftPositionControl[data-v-4d9c347d] {
  left: -10px;
}
.width100-50[data-v-4d9c347d] {
  width: 100%;
}
.width100-40[data-v-4d9c347d] {
  width: 100%;
}
.min-width100[data-v-4d9c347d] {
  min-width: 100%;
}
.min-width90[data-v-4d9c347d] {
  min-width: 90%;
}
.min-width80[data-v-4d9c347d] {
  min-width: 80% !important;
}
.min-width70[data-v-4d9c347d] {
  min-width: 70%;
}
.min-width60[data-v-4d9c347d] {
  min-width: 60%;
}
.min-width50[data-v-4d9c347d] {
  max-width: 50%;
}
.min-width45[data-v-4d9c347d] {
  min-width: 45%;
}
.min-width40[data-v-4d9c347d] {
  min-width: 40%;
}
.min-width30[data-v-4d9c347d] {
  min-width: 30%;
}
.min-width20[data-v-4d9c347d] {
  min-width: 20%;
}
.min-width25[data-v-4d9c347d] {
  min-width: 25%;
}
.min-width10[data-v-4d9c347d] {
  min-width: 10%;
}
.width100[data-v-4d9c347d] {
  width: 100%;
}
.width90[data-v-4d9c347d] {
  width: 90%;
}
.width80[data-v-4d9c347d] {
  width: 80% !important;
}
.width70[data-v-4d9c347d] {
  width: 70%;
}
.width60[data-v-4d9c347d] {
  width: 60%;
}
.width50[data-v-4d9c347d] {
  width: 50%;
}
.width45[data-v-4d9c347d] {
  width: 45%;
}
.width40[data-v-4d9c347d] {
  width: 40%;
}
.width30[data-v-4d9c347d] {
  width: 30%;
}
.width20[data-v-4d9c347d] {
  width: 20%;
}
.width25[data-v-4d9c347d] {
  width: 25%;
}
.width10[data-v-4d9c347d] {
  width: 10%;
}
.width-min[data-v-4d9c347d] {
  width: min-content;
}
.max-width800[data-v-4d9c347d] {
  max-width: 800px;
}
.widthCenter[data-v-4d9c347d] {
  width: 80%;
}
.max-width600[data-v-4d9c347d] {
  max-width: 600px;
}
.max-width300[data-v-4d9c347d] {
  max-width: 300px;
}
.widthHalf[data-v-4d9c347d] {
  width: 50%;
}
.width-sellProductImg-control[data-v-4d9c347d] {
  width: 150px;
}
.top-control-sellProduct[data-v-4d9c347d] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-4d9c347d] {
  width: 100%;
}
.width-cuotas-control-item[data-v-4d9c347d] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-4d9c347d] {
  width: 163px;
}
.width-control-btn-inline[data-v-4d9c347d] {
  width: 195px;
}
.width-controll-buys-item[data-v-4d9c347d] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-4d9c347d] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-4d9c347d] {
  width: 180px;
}
.width-pasarela-img-control[data-v-4d9c347d] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-4d9c347d] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-4d9c347d] {
  width: 95%;
}
.width-pasarela[data-v-4d9c347d] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-4d9c347d]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-4d9c347d]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-4d9c347d]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-4d9c347d]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-4d9c347d] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-4d9c347d] {
  max-height: 100%;
}
.height220[data-v-4d9c347d] {
  height: 220px;
}
.height100vh[data-v-4d9c347d] {
  height: 100vh !important;
}
.heightFilters[data-v-4d9c347d] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-4d9c347d] {
  height: 100%;
}
.height-aside[data-v-4d9c347d] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-4d9c347d] {
  height: 0px;
}
.heightBox[data-v-4d9c347d] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-4d9c347d] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-4d9c347d] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-4d9c347d] {
  justify-content: center;
}
.pointer[data-v-4d9c347d] {
  cursor: pointer !important;
}
.cursor-move[data-v-4d9c347d] {
  cursor: move !important;
}
.cursor-not[data-v-4d9c347d] {
  cursor: not-allowed !important;
}
.events-none[data-v-4d9c347d] {
  pointer-events: none;
}
.shadow[data-v-4d9c347d] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-4d9c347d] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-4d9c347d] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-4d9c347d] {
  transition: 0.3s;
}
.hoverShadow[data-v-4d9c347d]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-4d9c347d] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-4d9c347d] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-4d9c347d] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-4d9c347d] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-4d9c347d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-4d9c347d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-4d9c347d] {
  width: 40px;
  height: 40px;
}
.square35[data-v-4d9c347d] {
  width: 35px;
  height: 35px;
}
.square30[data-v-4d9c347d] {
  width: 30px;
  height: 30px;
}
.square25[data-v-4d9c347d] {
  width: 25px;
  height: 25px;
}
.square12[data-v-4d9c347d] {
  width: 12px;
  height: 12px;
}
.square15[data-v-4d9c347d] {
  width: 15px;
  height: 15px;
}
.square17[data-v-4d9c347d] {
  width: 17px;
  height: 17px;
}
.square18[data-v-4d9c347d] {
  width: 18px;
  height: 18px;
}
.square20[data-v-4d9c347d] {
  width: 20px;
  height: 20px;
}
.square50[data-v-4d9c347d] {
  width: 50px;
  height: 50px;
}
.square70[data-v-4d9c347d] {
  width: 70px;
  height: 70px;
}
.square55[data-v-4d9c347d] {
  width: 55px;
  height: 55px;
}
.square100[data-v-4d9c347d] {
  width: 100px;
  height: 100px;
}
.square10[data-v-4d9c347d] {
  width: 10px;
  height: 10px;
}
.square200[data-v-4d9c347d] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-4d9c347d] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-4d9c347d] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-4d9c347d] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-4d9c347d] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-4d9c347d] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-4d9c347d] {
  overflow-y: hidden;
}
.remove-scroll[data-v-4d9c347d] {
  overflow-y: hidden;
}
.active-scroll[data-v-4d9c347d] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-4d9c347d] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-4d9c347d] {
  overflow: hidden !important;
}
.overflow-auto[data-v-4d9c347d] {
  overflow: auto !important;
}
.hidden[data-v-4d9c347d] {
  visibility: hidden;
}
.offscreen[data-v-4d9c347d] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-4d9c347d] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-4d9c347d] {
  opacity: 0;
}
.opacity30[data-v-4d9c347d] {
  opacity: 0.3;
}
.opacity50[data-v-4d9c347d] {
  opacity: 0.5;
}
.opacity70[data-v-4d9c347d] {
  opacity: 0.7;
}
.opacity80[data-v-4d9c347d] {
  opacity: 0.8;
}
.transition30[data-v-4d9c347d] {
  transition: 0.3s;
}
.cleared[data-v-4d9c347d] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-4d9c347d] {
  transition: 0.1s;
}
.hover-green[data-v-4d9c347d]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-4d9c347d] {
  animation: aside-4d9c347d 0.5s reverse;
}
.aside-leave-active[data-v-4d9c347d] {
  animation: aside-4d9c347d 0.5s;
}
.asideContent-enter-active[data-v-4d9c347d] {
  animation: asideContent-4d9c347d 0.3s reverse;
}
.asideContent-leave-active[data-v-4d9c347d] {
  animation: asideContent-4d9c347d 0.3s;
}
@keyframes aside-4d9c347d {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-4d9c347d {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-4d9c347d {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-4d9c347d] {
  animation: spin-4d9c347d 2s infinite;
}
@keyframes spin-4d9c347d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-4d9c347d] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-4d9c347d] {
  padding: 3px;
}
.carousel__pagination-button[data-v-4d9c347d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-4d9c347d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-4d9c347d]::after {
  display: none !important;
}
.pagination[data-v-4d9c347d] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-4d9c347d] {
  display: inline;
}
.pagination > li > a[data-v-4d9c347d], .pagination > li > span[data-v-4d9c347d] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-4d9c347d], .pagination > li:first-child > span[data-v-4d9c347d] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-4d9c347d], .pagination > li:last-child > span[data-v-4d9c347d] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-4d9c347d]:hover, .pagination > li > span[data-v-4d9c347d]:hover, .pagination > li > a[data-v-4d9c347d]:focus, .pagination > li > span[data-v-4d9c347d]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-4d9c347d], .pagination > .active > span[data-v-4d9c347d], .pagination > .active > a[data-v-4d9c347d]:hover, .pagination > .active > span[data-v-4d9c347d]:hover, .pagination > .active > a[data-v-4d9c347d]:focus, .pagination > .active > span[data-v-4d9c347d]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-4d9c347d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-4d9c347d]:hover, .pagination > .disabled > span[data-v-4d9c347d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-4d9c347d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-4d9c347d]:hover, .pagination > .disabled > a[data-v-4d9c347d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-4d9c347d], .pagination-lg > li > span[data-v-4d9c347d] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-4d9c347d], .pagination-lg > li:first-child > span[data-v-4d9c347d] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-4d9c347d], .pagination-lg > li:last-child > span[data-v-4d9c347d] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-4d9c347d], .pagination-sm > li > span[data-v-4d9c347d] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-4d9c347d], .pagination-sm > li:first-child > span[data-v-4d9c347d] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-4d9c347d], .pagination-sm > li:last-child > span[data-v-4d9c347d] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-4d9c347d] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-4d9c347d] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-4d9c347d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-4d9c347d] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-4d9c347d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-4d9c347d] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-4d9c347d] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-4d9c347d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-4d9c347d] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-4d9c347d]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-4d9c347d] {
  overflow: unset !important;
}
.btn-shadow[data-v-4d9c347d] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-4d9c347d] {
  margin-left: 0px;
}
.reset-button[data-v-4d9c347d] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-4d9c347d] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-4d9c347d]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-4d9c347d] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-4d9c347d] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-4d9c347d],
.btn-finalize[data-v-4d9c347d] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-4d9c347d] {
  right: 7px;
}
.btn-finalize[data-v-4d9c347d] {
  left: 7px;
}
.tab-counter[data-v-4d9c347d] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-4d9c347d] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-4d9c347d] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-4d9c347d] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-4d9c347d] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-4d9c347d] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-4d9c347d] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-4d9c347d] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-4d9c347d] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-4d9c347d] {
  transition: 0.5s;
}
.tab[data-v-4d9c347d]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-4d9c347d] {
  color: #2980b9;
}
.tab.active[data-v-4d9c347d]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-4d9c347d] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-4d9c347d] {
  width: 220px;
}
.badge-display[data-v-4d9c347d], .badge-display2[data-v-4d9c347d] {
  min-width: 224px;
}
.my-badge[data-v-4d9c347d] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-4d9c347d] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-4d9c347d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-4d9c347d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-4d9c347d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-4d9c347d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-4d9c347d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-4d9c347d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-4d9c347d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-4d9c347d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-4d9c347d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-4d9c347d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-4d9c347d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-4d9c347d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-4d9c347d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-4d9c347d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-4d9c347d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-4d9c347d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-4d9c347d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-4d9c347d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-4d9c347d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-4d9c347d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-4d9c347d] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-4d9c347d] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-4d9c347d] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-4d9c347d] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-4d9c347d] {
  flex-wrap: wrap;
}
.vueperslide[data-v-4d9c347d] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-4d9c347d] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-4d9c347d] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-4d9c347d] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-4d9c347d] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-4d9c347d] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-4d9c347d] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-4d9c347d] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-4d9c347d] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-4d9c347d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-4d9c347d] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-4d9c347d] {
  width: 100%;
}
.img-product-detail[data-v-4d9c347d] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-4d9c347d] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-4d9c347d] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-4d9c347d] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-4d9c347d] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-4d9c347d] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-4d9c347d] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-4d9c347d] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-4d9c347d] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-4d9c347d] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-4d9c347d] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-4d9c347d] {
  text-align: center;
}
.modal-enter[data-v-4d9c347d], .modal-leave-active[data-v-4d9c347d] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-4d9c347d], .modal-leave-active .modal-container[data-v-4d9c347d] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-4d9c347d] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-4d9c347d] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-4d9c347d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-4d9c347d] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-4d9c347d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-4d9c347d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-4d9c347d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-4d9c347d] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-4d9c347d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-4d9c347d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-4d9c347d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-4d9c347d] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-4d9c347d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-4d9c347d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-4d9c347d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-4d9c347d] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-4d9c347d] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-4d9c347d]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-4d9c347d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-4d9c347d] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-4d9c347d] {
  display: none;
}
.vdp-datepicker input[data-v-4d9c347d] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-4d9c347d]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-4d9c347d] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-4d9c347d] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-4d9c347d ease-in-out infinite;
}
.vue-treeselect__control[data-v-4d9c347d] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-4d9c347d] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-4d9c347d] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-4d9c347d] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-4d9c347d] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-4d9c347d] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-4d9c347d] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-4d9c347d] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-4d9c347d {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-4d9c347d {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-4d9c347d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-4d9c347d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-4d9c347d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-4d9c347d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-4d9c347d],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-4d9c347d] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-4d9c347d] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-4d9c347d] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-4d9c347d],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-4d9c347d] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-4d9c347d] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-4d9c347d] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-4d9c347d] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-4d9c347d],
.vue-treeselect span[data-v-4d9c347d] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-4d9c347d] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-4d9c347d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-4d9c347d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-4d9c347d] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-4d9c347d] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-4d9c347d],
.vue-treeselect__control[data-v-4d9c347d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-4d9c347d] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-4d9c347d] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-4d9c347d],
.vue-treeselect__multi-value[data-v-4d9c347d] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-4d9c347d] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-4d9c347d] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-4d9c347d] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-4d9c347d] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-4d9c347d],
.vue-treeselect__single-value[data-v-4d9c347d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-4d9c347d] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-4d9c347d] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-4d9c347d] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-4d9c347d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-4d9c347d] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-4d9c347d]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-4d9c347d] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-4d9c347d] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-4d9c347d],
.vue-treeselect__multi-value-label[data-v-4d9c347d] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-4d9c347d] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-4d9c347d] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-4d9c347d],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-4d9c347d] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-4d9c347d] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-4d9c347d] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-4d9c347d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-4d9c347d] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-4d9c347d] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-4d9c347d] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-4d9c347d] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-4d9c347d] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-4d9c347d] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-4d9c347d] {
  display: none;
}
.vue-treeselect__input[data-v-4d9c347d],
.vue-treeselect__sizer[data-v-4d9c347d] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-4d9c347d] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-4d9c347d]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-4d9c347d] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-4d9c347d] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-4d9c347d] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-4d9c347d] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-4d9c347d cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-4d9c347d cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-4d9c347d]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-4d9c347d] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-4d9c347d] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-4d9c347d] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-4d9c347d] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-4d9c347d] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-4d9c347d] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-4d9c347d] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-4d9c347d] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-4d9c347d] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-4d9c347d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-4d9c347d] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-4d9c347d] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-4d9c347d]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-4d9c347d] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-4d9c347d],
.vue-treeselect__option-arrow-placeholder[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-4d9c347d] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-4d9c347d] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-4d9c347d],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-4d9c347d] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-4d9c347d] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-4d9c347d] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-4d9c347d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-4d9c347d] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-4d9c347d] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-4d9c347d],
.vue-treeselect__minus-mark[data-v-4d9c347d] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-4d9c347d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-4d9c347d] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4d9c347d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-4d9c347d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-4d9c347d] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4d9c347d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-4d9c347d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-4d9c347d] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-4d9c347d] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-4d9c347d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-4d9c347d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-4d9c347d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-4d9c347d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-4d9c347d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-4d9c347d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-4d9c347d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-4d9c347d] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-4d9c347d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-4d9c347d] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-4d9c347d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-4d9c347d] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-4d9c347d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-4d9c347d]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-4d9c347d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-4d9c347d]::before,
.vue-treeselect__icon-error[data-v-4d9c347d]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-4d9c347d]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-4d9c347d]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-4d9c347d] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-4d9c347d linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-4d9c347d linear infinite;
}
.vue-treeselect__icon-loader[data-v-4d9c347d]::before,
.vue-treeselect__icon-loader[data-v-4d9c347d]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-4d9c347d ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-4d9c347d ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-4d9c347d]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-4d9c347d]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-4d9c347d],
.vac-loader-wrapper[data-v-4d9c347d] {
  display: none !important;
}
.vac-room-name[data-v-4d9c347d] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-4d9c347d] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-4d9c347d] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-4d9c347d] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-4d9c347d] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-4d9c347d] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-4d9c347d] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-4d9c347d] {
  min-height: 24px !important;
}
.tagWarn[data-v-4d9c347d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-4d9c347d]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-4d9c347d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-4d9c347d]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-4d9c347d]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-4d9c347d] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-4d9c347d] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-4d9c347d] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-4d9c347d] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-4d9c347d]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-4d9c347d] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-4d9c347d]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-4d9c347d] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-4d9c347d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-4d9c347d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-4d9c347d]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-4d9c347d] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-4d9c347d]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-4d9c347d] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-4d9c347d]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-4d9c347d]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-4d9c347d] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-4d9c347d] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-4d9c347d] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-4d9c347d]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-4d9c347d] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-4d9c347d] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-4d9c347d] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-4d9c347d]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-4d9c347d] {
  font-size: 1.15em;
}
.my-select[data-v-4d9c347d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-4d9c347d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-4d9c347d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-4d9c347d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-4d9c347d] {
  width: 160px;
}
.my-select[data-v-4d9c347d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-4d9c347d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-4d9c347d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-4d9c347d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-4d9c347d] {
  width: 160px;
}
.input-cupon[data-v-4d9c347d] {
  display: flex;
}
.input-cupon > div > span[data-v-4d9c347d] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-4d9c347d] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-4d9c347d] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-4d9c347d]:not(:checked),
input[type=checkbox].check[data-v-4d9c347d]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-4d9c347d],
input[type=checkbox].check:checked + label[data-v-4d9c347d] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-4d9c347d]:before,
input[type=checkbox].check:checked + label[data-v-4d9c347d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-4d9c347d]:after,
input[type=checkbox].check:checked + label[data-v-4d9c347d]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-4d9c347d]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-4d9c347d]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-4d9c347d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-4d9c347d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-4d9c347d]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-4d9c347d] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-4d9c347d]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-4d9c347d]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-4d9c347d] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-4d9c347d] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-4d9c347d] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-4d9c347d] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-4d9c347d] {
  opacity: 1;
}
.multiselect__tag[data-v-4d9c347d] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-4d9c347d] {
  background: #2AA186 !important;
}
.multiselect[data-v-4d9c347d] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-4d9c347d]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-4d9c347d] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-4d9c347d] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-4d9c347d]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-4d9c347d]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-4d9c347d]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-4d9c347d]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-4d9c347d] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-4d9c347d] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-4d9c347d] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-4d9c347d] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4d9c347d] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-4d9c347d] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4d9c347d]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4d9c347d]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-4d9c347d]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-4d9c347d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-4d9c347d] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-4d9c347d] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-4d9c347d] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-4d9c347d]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-4d9c347d] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-4d9c347d] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-4d9c347d] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-4d9c347d] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-4d9c347d] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4d9c347d] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4d9c347d]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-4d9c347d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-4d9c347d] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-4d9c347d], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-4d9c347d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-4d9c347d] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-4d9c347d] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-4d9c347d], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-4d9c347d] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-4d9c347d], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-4d9c347d] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-4d9c347d]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-4d9c347d]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-4d9c347d] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-4d9c347d] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-4d9c347d] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-4d9c347d] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-4d9c347d] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-4d9c347d] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-4d9c347d] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-4d9c347d] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-4d9c347d] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-4d9c347d] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-4d9c347d] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-4d9c347d] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-4d9c347d] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-4d9c347d] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-4d9c347d] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-4d9c347d]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-4d9c347d] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-4d9c347d] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-4d9c347d] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-4d9c347d] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-4d9c347d] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-4d9c347d] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-4d9c347d] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-4d9c347d] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-4d9c347d], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-4d9c347d] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-4d9c347d] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-4d9c347d] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-4d9c347d] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-4d9c347d] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-4d9c347d] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-4d9c347d] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-4d9c347d] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-4d9c347d], .v3-emoji-picker .v3-header[data-v-4d9c347d] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-4d9c347d] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-4d9c347d] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-4d9c347d] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-4d9c347d]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-4d9c347d], .v3-emoji-picker .v3-skin-tones[data-v-4d9c347d] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-4d9c347d]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-4d9c347d] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-4d9c347d] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-4d9c347d] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-4d9c347d], body[data-v-4d9c347d] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-4d9c347d], body.home[data-v-4d9c347d] {
  background-color: #fff;
}
[data-v-4d9c347d]:focus {
  outline: none !important;
}
a[data-v-4d9c347d] {
  text-decoration: none;
}
a[data-v-4d9c347d]:hover,
a[data-v-4d9c347d]:focus {
  text-decoration: none;
}
img[data-v-4d9c347d] {
  border: 0;
}
textarea[data-v-4d9c347d] {
  resize: none;
}
h1[data-v-4d9c347d],
h2[data-v-4d9c347d],
h3[data-v-4d9c347d],
h4[data-v-4d9c347d],
h5[data-v-4d9c347d],
h6[data-v-4d9c347d] {
  font-weight: bold;
}
.vac-message-container[data-v-4d9c347d] {
  position: relative;
  padding: 2px 10px;
  align-items: end;
  min-width: 100px;
  box-sizing: content-box;
}
.vac-message-current[data-v-4d9c347d] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-4d9c347d] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28scubic-bezier 0.4, 0, 0.2, 1;
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.message-actions[data-v-4d9c347d] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 10px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28scubic-bezier 0.4, 0, 0.2, 1;
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
@keyframes spin-4d9c347d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner[data-v-4d9c347d] {
  animation: spin-4d9c347d 1s linear infinite;
}
.card-detail-product{
		width: 100%;
		margin-bottom:  30px;
}
.card-detail-product-header{
		border:1px solid #2D3E4F;
}
.card-detail-product-info{
		background: #fff;
}

.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lineThrough{
		text-decoration: line-through;
}
.hoverBlue{
		transition: .1s;
}
.hoverBlue:hover{
		color:#2980B9 !important;
}

.fontBoldRed {
  font-weight: bold;
  color: red;
}
.modal-mask {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container {
  max-width: 560px;
  margin: 0px auto;
  padding: 10px;
  position: relative;
  top: 1vh;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-body {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button {
  text-align: center;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.input[data-v-93e77c2b] {
  padding: 15px 15px 15px 35px !important;
}
.input-wrapper[data-v-93e77c2b] {
   position: relative;
}
.input-icon[data-v-93e77c2b] {
   color: #191919;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 12px;
   top: 45%;
   transform: translateY(-50%);
}
input[type=number][data-v-93e77c2b]::-webkit-inner-spin-button, 
input[type=number][data-v-93e77c2b]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

[data-v-9069f00d]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-9069f00d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-9069f00d] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-9069f00d] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-9069f00d] {
  width: 100%;
}
.home-icon img[data-v-9069f00d] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-9069f00d] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-9069f00d] {
  line-height: 30px;
}
.list-style-none[data-v-9069f00d] {
  list-style: none;
}
.burger-menu[data-v-9069f00d] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-9069f00d] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-9069f00d] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-9069f00d] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-9069f00d] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-9069f00d] {
  position: relative;
}
.card-product .my-close[data-v-9069f00d] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-9069f00d] {
  margin: 0;
}
.filtro-form input[data-v-9069f00d] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-9069f00d] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-9069f00d] {
  padding: 20px 0 0;
}
.img-tiny[data-v-9069f00d] {
  width: 80px;
}
.img-item img[data-v-9069f00d] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-9069f00d] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-9069f00d] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-9069f00d]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-9069f00d] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-9069f00d] {
  margin-left: 10px;
}
.notifications section[data-v-9069f00d] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-9069f00d] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-9069f00d] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-9069f00d],
.list-complete-leave-to[data-v-9069f00d] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-9069f00d] {
  position: absolute;
}
#_op_data_r[data-v-9069f00d],
#_op_data_antifraud[data-v-9069f00d] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-9069f00d],
iframe#_op_data_antifraud[data-v-9069f00d],
iframe#device_profile[data-v-9069f00d],
iframe#thm_mp_cntnr[data-v-9069f00d] {
  position: absolute !important;
}
iframe[data-v-9069f00d] {
  background: #fff !important;
}
.main-content[data-v-9069f00d] {
  padding-top: 30px;
}
.card-contactStory[data-v-9069f00d] {
  width: 93vw;
}
.card-contactStory img[data-v-9069f00d] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-9069f00d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-9069f00d] {
  width: 280px;
}
.dropped[data-v-9069f00d] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-9069f00d] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-9069f00d]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-9069f00d] {
  display: block !important;
}
.dropped .dropdown a[data-v-9069f00d] {
  color: #fff;
}
.dropped .dropdown a[data-v-9069f00d]:hover {
  text-decoration: underline;
}
.line-height25[data-v-9069f00d] {
  line-height: 25px;
}
aside[data-v-9069f00d] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-9069f00d] {
  height: 100vh;
}
.my-header[data-v-9069f00d] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-9069f00d] {
  position: inherit !important;
}
.my-header-menu[data-v-9069f00d] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-9069f00d] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-9069f00d]:hover {
  background: hannah;
}
.menu-api-activate[data-v-9069f00d] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-9069f00d] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-9069f00d] {
  position: relative;
}
.menu-api-item a[data-v-9069f00d]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-9069f00d] {
  padding: 0 !important;
}
.card-product[data-v-9069f00d] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-9069f00d] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-9069f00d] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-9069f00d] {
  margin: 0;
}
.sticky-home[data-v-9069f00d] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-9069f00d] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-9069f00d]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-9069f00d] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-9069f00d]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-9069f00d] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-9069f00d]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-9069f00d] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-9069f00d] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-9069f00d] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-9069f00d]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-9069f00d] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-9069f00d] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-9069f00d] {
  display: block !important;
}
.leftPositionSubMenu[data-v-9069f00d] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-9069f00d] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-9069f00d],
.circle-toggle-box[data-v-9069f00d] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-9069f00d] {
  left: 44px !important;
}
.triangleStatus[data-v-9069f00d]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-9069f00d] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-9069f00d] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-9069f00d] {
  overflow: visible !important;
}
.width-max80[data-v-9069f00d] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-9069f00d] {
  display: flex !important;
}
.flex-none[data-v-9069f00d] {
  flex: none;
}
.flex-nowrap[data-v-9069f00d] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-9069f00d] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-9069f00d] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-9069f00d] {
  flex-direction: column;
}
.flex-col-row[data-v-9069f00d] {
  flex-direction: column;
}
.flex-row[data-v-9069f00d] {
  flex-direction: row;
}
.flex-between-align[data-v-9069f00d] {
  align-content: space-between;
}
.flex-middle[data-v-9069f00d] {
  align-items: center;
}
.flex-bottom[data-v-9069f00d] {
  align-items: flex-end;
}
.flex-between[data-v-9069f00d] {
  justify-content: space-between;
}
.flex-center[data-v-9069f00d] {
  justify-content: center;
}
.flex-right[data-v-9069f00d] {
  justify-content: flex-end;
}
.flex-left[data-v-9069f00d] {
  justify-content: flex-start;
}
.flex-evenly[data-v-9069f00d] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-9069f00d] {
  flex-grow: 1;
}
.flex-grow-2[data-v-9069f00d] {
  flex-grow: 2;
}
.flex-grow-3[data-v-9069f00d] {
  flex-grow: 3;
}
.flex-grow-4[data-v-9069f00d] {
  flex-grow: 4;
}
.flex-grow-5[data-v-9069f00d] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-9069f00d] {
  align-items: flex-start;
}
.flex800[data-v-9069f00d] {
  display: none;
}
.flexc-flex[data-v-9069f00d] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-9069f00d] {
  display: none;
}
.flex-display-50-10[data-v-9069f00d] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-9069f00d] {
  display: none;
}
.show760[data-v-9069f00d] {
  display: none;
}
.hide[data-v-9069f00d] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-9069f00d] {
    display: block !important;
}
.badge-display[data-v-9069f00d] {
    display: none;
}
.badge-display2[data-v-9069f00d] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-9069f00d] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-9069f00d] {
    display: block;
}
.badge-display2[data-v-9069f00d] {
    display: none;
}
.fix-width[data-v-9069f00d] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-9069f00d] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-9069f00d] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-9069f00d] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-9069f00d] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-9069f00d] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-9069f00d] {
    width: 50%;
}
.width100-40[data-v-9069f00d] {
    width: 40%;
}
.show600[data-v-9069f00d] {
    display: block;
}
.width-controll-btn-typeweek[data-v-9069f00d] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-9069f00d] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-9069f00d] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-9069f00d] {
    width: 220px !important;
}
.leftPositionControl[data-v-9069f00d] {
    left: -40px !important;
}
.container-tipo-envio[data-v-9069f00d] {
    display: flex;
}
.width-controll-buys-item[data-v-9069f00d] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-9069f00d] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-9069f00d] {
    top: 380px !important;
}
.my-header-menu[data-v-9069f00d] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-9069f00d] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-9069f00d] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-9069f00d] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-9069f00d] {
    min-width: 400px;
}
.cart-btn-add[data-v-9069f00d] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-9069f00d] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-9069f00d] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-9069f00d] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-9069f00d] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-9069f00d] {
    justify-content: left;
}
.flex-mid[data-v-9069f00d] {
    display: flex !important;
}
.msg-stock[data-v-9069f00d] {
    padding: 10px 0 0;
}
.counter-cart[data-v-9069f00d] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-9069f00d] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-9069f00d] {
    display: none;
}
.badge-display2[data-v-9069f00d] {
    display: block;
}
.show760[data-v-9069f00d] {
    display: block;
}
.hide760[data-v-9069f00d] {
    display: none;
}
.grid-products[data-v-9069f00d] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-9069f00d] {
    margin: auto;
}
.mr-h[data-v-9069f00d] {
    margin: auto;
}
.width-control-otherProducts[data-v-9069f00d] {
    width: 170px !important;
}
.leftPositionControl[data-v-9069f00d] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-9069f00d] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-9069f00d] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-9069f00d] {
    width: 30vw !important;
}
.product-item[data-v-9069f00d] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-9069f00d] {
    width: 90% !important;
}
.my-container[data-v-9069f00d] {
    width: 680px !important;
}
.login[data-v-9069f00d] {
    width: 310px !important;
}
.width-cuotas-control[data-v-9069f00d] {
    width: 278px !important;
}
.flexc-flex[data-v-9069f00d] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-9069f00d] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-9069f00d] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-9069f00d] {
    height: 140px;
}
.width-control-input-chat[data-v-9069f00d] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-9069f00d] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-9069f00d] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-9069f00d] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-9069f00d] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-9069f00d] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-9069f00d] {
    width: 270px !important;
}
.leftPositionControl[data-v-9069f00d] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-9069f00d] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-9069f00d] {
    width: 17vw !important;
}
.filters-wrap[data-v-9069f00d] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-9069f00d] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-9069f00d] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-9069f00d] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-9069f00d] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-9069f00d] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-9069f00d] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-9069f00d] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-9069f00d]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-9069f00d] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-9069f00d] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-9069f00d]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-9069f00d] {
    max-width: 330px !important;
}
.iterable-box[data-v-9069f00d] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-9069f00d] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-9069f00d] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-9069f00d] {
    width: 160px !important;
}
.my-container[data-v-9069f00d] {
    width: 800px !important;
}
.search-btn-box[data-v-9069f00d] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-9069f00d] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-9069f00d] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-9069f00d] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-9069f00d] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-9069f00d] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-9069f00d] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-9069f00d] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-9069f00d] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-9069f00d] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-9069f00d] {
    width: 280px !important;
}
.width300-desktop[data-v-9069f00d] {
    width: 300px !important;
}
.concept-item-stats[data-v-9069f00d] {
    width: 80%;
}
.widthHalf-desktop[data-v-9069f00d] {
    width: 50% !important;
}
.column-desktop[data-v-9069f00d] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-9069f00d] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-9069f00d] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-9069f00d] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-9069f00d],
.flex-desktop[data-v-9069f00d] {
    display: flex !important;
}
.block-desktop[data-v-9069f00d] {
    display: block !important;
}
.hide-desktop[data-v-9069f00d] {
    display: none !important;
}
.fixButton[data-v-9069f00d] {
    top: -20px;
}
.width-cuotas-control[data-v-9069f00d] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-9069f00d] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-9069f00d] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-9069f00d] {
    display: none !important;
}
.bottom10-desktop[data-v-9069f00d] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-9069f00d] {
    left: -125px !important;
}
.grid-products[data-v-9069f00d] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-9069f00d] {
    width: 1000px !important;
}
.showFullDesktop[data-v-9069f00d] {
    display: block !important;
}
.leftPositionControl[data-v-9069f00d] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-9069f00d] {
    display: none !important;
}
.show-only-desktop[data-v-9069f00d] {
    display: flex !important;
}
.leftPositionControl[data-v-9069f00d] {
    left: -260px !important;
}
.catalog-container[data-v-9069f00d] {
    margin: unset;
}
.carrito-catalog[data-v-9069f00d] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-9069f00d] {
    left: -280px !important;
}
}
.grid-container[data-v-9069f00d] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-9069f00d] {
  grid-column: span 1;
}
.grid-item-1[data-v-9069f00d] {
  grid-column: span 1;
}
.grid-item-2[data-v-9069f00d] {
  grid-column: span 2;
}
.grid-item-3[data-v-9069f00d] {
  grid-column: span 3;
}
.grid-item-4[data-v-9069f00d] {
  grid-column: span 4;
}
.grid-item-5[data-v-9069f00d] {
  grid-column: span 5;
}
.grid-item-6[data-v-9069f00d] {
  grid-column: span 6;
}
.grid-item-7[data-v-9069f00d] {
  grid-column: span 7;
}
.grid-item-8[data-v-9069f00d] {
  grid-column: span 8;
}
.grid-item-9[data-v-9069f00d] {
  grid-column: span 9;
}
.grid-item-10[data-v-9069f00d] {
  grid-column: span 10;
}
.grid-item-11[data-v-9069f00d] {
  grid-column: span 11;
}
.grid-item-12[data-v-9069f00d] {
  grid-column: span 12;
}
.grid-cart[data-v-9069f00d] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-9069f00d] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-9069f00d] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-9069f00d] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-9069f00d] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-9069f00d] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-9069f00d] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-9069f00d] {
  gap: 10px;
}
.gap20[data-v-9069f00d] {
  gap: 20px;
}
.grid-box[data-v-9069f00d] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-9069f00d] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-9069f00d] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-9069f00d],
.grid-3 div[data-v-9069f00d],
.grid-4 div[data-v-9069f00d] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-9069f00d] {
  background: #fff;
}
.grid-item-odd[data-v-9069f00d]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-9069f00d] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-9069f00d] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-9069f00d] {
  max-width: 350px;
}
.margin0[data-v-9069f00d] {
  margin: 0 !important;
}
.margin0-5[data-v-9069f00d] {
  margin: 0 5px;
}
.margin10-0[data-v-9069f00d] {
  margin: 10px 0;
}
.margin10-5[data-v-9069f00d] {
  margin: 10px 5px;
}
.margin0-10[data-v-9069f00d] {
  margin: 0 10px;
}
.margin0-15[data-v-9069f00d] {
  margin: 0 15px;
}
.margin15-0[data-v-9069f00d] {
  margin: 15px 0px;
}
.margin20-0[data-v-9069f00d] {
  margin: 20px 0;
}
.margin20-10[data-v-9069f00d] {
  margin: 20px 10px;
}
.margin30-0[data-v-9069f00d] {
  margin: 30px 0;
}
.margin40-0[data-v-9069f00d] {
  margin: 40px 0;
}
.margin20-40[data-v-9069f00d] {
  margin: 20px 40px;
}
.margin0-20[data-v-9069f00d] {
  margin: 0 20px;
}
.margin5[data-v-9069f00d] {
  margin: 5px;
}
.margin5-0[data-v-9069f00d] {
  margin: 5px 0;
}
.margin10[data-v-9069f00d] {
  margin: 10px;
}
.margin10-20[data-v-9069f00d] {
  margin: 10px 20px;
}
.margin15[data-v-9069f00d] {
  margin: 15px;
}
.margin20[data-v-9069f00d] {
  margin: 20px;
}
.margin30[data-v-9069f00d] {
  margin: 30px;
}
.margin50[data-v-9069f00d] {
  margin: 50px;
}
.margin-right-auto[data-v-9069f00d] {
  margin-right: auto;
}
.margin-left-auto[data-v-9069f00d] {
  margin-left: auto;
}
.ml-h[data-v-9069f00d] {
  margin-left: auto;
}
.mr-h[data-v-9069f00d] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-9069f00d] {
  margin-bottom: 5px;
}
.margin-top5[data-v-9069f00d] {
  margin-top: 5px !important;
}
.margin-top10[data-v-9069f00d] {
  margin-top: 10px !important;
}
.margin-top15[data-v-9069f00d] {
  margin-top: 15px !important;
}
.margin-top20[data-v-9069f00d] {
  margin-top: 20px !important;
}
.margin-top30[data-v-9069f00d] {
  margin-top: 30px !important;
}
.margin-top35[data-v-9069f00d] {
  margin-top: 35px !important;
}
.margin-top40[data-v-9069f00d] {
  margin-top: 40px !important;
}
.margin-top50[data-v-9069f00d] {
  margin-top: 50px !important;
}
.margin-top60[data-v-9069f00d] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-9069f00d] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-9069f00d] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-9069f00d] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-9069f00d] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-9069f00d] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-9069f00d] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-9069f00d] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-9069f00d] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-9069f00d] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-9069f00d] {
  margin-left: 5px !important;
}
.margin-left10[data-v-9069f00d] {
  margin-left: 10px !important;
}
.margin-left15[data-v-9069f00d] {
  margin-left: 15px !important;
}
.margin-left20[data-v-9069f00d] {
  margin-left: 20px !important;
}
.margin-left30[data-v-9069f00d] {
  margin-left: 30px !important;
}
.margin-left35[data-v-9069f00d] {
  margin-left: 35px !important;
}
.margin-left40[data-v-9069f00d] {
  margin-left: 40px !important;
}
.margin-left50[data-v-9069f00d] {
  margin-left: 50px !important;
}
.margin-left60[data-v-9069f00d] {
  margin-left: 60px !important;
}
.margin-right5[data-v-9069f00d] {
  margin-right: 5px !important;
}
.margin-right10[data-v-9069f00d] {
  margin-right: 10px !important;
}
.margin-right15[data-v-9069f00d] {
  margin-right: 15px !important;
}
.margin-right20[data-v-9069f00d] {
  margin-right: 20px !important;
}
.margin-right30[data-v-9069f00d] {
  margin-right: 30px !important;
}
.margin-right35[data-v-9069f00d] {
  margin-right: 35px !important;
}
.margin-right40[data-v-9069f00d] {
  margin-right: 40px !important;
}
.margin-right50[data-v-9069f00d] {
  margin-right: 50px !important;
}
.margin-right60[data-v-9069f00d] {
  margin-right: 60px !important;
}
.my-5[data-v-9069f00d] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-9069f00d] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-9069f00d] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-9069f00d] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-9069f00d] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-9069f00d] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-9069f00d] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-9069f00d] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-9069f00d] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-9069f00d] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-9069f00d] {
  padding: 0 !important;
}
.padding5[data-v-9069f00d] {
  padding: 5px;
}
.padding10[data-v-9069f00d] {
  padding: 10px;
}
.padding15[data-v-9069f00d] {
  padding: 15px;
}
.padding20[data-v-9069f00d] {
  padding: 20px;
}
.padding30[data-v-9069f00d] {
  padding: 30px;
}
.padding40[data-v-9069f00d] {
  padding: 40px;
}
.padding40-0[data-v-9069f00d] {
  padding: 40px 0;
}
.padding-left5[data-v-9069f00d] {
  padding-left: 5px;
}
.padding-left10[data-v-9069f00d] {
  padding-left: 10px;
}
.padding-left15[data-v-9069f00d] {
  padding-left: 15px;
}
.padding-left20[data-v-9069f00d] {
  padding-left: 20px;
}
.padding-right5[data-v-9069f00d] {
  padding-right: 5px;
}
.padding-right10[data-v-9069f00d] {
  padding-right: 10px;
}
.padding-right15[data-v-9069f00d] {
  padding-right: 15px;
}
.padding-right20[data-v-9069f00d] {
  padding-right: 20px;
}
.padding-right30[data-v-9069f00d] {
  padding-right: 30px;
}
.padding-right40[data-v-9069f00d] {
  padding-right: 40px;
}
.padding-top0[data-v-9069f00d] {
  padding-top: 0px;
}
.padding-top5[data-v-9069f00d] {
  padding-top: 5px;
}
.padding-top10[data-v-9069f00d] {
  padding-top: 10px;
}
.padding-top15[data-v-9069f00d] {
  padding-top: 15px;
}
.padding-top20[data-v-9069f00d] {
  padding-top: 20px;
}
.padding-top30[data-v-9069f00d] {
  padding-top: 30px;
}
.padding-top50[data-v-9069f00d] {
  padding-top: 50px;
}
.padding-top60[data-v-9069f00d] {
  padding-top: 60px;
}
.padding-top70[data-v-9069f00d] {
  padding-top: 70px;
}
.padding-top90[data-v-9069f00d] {
  padding-top: 90px;
}
.padding-top100[data-v-9069f00d] {
  padding-top: 100px;
}
.padding-top120[data-v-9069f00d] {
  padding-top: 120px;
}
.padding-top180[data-v-9069f00d] {
  padding-top: 180px;
}
.padding-bottom0[data-v-9069f00d] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-9069f00d] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-9069f00d] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-9069f00d] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-9069f00d] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-9069f00d] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-9069f00d] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-9069f00d] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-9069f00d] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-9069f00d] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-9069f00d] {
  padding-bottom: 240px;
}
.padding10-0[data-v-9069f00d] {
  padding: 10px 0;
}
.padding10-5[data-v-9069f00d] {
  padding: 10px 5px;
}
.padding0-5[data-v-9069f00d] {
  padding: 0 5px;
}
.padding0-10[data-v-9069f00d] {
  padding: 0 10px;
}
.padding0-15[data-v-9069f00d] {
  padding: 0 15px;
}
.padding20-0[data-v-9069f00d] {
  padding: 20px 0;
}
.padding20-10[data-v-9069f00d] {
  padding: 20px 10px;
}
.padding15-20[data-v-9069f00d] {
  padding: 15px 20px;
}
.padding15-0[data-v-9069f00d] {
  padding: 15px 0px;
}
.padding20-5[data-v-9069f00d] {
  padding: 20px 5px;
}
.padding0-20[data-v-9069f00d] {
  padding: 0 20px;
}
.padding5-20[data-v-9069f00d] {
  padding: 5px 20px;
}
.padding5-15[data-v-9069f00d] {
  padding: 5px 15px;
}
.padding5-10[data-v-9069f00d] {
  padding: 5px 10px;
}
.padding15-10[data-v-9069f00d] {
  padding: 15px 10px;
}
.padding1em[data-v-9069f00d] {
  padding: 1em;
}
.padding10-20[data-v-9069f00d] {
  padding: 10px 20px;
}
.padding5-0[data-v-9069f00d] {
  padding: 5px 0;
}
.padding30-10[data-v-9069f00d] {
  padding: 30px 10px;
}
.px-5[data-v-9069f00d] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-9069f00d] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-9069f00d] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-9069f00d] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-9069f00d] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-9069f00d] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-9069f00d] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-9069f00d] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-9069f00d] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-9069f00d] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-9069f00d] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-9069f00d] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-9069f00d] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-9069f00d] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-9069f00d] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-9069f00d] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-9069f00d] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-9069f00d] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-9069f00d] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-9069f00d] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-9069f00d] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-9069f00d] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-9069f00d] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-9069f00d] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-9069f00d] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-9069f00d] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-9069f00d] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-9069f00d] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-9069f00d]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-9069f00d] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-9069f00d]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-9069f00d] {
  border: 0 !important;
}
.borderRed[data-v-9069f00d] {
  border-color: #f00 !important;
}
.border-aside[data-v-9069f00d] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-9069f00d] {
  border: none;
}
.borderLightgray[data-v-9069f00d] {
  border: 1px solid lightgray;
}
.borderGray[data-v-9069f00d] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-9069f00d] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-9069f00d] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-9069f00d] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-9069f00d] {
  border: 1px solid #fff;
}
.border2green[data-v-9069f00d] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-9069f00d] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-9069f00d] {
  border: 2px solid #fff;
}
.border2gold[data-v-9069f00d] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-9069f00d] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-9069f00d] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-9069f00d] {
  border-color: #d42717 !important;
}
.border1green[data-v-9069f00d] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-9069f00d] {
  border-color: #f00 !important;
}
.border-fixed[data-v-9069f00d] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-9069f00d] {
  border-radius: 40px;
}
.radius30[data-v-9069f00d] {
  border-radius: 30px;
}
.radius20[data-v-9069f00d] {
  border-radius: 20px;
}
.radius15[data-v-9069f00d] {
  border-radius: 15px;
}
.radius8[data-v-9069f00d] {
  border-radius: 8px;
}
.radius3[data-v-9069f00d] {
  border-radius: 3px !important;
}
.rounded[data-v-9069f00d] {
  border-radius: 50%;
}
.rounded5[data-v-9069f00d] {
  border-radius: 5px;
}
.round10[data-v-9069f00d] {
  border-radius: 10px;
}
.box-border[data-v-9069f00d] {
  box-sizing: border-box;
}
.text-center[data-v-9069f00d] {
  text-align: center;
}
.text-right[data-v-9069f00d] {
  text-align: right;
}
.text-left[data-v-9069f00d] {
  text-align: left;
}
.text-lowercase[data-v-9069f00d] {
  text-transform: lowercase;
}
.text-uppercase[data-v-9069f00d] {
  text-transform: uppercase;
}
.text-capitalize[data-v-9069f00d] {
  text-transform: capitalize !important;
}
.text-none[data-v-9069f00d] {
  text-transform: none;
}
.text-ellipsis[data-v-9069f00d] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-9069f00d] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-9069f00d]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-9069f00d] {
  text-decoration: underline;
}
.text-underline[data-v-9069f00d]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-9069f00d] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-9069f00d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-9069f00d] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-9069f00d] {
  word-break: break-all;
}
.font-bold[data-v-9069f00d] {
  font-weight: bold;
}
.price-through[data-v-9069f00d] {
  text-decoration: line-through;
}
.font-italic[data-v-9069f00d] {
  font-style: italic;
}
.font095em[data-v-9069f00d] {
  font-size: 0.95em;
}
.font1em[data-v-9069f00d] {
  font-size: 1em !important;
}
.font2em[data-v-9069f00d] {
  font-size: 2em;
}
.font2-2em[data-v-9069f00d] {
  font-size: 2.2em;
}
.font3em[data-v-9069f00d] {
  font-size: 3em;
}
.font4em[data-v-9069f00d] {
  font-size: 4em;
}
.font1-5em[data-v-9069f00d] {
  font-size: 1.5em;
}
.font1-7em[data-v-9069f00d] {
  font-size: 1.7em;
}
.font1-3em[data-v-9069f00d] {
  font-size: 1.3em;
}
.font1-4em[data-v-9069f00d] {
  font-size: 1.4em;
}
.font-9em[data-v-9069f00d] {
  font-size: 0.9em;
}
.font10[data-v-9069f00d] {
  font-size: 10px;
}
.font11[data-v-9069f00d] {
  font-size: 11px;
}
.font12[data-v-9069f00d] {
  font-size: 12px;
}
.font13[data-v-9069f00d] {
  font-size: 13px;
}
.font14[data-v-9069f00d] {
  font-size: 14px;
}
.font15[data-v-9069f00d] {
  font-size: 15px;
}
.font16[data-v-9069f00d] {
  font-size: 16px;
}
.font17[data-v-9069f00d] {
  font-size: 17px;
}
.font18[data-v-9069f00d] {
  font-size: 18px;
}
.font19[data-v-9069f00d] {
  font-size: 19px;
}
.font20[data-v-9069f00d] {
  font-size: 20px;
}
.font21[data-v-9069f00d] {
  font-size: 21px;
}
.font22[data-v-9069f00d] {
  font-size: 22px;
}
.font23[data-v-9069f00d] {
  font-size: 23px;
}
.font24[data-v-9069f00d] {
  font-size: 24px;
}
.font25[data-v-9069f00d] {
  font-size: 25px;
}
.font26[data-v-9069f00d] {
  font-size: 26px;
}
.font27[data-v-9069f00d] {
  font-size: 27px;
}
.font28[data-v-9069f00d] {
  font-size: 28px;
}
.font29[data-v-9069f00d] {
  font-size: 29px;
}
.font30[data-v-9069f00d] {
  font-size: 30px;
}
.font31[data-v-9069f00d] {
  font-size: 31px;
}
.font32[data-v-9069f00d] {
  font-size: 32px;
}
.font33[data-v-9069f00d] {
  font-size: 33px;
}
.font34[data-v-9069f00d] {
  font-size: 34px;
}
.font35[data-v-9069f00d] {
  font-size: 35px;
}
.font36[data-v-9069f00d] {
  font-size: 36px;
}
.font37[data-v-9069f00d] {
  font-size: 37px;
}
.font38[data-v-9069f00d] {
  font-size: 38px;
}
.font39[data-v-9069f00d] {
  font-size: 39px;
}
.font40[data-v-9069f00d] {
  font-size: 40px;
}
.font-normal[data-v-9069f00d] {
  font-weight: normal;
}
.color-white[data-v-9069f00d] {
  color: #fff;
}
.color-transparent[data-v-9069f00d] {
  color: transparent !important;
}
.color-black[data-v-9069f00d] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-9069f00d] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-9069f00d] {
  color: fuchia;
}
.color-gray[data-v-9069f00d] {
  color: #a5afb9;
}
.color-hardgray[data-v-9069f00d] {
  color: #4d5263;
}
.color-hannah[data-v-9069f00d] {
  color: #EA184D;
}
.color-lightgray[data-v-9069f00d] {
  color: #d3d3d3;
}
.color-darkblue[data-v-9069f00d] {
  color: #2c3e50;
}
.color-darkgray[data-v-9069f00d] {
  color: #757575;
}
.color-lightred[data-v-9069f00d] {
  color: #e74c3c;
}
.color-red[data-v-9069f00d] {
  color: #e74c3c;
}
.color-blue[data-v-9069f00d] {
  color: #2980b9;
}
.color-yellow[data-v-9069f00d] {
  color: #f49d1e;
}
.color-orange[data-v-9069f00d] {
  color: #ffa500;
}
.color-green[data-v-9069f00d] {
  color: #2AA186;
}
.color-gplus[data-v-9069f00d] {
  color: #d42717;
}
.back-bluelight[data-v-9069f00d] {
  background: #EBF0FF !important;
}
.back-blue[data-v-9069f00d] {
  background: #2980b9 !important;
}
.back-hannah[data-v-9069f00d] {
  background: #EA184D !important;
}
.back-purple[data-v-9069f00d] {
  background: #8e44ad;
}
.back-green[data-v-9069f00d] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-9069f00d] {
  background: #2AA186;
}
.back-yellow[data-v-9069f00d] {
  background: #f49d1e !important;
}
.back-gold[data-v-9069f00d] {
  background: #f49d1e !important;
}
.back-red[data-v-9069f00d] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-9069f00d] {
  background: #e74c3c;
}
.back-lightred[data-v-9069f00d] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-9069f00d] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-9069f00d] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-9069f00d] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-9069f00d] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-9069f00d] {
  background: #f49d1e !important;
}
.back-gplus[data-v-9069f00d] {
  background: #d42717;
}
.back-darkblue[data-v-9069f00d] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-9069f00d] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-9069f00d] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-9069f00d] {
  background: #3e3d40;
}
.back-midgray[data-v-9069f00d] {
  background: #ececec;
}
.back-gray[data-v-9069f00d] {
  background: #a5afb9;
}
.back-black[data-v-9069f00d] {
  background: #121212;
}
.back-transparent[data-v-9069f00d] {
  background: transparent;
}
.back-white[data-v-9069f00d] {
  background: #fff !important;
}
.back-white-simple[data-v-9069f00d] {
  background-color: #fff;
}
.back-lightgray[data-v-9069f00d] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-9069f00d] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-9069f00d] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-9069f00d] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-9069f00d] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-9069f00d] {
  background: #D6DFE4;
}
.bg-aside[data-v-9069f00d] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-9069f00d] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-9069f00d] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-9069f00d] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-9069f00d] {
  background: #fff;
}
.back-item-odd-white[data-v-9069f00d]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-9069f00d] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-9069f00d] {
  position: relative;
}
.absolute[data-v-9069f00d] {
  position: absolute;
}
.fixed[data-v-9069f00d] {
  position: fixed;
}
.fixed-bottom[data-v-9069f00d] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-9069f00d] {
  position: sticky;
}
.sticky.active[data-v-9069f00d] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-9069f00d] {
  bottom: 0;
}
.right0[data-v-9069f00d] {
  right: 0 !important;
}
.left0[data-v-9069f00d] {
  left: 0 !important;
}
.leftPositionControl[data-v-9069f00d] {
  left: -10px;
}
.width100-50[data-v-9069f00d] {
  width: 100%;
}
.width100-40[data-v-9069f00d] {
  width: 100%;
}
.min-width100[data-v-9069f00d] {
  min-width: 100%;
}
.min-width90[data-v-9069f00d] {
  min-width: 90%;
}
.min-width80[data-v-9069f00d] {
  min-width: 80% !important;
}
.min-width70[data-v-9069f00d] {
  min-width: 70%;
}
.min-width60[data-v-9069f00d] {
  min-width: 60%;
}
.min-width50[data-v-9069f00d] {
  max-width: 50%;
}
.min-width45[data-v-9069f00d] {
  min-width: 45%;
}
.min-width40[data-v-9069f00d] {
  min-width: 40%;
}
.min-width30[data-v-9069f00d] {
  min-width: 30%;
}
.min-width20[data-v-9069f00d] {
  min-width: 20%;
}
.min-width25[data-v-9069f00d] {
  min-width: 25%;
}
.min-width10[data-v-9069f00d] {
  min-width: 10%;
}
.width100[data-v-9069f00d] {
  width: 100%;
}
.width90[data-v-9069f00d] {
  width: 90%;
}
.width80[data-v-9069f00d] {
  width: 80% !important;
}
.width70[data-v-9069f00d] {
  width: 70%;
}
.width60[data-v-9069f00d] {
  width: 60%;
}
.width50[data-v-9069f00d] {
  width: 50%;
}
.width45[data-v-9069f00d] {
  width: 45%;
}
.width40[data-v-9069f00d] {
  width: 40%;
}
.width30[data-v-9069f00d] {
  width: 30%;
}
.width20[data-v-9069f00d] {
  width: 20%;
}
.width25[data-v-9069f00d] {
  width: 25%;
}
.width10[data-v-9069f00d] {
  width: 10%;
}
.width-min[data-v-9069f00d] {
  width: min-content;
}
.max-width800[data-v-9069f00d] {
  max-width: 800px;
}
.widthCenter[data-v-9069f00d] {
  width: 80%;
}
.max-width600[data-v-9069f00d] {
  max-width: 600px;
}
.max-width300[data-v-9069f00d] {
  max-width: 300px;
}
.widthHalf[data-v-9069f00d] {
  width: 50%;
}
.width-sellProductImg-control[data-v-9069f00d] {
  width: 150px;
}
.top-control-sellProduct[data-v-9069f00d] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-9069f00d] {
  width: 100%;
}
.width-cuotas-control-item[data-v-9069f00d] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-9069f00d] {
  width: 163px;
}
.width-control-btn-inline[data-v-9069f00d] {
  width: 195px;
}
.width-controll-buys-item[data-v-9069f00d] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-9069f00d] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-9069f00d] {
  width: 180px;
}
.width-pasarela-img-control[data-v-9069f00d] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-9069f00d] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-9069f00d] {
  width: 95%;
}
.width-pasarela[data-v-9069f00d] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-9069f00d]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-9069f00d]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-9069f00d]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-9069f00d]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-9069f00d] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-9069f00d] {
  max-height: 100%;
}
.height220[data-v-9069f00d] {
  height: 220px;
}
.height100vh[data-v-9069f00d] {
  height: 100vh !important;
}
.heightFilters[data-v-9069f00d] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-9069f00d] {
  height: 100%;
}
.height-aside[data-v-9069f00d] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-9069f00d] {
  height: 0px;
}
.heightBox[data-v-9069f00d] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-9069f00d] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-9069f00d] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-9069f00d] {
  justify-content: center;
}
.pointer[data-v-9069f00d] {
  cursor: pointer !important;
}
.cursor-move[data-v-9069f00d] {
  cursor: move !important;
}
.cursor-not[data-v-9069f00d] {
  cursor: not-allowed !important;
}
.events-none[data-v-9069f00d] {
  pointer-events: none;
}
.shadow[data-v-9069f00d] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-9069f00d] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-9069f00d] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-9069f00d] {
  transition: 0.3s;
}
.hoverShadow[data-v-9069f00d]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-9069f00d] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-9069f00d] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-9069f00d] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-9069f00d] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-9069f00d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-9069f00d] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-9069f00d] {
  width: 40px;
  height: 40px;
}
.square35[data-v-9069f00d] {
  width: 35px;
  height: 35px;
}
.square30[data-v-9069f00d] {
  width: 30px;
  height: 30px;
}
.square25[data-v-9069f00d] {
  width: 25px;
  height: 25px;
}
.square12[data-v-9069f00d] {
  width: 12px;
  height: 12px;
}
.square15[data-v-9069f00d] {
  width: 15px;
  height: 15px;
}
.square17[data-v-9069f00d] {
  width: 17px;
  height: 17px;
}
.square18[data-v-9069f00d] {
  width: 18px;
  height: 18px;
}
.square20[data-v-9069f00d] {
  width: 20px;
  height: 20px;
}
.square50[data-v-9069f00d] {
  width: 50px;
  height: 50px;
}
.square70[data-v-9069f00d] {
  width: 70px;
  height: 70px;
}
.square55[data-v-9069f00d] {
  width: 55px;
  height: 55px;
}
.square100[data-v-9069f00d] {
  width: 100px;
  height: 100px;
}
.square10[data-v-9069f00d] {
  width: 10px;
  height: 10px;
}
.square200[data-v-9069f00d] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-9069f00d] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-9069f00d] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-9069f00d] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-9069f00d] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-9069f00d] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-9069f00d] {
  overflow-y: hidden;
}
.remove-scroll[data-v-9069f00d] {
  overflow-y: hidden;
}
.active-scroll[data-v-9069f00d] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-9069f00d] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-9069f00d] {
  overflow: hidden !important;
}
.overflow-auto[data-v-9069f00d] {
  overflow: auto !important;
}
.hidden[data-v-9069f00d] {
  visibility: hidden;
}
.offscreen[data-v-9069f00d] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-9069f00d] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-9069f00d] {
  opacity: 0;
}
.opacity30[data-v-9069f00d] {
  opacity: 0.3;
}
.opacity50[data-v-9069f00d] {
  opacity: 0.5;
}
.opacity70[data-v-9069f00d] {
  opacity: 0.7;
}
.opacity80[data-v-9069f00d] {
  opacity: 0.8;
}
.transition30[data-v-9069f00d] {
  transition: 0.3s;
}
.cleared[data-v-9069f00d] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-9069f00d] {
  transition: 0.1s;
}
.hover-green[data-v-9069f00d]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-9069f00d] {
  animation: aside-9069f00d 0.5s reverse;
}
.aside-leave-active[data-v-9069f00d] {
  animation: aside-9069f00d 0.5s;
}
.asideContent-enter-active[data-v-9069f00d] {
  animation: asideContent-9069f00d 0.3s reverse;
}
.asideContent-leave-active[data-v-9069f00d] {
  animation: asideContent-9069f00d 0.3s;
}
@keyframes aside-9069f00d {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-9069f00d {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-9069f00d {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-9069f00d] {
  animation: spin-9069f00d 2s infinite;
}
@keyframes spin-9069f00d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-9069f00d] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-9069f00d] {
  padding: 3px;
}
.carousel__pagination-button[data-v-9069f00d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-9069f00d] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-9069f00d]::after {
  display: none !important;
}
.pagination[data-v-9069f00d] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-9069f00d] {
  display: inline;
}
.pagination > li > a[data-v-9069f00d], .pagination > li > span[data-v-9069f00d] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-9069f00d], .pagination > li:first-child > span[data-v-9069f00d] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-9069f00d], .pagination > li:last-child > span[data-v-9069f00d] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-9069f00d]:hover, .pagination > li > span[data-v-9069f00d]:hover, .pagination > li > a[data-v-9069f00d]:focus, .pagination > li > span[data-v-9069f00d]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-9069f00d], .pagination > .active > span[data-v-9069f00d], .pagination > .active > a[data-v-9069f00d]:hover, .pagination > .active > span[data-v-9069f00d]:hover, .pagination > .active > a[data-v-9069f00d]:focus, .pagination > .active > span[data-v-9069f00d]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-9069f00d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-9069f00d]:hover, .pagination > .disabled > span[data-v-9069f00d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-9069f00d] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-9069f00d]:hover, .pagination > .disabled > a[data-v-9069f00d]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-9069f00d], .pagination-lg > li > span[data-v-9069f00d] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-9069f00d], .pagination-lg > li:first-child > span[data-v-9069f00d] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-9069f00d], .pagination-lg > li:last-child > span[data-v-9069f00d] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-9069f00d], .pagination-sm > li > span[data-v-9069f00d] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-9069f00d], .pagination-sm > li:first-child > span[data-v-9069f00d] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-9069f00d], .pagination-sm > li:last-child > span[data-v-9069f00d] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-9069f00d] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-9069f00d] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-9069f00d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-9069f00d] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-9069f00d] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-9069f00d] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-9069f00d] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-9069f00d]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-9069f00d] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-9069f00d]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-9069f00d] {
  overflow: unset !important;
}
.btn-shadow[data-v-9069f00d] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-9069f00d] {
  margin-left: 0px;
}
.reset-button[data-v-9069f00d] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-9069f00d] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-9069f00d]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-9069f00d] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-9069f00d] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-9069f00d],
.btn-finalize[data-v-9069f00d] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-9069f00d] {
  right: 7px;
}
.btn-finalize[data-v-9069f00d] {
  left: 7px;
}
.tab-counter[data-v-9069f00d] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-9069f00d] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-9069f00d] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-9069f00d] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-9069f00d] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-9069f00d] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-9069f00d] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-9069f00d] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-9069f00d] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-9069f00d] {
  transition: 0.5s;
}
.tab[data-v-9069f00d]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-9069f00d] {
  color: #2980b9;
}
.tab.active[data-v-9069f00d]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-9069f00d] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-9069f00d] {
  width: 220px;
}
.badge-display[data-v-9069f00d], .badge-display2[data-v-9069f00d] {
  min-width: 224px;
}
.my-badge[data-v-9069f00d] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-9069f00d] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-9069f00d] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-9069f00d] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-9069f00d] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-9069f00d] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-9069f00d] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-9069f00d] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-9069f00d] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-9069f00d] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-9069f00d] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-9069f00d] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-9069f00d] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-9069f00d] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-9069f00d] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-9069f00d] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-9069f00d] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-9069f00d] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-9069f00d] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-9069f00d] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-9069f00d] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-9069f00d] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-9069f00d] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-9069f00d] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-9069f00d] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-9069f00d] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-9069f00d] {
  flex-wrap: wrap;
}
.vueperslide[data-v-9069f00d] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-9069f00d] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-9069f00d] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-9069f00d] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-9069f00d] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-9069f00d] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-9069f00d] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-9069f00d] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-9069f00d] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-9069f00d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-9069f00d] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-9069f00d] {
  width: 100%;
}
.img-product-detail[data-v-9069f00d] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-9069f00d] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-9069f00d] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-9069f00d] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-9069f00d] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-9069f00d] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-9069f00d] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-9069f00d] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-9069f00d] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-9069f00d] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-9069f00d] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-9069f00d] {
  text-align: center;
}
.modal-enter[data-v-9069f00d], .modal-leave-active[data-v-9069f00d] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-9069f00d], .modal-leave-active .modal-container[data-v-9069f00d] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-9069f00d] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-9069f00d] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-9069f00d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-9069f00d] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-9069f00d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-9069f00d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-9069f00d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-9069f00d] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-9069f00d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-9069f00d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-9069f00d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-9069f00d] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-9069f00d] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-9069f00d]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-9069f00d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-9069f00d] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-9069f00d] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-9069f00d]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-9069f00d] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-9069f00d] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-9069f00d] {
  display: none;
}
.vdp-datepicker input[data-v-9069f00d] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-9069f00d]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-9069f00d] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-9069f00d] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-9069f00d ease-in-out infinite;
}
.vue-treeselect__control[data-v-9069f00d] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-9069f00d] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-9069f00d] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-9069f00d] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-9069f00d] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-9069f00d] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-9069f00d] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-9069f00d] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-9069f00d {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-9069f00d {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-9069f00d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-9069f00d {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-9069f00d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-9069f00d {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-9069f00d],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-9069f00d] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-9069f00d] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-9069f00d] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-9069f00d],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-9069f00d] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-9069f00d] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-9069f00d] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-9069f00d] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-9069f00d],
.vue-treeselect span[data-v-9069f00d] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-9069f00d] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-9069f00d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-9069f00d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-9069f00d] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-9069f00d] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-9069f00d],
.vue-treeselect__control[data-v-9069f00d]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-9069f00d] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-9069f00d] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-9069f00d],
.vue-treeselect__multi-value[data-v-9069f00d] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-9069f00d] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-9069f00d] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-9069f00d] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-9069f00d] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-9069f00d],
.vue-treeselect__single-value[data-v-9069f00d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-9069f00d] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-9069f00d] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-9069f00d] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-9069f00d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-9069f00d] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-9069f00d]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-9069f00d] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-9069f00d] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-9069f00d],
.vue-treeselect__multi-value-label[data-v-9069f00d] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-9069f00d] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-9069f00d] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-9069f00d],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-9069f00d] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-9069f00d] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-9069f00d] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-9069f00d] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-9069f00d] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-9069f00d] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-9069f00d] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-9069f00d] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-9069f00d] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-9069f00d] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-9069f00d] {
  display: none;
}
.vue-treeselect__input[data-v-9069f00d],
.vue-treeselect__sizer[data-v-9069f00d] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-9069f00d] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-9069f00d]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-9069f00d] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-9069f00d] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-9069f00d] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-9069f00d] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-9069f00d cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-9069f00d cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-9069f00d]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-9069f00d] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-9069f00d] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-9069f00d] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-9069f00d] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-9069f00d] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-9069f00d] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-9069f00d] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-9069f00d] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-9069f00d] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-9069f00d] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-9069f00d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-9069f00d] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-9069f00d] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-9069f00d]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-9069f00d] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-9069f00d],
.vue-treeselect__option-arrow-placeholder[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-9069f00d] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-9069f00d] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-9069f00d],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-9069f00d] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-9069f00d] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-9069f00d] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-9069f00d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-9069f00d] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-9069f00d] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-9069f00d],
.vue-treeselect__minus-mark[data-v-9069f00d] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-9069f00d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-9069f00d] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-9069f00d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-9069f00d] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-9069f00d] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-9069f00d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-9069f00d] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-9069f00d] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-9069f00d] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-9069f00d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-9069f00d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-9069f00d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-9069f00d] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-9069f00d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-9069f00d] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-9069f00d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-9069f00d] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-9069f00d] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-9069f00d] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-9069f00d] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-9069f00d] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-9069f00d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-9069f00d]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-9069f00d] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-9069f00d]::before,
.vue-treeselect__icon-error[data-v-9069f00d]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-9069f00d]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-9069f00d]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-9069f00d] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-9069f00d linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-9069f00d linear infinite;
}
.vue-treeselect__icon-loader[data-v-9069f00d]::before,
.vue-treeselect__icon-loader[data-v-9069f00d]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-9069f00d ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-9069f00d ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-9069f00d]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-9069f00d]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-9069f00d],
.vac-loader-wrapper[data-v-9069f00d] {
  display: none !important;
}
.vac-room-name[data-v-9069f00d] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-9069f00d] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-9069f00d] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-9069f00d] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-9069f00d] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-9069f00d] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-9069f00d] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-9069f00d] {
  min-height: 24px !important;
}
.tagWarn[data-v-9069f00d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-9069f00d]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-9069f00d] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-9069f00d]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-9069f00d]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-9069f00d] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-9069f00d] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-9069f00d] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-9069f00d] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-9069f00d]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-9069f00d] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-9069f00d]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-9069f00d] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-9069f00d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-9069f00d] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-9069f00d]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-9069f00d] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-9069f00d]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-9069f00d] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-9069f00d]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-9069f00d]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-9069f00d] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-9069f00d] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-9069f00d] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-9069f00d]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-9069f00d] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-9069f00d] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-9069f00d] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-9069f00d]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-9069f00d] {
  font-size: 1.15em;
}
.my-select[data-v-9069f00d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-9069f00d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-9069f00d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-9069f00d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-9069f00d] {
  width: 160px;
}
.my-select[data-v-9069f00d] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-9069f00d] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-9069f00d] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-9069f00d] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-9069f00d] {
  width: 160px;
}
.input-cupon[data-v-9069f00d] {
  display: flex;
}
.input-cupon > div > span[data-v-9069f00d] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-9069f00d] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-9069f00d] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-9069f00d]:not(:checked),
input[type=checkbox].check[data-v-9069f00d]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-9069f00d],
input[type=checkbox].check:checked + label[data-v-9069f00d] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-9069f00d]:before,
input[type=checkbox].check:checked + label[data-v-9069f00d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-9069f00d]:after,
input[type=checkbox].check:checked + label[data-v-9069f00d]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-9069f00d]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-9069f00d]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-9069f00d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-9069f00d]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-9069f00d]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-9069f00d] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-9069f00d]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-9069f00d]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-9069f00d] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-9069f00d] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-9069f00d] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-9069f00d] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-9069f00d] {
  opacity: 1;
}
.multiselect__tag[data-v-9069f00d] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-9069f00d] {
  background: #2AA186 !important;
}
.multiselect[data-v-9069f00d] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-9069f00d]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-9069f00d] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-9069f00d] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-9069f00d]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-9069f00d]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-9069f00d]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-9069f00d]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-9069f00d] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-9069f00d] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-9069f00d] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-9069f00d] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-9069f00d] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-9069f00d] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-9069f00d]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-9069f00d]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-9069f00d]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-9069f00d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-9069f00d] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-9069f00d] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-9069f00d] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-9069f00d]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-9069f00d] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-9069f00d] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-9069f00d] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-9069f00d] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-9069f00d] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-9069f00d] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-9069f00d]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-9069f00d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-9069f00d] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-9069f00d], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-9069f00d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-9069f00d] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-9069f00d] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-9069f00d], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-9069f00d] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-9069f00d], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-9069f00d] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-9069f00d]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-9069f00d]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-9069f00d] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-9069f00d] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-9069f00d] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-9069f00d] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-9069f00d] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-9069f00d] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-9069f00d] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-9069f00d] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-9069f00d] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-9069f00d] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-9069f00d] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-9069f00d] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-9069f00d] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-9069f00d] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-9069f00d] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-9069f00d]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-9069f00d] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-9069f00d] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-9069f00d] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-9069f00d] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-9069f00d] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-9069f00d] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-9069f00d] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-9069f00d] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-9069f00d], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-9069f00d] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-9069f00d] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-9069f00d] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-9069f00d] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-9069f00d] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-9069f00d] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-9069f00d] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-9069f00d] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-9069f00d], .v3-emoji-picker .v3-header[data-v-9069f00d] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-9069f00d] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-9069f00d] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-9069f00d] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-9069f00d]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-9069f00d], .v3-emoji-picker .v3-skin-tones[data-v-9069f00d] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-9069f00d]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-9069f00d] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-9069f00d] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-9069f00d] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-9069f00d], body[data-v-9069f00d] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-9069f00d], body.home[data-v-9069f00d] {
  background-color: #fff;
}
[data-v-9069f00d]:focus {
  outline: none !important;
}
a[data-v-9069f00d] {
  text-decoration: none;
}
a[data-v-9069f00d]:hover,
a[data-v-9069f00d]:focus {
  text-decoration: none;
}
img[data-v-9069f00d] {
  border: 0;
}
textarea[data-v-9069f00d] {
  resize: none;
}
h1[data-v-9069f00d],
h2[data-v-9069f00d],
h3[data-v-9069f00d],
h4[data-v-9069f00d],
h5[data-v-9069f00d],
h6[data-v-9069f00d] {
  font-weight: bold;
}
[data-v-9069f00d] .multiselect--disabled .multiselect__select {
  display: none !important;
}
[data-v-0e37eb58] .multiselect {
  /* width: inherit !important; */
  width: initial !important;
}
[data-v-0e37eb58] .multiselect__select {
  right: -4px !important;
}

[data-v-fe0c748e]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-fe0c748e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-fe0c748e] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-fe0c748e] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-fe0c748e] {
  width: 100%;
}
.home-icon img[data-v-fe0c748e] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-fe0c748e] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-fe0c748e] {
  line-height: 30px;
}
.list-style-none[data-v-fe0c748e] {
  list-style: none;
}
.burger-menu[data-v-fe0c748e] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-fe0c748e] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-fe0c748e] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-fe0c748e] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-fe0c748e] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-fe0c748e] {
  position: relative;
}
.card-product .my-close[data-v-fe0c748e] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-fe0c748e] {
  margin: 0;
}
.filtro-form input[data-v-fe0c748e] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-fe0c748e] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-fe0c748e] {
  padding: 20px 0 0;
}
.img-tiny[data-v-fe0c748e] {
  width: 80px;
}
.img-item img[data-v-fe0c748e] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-fe0c748e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-fe0c748e] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-fe0c748e]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-fe0c748e] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-fe0c748e] {
  margin-left: 10px;
}
.notifications section[data-v-fe0c748e] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-fe0c748e] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-fe0c748e] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-fe0c748e],
.list-complete-leave-to[data-v-fe0c748e] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-fe0c748e] {
  position: absolute;
}
#_op_data_r[data-v-fe0c748e],
#_op_data_antifraud[data-v-fe0c748e] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-fe0c748e],
iframe#_op_data_antifraud[data-v-fe0c748e],
iframe#device_profile[data-v-fe0c748e],
iframe#thm_mp_cntnr[data-v-fe0c748e] {
  position: absolute !important;
}
iframe[data-v-fe0c748e] {
  background: #fff !important;
}
.main-content[data-v-fe0c748e] {
  padding-top: 30px;
}
.card-contactStory[data-v-fe0c748e] {
  width: 93vw;
}
.card-contactStory img[data-v-fe0c748e] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-fe0c748e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-fe0c748e] {
  width: 280px;
}
.dropped[data-v-fe0c748e] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-fe0c748e] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-fe0c748e]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-fe0c748e] {
  display: block !important;
}
.dropped .dropdown a[data-v-fe0c748e] {
  color: #fff;
}
.dropped .dropdown a[data-v-fe0c748e]:hover {
  text-decoration: underline;
}
.line-height25[data-v-fe0c748e] {
  line-height: 25px;
}
aside[data-v-fe0c748e] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-fe0c748e] {
  height: 100vh;
}
.my-header[data-v-fe0c748e] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-fe0c748e] {
  position: inherit !important;
}
.my-header-menu[data-v-fe0c748e] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-fe0c748e] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-fe0c748e]:hover {
  background: hannah;
}
.menu-api-activate[data-v-fe0c748e] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-fe0c748e] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-fe0c748e] {
  position: relative;
}
.menu-api-item a[data-v-fe0c748e]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-fe0c748e] {
  padding: 0 !important;
}
.card-product[data-v-fe0c748e] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-fe0c748e] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-fe0c748e] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-fe0c748e] {
  margin: 0;
}
.sticky-home[data-v-fe0c748e] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-fe0c748e] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-fe0c748e]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-fe0c748e] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-fe0c748e]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-fe0c748e] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-fe0c748e]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-fe0c748e] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-fe0c748e] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-fe0c748e] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-fe0c748e]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-fe0c748e] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-fe0c748e] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-fe0c748e] {
  display: block !important;
}
.leftPositionSubMenu[data-v-fe0c748e] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-fe0c748e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-fe0c748e],
.circle-toggle-box[data-v-fe0c748e] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-fe0c748e] {
  left: 44px !important;
}
.triangleStatus[data-v-fe0c748e]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-fe0c748e] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-fe0c748e] {
  overflow: visible !important;
}
.width-max80[data-v-fe0c748e] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-fe0c748e] {
  display: flex !important;
}
.flex-none[data-v-fe0c748e] {
  flex: none;
}
.flex-nowrap[data-v-fe0c748e] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-fe0c748e] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-fe0c748e] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-fe0c748e] {
  flex-direction: column;
}
.flex-col-row[data-v-fe0c748e] {
  flex-direction: column;
}
.flex-row[data-v-fe0c748e] {
  flex-direction: row;
}
.flex-between-align[data-v-fe0c748e] {
  align-content: space-between;
}
.flex-middle[data-v-fe0c748e] {
  align-items: center;
}
.flex-bottom[data-v-fe0c748e] {
  align-items: flex-end;
}
.flex-between[data-v-fe0c748e] {
  justify-content: space-between;
}
.flex-center[data-v-fe0c748e] {
  justify-content: center;
}
.flex-right[data-v-fe0c748e] {
  justify-content: flex-end;
}
.flex-left[data-v-fe0c748e] {
  justify-content: flex-start;
}
.flex-evenly[data-v-fe0c748e] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-fe0c748e] {
  flex-grow: 1;
}
.flex-grow-2[data-v-fe0c748e] {
  flex-grow: 2;
}
.flex-grow-3[data-v-fe0c748e] {
  flex-grow: 3;
}
.flex-grow-4[data-v-fe0c748e] {
  flex-grow: 4;
}
.flex-grow-5[data-v-fe0c748e] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-fe0c748e] {
  align-items: flex-start;
}
.flex800[data-v-fe0c748e] {
  display: none;
}
.flexc-flex[data-v-fe0c748e] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-fe0c748e] {
  display: none;
}
.flex-display-50-10[data-v-fe0c748e] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-fe0c748e] {
  display: none;
}
.show760[data-v-fe0c748e] {
  display: none;
}
.hide[data-v-fe0c748e] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-fe0c748e] {
    display: block !important;
}
.badge-display[data-v-fe0c748e] {
    display: none;
}
.badge-display2[data-v-fe0c748e] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-fe0c748e] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-fe0c748e] {
    display: block;
}
.badge-display2[data-v-fe0c748e] {
    display: none;
}
.fix-width[data-v-fe0c748e] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-fe0c748e] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-fe0c748e] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-fe0c748e] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-fe0c748e] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-fe0c748e] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-fe0c748e] {
    width: 50%;
}
.width100-40[data-v-fe0c748e] {
    width: 40%;
}
.show600[data-v-fe0c748e] {
    display: block;
}
.width-controll-btn-typeweek[data-v-fe0c748e] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-fe0c748e] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-fe0c748e] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-fe0c748e] {
    width: 220px !important;
}
.leftPositionControl[data-v-fe0c748e] {
    left: -40px !important;
}
.container-tipo-envio[data-v-fe0c748e] {
    display: flex;
}
.width-controll-buys-item[data-v-fe0c748e] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-fe0c748e] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-fe0c748e] {
    top: 380px !important;
}
.my-header-menu[data-v-fe0c748e] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-fe0c748e] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-fe0c748e] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-fe0c748e] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-fe0c748e] {
    min-width: 400px;
}
.cart-btn-add[data-v-fe0c748e] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-fe0c748e] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-fe0c748e] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-fe0c748e] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-fe0c748e] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-fe0c748e] {
    justify-content: left;
}
.flex-mid[data-v-fe0c748e] {
    display: flex !important;
}
.msg-stock[data-v-fe0c748e] {
    padding: 10px 0 0;
}
.counter-cart[data-v-fe0c748e] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-fe0c748e] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-fe0c748e] {
    display: none;
}
.badge-display2[data-v-fe0c748e] {
    display: block;
}
.show760[data-v-fe0c748e] {
    display: block;
}
.hide760[data-v-fe0c748e] {
    display: none;
}
.grid-products[data-v-fe0c748e] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-fe0c748e] {
    margin: auto;
}
.mr-h[data-v-fe0c748e] {
    margin: auto;
}
.width-control-otherProducts[data-v-fe0c748e] {
    width: 170px !important;
}
.leftPositionControl[data-v-fe0c748e] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-fe0c748e] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-fe0c748e] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-fe0c748e] {
    width: 30vw !important;
}
.product-item[data-v-fe0c748e] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-fe0c748e] {
    width: 90% !important;
}
.my-container[data-v-fe0c748e] {
    width: 680px !important;
}
.login[data-v-fe0c748e] {
    width: 310px !important;
}
.width-cuotas-control[data-v-fe0c748e] {
    width: 278px !important;
}
.flexc-flex[data-v-fe0c748e] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-fe0c748e] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-fe0c748e] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-fe0c748e] {
    height: 140px;
}
.width-control-input-chat[data-v-fe0c748e] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-fe0c748e] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-fe0c748e] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-fe0c748e] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-fe0c748e] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-fe0c748e] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-fe0c748e] {
    width: 270px !important;
}
.leftPositionControl[data-v-fe0c748e] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-fe0c748e] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-fe0c748e] {
    width: 17vw !important;
}
.filters-wrap[data-v-fe0c748e] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-fe0c748e] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-fe0c748e] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-fe0c748e] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-fe0c748e] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-fe0c748e] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-fe0c748e] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-fe0c748e] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-fe0c748e]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-fe0c748e] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-fe0c748e] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-fe0c748e]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-fe0c748e] {
    max-width: 330px !important;
}
.iterable-box[data-v-fe0c748e] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-fe0c748e] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-fe0c748e] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-fe0c748e] {
    width: 160px !important;
}
.my-container[data-v-fe0c748e] {
    width: 800px !important;
}
.search-btn-box[data-v-fe0c748e] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-fe0c748e] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-fe0c748e] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-fe0c748e] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-fe0c748e] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-fe0c748e] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-fe0c748e] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-fe0c748e] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-fe0c748e] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-fe0c748e] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-fe0c748e] {
    width: 280px !important;
}
.width300-desktop[data-v-fe0c748e] {
    width: 300px !important;
}
.concept-item-stats[data-v-fe0c748e] {
    width: 80%;
}
.widthHalf-desktop[data-v-fe0c748e] {
    width: 50% !important;
}
.column-desktop[data-v-fe0c748e] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-fe0c748e] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-fe0c748e] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-fe0c748e] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-fe0c748e],
.flex-desktop[data-v-fe0c748e] {
    display: flex !important;
}
.block-desktop[data-v-fe0c748e] {
    display: block !important;
}
.hide-desktop[data-v-fe0c748e] {
    display: none !important;
}
.fixButton[data-v-fe0c748e] {
    top: -20px;
}
.width-cuotas-control[data-v-fe0c748e] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-fe0c748e] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-fe0c748e] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-fe0c748e] {
    display: none !important;
}
.bottom10-desktop[data-v-fe0c748e] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-fe0c748e] {
    left: -125px !important;
}
.grid-products[data-v-fe0c748e] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-fe0c748e] {
    width: 1000px !important;
}
.showFullDesktop[data-v-fe0c748e] {
    display: block !important;
}
.leftPositionControl[data-v-fe0c748e] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-fe0c748e] {
    display: none !important;
}
.show-only-desktop[data-v-fe0c748e] {
    display: flex !important;
}
.leftPositionControl[data-v-fe0c748e] {
    left: -260px !important;
}
.catalog-container[data-v-fe0c748e] {
    margin: unset;
}
.carrito-catalog[data-v-fe0c748e] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-fe0c748e] {
    left: -280px !important;
}
}
.grid-container[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-fe0c748e] {
  grid-column: span 1;
}
.grid-item-1[data-v-fe0c748e] {
  grid-column: span 1;
}
.grid-item-2[data-v-fe0c748e] {
  grid-column: span 2;
}
.grid-item-3[data-v-fe0c748e] {
  grid-column: span 3;
}
.grid-item-4[data-v-fe0c748e] {
  grid-column: span 4;
}
.grid-item-5[data-v-fe0c748e] {
  grid-column: span 5;
}
.grid-item-6[data-v-fe0c748e] {
  grid-column: span 6;
}
.grid-item-7[data-v-fe0c748e] {
  grid-column: span 7;
}
.grid-item-8[data-v-fe0c748e] {
  grid-column: span 8;
}
.grid-item-9[data-v-fe0c748e] {
  grid-column: span 9;
}
.grid-item-10[data-v-fe0c748e] {
  grid-column: span 10;
}
.grid-item-11[data-v-fe0c748e] {
  grid-column: span 11;
}
.grid-item-12[data-v-fe0c748e] {
  grid-column: span 12;
}
.grid-cart[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-fe0c748e] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-fe0c748e] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-fe0c748e] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-fe0c748e] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-fe0c748e] {
  gap: 10px;
}
.gap20[data-v-fe0c748e] {
  gap: 20px;
}
.grid-box[data-v-fe0c748e] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-fe0c748e],
.grid-3 div[data-v-fe0c748e],
.grid-4 div[data-v-fe0c748e] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-fe0c748e] {
  background: #fff;
}
.grid-item-odd[data-v-fe0c748e]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-fe0c748e] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-fe0c748e] {
  max-width: 350px;
}
.margin0[data-v-fe0c748e] {
  margin: 0 !important;
}
.margin0-5[data-v-fe0c748e] {
  margin: 0 5px;
}
.margin10-0[data-v-fe0c748e] {
  margin: 10px 0;
}
.margin10-5[data-v-fe0c748e] {
  margin: 10px 5px;
}
.margin0-10[data-v-fe0c748e] {
  margin: 0 10px;
}
.margin0-15[data-v-fe0c748e] {
  margin: 0 15px;
}
.margin15-0[data-v-fe0c748e] {
  margin: 15px 0px;
}
.margin20-0[data-v-fe0c748e] {
  margin: 20px 0;
}
.margin20-10[data-v-fe0c748e] {
  margin: 20px 10px;
}
.margin30-0[data-v-fe0c748e] {
  margin: 30px 0;
}
.margin40-0[data-v-fe0c748e] {
  margin: 40px 0;
}
.margin20-40[data-v-fe0c748e] {
  margin: 20px 40px;
}
.margin0-20[data-v-fe0c748e] {
  margin: 0 20px;
}
.margin5[data-v-fe0c748e] {
  margin: 5px;
}
.margin5-0[data-v-fe0c748e] {
  margin: 5px 0;
}
.margin10[data-v-fe0c748e] {
  margin: 10px;
}
.margin10-20[data-v-fe0c748e] {
  margin: 10px 20px;
}
.margin15[data-v-fe0c748e] {
  margin: 15px;
}
.margin20[data-v-fe0c748e] {
  margin: 20px;
}
.margin30[data-v-fe0c748e] {
  margin: 30px;
}
.margin50[data-v-fe0c748e] {
  margin: 50px;
}
.margin-right-auto[data-v-fe0c748e] {
  margin-right: auto;
}
.margin-left-auto[data-v-fe0c748e] {
  margin-left: auto;
}
.ml-h[data-v-fe0c748e] {
  margin-left: auto;
}
.mr-h[data-v-fe0c748e] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-fe0c748e] {
  margin-bottom: 5px;
}
.margin-top5[data-v-fe0c748e] {
  margin-top: 5px !important;
}
.margin-top10[data-v-fe0c748e] {
  margin-top: 10px !important;
}
.margin-top15[data-v-fe0c748e] {
  margin-top: 15px !important;
}
.margin-top20[data-v-fe0c748e] {
  margin-top: 20px !important;
}
.margin-top30[data-v-fe0c748e] {
  margin-top: 30px !important;
}
.margin-top35[data-v-fe0c748e] {
  margin-top: 35px !important;
}
.margin-top40[data-v-fe0c748e] {
  margin-top: 40px !important;
}
.margin-top50[data-v-fe0c748e] {
  margin-top: 50px !important;
}
.margin-top60[data-v-fe0c748e] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-fe0c748e] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-fe0c748e] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-fe0c748e] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-fe0c748e] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-fe0c748e] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-fe0c748e] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-fe0c748e] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-fe0c748e] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-fe0c748e] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-fe0c748e] {
  margin-left: 5px !important;
}
.margin-left10[data-v-fe0c748e] {
  margin-left: 10px !important;
}
.margin-left15[data-v-fe0c748e] {
  margin-left: 15px !important;
}
.margin-left20[data-v-fe0c748e] {
  margin-left: 20px !important;
}
.margin-left30[data-v-fe0c748e] {
  margin-left: 30px !important;
}
.margin-left35[data-v-fe0c748e] {
  margin-left: 35px !important;
}
.margin-left40[data-v-fe0c748e] {
  margin-left: 40px !important;
}
.margin-left50[data-v-fe0c748e] {
  margin-left: 50px !important;
}
.margin-left60[data-v-fe0c748e] {
  margin-left: 60px !important;
}
.margin-right5[data-v-fe0c748e] {
  margin-right: 5px !important;
}
.margin-right10[data-v-fe0c748e] {
  margin-right: 10px !important;
}
.margin-right15[data-v-fe0c748e] {
  margin-right: 15px !important;
}
.margin-right20[data-v-fe0c748e] {
  margin-right: 20px !important;
}
.margin-right30[data-v-fe0c748e] {
  margin-right: 30px !important;
}
.margin-right35[data-v-fe0c748e] {
  margin-right: 35px !important;
}
.margin-right40[data-v-fe0c748e] {
  margin-right: 40px !important;
}
.margin-right50[data-v-fe0c748e] {
  margin-right: 50px !important;
}
.margin-right60[data-v-fe0c748e] {
  margin-right: 60px !important;
}
.my-5[data-v-fe0c748e] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-fe0c748e] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-fe0c748e] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-fe0c748e] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-fe0c748e] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-fe0c748e] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-fe0c748e] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-fe0c748e] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-fe0c748e] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-fe0c748e] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-fe0c748e] {
  padding: 0 !important;
}
.padding5[data-v-fe0c748e] {
  padding: 5px;
}
.padding10[data-v-fe0c748e] {
  padding: 10px;
}
.padding15[data-v-fe0c748e] {
  padding: 15px;
}
.padding20[data-v-fe0c748e] {
  padding: 20px;
}
.padding30[data-v-fe0c748e] {
  padding: 30px;
}
.padding40[data-v-fe0c748e] {
  padding: 40px;
}
.padding40-0[data-v-fe0c748e] {
  padding: 40px 0;
}
.padding-left5[data-v-fe0c748e] {
  padding-left: 5px;
}
.padding-left10[data-v-fe0c748e] {
  padding-left: 10px;
}
.padding-left15[data-v-fe0c748e] {
  padding-left: 15px;
}
.padding-left20[data-v-fe0c748e] {
  padding-left: 20px;
}
.padding-right5[data-v-fe0c748e] {
  padding-right: 5px;
}
.padding-right10[data-v-fe0c748e] {
  padding-right: 10px;
}
.padding-right15[data-v-fe0c748e] {
  padding-right: 15px;
}
.padding-right20[data-v-fe0c748e] {
  padding-right: 20px;
}
.padding-right30[data-v-fe0c748e] {
  padding-right: 30px;
}
.padding-right40[data-v-fe0c748e] {
  padding-right: 40px;
}
.padding-top0[data-v-fe0c748e] {
  padding-top: 0px;
}
.padding-top5[data-v-fe0c748e] {
  padding-top: 5px;
}
.padding-top10[data-v-fe0c748e] {
  padding-top: 10px;
}
.padding-top15[data-v-fe0c748e] {
  padding-top: 15px;
}
.padding-top20[data-v-fe0c748e] {
  padding-top: 20px;
}
.padding-top30[data-v-fe0c748e] {
  padding-top: 30px;
}
.padding-top50[data-v-fe0c748e] {
  padding-top: 50px;
}
.padding-top60[data-v-fe0c748e] {
  padding-top: 60px;
}
.padding-top70[data-v-fe0c748e] {
  padding-top: 70px;
}
.padding-top90[data-v-fe0c748e] {
  padding-top: 90px;
}
.padding-top100[data-v-fe0c748e] {
  padding-top: 100px;
}
.padding-top120[data-v-fe0c748e] {
  padding-top: 120px;
}
.padding-top180[data-v-fe0c748e] {
  padding-top: 180px;
}
.padding-bottom0[data-v-fe0c748e] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-fe0c748e] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-fe0c748e] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-fe0c748e] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-fe0c748e] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-fe0c748e] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-fe0c748e] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-fe0c748e] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-fe0c748e] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-fe0c748e] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-fe0c748e] {
  padding-bottom: 240px;
}
.padding10-0[data-v-fe0c748e] {
  padding: 10px 0;
}
.padding10-5[data-v-fe0c748e] {
  padding: 10px 5px;
}
.padding0-5[data-v-fe0c748e] {
  padding: 0 5px;
}
.padding0-10[data-v-fe0c748e] {
  padding: 0 10px;
}
.padding0-15[data-v-fe0c748e] {
  padding: 0 15px;
}
.padding20-0[data-v-fe0c748e] {
  padding: 20px 0;
}
.padding20-10[data-v-fe0c748e] {
  padding: 20px 10px;
}
.padding15-20[data-v-fe0c748e] {
  padding: 15px 20px;
}
.padding15-0[data-v-fe0c748e] {
  padding: 15px 0px;
}
.padding20-5[data-v-fe0c748e] {
  padding: 20px 5px;
}
.padding0-20[data-v-fe0c748e] {
  padding: 0 20px;
}
.padding5-20[data-v-fe0c748e] {
  padding: 5px 20px;
}
.padding5-15[data-v-fe0c748e] {
  padding: 5px 15px;
}
.padding5-10[data-v-fe0c748e] {
  padding: 5px 10px;
}
.padding15-10[data-v-fe0c748e] {
  padding: 15px 10px;
}
.padding1em[data-v-fe0c748e] {
  padding: 1em;
}
.padding10-20[data-v-fe0c748e] {
  padding: 10px 20px;
}
.padding5-0[data-v-fe0c748e] {
  padding: 5px 0;
}
.padding30-10[data-v-fe0c748e] {
  padding: 30px 10px;
}
.px-5[data-v-fe0c748e] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-fe0c748e] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-fe0c748e] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-fe0c748e] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-fe0c748e] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-fe0c748e] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-fe0c748e] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-fe0c748e] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-fe0c748e] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-fe0c748e] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-fe0c748e] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-fe0c748e] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-fe0c748e] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-fe0c748e] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-fe0c748e] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-fe0c748e] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-fe0c748e] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-fe0c748e] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-fe0c748e] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-fe0c748e] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-fe0c748e] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-fe0c748e] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-fe0c748e] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-fe0c748e] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-fe0c748e] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-fe0c748e] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-fe0c748e] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-fe0c748e] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-fe0c748e]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-fe0c748e] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-fe0c748e]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-fe0c748e] {
  border: 0 !important;
}
.borderRed[data-v-fe0c748e] {
  border-color: #f00 !important;
}
.border-aside[data-v-fe0c748e] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-fe0c748e] {
  border: none;
}
.borderLightgray[data-v-fe0c748e] {
  border: 1px solid lightgray;
}
.borderGray[data-v-fe0c748e] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-fe0c748e] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-fe0c748e] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-fe0c748e] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-fe0c748e] {
  border: 1px solid #fff;
}
.border2green[data-v-fe0c748e] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-fe0c748e] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-fe0c748e] {
  border: 2px solid #fff;
}
.border2gold[data-v-fe0c748e] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-fe0c748e] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-fe0c748e] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-fe0c748e] {
  border-color: #d42717 !important;
}
.border1green[data-v-fe0c748e] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-fe0c748e] {
  border-color: #f00 !important;
}
.border-fixed[data-v-fe0c748e] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-fe0c748e] {
  border-radius: 40px;
}
.radius30[data-v-fe0c748e] {
  border-radius: 30px;
}
.radius20[data-v-fe0c748e] {
  border-radius: 20px;
}
.radius15[data-v-fe0c748e] {
  border-radius: 15px;
}
.radius8[data-v-fe0c748e] {
  border-radius: 8px;
}
.radius3[data-v-fe0c748e] {
  border-radius: 3px !important;
}
.rounded[data-v-fe0c748e] {
  border-radius: 50%;
}
.rounded5[data-v-fe0c748e] {
  border-radius: 5px;
}
.round10[data-v-fe0c748e] {
  border-radius: 10px;
}
.box-border[data-v-fe0c748e] {
  box-sizing: border-box;
}
.text-center[data-v-fe0c748e] {
  text-align: center;
}
.text-right[data-v-fe0c748e] {
  text-align: right;
}
.text-left[data-v-fe0c748e] {
  text-align: left;
}
.text-lowercase[data-v-fe0c748e] {
  text-transform: lowercase;
}
.text-uppercase[data-v-fe0c748e] {
  text-transform: uppercase;
}
.text-capitalize[data-v-fe0c748e] {
  text-transform: capitalize !important;
}
.text-none[data-v-fe0c748e] {
  text-transform: none;
}
.text-ellipsis[data-v-fe0c748e] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-fe0c748e] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-fe0c748e]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-fe0c748e] {
  text-decoration: underline;
}
.text-underline[data-v-fe0c748e]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-fe0c748e] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-fe0c748e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-fe0c748e] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-fe0c748e] {
  word-break: break-all;
}
.font-bold[data-v-fe0c748e] {
  font-weight: bold;
}
.price-through[data-v-fe0c748e] {
  text-decoration: line-through;
}
.font-italic[data-v-fe0c748e] {
  font-style: italic;
}
.font095em[data-v-fe0c748e] {
  font-size: 0.95em;
}
.font1em[data-v-fe0c748e] {
  font-size: 1em !important;
}
.font2em[data-v-fe0c748e] {
  font-size: 2em;
}
.font2-2em[data-v-fe0c748e] {
  font-size: 2.2em;
}
.font3em[data-v-fe0c748e] {
  font-size: 3em;
}
.font4em[data-v-fe0c748e] {
  font-size: 4em;
}
.font1-5em[data-v-fe0c748e] {
  font-size: 1.5em;
}
.font1-7em[data-v-fe0c748e] {
  font-size: 1.7em;
}
.font1-3em[data-v-fe0c748e] {
  font-size: 1.3em;
}
.font1-4em[data-v-fe0c748e] {
  font-size: 1.4em;
}
.font-9em[data-v-fe0c748e] {
  font-size: 0.9em;
}
.font10[data-v-fe0c748e] {
  font-size: 10px;
}
.font11[data-v-fe0c748e] {
  font-size: 11px;
}
.font12[data-v-fe0c748e] {
  font-size: 12px;
}
.font13[data-v-fe0c748e] {
  font-size: 13px;
}
.font14[data-v-fe0c748e] {
  font-size: 14px;
}
.font15[data-v-fe0c748e] {
  font-size: 15px;
}
.font16[data-v-fe0c748e] {
  font-size: 16px;
}
.font17[data-v-fe0c748e] {
  font-size: 17px;
}
.font18[data-v-fe0c748e] {
  font-size: 18px;
}
.font19[data-v-fe0c748e] {
  font-size: 19px;
}
.font20[data-v-fe0c748e] {
  font-size: 20px;
}
.font21[data-v-fe0c748e] {
  font-size: 21px;
}
.font22[data-v-fe0c748e] {
  font-size: 22px;
}
.font23[data-v-fe0c748e] {
  font-size: 23px;
}
.font24[data-v-fe0c748e] {
  font-size: 24px;
}
.font25[data-v-fe0c748e] {
  font-size: 25px;
}
.font26[data-v-fe0c748e] {
  font-size: 26px;
}
.font27[data-v-fe0c748e] {
  font-size: 27px;
}
.font28[data-v-fe0c748e] {
  font-size: 28px;
}
.font29[data-v-fe0c748e] {
  font-size: 29px;
}
.font30[data-v-fe0c748e] {
  font-size: 30px;
}
.font31[data-v-fe0c748e] {
  font-size: 31px;
}
.font32[data-v-fe0c748e] {
  font-size: 32px;
}
.font33[data-v-fe0c748e] {
  font-size: 33px;
}
.font34[data-v-fe0c748e] {
  font-size: 34px;
}
.font35[data-v-fe0c748e] {
  font-size: 35px;
}
.font36[data-v-fe0c748e] {
  font-size: 36px;
}
.font37[data-v-fe0c748e] {
  font-size: 37px;
}
.font38[data-v-fe0c748e] {
  font-size: 38px;
}
.font39[data-v-fe0c748e] {
  font-size: 39px;
}
.font40[data-v-fe0c748e] {
  font-size: 40px;
}
.font-normal[data-v-fe0c748e] {
  font-weight: normal;
}
.color-white[data-v-fe0c748e] {
  color: #fff;
}
.color-transparent[data-v-fe0c748e] {
  color: transparent !important;
}
.color-black[data-v-fe0c748e] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-fe0c748e] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-fe0c748e] {
  color: fuchia;
}
.color-gray[data-v-fe0c748e] {
  color: #a5afb9;
}
.color-hardgray[data-v-fe0c748e] {
  color: #4d5263;
}
.color-hannah[data-v-fe0c748e] {
  color: #EA184D;
}
.color-lightgray[data-v-fe0c748e] {
  color: #d3d3d3;
}
.color-darkblue[data-v-fe0c748e] {
  color: #2c3e50;
}
.color-darkgray[data-v-fe0c748e] {
  color: #757575;
}
.color-lightred[data-v-fe0c748e] {
  color: #e74c3c;
}
.color-red[data-v-fe0c748e] {
  color: #e74c3c;
}
.color-blue[data-v-fe0c748e] {
  color: #2980b9;
}
.color-yellow[data-v-fe0c748e] {
  color: #f49d1e;
}
.color-orange[data-v-fe0c748e] {
  color: #ffa500;
}
.color-green[data-v-fe0c748e] {
  color: #2AA186;
}
.color-gplus[data-v-fe0c748e] {
  color: #d42717;
}
.back-bluelight[data-v-fe0c748e] {
  background: #EBF0FF !important;
}
.back-blue[data-v-fe0c748e] {
  background: #2980b9 !important;
}
.back-hannah[data-v-fe0c748e] {
  background: #EA184D !important;
}
.back-purple[data-v-fe0c748e] {
  background: #8e44ad;
}
.back-green[data-v-fe0c748e] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-fe0c748e] {
  background: #2AA186;
}
.back-yellow[data-v-fe0c748e] {
  background: #f49d1e !important;
}
.back-gold[data-v-fe0c748e] {
  background: #f49d1e !important;
}
.back-red[data-v-fe0c748e] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-fe0c748e] {
  background: #e74c3c;
}
.back-lightred[data-v-fe0c748e] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-fe0c748e] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-fe0c748e] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-fe0c748e] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-fe0c748e] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-fe0c748e] {
  background: #f49d1e !important;
}
.back-gplus[data-v-fe0c748e] {
  background: #d42717;
}
.back-darkblue[data-v-fe0c748e] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-fe0c748e] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-fe0c748e] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-fe0c748e] {
  background: #3e3d40;
}
.back-midgray[data-v-fe0c748e] {
  background: #ececec;
}
.back-gray[data-v-fe0c748e] {
  background: #a5afb9;
}
.back-black[data-v-fe0c748e] {
  background: #121212;
}
.back-transparent[data-v-fe0c748e] {
  background: transparent;
}
.back-white[data-v-fe0c748e] {
  background: #fff !important;
}
.back-white-simple[data-v-fe0c748e] {
  background-color: #fff;
}
.back-lightgray[data-v-fe0c748e] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-fe0c748e] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-fe0c748e] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-fe0c748e] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-fe0c748e] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-fe0c748e] {
  background: #D6DFE4;
}
.bg-aside[data-v-fe0c748e] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-fe0c748e] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-fe0c748e] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-fe0c748e] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-fe0c748e] {
  background: #fff;
}
.back-item-odd-white[data-v-fe0c748e]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-fe0c748e] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-fe0c748e] {
  position: relative;
}
.absolute[data-v-fe0c748e] {
  position: absolute;
}
.fixed[data-v-fe0c748e] {
  position: fixed;
}
.fixed-bottom[data-v-fe0c748e] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-fe0c748e] {
  position: sticky;
}
.sticky.active[data-v-fe0c748e] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-fe0c748e] {
  bottom: 0;
}
.right0[data-v-fe0c748e] {
  right: 0 !important;
}
.left0[data-v-fe0c748e] {
  left: 0 !important;
}
.leftPositionControl[data-v-fe0c748e] {
  left: -10px;
}
.width100-50[data-v-fe0c748e] {
  width: 100%;
}
.width100-40[data-v-fe0c748e] {
  width: 100%;
}
.min-width100[data-v-fe0c748e] {
  min-width: 100%;
}
.min-width90[data-v-fe0c748e] {
  min-width: 90%;
}
.min-width80[data-v-fe0c748e] {
  min-width: 80% !important;
}
.min-width70[data-v-fe0c748e] {
  min-width: 70%;
}
.min-width60[data-v-fe0c748e] {
  min-width: 60%;
}
.min-width50[data-v-fe0c748e] {
  max-width: 50%;
}
.min-width45[data-v-fe0c748e] {
  min-width: 45%;
}
.min-width40[data-v-fe0c748e] {
  min-width: 40%;
}
.min-width30[data-v-fe0c748e] {
  min-width: 30%;
}
.min-width20[data-v-fe0c748e] {
  min-width: 20%;
}
.min-width25[data-v-fe0c748e] {
  min-width: 25%;
}
.min-width10[data-v-fe0c748e] {
  min-width: 10%;
}
.width100[data-v-fe0c748e] {
  width: 100%;
}
.width90[data-v-fe0c748e] {
  width: 90%;
}
.width80[data-v-fe0c748e] {
  width: 80% !important;
}
.width70[data-v-fe0c748e] {
  width: 70%;
}
.width60[data-v-fe0c748e] {
  width: 60%;
}
.width50[data-v-fe0c748e] {
  width: 50%;
}
.width45[data-v-fe0c748e] {
  width: 45%;
}
.width40[data-v-fe0c748e] {
  width: 40%;
}
.width30[data-v-fe0c748e] {
  width: 30%;
}
.width20[data-v-fe0c748e] {
  width: 20%;
}
.width25[data-v-fe0c748e] {
  width: 25%;
}
.width10[data-v-fe0c748e] {
  width: 10%;
}
.width-min[data-v-fe0c748e] {
  width: min-content;
}
.max-width800[data-v-fe0c748e] {
  max-width: 800px;
}
.widthCenter[data-v-fe0c748e] {
  width: 80%;
}
.max-width600[data-v-fe0c748e] {
  max-width: 600px;
}
.max-width300[data-v-fe0c748e] {
  max-width: 300px;
}
.widthHalf[data-v-fe0c748e] {
  width: 50%;
}
.width-sellProductImg-control[data-v-fe0c748e] {
  width: 150px;
}
.top-control-sellProduct[data-v-fe0c748e] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-fe0c748e] {
  width: 100%;
}
.width-cuotas-control-item[data-v-fe0c748e] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-fe0c748e] {
  width: 163px;
}
.width-control-btn-inline[data-v-fe0c748e] {
  width: 195px;
}
.width-controll-buys-item[data-v-fe0c748e] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-fe0c748e] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-fe0c748e] {
  width: 180px;
}
.width-pasarela-img-control[data-v-fe0c748e] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-fe0c748e] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-fe0c748e] {
  width: 95%;
}
.width-pasarela[data-v-fe0c748e] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-fe0c748e]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-fe0c748e]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fe0c748e]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fe0c748e]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-fe0c748e] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-fe0c748e] {
  max-height: 100%;
}
.height220[data-v-fe0c748e] {
  height: 220px;
}
.height100vh[data-v-fe0c748e] {
  height: 100vh !important;
}
.heightFilters[data-v-fe0c748e] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-fe0c748e] {
  height: 100%;
}
.height-aside[data-v-fe0c748e] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-fe0c748e] {
  height: 0px;
}
.heightBox[data-v-fe0c748e] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-fe0c748e] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-fe0c748e] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-fe0c748e] {
  justify-content: center;
}
.pointer[data-v-fe0c748e] {
  cursor: pointer !important;
}
.cursor-move[data-v-fe0c748e] {
  cursor: move !important;
}
.cursor-not[data-v-fe0c748e] {
  cursor: not-allowed !important;
}
.events-none[data-v-fe0c748e] {
  pointer-events: none;
}
.shadow[data-v-fe0c748e] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-fe0c748e] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-fe0c748e] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-fe0c748e] {
  transition: 0.3s;
}
.hoverShadow[data-v-fe0c748e]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-fe0c748e] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-fe0c748e] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-fe0c748e] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-fe0c748e] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-fe0c748e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-fe0c748e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-fe0c748e] {
  width: 40px;
  height: 40px;
}
.square35[data-v-fe0c748e] {
  width: 35px;
  height: 35px;
}
.square30[data-v-fe0c748e] {
  width: 30px;
  height: 30px;
}
.square25[data-v-fe0c748e] {
  width: 25px;
  height: 25px;
}
.square12[data-v-fe0c748e] {
  width: 12px;
  height: 12px;
}
.square15[data-v-fe0c748e] {
  width: 15px;
  height: 15px;
}
.square17[data-v-fe0c748e] {
  width: 17px;
  height: 17px;
}
.square18[data-v-fe0c748e] {
  width: 18px;
  height: 18px;
}
.square20[data-v-fe0c748e] {
  width: 20px;
  height: 20px;
}
.square50[data-v-fe0c748e] {
  width: 50px;
  height: 50px;
}
.square70[data-v-fe0c748e] {
  width: 70px;
  height: 70px;
}
.square55[data-v-fe0c748e] {
  width: 55px;
  height: 55px;
}
.square100[data-v-fe0c748e] {
  width: 100px;
  height: 100px;
}
.square10[data-v-fe0c748e] {
  width: 10px;
  height: 10px;
}
.square200[data-v-fe0c748e] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-fe0c748e] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-fe0c748e] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-fe0c748e] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-fe0c748e] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-fe0c748e] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-fe0c748e] {
  overflow-y: hidden;
}
.remove-scroll[data-v-fe0c748e] {
  overflow-y: hidden;
}
.active-scroll[data-v-fe0c748e] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-fe0c748e] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-fe0c748e] {
  overflow: hidden !important;
}
.overflow-auto[data-v-fe0c748e] {
  overflow: auto !important;
}
.hidden[data-v-fe0c748e] {
  visibility: hidden;
}
.offscreen[data-v-fe0c748e] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-fe0c748e] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-fe0c748e] {
  opacity: 0;
}
.opacity30[data-v-fe0c748e] {
  opacity: 0.3;
}
.opacity50[data-v-fe0c748e] {
  opacity: 0.5;
}
.opacity70[data-v-fe0c748e] {
  opacity: 0.7;
}
.opacity80[data-v-fe0c748e] {
  opacity: 0.8;
}
.transition30[data-v-fe0c748e] {
  transition: 0.3s;
}
.cleared[data-v-fe0c748e] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-fe0c748e] {
  transition: 0.1s;
}
.hover-green[data-v-fe0c748e]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-fe0c748e] {
  animation: aside-fe0c748e 0.5s reverse;
}
.aside-leave-active[data-v-fe0c748e] {
  animation: aside-fe0c748e 0.5s;
}
.asideContent-enter-active[data-v-fe0c748e] {
  animation: asideContent-fe0c748e 0.3s reverse;
}
.asideContent-leave-active[data-v-fe0c748e] {
  animation: asideContent-fe0c748e 0.3s;
}
@keyframes aside-fe0c748e {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-fe0c748e {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-fe0c748e {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-fe0c748e] {
  animation: spin-fe0c748e 2s infinite;
}
@keyframes spin-fe0c748e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-fe0c748e] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-fe0c748e] {
  padding: 3px;
}
.carousel__pagination-button[data-v-fe0c748e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-fe0c748e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-fe0c748e]::after {
  display: none !important;
}
.pagination[data-v-fe0c748e] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-fe0c748e] {
  display: inline;
}
.pagination > li > a[data-v-fe0c748e], .pagination > li > span[data-v-fe0c748e] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-fe0c748e], .pagination > li:first-child > span[data-v-fe0c748e] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-fe0c748e], .pagination > li:last-child > span[data-v-fe0c748e] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-fe0c748e]:hover, .pagination > li > span[data-v-fe0c748e]:hover, .pagination > li > a[data-v-fe0c748e]:focus, .pagination > li > span[data-v-fe0c748e]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-fe0c748e], .pagination > .active > span[data-v-fe0c748e], .pagination > .active > a[data-v-fe0c748e]:hover, .pagination > .active > span[data-v-fe0c748e]:hover, .pagination > .active > a[data-v-fe0c748e]:focus, .pagination > .active > span[data-v-fe0c748e]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-fe0c748e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-fe0c748e]:hover, .pagination > .disabled > span[data-v-fe0c748e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fe0c748e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fe0c748e]:hover, .pagination > .disabled > a[data-v-fe0c748e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-fe0c748e], .pagination-lg > li > span[data-v-fe0c748e] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-fe0c748e], .pagination-lg > li:first-child > span[data-v-fe0c748e] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-fe0c748e], .pagination-lg > li:last-child > span[data-v-fe0c748e] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-fe0c748e], .pagination-sm > li > span[data-v-fe0c748e] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-fe0c748e], .pagination-sm > li:first-child > span[data-v-fe0c748e] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-fe0c748e], .pagination-sm > li:last-child > span[data-v-fe0c748e] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-fe0c748e] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-fe0c748e] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-fe0c748e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-fe0c748e] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-fe0c748e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-fe0c748e] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-fe0c748e] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-fe0c748e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-fe0c748e] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-fe0c748e]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-fe0c748e] {
  overflow: unset !important;
}
.btn-shadow[data-v-fe0c748e] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-fe0c748e] {
  margin-left: 0px;
}
.reset-button[data-v-fe0c748e] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-fe0c748e] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-fe0c748e]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-fe0c748e] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-fe0c748e] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-fe0c748e],
.btn-finalize[data-v-fe0c748e] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-fe0c748e] {
  right: 7px;
}
.btn-finalize[data-v-fe0c748e] {
  left: 7px;
}
.tab-counter[data-v-fe0c748e] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-fe0c748e] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-fe0c748e] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-fe0c748e] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-fe0c748e] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-fe0c748e] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-fe0c748e] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-fe0c748e] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-fe0c748e] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-fe0c748e] {
  transition: 0.5s;
}
.tab[data-v-fe0c748e]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-fe0c748e] {
  color: #2980b9;
}
.tab.active[data-v-fe0c748e]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-fe0c748e] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-fe0c748e] {
  width: 220px;
}
.badge-display[data-v-fe0c748e], .badge-display2[data-v-fe0c748e] {
  min-width: 224px;
}
.my-badge[data-v-fe0c748e] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-fe0c748e] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-fe0c748e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-fe0c748e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-fe0c748e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-fe0c748e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-fe0c748e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-fe0c748e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-fe0c748e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-fe0c748e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-fe0c748e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-fe0c748e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-fe0c748e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-fe0c748e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-fe0c748e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-fe0c748e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-fe0c748e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-fe0c748e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-fe0c748e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-fe0c748e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-fe0c748e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-fe0c748e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-fe0c748e] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-fe0c748e] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-fe0c748e] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-fe0c748e] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-fe0c748e] {
  flex-wrap: wrap;
}
.vueperslide[data-v-fe0c748e] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-fe0c748e] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-fe0c748e] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-fe0c748e] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-fe0c748e] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-fe0c748e] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-fe0c748e] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-fe0c748e] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-fe0c748e] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-fe0c748e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-fe0c748e] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-fe0c748e] {
  width: 100%;
}
.img-product-detail[data-v-fe0c748e] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-fe0c748e] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-fe0c748e] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-fe0c748e] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-fe0c748e] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-fe0c748e] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-fe0c748e] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-fe0c748e] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-fe0c748e] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-fe0c748e] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-fe0c748e] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-fe0c748e] {
  text-align: center;
}
.modal-enter[data-v-fe0c748e], .modal-leave-active[data-v-fe0c748e] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-fe0c748e], .modal-leave-active .modal-container[data-v-fe0c748e] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-fe0c748e] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-fe0c748e] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-fe0c748e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-fe0c748e] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-fe0c748e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-fe0c748e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-fe0c748e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-fe0c748e] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-fe0c748e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-fe0c748e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-fe0c748e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-fe0c748e] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-fe0c748e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-fe0c748e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-fe0c748e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-fe0c748e] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-fe0c748e] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-fe0c748e]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-fe0c748e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-fe0c748e] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-fe0c748e] {
  display: none;
}
.vdp-datepicker input[data-v-fe0c748e] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-fe0c748e]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-fe0c748e] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-fe0c748e] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-fe0c748e ease-in-out infinite;
}
.vue-treeselect__control[data-v-fe0c748e] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-fe0c748e] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-fe0c748e] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-fe0c748e] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-fe0c748e] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-fe0c748e] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-fe0c748e] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-fe0c748e] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-fe0c748e {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-fe0c748e {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-fe0c748e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-fe0c748e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-fe0c748e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-fe0c748e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fe0c748e],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fe0c748e] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fe0c748e] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fe0c748e] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-fe0c748e],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-fe0c748e] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-fe0c748e] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-fe0c748e] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-fe0c748e] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-fe0c748e],
.vue-treeselect span[data-v-fe0c748e] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-fe0c748e] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-fe0c748e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-fe0c748e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-fe0c748e] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-fe0c748e] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-fe0c748e],
.vue-treeselect__control[data-v-fe0c748e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-fe0c748e] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-fe0c748e] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-fe0c748e],
.vue-treeselect__multi-value[data-v-fe0c748e] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-fe0c748e] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-fe0c748e] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-fe0c748e] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-fe0c748e] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-fe0c748e],
.vue-treeselect__single-value[data-v-fe0c748e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-fe0c748e] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-fe0c748e] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-fe0c748e] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-fe0c748e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-fe0c748e] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-fe0c748e]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-fe0c748e] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-fe0c748e] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-fe0c748e],
.vue-treeselect__multi-value-label[data-v-fe0c748e] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-fe0c748e] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-fe0c748e] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-fe0c748e],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-fe0c748e] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-fe0c748e] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-fe0c748e] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-fe0c748e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-fe0c748e] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-fe0c748e] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-fe0c748e] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-fe0c748e] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-fe0c748e] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-fe0c748e] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-fe0c748e] {
  display: none;
}
.vue-treeselect__input[data-v-fe0c748e],
.vue-treeselect__sizer[data-v-fe0c748e] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-fe0c748e] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-fe0c748e]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-fe0c748e] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-fe0c748e] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-fe0c748e] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-fe0c748e] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-fe0c748e cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-fe0c748e cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-fe0c748e]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-fe0c748e] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-fe0c748e] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-fe0c748e] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-fe0c748e] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-fe0c748e] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-fe0c748e] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-fe0c748e] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-fe0c748e] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-fe0c748e] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-fe0c748e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-fe0c748e] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fe0c748e] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fe0c748e]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-fe0c748e] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-fe0c748e],
.vue-treeselect__option-arrow-placeholder[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-fe0c748e] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-fe0c748e] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-fe0c748e],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-fe0c748e] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-fe0c748e] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-fe0c748e] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-fe0c748e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-fe0c748e] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-fe0c748e] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-fe0c748e],
.vue-treeselect__minus-mark[data-v-fe0c748e] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-fe0c748e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-fe0c748e] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fe0c748e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-fe0c748e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-fe0c748e] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fe0c748e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fe0c748e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-fe0c748e] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-fe0c748e] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-fe0c748e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-fe0c748e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-fe0c748e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-fe0c748e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-fe0c748e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-fe0c748e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-fe0c748e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-fe0c748e] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-fe0c748e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-fe0c748e] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-fe0c748e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-fe0c748e] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-fe0c748e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-fe0c748e]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-fe0c748e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-fe0c748e]::before,
.vue-treeselect__icon-error[data-v-fe0c748e]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-fe0c748e]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-fe0c748e]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-fe0c748e] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-fe0c748e linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-fe0c748e linear infinite;
}
.vue-treeselect__icon-loader[data-v-fe0c748e]::before,
.vue-treeselect__icon-loader[data-v-fe0c748e]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-fe0c748e ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-fe0c748e ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-fe0c748e]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-fe0c748e]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-fe0c748e],
.vac-loader-wrapper[data-v-fe0c748e] {
  display: none !important;
}
.vac-room-name[data-v-fe0c748e] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-fe0c748e] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-fe0c748e] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-fe0c748e] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-fe0c748e] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-fe0c748e] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-fe0c748e] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-fe0c748e] {
  min-height: 24px !important;
}
.tagWarn[data-v-fe0c748e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-fe0c748e]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-fe0c748e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-fe0c748e]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-fe0c748e]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-fe0c748e] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-fe0c748e] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-fe0c748e] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-fe0c748e] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-fe0c748e]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-fe0c748e] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-fe0c748e]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-fe0c748e] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-fe0c748e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-fe0c748e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-fe0c748e]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-fe0c748e] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-fe0c748e]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-fe0c748e] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-fe0c748e]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-fe0c748e]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-fe0c748e] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-fe0c748e] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-fe0c748e] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-fe0c748e]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-fe0c748e] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-fe0c748e] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-fe0c748e] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-fe0c748e]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-fe0c748e] {
  font-size: 1.15em;
}
.my-select[data-v-fe0c748e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fe0c748e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fe0c748e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fe0c748e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fe0c748e] {
  width: 160px;
}
.my-select[data-v-fe0c748e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fe0c748e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fe0c748e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fe0c748e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fe0c748e] {
  width: 160px;
}
.input-cupon[data-v-fe0c748e] {
  display: flex;
}
.input-cupon > div > span[data-v-fe0c748e] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-fe0c748e] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-fe0c748e] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-fe0c748e]:not(:checked),
input[type=checkbox].check[data-v-fe0c748e]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-fe0c748e],
input[type=checkbox].check:checked + label[data-v-fe0c748e] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-fe0c748e]:before,
input[type=checkbox].check:checked + label[data-v-fe0c748e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-fe0c748e]:after,
input[type=checkbox].check:checked + label[data-v-fe0c748e]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-fe0c748e]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-fe0c748e]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-fe0c748e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fe0c748e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fe0c748e]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-fe0c748e] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-fe0c748e]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-fe0c748e]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-fe0c748e] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-fe0c748e] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-fe0c748e] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-fe0c748e] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-fe0c748e] {
  opacity: 1;
}
.multiselect__tag[data-v-fe0c748e] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-fe0c748e] {
  background: #2AA186 !important;
}
.multiselect[data-v-fe0c748e] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-fe0c748e]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-fe0c748e] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-fe0c748e] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-fe0c748e]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-fe0c748e]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-fe0c748e]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-fe0c748e]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-fe0c748e] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-fe0c748e] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-fe0c748e] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-fe0c748e] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fe0c748e] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-fe0c748e] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fe0c748e]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fe0c748e]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fe0c748e]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-fe0c748e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-fe0c748e] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-fe0c748e] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-fe0c748e] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-fe0c748e]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-fe0c748e] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-fe0c748e] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fe0c748e] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-fe0c748e] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-fe0c748e] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fe0c748e] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fe0c748e]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fe0c748e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fe0c748e] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fe0c748e], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fe0c748e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-fe0c748e] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-fe0c748e] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fe0c748e], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-fe0c748e] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-fe0c748e], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-fe0c748e] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fe0c748e]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-fe0c748e]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-fe0c748e] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fe0c748e] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fe0c748e] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-fe0c748e] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-fe0c748e] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-fe0c748e] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-fe0c748e] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-fe0c748e] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-fe0c748e] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-fe0c748e] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-fe0c748e] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-fe0c748e] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-fe0c748e] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-fe0c748e] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-fe0c748e] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-fe0c748e]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-fe0c748e] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-fe0c748e] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-fe0c748e] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-fe0c748e] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-fe0c748e] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-fe0c748e] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-fe0c748e] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-fe0c748e] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-fe0c748e], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fe0c748e] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fe0c748e] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-fe0c748e] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-fe0c748e] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-fe0c748e] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-fe0c748e] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-fe0c748e] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-fe0c748e] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-fe0c748e], .v3-emoji-picker .v3-header[data-v-fe0c748e] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-fe0c748e] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-fe0c748e] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-fe0c748e] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-fe0c748e]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fe0c748e], .v3-emoji-picker .v3-skin-tones[data-v-fe0c748e] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fe0c748e]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-fe0c748e] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-fe0c748e] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-fe0c748e] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-fe0c748e], body[data-v-fe0c748e] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-fe0c748e], body.home[data-v-fe0c748e] {
  background-color: #fff;
}
[data-v-fe0c748e]:focus {
  outline: none !important;
}
a[data-v-fe0c748e] {
  text-decoration: none;
}
a[data-v-fe0c748e]:hover,
a[data-v-fe0c748e]:focus {
  text-decoration: none;
}
img[data-v-fe0c748e] {
  border: 0;
}
textarea[data-v-fe0c748e] {
  resize: none;
}
h1[data-v-fe0c748e],
h2[data-v-fe0c748e],
h3[data-v-fe0c748e],
h4[data-v-fe0c748e],
h5[data-v-fe0c748e],
h6[data-v-fe0c748e] {
  font-weight: bold;
}
.template-config-item[data-v-fe0c748e] {
  font-size: 16px;
  margin-bottom: 20px;
}
.divider-gray-vertical[data-v-fe0c748e] {
  width: 2px;
  height: 40px;
  background-color: #ccc;
  margin: 0 12px;
}
.template-actions-container[data-v-fe0c748e] {
  width: 50%;
}
@media (max-width: 930px) {
.template-actions-container[data-v-fe0c748e] {
    width: 100% !important;
    align-content: space-between;
}
}
.template-performance-container[data-v-fe0c748e] {
  width: 50%;
}
@media (max-width: 930px) {
.template-performance-container[data-v-fe0c748e] {
    display: none;
}
}
@media (max-width: 930px) {
.hide-on-mobile[data-v-fe0c748e] {
    display: none !important;
}
}
@media (min-width: 930px) {
.hide-on-deskop[data-v-fe0c748e] {
    display: none !important;
}
}
@media (max-width: 930px) {
.template-td[data-v-fe0c748e] {
    min-width: 300px !important;
}
}
table[data-v-fe0c748e] {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
  /* table-layout: fixed; */
}
table[data-v-fe0c748e],
th[data-v-fe0c748e],
td[data-v-fe0c748e],
tr[data-v-fe0c748e] {
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
}
td[data-v-fe0c748e],
th[data-v-fe0c748e] {
  width: auto;
  height: auto;
  word-break: break-word;
  background: white;
}
th[data-v-fe0c748e] {
  padding-top: 20px !important;
  padding: 10px;
}
td[data-v-fe0c748e] {
  border-top: 1px solid #e7ecf1 !important;
  height: 100px !important;
  max-height: 100px !important;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px;
}
.dumy-container[data-v-fe0c748e] {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #95a5a6;
  font-size: 15px;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}
[data-v-3a61a7f1]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-3a61a7f1] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-3a61a7f1] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-3a61a7f1] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-3a61a7f1] {
  width: 100%;
}
.home-icon img[data-v-3a61a7f1] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-3a61a7f1] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-3a61a7f1] {
  line-height: 30px;
}
.list-style-none[data-v-3a61a7f1] {
  list-style: none;
}
.burger-menu[data-v-3a61a7f1] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-3a61a7f1] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-3a61a7f1] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-3a61a7f1] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-3a61a7f1] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-3a61a7f1] {
  position: relative;
}
.card-product .my-close[data-v-3a61a7f1] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-3a61a7f1] {
  margin: 0;
}
.filtro-form input[data-v-3a61a7f1] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-3a61a7f1] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-3a61a7f1] {
  padding: 20px 0 0;
}
.img-tiny[data-v-3a61a7f1] {
  width: 80px;
}
.img-item img[data-v-3a61a7f1] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-3a61a7f1] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-3a61a7f1] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-3a61a7f1]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-3a61a7f1] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-3a61a7f1] {
  margin-left: 10px;
}
.notifications section[data-v-3a61a7f1] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-3a61a7f1] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-3a61a7f1] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-3a61a7f1],
.list-complete-leave-to[data-v-3a61a7f1] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-3a61a7f1] {
  position: absolute;
}
#_op_data_r[data-v-3a61a7f1],
#_op_data_antifraud[data-v-3a61a7f1] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-3a61a7f1],
iframe#_op_data_antifraud[data-v-3a61a7f1],
iframe#device_profile[data-v-3a61a7f1],
iframe#thm_mp_cntnr[data-v-3a61a7f1] {
  position: absolute !important;
}
iframe[data-v-3a61a7f1] {
  background: #fff !important;
}
.main-content[data-v-3a61a7f1] {
  padding-top: 30px;
}
.card-contactStory[data-v-3a61a7f1] {
  width: 93vw;
}
.card-contactStory img[data-v-3a61a7f1] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-3a61a7f1] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-3a61a7f1] {
  width: 280px;
}
.dropped[data-v-3a61a7f1] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-3a61a7f1] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-3a61a7f1]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-3a61a7f1] {
  display: block !important;
}
.dropped .dropdown a[data-v-3a61a7f1] {
  color: #fff;
}
.dropped .dropdown a[data-v-3a61a7f1]:hover {
  text-decoration: underline;
}
.line-height25[data-v-3a61a7f1] {
  line-height: 25px;
}
aside[data-v-3a61a7f1] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-3a61a7f1] {
  height: 100vh;
}
.my-header[data-v-3a61a7f1] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-3a61a7f1] {
  position: inherit !important;
}
.my-header-menu[data-v-3a61a7f1] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-3a61a7f1] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-3a61a7f1]:hover {
  background: hannah;
}
.menu-api-activate[data-v-3a61a7f1] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-3a61a7f1] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-3a61a7f1] {
  position: relative;
}
.menu-api-item a[data-v-3a61a7f1]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-3a61a7f1] {
  padding: 0 !important;
}
.card-product[data-v-3a61a7f1] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-3a61a7f1] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-3a61a7f1] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-3a61a7f1] {
  margin: 0;
}
.sticky-home[data-v-3a61a7f1] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-3a61a7f1] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-3a61a7f1]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-3a61a7f1] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-3a61a7f1]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-3a61a7f1] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-3a61a7f1]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-3a61a7f1] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-3a61a7f1] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-3a61a7f1] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-3a61a7f1]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-3a61a7f1] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-3a61a7f1] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-3a61a7f1] {
  display: block !important;
}
.leftPositionSubMenu[data-v-3a61a7f1] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-3a61a7f1] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-3a61a7f1],
.circle-toggle-box[data-v-3a61a7f1] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-3a61a7f1] {
  left: 44px !important;
}
.triangleStatus[data-v-3a61a7f1]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-3a61a7f1] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-3a61a7f1] {
  overflow: visible !important;
}
.width-max80[data-v-3a61a7f1] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-3a61a7f1] {
  display: flex !important;
}
.flex-none[data-v-3a61a7f1] {
  flex: none;
}
.flex-nowrap[data-v-3a61a7f1] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-3a61a7f1] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-3a61a7f1] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-3a61a7f1] {
  flex-direction: column;
}
.flex-col-row[data-v-3a61a7f1] {
  flex-direction: column;
}
.flex-row[data-v-3a61a7f1] {
  flex-direction: row;
}
.flex-between-align[data-v-3a61a7f1] {
  align-content: space-between;
}
.flex-middle[data-v-3a61a7f1] {
  align-items: center;
}
.flex-bottom[data-v-3a61a7f1] {
  align-items: flex-end;
}
.flex-between[data-v-3a61a7f1] {
  justify-content: space-between;
}
.flex-center[data-v-3a61a7f1] {
  justify-content: center;
}
.flex-right[data-v-3a61a7f1] {
  justify-content: flex-end;
}
.flex-left[data-v-3a61a7f1] {
  justify-content: flex-start;
}
.flex-evenly[data-v-3a61a7f1] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-3a61a7f1] {
  flex-grow: 1;
}
.flex-grow-2[data-v-3a61a7f1] {
  flex-grow: 2;
}
.flex-grow-3[data-v-3a61a7f1] {
  flex-grow: 3;
}
.flex-grow-4[data-v-3a61a7f1] {
  flex-grow: 4;
}
.flex-grow-5[data-v-3a61a7f1] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-3a61a7f1] {
  align-items: flex-start;
}
.flex800[data-v-3a61a7f1] {
  display: none;
}
.flexc-flex[data-v-3a61a7f1] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-3a61a7f1] {
  display: none;
}
.flex-display-50-10[data-v-3a61a7f1] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-3a61a7f1] {
  display: none;
}
.show760[data-v-3a61a7f1] {
  display: none;
}
.hide[data-v-3a61a7f1] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-3a61a7f1] {
    display: block !important;
}
.badge-display[data-v-3a61a7f1] {
    display: none;
}
.badge-display2[data-v-3a61a7f1] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-3a61a7f1] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-3a61a7f1] {
    display: block;
}
.badge-display2[data-v-3a61a7f1] {
    display: none;
}
.fix-width[data-v-3a61a7f1] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-3a61a7f1] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-3a61a7f1] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-3a61a7f1] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-3a61a7f1] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-3a61a7f1] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-3a61a7f1] {
    width: 50%;
}
.width100-40[data-v-3a61a7f1] {
    width: 40%;
}
.show600[data-v-3a61a7f1] {
    display: block;
}
.width-controll-btn-typeweek[data-v-3a61a7f1] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-3a61a7f1] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-3a61a7f1] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-3a61a7f1] {
    width: 220px !important;
}
.leftPositionControl[data-v-3a61a7f1] {
    left: -40px !important;
}
.container-tipo-envio[data-v-3a61a7f1] {
    display: flex;
}
.width-controll-buys-item[data-v-3a61a7f1] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-3a61a7f1] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-3a61a7f1] {
    top: 380px !important;
}
.my-header-menu[data-v-3a61a7f1] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-3a61a7f1] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-3a61a7f1] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-3a61a7f1] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-3a61a7f1] {
    min-width: 400px;
}
.cart-btn-add[data-v-3a61a7f1] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-3a61a7f1] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-3a61a7f1] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-3a61a7f1] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-3a61a7f1] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-3a61a7f1] {
    justify-content: left;
}
.flex-mid[data-v-3a61a7f1] {
    display: flex !important;
}
.msg-stock[data-v-3a61a7f1] {
    padding: 10px 0 0;
}
.counter-cart[data-v-3a61a7f1] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-3a61a7f1] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-3a61a7f1] {
    display: none;
}
.badge-display2[data-v-3a61a7f1] {
    display: block;
}
.show760[data-v-3a61a7f1] {
    display: block;
}
.hide760[data-v-3a61a7f1] {
    display: none;
}
.grid-products[data-v-3a61a7f1] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-3a61a7f1] {
    margin: auto;
}
.mr-h[data-v-3a61a7f1] {
    margin: auto;
}
.width-control-otherProducts[data-v-3a61a7f1] {
    width: 170px !important;
}
.leftPositionControl[data-v-3a61a7f1] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-3a61a7f1] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-3a61a7f1] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-3a61a7f1] {
    width: 30vw !important;
}
.product-item[data-v-3a61a7f1] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-3a61a7f1] {
    width: 90% !important;
}
.my-container[data-v-3a61a7f1] {
    width: 680px !important;
}
.login[data-v-3a61a7f1] {
    width: 310px !important;
}
.width-cuotas-control[data-v-3a61a7f1] {
    width: 278px !important;
}
.flexc-flex[data-v-3a61a7f1] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-3a61a7f1] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-3a61a7f1] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-3a61a7f1] {
    height: 140px;
}
.width-control-input-chat[data-v-3a61a7f1] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-3a61a7f1] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-3a61a7f1] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-3a61a7f1] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-3a61a7f1] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-3a61a7f1] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-3a61a7f1] {
    width: 270px !important;
}
.leftPositionControl[data-v-3a61a7f1] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-3a61a7f1] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-3a61a7f1] {
    width: 17vw !important;
}
.filters-wrap[data-v-3a61a7f1] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-3a61a7f1] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-3a61a7f1] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-3a61a7f1] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-3a61a7f1] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-3a61a7f1] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-3a61a7f1] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-3a61a7f1] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-3a61a7f1]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-3a61a7f1] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-3a61a7f1] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-3a61a7f1]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-3a61a7f1] {
    max-width: 330px !important;
}
.iterable-box[data-v-3a61a7f1] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-3a61a7f1] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-3a61a7f1] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-3a61a7f1] {
    width: 160px !important;
}
.my-container[data-v-3a61a7f1] {
    width: 800px !important;
}
.search-btn-box[data-v-3a61a7f1] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-3a61a7f1] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-3a61a7f1] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-3a61a7f1] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-3a61a7f1] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-3a61a7f1] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-3a61a7f1] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-3a61a7f1] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-3a61a7f1] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-3a61a7f1] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-3a61a7f1] {
    width: 280px !important;
}
.width300-desktop[data-v-3a61a7f1] {
    width: 300px !important;
}
.concept-item-stats[data-v-3a61a7f1] {
    width: 80%;
}
.widthHalf-desktop[data-v-3a61a7f1] {
    width: 50% !important;
}
.column-desktop[data-v-3a61a7f1] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-3a61a7f1] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-3a61a7f1] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-3a61a7f1] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-3a61a7f1],
.flex-desktop[data-v-3a61a7f1] {
    display: flex !important;
}
.block-desktop[data-v-3a61a7f1] {
    display: block !important;
}
.hide-desktop[data-v-3a61a7f1] {
    display: none !important;
}
.fixButton[data-v-3a61a7f1] {
    top: -20px;
}
.width-cuotas-control[data-v-3a61a7f1] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-3a61a7f1] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-3a61a7f1] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-3a61a7f1] {
    display: none !important;
}
.bottom10-desktop[data-v-3a61a7f1] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-3a61a7f1] {
    left: -125px !important;
}
.grid-products[data-v-3a61a7f1] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-3a61a7f1] {
    width: 1000px !important;
}
.showFullDesktop[data-v-3a61a7f1] {
    display: block !important;
}
.leftPositionControl[data-v-3a61a7f1] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-3a61a7f1] {
    display: none !important;
}
.show-only-desktop[data-v-3a61a7f1] {
    display: flex !important;
}
.leftPositionControl[data-v-3a61a7f1] {
    left: -260px !important;
}
.catalog-container[data-v-3a61a7f1] {
    margin: unset;
}
.carrito-catalog[data-v-3a61a7f1] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-3a61a7f1] {
    left: -280px !important;
}
}
.grid-container[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-3a61a7f1] {
  grid-column: span 1;
}
.grid-item-1[data-v-3a61a7f1] {
  grid-column: span 1;
}
.grid-item-2[data-v-3a61a7f1] {
  grid-column: span 2;
}
.grid-item-3[data-v-3a61a7f1] {
  grid-column: span 3;
}
.grid-item-4[data-v-3a61a7f1] {
  grid-column: span 4;
}
.grid-item-5[data-v-3a61a7f1] {
  grid-column: span 5;
}
.grid-item-6[data-v-3a61a7f1] {
  grid-column: span 6;
}
.grid-item-7[data-v-3a61a7f1] {
  grid-column: span 7;
}
.grid-item-8[data-v-3a61a7f1] {
  grid-column: span 8;
}
.grid-item-9[data-v-3a61a7f1] {
  grid-column: span 9;
}
.grid-item-10[data-v-3a61a7f1] {
  grid-column: span 10;
}
.grid-item-11[data-v-3a61a7f1] {
  grid-column: span 11;
}
.grid-item-12[data-v-3a61a7f1] {
  grid-column: span 12;
}
.grid-cart[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-3a61a7f1] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-3a61a7f1] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-3a61a7f1] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-3a61a7f1] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-3a61a7f1] {
  gap: 10px;
}
.gap20[data-v-3a61a7f1] {
  gap: 20px;
}
.grid-box[data-v-3a61a7f1] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-3a61a7f1],
.grid-3 div[data-v-3a61a7f1],
.grid-4 div[data-v-3a61a7f1] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-3a61a7f1] {
  background: #fff;
}
.grid-item-odd[data-v-3a61a7f1]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-3a61a7f1] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-3a61a7f1] {
  max-width: 350px;
}
.margin0[data-v-3a61a7f1] {
  margin: 0 !important;
}
.margin0-5[data-v-3a61a7f1] {
  margin: 0 5px;
}
.margin10-0[data-v-3a61a7f1] {
  margin: 10px 0;
}
.margin10-5[data-v-3a61a7f1] {
  margin: 10px 5px;
}
.margin0-10[data-v-3a61a7f1] {
  margin: 0 10px;
}
.margin0-15[data-v-3a61a7f1] {
  margin: 0 15px;
}
.margin15-0[data-v-3a61a7f1] {
  margin: 15px 0px;
}
.margin20-0[data-v-3a61a7f1] {
  margin: 20px 0;
}
.margin20-10[data-v-3a61a7f1] {
  margin: 20px 10px;
}
.margin30-0[data-v-3a61a7f1] {
  margin: 30px 0;
}
.margin40-0[data-v-3a61a7f1] {
  margin: 40px 0;
}
.margin20-40[data-v-3a61a7f1] {
  margin: 20px 40px;
}
.margin0-20[data-v-3a61a7f1] {
  margin: 0 20px;
}
.margin5[data-v-3a61a7f1] {
  margin: 5px;
}
.margin5-0[data-v-3a61a7f1] {
  margin: 5px 0;
}
.margin10[data-v-3a61a7f1] {
  margin: 10px;
}
.margin10-20[data-v-3a61a7f1] {
  margin: 10px 20px;
}
.margin15[data-v-3a61a7f1] {
  margin: 15px;
}
.margin20[data-v-3a61a7f1] {
  margin: 20px;
}
.margin30[data-v-3a61a7f1] {
  margin: 30px;
}
.margin50[data-v-3a61a7f1] {
  margin: 50px;
}
.margin-right-auto[data-v-3a61a7f1] {
  margin-right: auto;
}
.margin-left-auto[data-v-3a61a7f1] {
  margin-left: auto;
}
.ml-h[data-v-3a61a7f1] {
  margin-left: auto;
}
.mr-h[data-v-3a61a7f1] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-3a61a7f1] {
  margin-bottom: 5px;
}
.margin-top5[data-v-3a61a7f1] {
  margin-top: 5px !important;
}
.margin-top10[data-v-3a61a7f1] {
  margin-top: 10px !important;
}
.margin-top15[data-v-3a61a7f1] {
  margin-top: 15px !important;
}
.margin-top20[data-v-3a61a7f1] {
  margin-top: 20px !important;
}
.margin-top30[data-v-3a61a7f1] {
  margin-top: 30px !important;
}
.margin-top35[data-v-3a61a7f1] {
  margin-top: 35px !important;
}
.margin-top40[data-v-3a61a7f1] {
  margin-top: 40px !important;
}
.margin-top50[data-v-3a61a7f1] {
  margin-top: 50px !important;
}
.margin-top60[data-v-3a61a7f1] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-3a61a7f1] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-3a61a7f1] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-3a61a7f1] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-3a61a7f1] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-3a61a7f1] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-3a61a7f1] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-3a61a7f1] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-3a61a7f1] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-3a61a7f1] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-3a61a7f1] {
  margin-left: 5px !important;
}
.margin-left10[data-v-3a61a7f1] {
  margin-left: 10px !important;
}
.margin-left15[data-v-3a61a7f1] {
  margin-left: 15px !important;
}
.margin-left20[data-v-3a61a7f1] {
  margin-left: 20px !important;
}
.margin-left30[data-v-3a61a7f1] {
  margin-left: 30px !important;
}
.margin-left35[data-v-3a61a7f1] {
  margin-left: 35px !important;
}
.margin-left40[data-v-3a61a7f1] {
  margin-left: 40px !important;
}
.margin-left50[data-v-3a61a7f1] {
  margin-left: 50px !important;
}
.margin-left60[data-v-3a61a7f1] {
  margin-left: 60px !important;
}
.margin-right5[data-v-3a61a7f1] {
  margin-right: 5px !important;
}
.margin-right10[data-v-3a61a7f1] {
  margin-right: 10px !important;
}
.margin-right15[data-v-3a61a7f1] {
  margin-right: 15px !important;
}
.margin-right20[data-v-3a61a7f1] {
  margin-right: 20px !important;
}
.margin-right30[data-v-3a61a7f1] {
  margin-right: 30px !important;
}
.margin-right35[data-v-3a61a7f1] {
  margin-right: 35px !important;
}
.margin-right40[data-v-3a61a7f1] {
  margin-right: 40px !important;
}
.margin-right50[data-v-3a61a7f1] {
  margin-right: 50px !important;
}
.margin-right60[data-v-3a61a7f1] {
  margin-right: 60px !important;
}
.my-5[data-v-3a61a7f1] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-3a61a7f1] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-3a61a7f1] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-3a61a7f1] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-3a61a7f1] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-3a61a7f1] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-3a61a7f1] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-3a61a7f1] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-3a61a7f1] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-3a61a7f1] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-3a61a7f1] {
  padding: 0 !important;
}
.padding5[data-v-3a61a7f1] {
  padding: 5px;
}
.padding10[data-v-3a61a7f1] {
  padding: 10px;
}
.padding15[data-v-3a61a7f1] {
  padding: 15px;
}
.padding20[data-v-3a61a7f1] {
  padding: 20px;
}
.padding30[data-v-3a61a7f1] {
  padding: 30px;
}
.padding40[data-v-3a61a7f1] {
  padding: 40px;
}
.padding40-0[data-v-3a61a7f1] {
  padding: 40px 0;
}
.padding-left5[data-v-3a61a7f1] {
  padding-left: 5px;
}
.padding-left10[data-v-3a61a7f1] {
  padding-left: 10px;
}
.padding-left15[data-v-3a61a7f1] {
  padding-left: 15px;
}
.padding-left20[data-v-3a61a7f1] {
  padding-left: 20px;
}
.padding-right5[data-v-3a61a7f1] {
  padding-right: 5px;
}
.padding-right10[data-v-3a61a7f1] {
  padding-right: 10px;
}
.padding-right15[data-v-3a61a7f1] {
  padding-right: 15px;
}
.padding-right20[data-v-3a61a7f1] {
  padding-right: 20px;
}
.padding-right30[data-v-3a61a7f1] {
  padding-right: 30px;
}
.padding-right40[data-v-3a61a7f1] {
  padding-right: 40px;
}
.padding-top0[data-v-3a61a7f1] {
  padding-top: 0px;
}
.padding-top5[data-v-3a61a7f1] {
  padding-top: 5px;
}
.padding-top10[data-v-3a61a7f1] {
  padding-top: 10px;
}
.padding-top15[data-v-3a61a7f1] {
  padding-top: 15px;
}
.padding-top20[data-v-3a61a7f1] {
  padding-top: 20px;
}
.padding-top30[data-v-3a61a7f1] {
  padding-top: 30px;
}
.padding-top50[data-v-3a61a7f1] {
  padding-top: 50px;
}
.padding-top60[data-v-3a61a7f1] {
  padding-top: 60px;
}
.padding-top70[data-v-3a61a7f1] {
  padding-top: 70px;
}
.padding-top90[data-v-3a61a7f1] {
  padding-top: 90px;
}
.padding-top100[data-v-3a61a7f1] {
  padding-top: 100px;
}
.padding-top120[data-v-3a61a7f1] {
  padding-top: 120px;
}
.padding-top180[data-v-3a61a7f1] {
  padding-top: 180px;
}
.padding-bottom0[data-v-3a61a7f1] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-3a61a7f1] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-3a61a7f1] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-3a61a7f1] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-3a61a7f1] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-3a61a7f1] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-3a61a7f1] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-3a61a7f1] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-3a61a7f1] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-3a61a7f1] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-3a61a7f1] {
  padding-bottom: 240px;
}
.padding10-0[data-v-3a61a7f1] {
  padding: 10px 0;
}
.padding10-5[data-v-3a61a7f1] {
  padding: 10px 5px;
}
.padding0-5[data-v-3a61a7f1] {
  padding: 0 5px;
}
.padding0-10[data-v-3a61a7f1] {
  padding: 0 10px;
}
.padding0-15[data-v-3a61a7f1] {
  padding: 0 15px;
}
.padding20-0[data-v-3a61a7f1] {
  padding: 20px 0;
}
.padding20-10[data-v-3a61a7f1] {
  padding: 20px 10px;
}
.padding15-20[data-v-3a61a7f1] {
  padding: 15px 20px;
}
.padding15-0[data-v-3a61a7f1] {
  padding: 15px 0px;
}
.padding20-5[data-v-3a61a7f1] {
  padding: 20px 5px;
}
.padding0-20[data-v-3a61a7f1] {
  padding: 0 20px;
}
.padding5-20[data-v-3a61a7f1] {
  padding: 5px 20px;
}
.padding5-15[data-v-3a61a7f1] {
  padding: 5px 15px;
}
.padding5-10[data-v-3a61a7f1] {
  padding: 5px 10px;
}
.padding15-10[data-v-3a61a7f1] {
  padding: 15px 10px;
}
.padding1em[data-v-3a61a7f1] {
  padding: 1em;
}
.padding10-20[data-v-3a61a7f1] {
  padding: 10px 20px;
}
.padding5-0[data-v-3a61a7f1] {
  padding: 5px 0;
}
.padding30-10[data-v-3a61a7f1] {
  padding: 30px 10px;
}
.px-5[data-v-3a61a7f1] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-3a61a7f1] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-3a61a7f1] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-3a61a7f1] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-3a61a7f1] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-3a61a7f1] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-3a61a7f1] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-3a61a7f1] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-3a61a7f1] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-3a61a7f1] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-3a61a7f1] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-3a61a7f1] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-3a61a7f1] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-3a61a7f1] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-3a61a7f1] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-3a61a7f1] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-3a61a7f1] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-3a61a7f1] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-3a61a7f1] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-3a61a7f1] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-3a61a7f1] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-3a61a7f1] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-3a61a7f1] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-3a61a7f1] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-3a61a7f1] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-3a61a7f1] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-3a61a7f1] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-3a61a7f1] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-3a61a7f1]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-3a61a7f1] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-3a61a7f1]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-3a61a7f1] {
  border: 0 !important;
}
.borderRed[data-v-3a61a7f1] {
  border-color: #f00 !important;
}
.border-aside[data-v-3a61a7f1] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-3a61a7f1] {
  border: none;
}
.borderLightgray[data-v-3a61a7f1] {
  border: 1px solid lightgray;
}
.borderGray[data-v-3a61a7f1] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-3a61a7f1] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-3a61a7f1] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-3a61a7f1] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-3a61a7f1] {
  border: 1px solid #fff;
}
.border2green[data-v-3a61a7f1] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-3a61a7f1] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-3a61a7f1] {
  border: 2px solid #fff;
}
.border2gold[data-v-3a61a7f1] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-3a61a7f1] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-3a61a7f1] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-3a61a7f1] {
  border-color: #d42717 !important;
}
.border1green[data-v-3a61a7f1] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-3a61a7f1] {
  border-color: #f00 !important;
}
.border-fixed[data-v-3a61a7f1] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-3a61a7f1] {
  border-radius: 40px;
}
.radius30[data-v-3a61a7f1] {
  border-radius: 30px;
}
.radius20[data-v-3a61a7f1] {
  border-radius: 20px;
}
.radius15[data-v-3a61a7f1] {
  border-radius: 15px;
}
.radius8[data-v-3a61a7f1] {
  border-radius: 8px;
}
.radius3[data-v-3a61a7f1] {
  border-radius: 3px !important;
}
.rounded[data-v-3a61a7f1] {
  border-radius: 50%;
}
.rounded5[data-v-3a61a7f1] {
  border-radius: 5px;
}
.round10[data-v-3a61a7f1] {
  border-radius: 10px;
}
.box-border[data-v-3a61a7f1] {
  box-sizing: border-box;
}
.text-center[data-v-3a61a7f1] {
  text-align: center;
}
.text-right[data-v-3a61a7f1] {
  text-align: right;
}
.text-left[data-v-3a61a7f1] {
  text-align: left;
}
.text-lowercase[data-v-3a61a7f1] {
  text-transform: lowercase;
}
.text-uppercase[data-v-3a61a7f1] {
  text-transform: uppercase;
}
.text-capitalize[data-v-3a61a7f1] {
  text-transform: capitalize !important;
}
.text-none[data-v-3a61a7f1] {
  text-transform: none;
}
.text-ellipsis[data-v-3a61a7f1] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-3a61a7f1] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-3a61a7f1]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-3a61a7f1] {
  text-decoration: underline;
}
.text-underline[data-v-3a61a7f1]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-3a61a7f1] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-3a61a7f1] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-3a61a7f1] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-3a61a7f1] {
  word-break: break-all;
}
.font-bold[data-v-3a61a7f1] {
  font-weight: bold;
}
.price-through[data-v-3a61a7f1] {
  text-decoration: line-through;
}
.font-italic[data-v-3a61a7f1] {
  font-style: italic;
}
.font095em[data-v-3a61a7f1] {
  font-size: 0.95em;
}
.font1em[data-v-3a61a7f1] {
  font-size: 1em !important;
}
.font2em[data-v-3a61a7f1] {
  font-size: 2em;
}
.font2-2em[data-v-3a61a7f1] {
  font-size: 2.2em;
}
.font3em[data-v-3a61a7f1] {
  font-size: 3em;
}
.font4em[data-v-3a61a7f1] {
  font-size: 4em;
}
.font1-5em[data-v-3a61a7f1] {
  font-size: 1.5em;
}
.font1-7em[data-v-3a61a7f1] {
  font-size: 1.7em;
}
.font1-3em[data-v-3a61a7f1] {
  font-size: 1.3em;
}
.font1-4em[data-v-3a61a7f1] {
  font-size: 1.4em;
}
.font-9em[data-v-3a61a7f1] {
  font-size: 0.9em;
}
.font10[data-v-3a61a7f1] {
  font-size: 10px;
}
.font11[data-v-3a61a7f1] {
  font-size: 11px;
}
.font12[data-v-3a61a7f1] {
  font-size: 12px;
}
.font13[data-v-3a61a7f1] {
  font-size: 13px;
}
.font14[data-v-3a61a7f1] {
  font-size: 14px;
}
.font15[data-v-3a61a7f1] {
  font-size: 15px;
}
.font16[data-v-3a61a7f1] {
  font-size: 16px;
}
.font17[data-v-3a61a7f1] {
  font-size: 17px;
}
.font18[data-v-3a61a7f1] {
  font-size: 18px;
}
.font19[data-v-3a61a7f1] {
  font-size: 19px;
}
.font20[data-v-3a61a7f1] {
  font-size: 20px;
}
.font21[data-v-3a61a7f1] {
  font-size: 21px;
}
.font22[data-v-3a61a7f1] {
  font-size: 22px;
}
.font23[data-v-3a61a7f1] {
  font-size: 23px;
}
.font24[data-v-3a61a7f1] {
  font-size: 24px;
}
.font25[data-v-3a61a7f1] {
  font-size: 25px;
}
.font26[data-v-3a61a7f1] {
  font-size: 26px;
}
.font27[data-v-3a61a7f1] {
  font-size: 27px;
}
.font28[data-v-3a61a7f1] {
  font-size: 28px;
}
.font29[data-v-3a61a7f1] {
  font-size: 29px;
}
.font30[data-v-3a61a7f1] {
  font-size: 30px;
}
.font31[data-v-3a61a7f1] {
  font-size: 31px;
}
.font32[data-v-3a61a7f1] {
  font-size: 32px;
}
.font33[data-v-3a61a7f1] {
  font-size: 33px;
}
.font34[data-v-3a61a7f1] {
  font-size: 34px;
}
.font35[data-v-3a61a7f1] {
  font-size: 35px;
}
.font36[data-v-3a61a7f1] {
  font-size: 36px;
}
.font37[data-v-3a61a7f1] {
  font-size: 37px;
}
.font38[data-v-3a61a7f1] {
  font-size: 38px;
}
.font39[data-v-3a61a7f1] {
  font-size: 39px;
}
.font40[data-v-3a61a7f1] {
  font-size: 40px;
}
.font-normal[data-v-3a61a7f1] {
  font-weight: normal;
}
.color-white[data-v-3a61a7f1] {
  color: #fff;
}
.color-transparent[data-v-3a61a7f1] {
  color: transparent !important;
}
.color-black[data-v-3a61a7f1] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-3a61a7f1] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-3a61a7f1] {
  color: fuchia;
}
.color-gray[data-v-3a61a7f1] {
  color: #a5afb9;
}
.color-hardgray[data-v-3a61a7f1] {
  color: #4d5263;
}
.color-hannah[data-v-3a61a7f1] {
  color: #EA184D;
}
.color-lightgray[data-v-3a61a7f1] {
  color: #d3d3d3;
}
.color-darkblue[data-v-3a61a7f1] {
  color: #2c3e50;
}
.color-darkgray[data-v-3a61a7f1] {
  color: #757575;
}
.color-lightred[data-v-3a61a7f1] {
  color: #e74c3c;
}
.color-red[data-v-3a61a7f1] {
  color: #e74c3c;
}
.color-blue[data-v-3a61a7f1] {
  color: #2980b9;
}
.color-yellow[data-v-3a61a7f1] {
  color: #f49d1e;
}
.color-orange[data-v-3a61a7f1] {
  color: #ffa500;
}
.color-green[data-v-3a61a7f1] {
  color: #2AA186;
}
.color-gplus[data-v-3a61a7f1] {
  color: #d42717;
}
.back-bluelight[data-v-3a61a7f1] {
  background: #EBF0FF !important;
}
.back-blue[data-v-3a61a7f1] {
  background: #2980b9 !important;
}
.back-hannah[data-v-3a61a7f1] {
  background: #EA184D !important;
}
.back-purple[data-v-3a61a7f1] {
  background: #8e44ad;
}
.back-green[data-v-3a61a7f1] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-3a61a7f1] {
  background: #2AA186;
}
.back-yellow[data-v-3a61a7f1] {
  background: #f49d1e !important;
}
.back-gold[data-v-3a61a7f1] {
  background: #f49d1e !important;
}
.back-red[data-v-3a61a7f1] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-3a61a7f1] {
  background: #e74c3c;
}
.back-lightred[data-v-3a61a7f1] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-3a61a7f1] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-3a61a7f1] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-3a61a7f1] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-3a61a7f1] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-3a61a7f1] {
  background: #f49d1e !important;
}
.back-gplus[data-v-3a61a7f1] {
  background: #d42717;
}
.back-darkblue[data-v-3a61a7f1] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-3a61a7f1] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-3a61a7f1] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-3a61a7f1] {
  background: #3e3d40;
}
.back-midgray[data-v-3a61a7f1] {
  background: #ececec;
}
.back-gray[data-v-3a61a7f1] {
  background: #a5afb9;
}
.back-black[data-v-3a61a7f1] {
  background: #121212;
}
.back-transparent[data-v-3a61a7f1] {
  background: transparent;
}
.back-white[data-v-3a61a7f1] {
  background: #fff !important;
}
.back-white-simple[data-v-3a61a7f1] {
  background-color: #fff;
}
.back-lightgray[data-v-3a61a7f1] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-3a61a7f1] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-3a61a7f1] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-3a61a7f1] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-3a61a7f1] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-3a61a7f1] {
  background: #D6DFE4;
}
.bg-aside[data-v-3a61a7f1] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-3a61a7f1] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-3a61a7f1] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-3a61a7f1] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-3a61a7f1] {
  background: #fff;
}
.back-item-odd-white[data-v-3a61a7f1]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-3a61a7f1] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-3a61a7f1] {
  position: relative;
}
.absolute[data-v-3a61a7f1] {
  position: absolute;
}
.fixed[data-v-3a61a7f1] {
  position: fixed;
}
.fixed-bottom[data-v-3a61a7f1] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-3a61a7f1] {
  position: sticky;
}
.sticky.active[data-v-3a61a7f1] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-3a61a7f1] {
  bottom: 0;
}
.right0[data-v-3a61a7f1] {
  right: 0 !important;
}
.left0[data-v-3a61a7f1] {
  left: 0 !important;
}
.leftPositionControl[data-v-3a61a7f1] {
  left: -10px;
}
.width100-50[data-v-3a61a7f1] {
  width: 100%;
}
.width100-40[data-v-3a61a7f1] {
  width: 100%;
}
.min-width100[data-v-3a61a7f1] {
  min-width: 100%;
}
.min-width90[data-v-3a61a7f1] {
  min-width: 90%;
}
.min-width80[data-v-3a61a7f1] {
  min-width: 80% !important;
}
.min-width70[data-v-3a61a7f1] {
  min-width: 70%;
}
.min-width60[data-v-3a61a7f1] {
  min-width: 60%;
}
.min-width50[data-v-3a61a7f1] {
  max-width: 50%;
}
.min-width45[data-v-3a61a7f1] {
  min-width: 45%;
}
.min-width40[data-v-3a61a7f1] {
  min-width: 40%;
}
.min-width30[data-v-3a61a7f1] {
  min-width: 30%;
}
.min-width20[data-v-3a61a7f1] {
  min-width: 20%;
}
.min-width25[data-v-3a61a7f1] {
  min-width: 25%;
}
.min-width10[data-v-3a61a7f1] {
  min-width: 10%;
}
.width100[data-v-3a61a7f1] {
  width: 100%;
}
.width90[data-v-3a61a7f1] {
  width: 90%;
}
.width80[data-v-3a61a7f1] {
  width: 80% !important;
}
.width70[data-v-3a61a7f1] {
  width: 70%;
}
.width60[data-v-3a61a7f1] {
  width: 60%;
}
.width50[data-v-3a61a7f1] {
  width: 50%;
}
.width45[data-v-3a61a7f1] {
  width: 45%;
}
.width40[data-v-3a61a7f1] {
  width: 40%;
}
.width30[data-v-3a61a7f1] {
  width: 30%;
}
.width20[data-v-3a61a7f1] {
  width: 20%;
}
.width25[data-v-3a61a7f1] {
  width: 25%;
}
.width10[data-v-3a61a7f1] {
  width: 10%;
}
.width-min[data-v-3a61a7f1] {
  width: min-content;
}
.max-width800[data-v-3a61a7f1] {
  max-width: 800px;
}
.widthCenter[data-v-3a61a7f1] {
  width: 80%;
}
.max-width600[data-v-3a61a7f1] {
  max-width: 600px;
}
.max-width300[data-v-3a61a7f1] {
  max-width: 300px;
}
.widthHalf[data-v-3a61a7f1] {
  width: 50%;
}
.width-sellProductImg-control[data-v-3a61a7f1] {
  width: 150px;
}
.top-control-sellProduct[data-v-3a61a7f1] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-3a61a7f1] {
  width: 100%;
}
.width-cuotas-control-item[data-v-3a61a7f1] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-3a61a7f1] {
  width: 163px;
}
.width-control-btn-inline[data-v-3a61a7f1] {
  width: 195px;
}
.width-controll-buys-item[data-v-3a61a7f1] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-3a61a7f1] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-3a61a7f1] {
  width: 180px;
}
.width-pasarela-img-control[data-v-3a61a7f1] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-3a61a7f1] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-3a61a7f1] {
  width: 95%;
}
.width-pasarela[data-v-3a61a7f1] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-3a61a7f1]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-3a61a7f1]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3a61a7f1]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3a61a7f1]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-3a61a7f1] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-3a61a7f1] {
  max-height: 100%;
}
.height220[data-v-3a61a7f1] {
  height: 220px;
}
.height100vh[data-v-3a61a7f1] {
  height: 100vh !important;
}
.heightFilters[data-v-3a61a7f1] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-3a61a7f1] {
  height: 100%;
}
.height-aside[data-v-3a61a7f1] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-3a61a7f1] {
  height: 0px;
}
.heightBox[data-v-3a61a7f1] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-3a61a7f1] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-3a61a7f1] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-3a61a7f1] {
  justify-content: center;
}
.pointer[data-v-3a61a7f1] {
  cursor: pointer !important;
}
.cursor-move[data-v-3a61a7f1] {
  cursor: move !important;
}
.cursor-not[data-v-3a61a7f1] {
  cursor: not-allowed !important;
}
.events-none[data-v-3a61a7f1] {
  pointer-events: none;
}
.shadow[data-v-3a61a7f1] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-3a61a7f1] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-3a61a7f1] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-3a61a7f1] {
  transition: 0.3s;
}
.hoverShadow[data-v-3a61a7f1]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-3a61a7f1] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-3a61a7f1] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-3a61a7f1] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-3a61a7f1] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-3a61a7f1] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-3a61a7f1] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-3a61a7f1] {
  width: 40px;
  height: 40px;
}
.square35[data-v-3a61a7f1] {
  width: 35px;
  height: 35px;
}
.square30[data-v-3a61a7f1] {
  width: 30px;
  height: 30px;
}
.square25[data-v-3a61a7f1] {
  width: 25px;
  height: 25px;
}
.square12[data-v-3a61a7f1] {
  width: 12px;
  height: 12px;
}
.square15[data-v-3a61a7f1] {
  width: 15px;
  height: 15px;
}
.square17[data-v-3a61a7f1] {
  width: 17px;
  height: 17px;
}
.square18[data-v-3a61a7f1] {
  width: 18px;
  height: 18px;
}
.square20[data-v-3a61a7f1] {
  width: 20px;
  height: 20px;
}
.square50[data-v-3a61a7f1] {
  width: 50px;
  height: 50px;
}
.square70[data-v-3a61a7f1] {
  width: 70px;
  height: 70px;
}
.square55[data-v-3a61a7f1] {
  width: 55px;
  height: 55px;
}
.square100[data-v-3a61a7f1] {
  width: 100px;
  height: 100px;
}
.square10[data-v-3a61a7f1] {
  width: 10px;
  height: 10px;
}
.square200[data-v-3a61a7f1] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-3a61a7f1] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-3a61a7f1] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-3a61a7f1] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-3a61a7f1] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-3a61a7f1] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-3a61a7f1] {
  overflow-y: hidden;
}
.remove-scroll[data-v-3a61a7f1] {
  overflow-y: hidden;
}
.active-scroll[data-v-3a61a7f1] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-3a61a7f1] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-3a61a7f1] {
  overflow: hidden !important;
}
.overflow-auto[data-v-3a61a7f1] {
  overflow: auto !important;
}
.hidden[data-v-3a61a7f1] {
  visibility: hidden;
}
.offscreen[data-v-3a61a7f1] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-3a61a7f1] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-3a61a7f1] {
  opacity: 0;
}
.opacity30[data-v-3a61a7f1] {
  opacity: 0.3;
}
.opacity50[data-v-3a61a7f1] {
  opacity: 0.5;
}
.opacity70[data-v-3a61a7f1] {
  opacity: 0.7;
}
.opacity80[data-v-3a61a7f1] {
  opacity: 0.8;
}
.transition30[data-v-3a61a7f1] {
  transition: 0.3s;
}
.cleared[data-v-3a61a7f1] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-3a61a7f1] {
  transition: 0.1s;
}
.hover-green[data-v-3a61a7f1]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-3a61a7f1] {
  animation: aside-3a61a7f1 0.5s reverse;
}
.aside-leave-active[data-v-3a61a7f1] {
  animation: aside-3a61a7f1 0.5s;
}
.asideContent-enter-active[data-v-3a61a7f1] {
  animation: asideContent-3a61a7f1 0.3s reverse;
}
.asideContent-leave-active[data-v-3a61a7f1] {
  animation: asideContent-3a61a7f1 0.3s;
}
@keyframes aside-3a61a7f1 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-3a61a7f1 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-3a61a7f1 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-3a61a7f1] {
  animation: spin-3a61a7f1 2s infinite;
}
@keyframes spin-3a61a7f1 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-3a61a7f1] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-3a61a7f1] {
  padding: 3px;
}
.carousel__pagination-button[data-v-3a61a7f1] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-3a61a7f1] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-3a61a7f1]::after {
  display: none !important;
}
.pagination[data-v-3a61a7f1] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-3a61a7f1] {
  display: inline;
}
.pagination > li > a[data-v-3a61a7f1], .pagination > li > span[data-v-3a61a7f1] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-3a61a7f1], .pagination > li:first-child > span[data-v-3a61a7f1] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-3a61a7f1], .pagination > li:last-child > span[data-v-3a61a7f1] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-3a61a7f1]:hover, .pagination > li > span[data-v-3a61a7f1]:hover, .pagination > li > a[data-v-3a61a7f1]:focus, .pagination > li > span[data-v-3a61a7f1]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-3a61a7f1], .pagination > .active > span[data-v-3a61a7f1], .pagination > .active > a[data-v-3a61a7f1]:hover, .pagination > .active > span[data-v-3a61a7f1]:hover, .pagination > .active > a[data-v-3a61a7f1]:focus, .pagination > .active > span[data-v-3a61a7f1]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-3a61a7f1] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-3a61a7f1]:hover, .pagination > .disabled > span[data-v-3a61a7f1]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3a61a7f1] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3a61a7f1]:hover, .pagination > .disabled > a[data-v-3a61a7f1]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-3a61a7f1], .pagination-lg > li > span[data-v-3a61a7f1] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-3a61a7f1], .pagination-lg > li:first-child > span[data-v-3a61a7f1] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-3a61a7f1], .pagination-lg > li:last-child > span[data-v-3a61a7f1] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-3a61a7f1], .pagination-sm > li > span[data-v-3a61a7f1] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-3a61a7f1], .pagination-sm > li:first-child > span[data-v-3a61a7f1] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-3a61a7f1], .pagination-sm > li:last-child > span[data-v-3a61a7f1] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-3a61a7f1] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-3a61a7f1] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-3a61a7f1] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-3a61a7f1] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-3a61a7f1] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-3a61a7f1] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-3a61a7f1] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-3a61a7f1]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-3a61a7f1] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-3a61a7f1]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-3a61a7f1] {
  overflow: unset !important;
}
.btn-shadow[data-v-3a61a7f1] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-3a61a7f1] {
  margin-left: 0px;
}
.reset-button[data-v-3a61a7f1] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-3a61a7f1] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-3a61a7f1]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-3a61a7f1] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-3a61a7f1] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-3a61a7f1],
.btn-finalize[data-v-3a61a7f1] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-3a61a7f1] {
  right: 7px;
}
.btn-finalize[data-v-3a61a7f1] {
  left: 7px;
}
.tab-counter[data-v-3a61a7f1] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-3a61a7f1] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-3a61a7f1] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-3a61a7f1] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-3a61a7f1] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-3a61a7f1] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-3a61a7f1] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-3a61a7f1] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-3a61a7f1] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-3a61a7f1] {
  transition: 0.5s;
}
.tab[data-v-3a61a7f1]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-3a61a7f1] {
  color: #2980b9;
}
.tab.active[data-v-3a61a7f1]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-3a61a7f1] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-3a61a7f1] {
  width: 220px;
}
.badge-display[data-v-3a61a7f1], .badge-display2[data-v-3a61a7f1] {
  min-width: 224px;
}
.my-badge[data-v-3a61a7f1] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-3a61a7f1] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-3a61a7f1] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-3a61a7f1] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-3a61a7f1] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-3a61a7f1] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-3a61a7f1] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-3a61a7f1] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-3a61a7f1] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-3a61a7f1] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-3a61a7f1] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-3a61a7f1] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-3a61a7f1] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-3a61a7f1] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-3a61a7f1] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-3a61a7f1] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-3a61a7f1] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-3a61a7f1] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-3a61a7f1] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-3a61a7f1] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-3a61a7f1] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-3a61a7f1] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-3a61a7f1] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-3a61a7f1] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-3a61a7f1] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-3a61a7f1] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-3a61a7f1] {
  flex-wrap: wrap;
}
.vueperslide[data-v-3a61a7f1] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-3a61a7f1] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-3a61a7f1] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-3a61a7f1] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-3a61a7f1] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-3a61a7f1] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-3a61a7f1] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-3a61a7f1] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-3a61a7f1] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-3a61a7f1] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-3a61a7f1] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-3a61a7f1] {
  width: 100%;
}
.img-product-detail[data-v-3a61a7f1] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-3a61a7f1] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-3a61a7f1] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-3a61a7f1] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-3a61a7f1] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-3a61a7f1] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-3a61a7f1] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-3a61a7f1] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-3a61a7f1] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-3a61a7f1] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-3a61a7f1] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-3a61a7f1] {
  text-align: center;
}
.modal-enter[data-v-3a61a7f1], .modal-leave-active[data-v-3a61a7f1] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-3a61a7f1], .modal-leave-active .modal-container[data-v-3a61a7f1] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-3a61a7f1] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-3a61a7f1] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-3a61a7f1] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-3a61a7f1] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-3a61a7f1]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-3a61a7f1] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-3a61a7f1] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-3a61a7f1]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-3a61a7f1] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-3a61a7f1] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-3a61a7f1]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-3a61a7f1] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-3a61a7f1]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-3a61a7f1] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-3a61a7f1] {
  display: none;
}
.vdp-datepicker input[data-v-3a61a7f1] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-3a61a7f1]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-3a61a7f1] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-3a61a7f1] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-3a61a7f1 ease-in-out infinite;
}
.vue-treeselect__control[data-v-3a61a7f1] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-3a61a7f1] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-3a61a7f1] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-3a61a7f1] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-3a61a7f1] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-3a61a7f1] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-3a61a7f1] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-3a61a7f1] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-3a61a7f1 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-3a61a7f1 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-3a61a7f1 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-3a61a7f1 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-3a61a7f1 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-3a61a7f1 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3a61a7f1],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3a61a7f1] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3a61a7f1] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3a61a7f1] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-3a61a7f1],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-3a61a7f1] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-3a61a7f1] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-3a61a7f1] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-3a61a7f1] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-3a61a7f1],
.vue-treeselect span[data-v-3a61a7f1] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-3a61a7f1] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-3a61a7f1] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-3a61a7f1]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-3a61a7f1] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-3a61a7f1] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-3a61a7f1],
.vue-treeselect__control[data-v-3a61a7f1]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-3a61a7f1] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-3a61a7f1] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-3a61a7f1],
.vue-treeselect__multi-value[data-v-3a61a7f1] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-3a61a7f1] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-3a61a7f1] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-3a61a7f1] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-3a61a7f1] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-3a61a7f1],
.vue-treeselect__single-value[data-v-3a61a7f1] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-3a61a7f1] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-3a61a7f1] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-3a61a7f1] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-3a61a7f1] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-3a61a7f1] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-3a61a7f1]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-3a61a7f1] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-3a61a7f1] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-3a61a7f1],
.vue-treeselect__multi-value-label[data-v-3a61a7f1] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-3a61a7f1] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-3a61a7f1] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-3a61a7f1],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-3a61a7f1] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-3a61a7f1] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-3a61a7f1] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-3a61a7f1] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-3a61a7f1] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-3a61a7f1] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-3a61a7f1] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-3a61a7f1] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-3a61a7f1] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-3a61a7f1] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-3a61a7f1] {
  display: none;
}
.vue-treeselect__input[data-v-3a61a7f1],
.vue-treeselect__sizer[data-v-3a61a7f1] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-3a61a7f1] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-3a61a7f1]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-3a61a7f1] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-3a61a7f1] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-3a61a7f1] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-3a61a7f1] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-3a61a7f1 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-3a61a7f1 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-3a61a7f1]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-3a61a7f1] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-3a61a7f1] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-3a61a7f1] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-3a61a7f1] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-3a61a7f1] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-3a61a7f1] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-3a61a7f1] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-3a61a7f1] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-3a61a7f1] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-3a61a7f1] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-3a61a7f1] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3a61a7f1] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3a61a7f1]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-3a61a7f1] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-3a61a7f1],
.vue-treeselect__option-arrow-placeholder[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-3a61a7f1] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-3a61a7f1] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-3a61a7f1],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-3a61a7f1] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-3a61a7f1] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-3a61a7f1] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-3a61a7f1] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-3a61a7f1] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-3a61a7f1] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-3a61a7f1],
.vue-treeselect__minus-mark[data-v-3a61a7f1] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-3a61a7f1] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-3a61a7f1] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3a61a7f1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-3a61a7f1] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-3a61a7f1] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3a61a7f1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3a61a7f1] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-3a61a7f1] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-3a61a7f1] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-3a61a7f1] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-3a61a7f1] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-3a61a7f1] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-3a61a7f1] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-3a61a7f1] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-3a61a7f1] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-3a61a7f1] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-3a61a7f1] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-3a61a7f1] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-3a61a7f1] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-3a61a7f1] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-3a61a7f1] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-3a61a7f1] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-3a61a7f1]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-3a61a7f1] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-3a61a7f1]::before,
.vue-treeselect__icon-error[data-v-3a61a7f1]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-3a61a7f1]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-3a61a7f1]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-3a61a7f1] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-3a61a7f1 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-3a61a7f1 linear infinite;
}
.vue-treeselect__icon-loader[data-v-3a61a7f1]::before,
.vue-treeselect__icon-loader[data-v-3a61a7f1]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-3a61a7f1 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-3a61a7f1 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-3a61a7f1]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-3a61a7f1]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-3a61a7f1],
.vac-loader-wrapper[data-v-3a61a7f1] {
  display: none !important;
}
.vac-room-name[data-v-3a61a7f1] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-3a61a7f1] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-3a61a7f1] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-3a61a7f1] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-3a61a7f1] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-3a61a7f1] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-3a61a7f1] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-3a61a7f1] {
  min-height: 24px !important;
}
.tagWarn[data-v-3a61a7f1] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-3a61a7f1]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-3a61a7f1] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-3a61a7f1]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-3a61a7f1]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-3a61a7f1] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-3a61a7f1] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-3a61a7f1] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-3a61a7f1] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-3a61a7f1]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-3a61a7f1] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-3a61a7f1]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-3a61a7f1] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-3a61a7f1] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-3a61a7f1] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-3a61a7f1]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-3a61a7f1] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-3a61a7f1]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-3a61a7f1] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-3a61a7f1]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-3a61a7f1]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-3a61a7f1] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-3a61a7f1] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-3a61a7f1] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-3a61a7f1]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-3a61a7f1] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-3a61a7f1] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-3a61a7f1] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-3a61a7f1]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-3a61a7f1] {
  font-size: 1.15em;
}
.my-select[data-v-3a61a7f1] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3a61a7f1] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3a61a7f1] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3a61a7f1] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3a61a7f1] {
  width: 160px;
}
.my-select[data-v-3a61a7f1] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3a61a7f1] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3a61a7f1] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3a61a7f1] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3a61a7f1] {
  width: 160px;
}
.input-cupon[data-v-3a61a7f1] {
  display: flex;
}
.input-cupon > div > span[data-v-3a61a7f1] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-3a61a7f1] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-3a61a7f1] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-3a61a7f1]:not(:checked),
input[type=checkbox].check[data-v-3a61a7f1]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-3a61a7f1],
input[type=checkbox].check:checked + label[data-v-3a61a7f1] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-3a61a7f1]:before,
input[type=checkbox].check:checked + label[data-v-3a61a7f1]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-3a61a7f1]:after,
input[type=checkbox].check:checked + label[data-v-3a61a7f1]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-3a61a7f1]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-3a61a7f1]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-3a61a7f1]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3a61a7f1]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3a61a7f1]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-3a61a7f1] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-3a61a7f1]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-3a61a7f1]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-3a61a7f1] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-3a61a7f1] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-3a61a7f1] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-3a61a7f1] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-3a61a7f1] {
  opacity: 1;
}
.multiselect__tag[data-v-3a61a7f1] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-3a61a7f1] {
  background: #2AA186 !important;
}
.multiselect[data-v-3a61a7f1] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-3a61a7f1]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-3a61a7f1] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-3a61a7f1] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-3a61a7f1]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-3a61a7f1]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-3a61a7f1]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-3a61a7f1]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-3a61a7f1] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-3a61a7f1] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-3a61a7f1] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-3a61a7f1] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3a61a7f1] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-3a61a7f1] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3a61a7f1]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3a61a7f1]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3a61a7f1]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-3a61a7f1] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-3a61a7f1] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-3a61a7f1] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-3a61a7f1] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-3a61a7f1]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-3a61a7f1] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-3a61a7f1] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3a61a7f1] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-3a61a7f1] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-3a61a7f1] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3a61a7f1] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3a61a7f1]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3a61a7f1] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3a61a7f1] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3a61a7f1], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3a61a7f1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-3a61a7f1] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-3a61a7f1] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3a61a7f1], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-3a61a7f1] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-3a61a7f1], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-3a61a7f1] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3a61a7f1]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-3a61a7f1]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-3a61a7f1] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3a61a7f1] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3a61a7f1] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-3a61a7f1] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-3a61a7f1] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-3a61a7f1] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-3a61a7f1] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-3a61a7f1] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-3a61a7f1] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-3a61a7f1] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-3a61a7f1] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-3a61a7f1] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-3a61a7f1] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-3a61a7f1] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-3a61a7f1] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-3a61a7f1]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-3a61a7f1] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-3a61a7f1] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-3a61a7f1] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-3a61a7f1] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-3a61a7f1] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-3a61a7f1] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-3a61a7f1] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-3a61a7f1] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-3a61a7f1], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3a61a7f1] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3a61a7f1] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-3a61a7f1] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-3a61a7f1] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-3a61a7f1] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-3a61a7f1] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-3a61a7f1] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-3a61a7f1] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-3a61a7f1], .v3-emoji-picker .v3-header[data-v-3a61a7f1] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-3a61a7f1] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-3a61a7f1] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-3a61a7f1] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-3a61a7f1]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3a61a7f1], .v3-emoji-picker .v3-skin-tones[data-v-3a61a7f1] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3a61a7f1]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-3a61a7f1] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-3a61a7f1] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-3a61a7f1] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-3a61a7f1], body[data-v-3a61a7f1] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-3a61a7f1], body.home[data-v-3a61a7f1] {
  background-color: #fff;
}
[data-v-3a61a7f1]:focus {
  outline: none !important;
}
a[data-v-3a61a7f1] {
  text-decoration: none;
}
a[data-v-3a61a7f1]:hover,
a[data-v-3a61a7f1]:focus {
  text-decoration: none;
}
img[data-v-3a61a7f1] {
  border: 0;
}
textarea[data-v-3a61a7f1] {
  resize: none;
}
h1[data-v-3a61a7f1],
h2[data-v-3a61a7f1],
h3[data-v-3a61a7f1],
h4[data-v-3a61a7f1],
h5[data-v-3a61a7f1],
h6[data-v-3a61a7f1] {
  font-weight: bold;
}
.template-config-item[data-v-3a61a7f1] {
  font-size: 16px;
  margin-bottom: 20px;
}
.divider-gray-vertical[data-v-3a61a7f1] {
  width: 2px;
  height: 40px;
  background-color: #ccc;
  margin: 0 12px;
}
.template-actions-container[data-v-3a61a7f1] {
  width: 50%;
}
@media (max-width: 930px) {
.template-actions-container[data-v-3a61a7f1] {
    width: 100% !important;
    align-content: space-between;
}
}
.template-performance-container[data-v-3a61a7f1] {
  width: 50%;
}
@media (max-width: 930px) {
.template-performance-container[data-v-3a61a7f1] {
    display: none;
}
}
@media (max-width: 930px) {
.hide-on-mobile[data-v-3a61a7f1] {
    display: none !important;
}
}
@media (min-width: 930px) {
.hide-on-deskop[data-v-3a61a7f1] {
    display: none !important;
}
}
@media (max-width: 930px) {
.template-td[data-v-3a61a7f1] {
    min-width: 300px !important;
}
}
table[data-v-3a61a7f1] {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
  /* table-layout: fixed; */
}
table[data-v-3a61a7f1],
th[data-v-3a61a7f1],
td[data-v-3a61a7f1],
tr[data-v-3a61a7f1] {
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
}
td[data-v-3a61a7f1],
th[data-v-3a61a7f1] {
  width: auto;
  height: auto;
  word-break: break-word;
  background: white;
}
th[data-v-3a61a7f1] {
  padding-top: 20px !important;
  padding: 10px;
}
td[data-v-3a61a7f1] {
  border-top: 1px solid #e7ecf1 !important;
  height: 100px !important;
  max-height: 100px !important;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px;
}
[data-v-95e986b1] .multiselect__select {
  top: 6px !important;
}
.segment-options-container[data-v-95e986b1] {
  margin-left: 0;
}
@media (min-width: 760px) {
.segment-options-container[data-v-95e986b1] {
    margin-left: 20%;
}
}
[data-v-95e986b1] .vuejs3-datepicker__calendar {
  width: 300px !important;
  right: 0 !important;
}
[data-v-95e986b1] .multiselect--disabled .multiselect__select {
  background: transparent !important;
}
[data-v-95e986b1] .multiselect {
  /* width: inherit !important; */
  width: initial !important;
}
[data-v-95e986b1] .multiselect__select {
  right: -4px !important;
}

[data-v-e5bbb6ec]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-e5bbb6ec] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-e5bbb6ec] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-e5bbb6ec] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-e5bbb6ec] {
  width: 100%;
}
.home-icon img[data-v-e5bbb6ec] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-e5bbb6ec] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-e5bbb6ec] {
  line-height: 30px;
}
.list-style-none[data-v-e5bbb6ec] {
  list-style: none;
}
.burger-menu[data-v-e5bbb6ec] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-e5bbb6ec] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-e5bbb6ec] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-e5bbb6ec] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-e5bbb6ec] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-e5bbb6ec] {
  position: relative;
}
.card-product .my-close[data-v-e5bbb6ec] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-e5bbb6ec] {
  margin: 0;
}
.filtro-form input[data-v-e5bbb6ec] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-e5bbb6ec] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-e5bbb6ec] {
  padding: 20px 0 0;
}
.img-tiny[data-v-e5bbb6ec] {
  width: 80px;
}
.img-item img[data-v-e5bbb6ec] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-e5bbb6ec] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-e5bbb6ec] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-e5bbb6ec]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-e5bbb6ec] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-e5bbb6ec] {
  margin-left: 10px;
}
.notifications section[data-v-e5bbb6ec] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-e5bbb6ec] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-e5bbb6ec] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-e5bbb6ec],
.list-complete-leave-to[data-v-e5bbb6ec] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-e5bbb6ec] {
  position: absolute;
}
#_op_data_r[data-v-e5bbb6ec],
#_op_data_antifraud[data-v-e5bbb6ec] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-e5bbb6ec],
iframe#_op_data_antifraud[data-v-e5bbb6ec],
iframe#device_profile[data-v-e5bbb6ec],
iframe#thm_mp_cntnr[data-v-e5bbb6ec] {
  position: absolute !important;
}
iframe[data-v-e5bbb6ec] {
  background: #fff !important;
}
.main-content[data-v-e5bbb6ec] {
  padding-top: 30px;
}
.card-contactStory[data-v-e5bbb6ec] {
  width: 93vw;
}
.card-contactStory img[data-v-e5bbb6ec] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-e5bbb6ec] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-e5bbb6ec] {
  width: 280px;
}
.dropped[data-v-e5bbb6ec] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-e5bbb6ec] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-e5bbb6ec]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-e5bbb6ec] {
  display: block !important;
}
.dropped .dropdown a[data-v-e5bbb6ec] {
  color: #fff;
}
.dropped .dropdown a[data-v-e5bbb6ec]:hover {
  text-decoration: underline;
}
.line-height25[data-v-e5bbb6ec] {
  line-height: 25px;
}
aside[data-v-e5bbb6ec] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-e5bbb6ec] {
  height: 100vh;
}
.my-header[data-v-e5bbb6ec] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-e5bbb6ec] {
  position: inherit !important;
}
.my-header-menu[data-v-e5bbb6ec] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-e5bbb6ec] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-e5bbb6ec]:hover {
  background: hannah;
}
.menu-api-activate[data-v-e5bbb6ec] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-e5bbb6ec] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-e5bbb6ec] {
  position: relative;
}
.menu-api-item a[data-v-e5bbb6ec]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-e5bbb6ec] {
  padding: 0 !important;
}
.card-product[data-v-e5bbb6ec] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-e5bbb6ec] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-e5bbb6ec] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-e5bbb6ec] {
  margin: 0;
}
.sticky-home[data-v-e5bbb6ec] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-e5bbb6ec] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-e5bbb6ec]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-e5bbb6ec] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-e5bbb6ec]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-e5bbb6ec] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-e5bbb6ec]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-e5bbb6ec] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-e5bbb6ec] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-e5bbb6ec] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-e5bbb6ec]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-e5bbb6ec] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-e5bbb6ec] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-e5bbb6ec] {
  display: block !important;
}
.leftPositionSubMenu[data-v-e5bbb6ec] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-e5bbb6ec] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-e5bbb6ec],
.circle-toggle-box[data-v-e5bbb6ec] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-e5bbb6ec] {
  left: 44px !important;
}
.triangleStatus[data-v-e5bbb6ec]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-e5bbb6ec] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-e5bbb6ec] {
  overflow: visible !important;
}
.width-max80[data-v-e5bbb6ec] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-e5bbb6ec] {
  display: flex !important;
}
.flex-none[data-v-e5bbb6ec] {
  flex: none;
}
.flex-nowrap[data-v-e5bbb6ec] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-e5bbb6ec] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-e5bbb6ec] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-e5bbb6ec] {
  flex-direction: column;
}
.flex-col-row[data-v-e5bbb6ec] {
  flex-direction: column;
}
.flex-row[data-v-e5bbb6ec] {
  flex-direction: row;
}
.flex-between-align[data-v-e5bbb6ec] {
  align-content: space-between;
}
.flex-middle[data-v-e5bbb6ec] {
  align-items: center;
}
.flex-bottom[data-v-e5bbb6ec] {
  align-items: flex-end;
}
.flex-between[data-v-e5bbb6ec] {
  justify-content: space-between;
}
.flex-center[data-v-e5bbb6ec] {
  justify-content: center;
}
.flex-right[data-v-e5bbb6ec] {
  justify-content: flex-end;
}
.flex-left[data-v-e5bbb6ec] {
  justify-content: flex-start;
}
.flex-evenly[data-v-e5bbb6ec] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-e5bbb6ec] {
  flex-grow: 1;
}
.flex-grow-2[data-v-e5bbb6ec] {
  flex-grow: 2;
}
.flex-grow-3[data-v-e5bbb6ec] {
  flex-grow: 3;
}
.flex-grow-4[data-v-e5bbb6ec] {
  flex-grow: 4;
}
.flex-grow-5[data-v-e5bbb6ec] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-e5bbb6ec] {
  align-items: flex-start;
}
.flex800[data-v-e5bbb6ec] {
  display: none;
}
.flexc-flex[data-v-e5bbb6ec] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-e5bbb6ec] {
  display: none;
}
.flex-display-50-10[data-v-e5bbb6ec] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-e5bbb6ec] {
  display: none;
}
.show760[data-v-e5bbb6ec] {
  display: none;
}
.hide[data-v-e5bbb6ec] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-e5bbb6ec] {
    display: block !important;
}
.badge-display[data-v-e5bbb6ec] {
    display: none;
}
.badge-display2[data-v-e5bbb6ec] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-e5bbb6ec] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-e5bbb6ec] {
    display: block;
}
.badge-display2[data-v-e5bbb6ec] {
    display: none;
}
.fix-width[data-v-e5bbb6ec] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-e5bbb6ec] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-e5bbb6ec] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-e5bbb6ec] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-e5bbb6ec] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-e5bbb6ec] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-e5bbb6ec] {
    width: 50%;
}
.width100-40[data-v-e5bbb6ec] {
    width: 40%;
}
.show600[data-v-e5bbb6ec] {
    display: block;
}
.width-controll-btn-typeweek[data-v-e5bbb6ec] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-e5bbb6ec] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-e5bbb6ec] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-e5bbb6ec] {
    width: 220px !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
    left: -40px !important;
}
.container-tipo-envio[data-v-e5bbb6ec] {
    display: flex;
}
.width-controll-buys-item[data-v-e5bbb6ec] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-e5bbb6ec] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-e5bbb6ec] {
    top: 380px !important;
}
.my-header-menu[data-v-e5bbb6ec] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-e5bbb6ec] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-e5bbb6ec] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-e5bbb6ec] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-e5bbb6ec] {
    min-width: 400px;
}
.cart-btn-add[data-v-e5bbb6ec] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-e5bbb6ec] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-e5bbb6ec] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-e5bbb6ec] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-e5bbb6ec] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-e5bbb6ec] {
    justify-content: left;
}
.flex-mid[data-v-e5bbb6ec] {
    display: flex !important;
}
.msg-stock[data-v-e5bbb6ec] {
    padding: 10px 0 0;
}
.counter-cart[data-v-e5bbb6ec] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-e5bbb6ec] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-e5bbb6ec] {
    display: none;
}
.badge-display2[data-v-e5bbb6ec] {
    display: block;
}
.show760[data-v-e5bbb6ec] {
    display: block;
}
.hide760[data-v-e5bbb6ec] {
    display: none;
}
.grid-products[data-v-e5bbb6ec] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-e5bbb6ec] {
    margin: auto;
}
.mr-h[data-v-e5bbb6ec] {
    margin: auto;
}
.width-control-otherProducts[data-v-e5bbb6ec] {
    width: 170px !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-e5bbb6ec] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-e5bbb6ec] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-e5bbb6ec] {
    width: 30vw !important;
}
.product-item[data-v-e5bbb6ec] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-e5bbb6ec] {
    width: 90% !important;
}
.my-container[data-v-e5bbb6ec] {
    width: 680px !important;
}
.login[data-v-e5bbb6ec] {
    width: 310px !important;
}
.width-cuotas-control[data-v-e5bbb6ec] {
    width: 278px !important;
}
.flexc-flex[data-v-e5bbb6ec] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-e5bbb6ec] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-e5bbb6ec] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-e5bbb6ec] {
    height: 140px;
}
.width-control-input-chat[data-v-e5bbb6ec] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-e5bbb6ec] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-e5bbb6ec] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-e5bbb6ec] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-e5bbb6ec] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-e5bbb6ec] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-e5bbb6ec] {
    width: 270px !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-e5bbb6ec] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-e5bbb6ec] {
    width: 17vw !important;
}
.filters-wrap[data-v-e5bbb6ec] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-e5bbb6ec] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-e5bbb6ec] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-e5bbb6ec] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-e5bbb6ec] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-e5bbb6ec] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-e5bbb6ec] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-e5bbb6ec] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-e5bbb6ec]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-e5bbb6ec] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-e5bbb6ec] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-e5bbb6ec]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-e5bbb6ec] {
    max-width: 330px !important;
}
.iterable-box[data-v-e5bbb6ec] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-e5bbb6ec] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-e5bbb6ec] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-e5bbb6ec] {
    width: 160px !important;
}
.my-container[data-v-e5bbb6ec] {
    width: 800px !important;
}
.search-btn-box[data-v-e5bbb6ec] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-e5bbb6ec] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-e5bbb6ec] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-e5bbb6ec] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-e5bbb6ec] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-e5bbb6ec] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-e5bbb6ec] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-e5bbb6ec] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-e5bbb6ec] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-e5bbb6ec] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-e5bbb6ec] {
    width: 280px !important;
}
.width300-desktop[data-v-e5bbb6ec] {
    width: 300px !important;
}
.concept-item-stats[data-v-e5bbb6ec] {
    width: 80%;
}
.widthHalf-desktop[data-v-e5bbb6ec] {
    width: 50% !important;
}
.column-desktop[data-v-e5bbb6ec] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-e5bbb6ec] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-e5bbb6ec] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-e5bbb6ec] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-e5bbb6ec],
.flex-desktop[data-v-e5bbb6ec] {
    display: flex !important;
}
.block-desktop[data-v-e5bbb6ec] {
    display: block !important;
}
.hide-desktop[data-v-e5bbb6ec] {
    display: none !important;
}
.fixButton[data-v-e5bbb6ec] {
    top: -20px;
}
.width-cuotas-control[data-v-e5bbb6ec] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-e5bbb6ec] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-e5bbb6ec] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-e5bbb6ec] {
    display: none !important;
}
.bottom10-desktop[data-v-e5bbb6ec] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-e5bbb6ec] {
    left: -125px !important;
}
.grid-products[data-v-e5bbb6ec] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-e5bbb6ec] {
    width: 1000px !important;
}
.showFullDesktop[data-v-e5bbb6ec] {
    display: block !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-e5bbb6ec] {
    display: none !important;
}
.show-only-desktop[data-v-e5bbb6ec] {
    display: flex !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
    left: -260px !important;
}
.catalog-container[data-v-e5bbb6ec] {
    margin: unset;
}
.carrito-catalog[data-v-e5bbb6ec] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-e5bbb6ec] {
    left: -280px !important;
}
}
.grid-container[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-e5bbb6ec] {
  grid-column: span 1;
}
.grid-item-1[data-v-e5bbb6ec] {
  grid-column: span 1;
}
.grid-item-2[data-v-e5bbb6ec] {
  grid-column: span 2;
}
.grid-item-3[data-v-e5bbb6ec] {
  grid-column: span 3;
}
.grid-item-4[data-v-e5bbb6ec] {
  grid-column: span 4;
}
.grid-item-5[data-v-e5bbb6ec] {
  grid-column: span 5;
}
.grid-item-6[data-v-e5bbb6ec] {
  grid-column: span 6;
}
.grid-item-7[data-v-e5bbb6ec] {
  grid-column: span 7;
}
.grid-item-8[data-v-e5bbb6ec] {
  grid-column: span 8;
}
.grid-item-9[data-v-e5bbb6ec] {
  grid-column: span 9;
}
.grid-item-10[data-v-e5bbb6ec] {
  grid-column: span 10;
}
.grid-item-11[data-v-e5bbb6ec] {
  grid-column: span 11;
}
.grid-item-12[data-v-e5bbb6ec] {
  grid-column: span 12;
}
.grid-cart[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-e5bbb6ec] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-e5bbb6ec] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-e5bbb6ec] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-e5bbb6ec] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-e5bbb6ec] {
  gap: 10px;
}
.gap20[data-v-e5bbb6ec] {
  gap: 20px;
}
.grid-box[data-v-e5bbb6ec] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-e5bbb6ec],
.grid-3 div[data-v-e5bbb6ec],
.grid-4 div[data-v-e5bbb6ec] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-e5bbb6ec] {
  background: #fff;
}
.grid-item-odd[data-v-e5bbb6ec]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-e5bbb6ec] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-e5bbb6ec] {
  max-width: 350px;
}
.margin0[data-v-e5bbb6ec] {
  margin: 0 !important;
}
.margin0-5[data-v-e5bbb6ec] {
  margin: 0 5px;
}
.margin10-0[data-v-e5bbb6ec] {
  margin: 10px 0;
}
.margin10-5[data-v-e5bbb6ec] {
  margin: 10px 5px;
}
.margin0-10[data-v-e5bbb6ec] {
  margin: 0 10px;
}
.margin0-15[data-v-e5bbb6ec] {
  margin: 0 15px;
}
.margin15-0[data-v-e5bbb6ec] {
  margin: 15px 0px;
}
.margin20-0[data-v-e5bbb6ec] {
  margin: 20px 0;
}
.margin20-10[data-v-e5bbb6ec] {
  margin: 20px 10px;
}
.margin30-0[data-v-e5bbb6ec] {
  margin: 30px 0;
}
.margin40-0[data-v-e5bbb6ec] {
  margin: 40px 0;
}
.margin20-40[data-v-e5bbb6ec] {
  margin: 20px 40px;
}
.margin0-20[data-v-e5bbb6ec] {
  margin: 0 20px;
}
.margin5[data-v-e5bbb6ec] {
  margin: 5px;
}
.margin5-0[data-v-e5bbb6ec] {
  margin: 5px 0;
}
.margin10[data-v-e5bbb6ec] {
  margin: 10px;
}
.margin10-20[data-v-e5bbb6ec] {
  margin: 10px 20px;
}
.margin15[data-v-e5bbb6ec] {
  margin: 15px;
}
.margin20[data-v-e5bbb6ec] {
  margin: 20px;
}
.margin30[data-v-e5bbb6ec] {
  margin: 30px;
}
.margin50[data-v-e5bbb6ec] {
  margin: 50px;
}
.margin-right-auto[data-v-e5bbb6ec] {
  margin-right: auto;
}
.margin-left-auto[data-v-e5bbb6ec] {
  margin-left: auto;
}
.ml-h[data-v-e5bbb6ec] {
  margin-left: auto;
}
.mr-h[data-v-e5bbb6ec] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-e5bbb6ec] {
  margin-bottom: 5px;
}
.margin-top5[data-v-e5bbb6ec] {
  margin-top: 5px !important;
}
.margin-top10[data-v-e5bbb6ec] {
  margin-top: 10px !important;
}
.margin-top15[data-v-e5bbb6ec] {
  margin-top: 15px !important;
}
.margin-top20[data-v-e5bbb6ec] {
  margin-top: 20px !important;
}
.margin-top30[data-v-e5bbb6ec] {
  margin-top: 30px !important;
}
.margin-top35[data-v-e5bbb6ec] {
  margin-top: 35px !important;
}
.margin-top40[data-v-e5bbb6ec] {
  margin-top: 40px !important;
}
.margin-top50[data-v-e5bbb6ec] {
  margin-top: 50px !important;
}
.margin-top60[data-v-e5bbb6ec] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-e5bbb6ec] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-e5bbb6ec] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-e5bbb6ec] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-e5bbb6ec] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-e5bbb6ec] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-e5bbb6ec] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-e5bbb6ec] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-e5bbb6ec] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-e5bbb6ec] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-e5bbb6ec] {
  margin-left: 5px !important;
}
.margin-left10[data-v-e5bbb6ec] {
  margin-left: 10px !important;
}
.margin-left15[data-v-e5bbb6ec] {
  margin-left: 15px !important;
}
.margin-left20[data-v-e5bbb6ec] {
  margin-left: 20px !important;
}
.margin-left30[data-v-e5bbb6ec] {
  margin-left: 30px !important;
}
.margin-left35[data-v-e5bbb6ec] {
  margin-left: 35px !important;
}
.margin-left40[data-v-e5bbb6ec] {
  margin-left: 40px !important;
}
.margin-left50[data-v-e5bbb6ec] {
  margin-left: 50px !important;
}
.margin-left60[data-v-e5bbb6ec] {
  margin-left: 60px !important;
}
.margin-right5[data-v-e5bbb6ec] {
  margin-right: 5px !important;
}
.margin-right10[data-v-e5bbb6ec] {
  margin-right: 10px !important;
}
.margin-right15[data-v-e5bbb6ec] {
  margin-right: 15px !important;
}
.margin-right20[data-v-e5bbb6ec] {
  margin-right: 20px !important;
}
.margin-right30[data-v-e5bbb6ec] {
  margin-right: 30px !important;
}
.margin-right35[data-v-e5bbb6ec] {
  margin-right: 35px !important;
}
.margin-right40[data-v-e5bbb6ec] {
  margin-right: 40px !important;
}
.margin-right50[data-v-e5bbb6ec] {
  margin-right: 50px !important;
}
.margin-right60[data-v-e5bbb6ec] {
  margin-right: 60px !important;
}
.my-5[data-v-e5bbb6ec] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-e5bbb6ec] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-e5bbb6ec] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-e5bbb6ec] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-e5bbb6ec] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-e5bbb6ec] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-e5bbb6ec] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-e5bbb6ec] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-e5bbb6ec] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-e5bbb6ec] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-e5bbb6ec] {
  padding: 0 !important;
}
.padding5[data-v-e5bbb6ec] {
  padding: 5px;
}
.padding10[data-v-e5bbb6ec] {
  padding: 10px;
}
.padding15[data-v-e5bbb6ec] {
  padding: 15px;
}
.padding20[data-v-e5bbb6ec] {
  padding: 20px;
}
.padding30[data-v-e5bbb6ec] {
  padding: 30px;
}
.padding40[data-v-e5bbb6ec] {
  padding: 40px;
}
.padding40-0[data-v-e5bbb6ec] {
  padding: 40px 0;
}
.padding-left5[data-v-e5bbb6ec] {
  padding-left: 5px;
}
.padding-left10[data-v-e5bbb6ec] {
  padding-left: 10px;
}
.padding-left15[data-v-e5bbb6ec] {
  padding-left: 15px;
}
.padding-left20[data-v-e5bbb6ec] {
  padding-left: 20px;
}
.padding-right5[data-v-e5bbb6ec] {
  padding-right: 5px;
}
.padding-right10[data-v-e5bbb6ec] {
  padding-right: 10px;
}
.padding-right15[data-v-e5bbb6ec] {
  padding-right: 15px;
}
.padding-right20[data-v-e5bbb6ec] {
  padding-right: 20px;
}
.padding-right30[data-v-e5bbb6ec] {
  padding-right: 30px;
}
.padding-right40[data-v-e5bbb6ec] {
  padding-right: 40px;
}
.padding-top0[data-v-e5bbb6ec] {
  padding-top: 0px;
}
.padding-top5[data-v-e5bbb6ec] {
  padding-top: 5px;
}
.padding-top10[data-v-e5bbb6ec] {
  padding-top: 10px;
}
.padding-top15[data-v-e5bbb6ec] {
  padding-top: 15px;
}
.padding-top20[data-v-e5bbb6ec] {
  padding-top: 20px;
}
.padding-top30[data-v-e5bbb6ec] {
  padding-top: 30px;
}
.padding-top50[data-v-e5bbb6ec] {
  padding-top: 50px;
}
.padding-top60[data-v-e5bbb6ec] {
  padding-top: 60px;
}
.padding-top70[data-v-e5bbb6ec] {
  padding-top: 70px;
}
.padding-top90[data-v-e5bbb6ec] {
  padding-top: 90px;
}
.padding-top100[data-v-e5bbb6ec] {
  padding-top: 100px;
}
.padding-top120[data-v-e5bbb6ec] {
  padding-top: 120px;
}
.padding-top180[data-v-e5bbb6ec] {
  padding-top: 180px;
}
.padding-bottom0[data-v-e5bbb6ec] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-e5bbb6ec] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-e5bbb6ec] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-e5bbb6ec] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-e5bbb6ec] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-e5bbb6ec] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-e5bbb6ec] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-e5bbb6ec] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-e5bbb6ec] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-e5bbb6ec] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-e5bbb6ec] {
  padding-bottom: 240px;
}
.padding10-0[data-v-e5bbb6ec] {
  padding: 10px 0;
}
.padding10-5[data-v-e5bbb6ec] {
  padding: 10px 5px;
}
.padding0-5[data-v-e5bbb6ec] {
  padding: 0 5px;
}
.padding0-10[data-v-e5bbb6ec] {
  padding: 0 10px;
}
.padding0-15[data-v-e5bbb6ec] {
  padding: 0 15px;
}
.padding20-0[data-v-e5bbb6ec] {
  padding: 20px 0;
}
.padding20-10[data-v-e5bbb6ec] {
  padding: 20px 10px;
}
.padding15-20[data-v-e5bbb6ec] {
  padding: 15px 20px;
}
.padding15-0[data-v-e5bbb6ec] {
  padding: 15px 0px;
}
.padding20-5[data-v-e5bbb6ec] {
  padding: 20px 5px;
}
.padding0-20[data-v-e5bbb6ec] {
  padding: 0 20px;
}
.padding5-20[data-v-e5bbb6ec] {
  padding: 5px 20px;
}
.padding5-15[data-v-e5bbb6ec] {
  padding: 5px 15px;
}
.padding5-10[data-v-e5bbb6ec] {
  padding: 5px 10px;
}
.padding15-10[data-v-e5bbb6ec] {
  padding: 15px 10px;
}
.padding1em[data-v-e5bbb6ec] {
  padding: 1em;
}
.padding10-20[data-v-e5bbb6ec] {
  padding: 10px 20px;
}
.padding5-0[data-v-e5bbb6ec] {
  padding: 5px 0;
}
.padding30-10[data-v-e5bbb6ec] {
  padding: 30px 10px;
}
.px-5[data-v-e5bbb6ec] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-e5bbb6ec] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-e5bbb6ec] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-e5bbb6ec] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-e5bbb6ec] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-e5bbb6ec] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-e5bbb6ec] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-e5bbb6ec] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-e5bbb6ec] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-e5bbb6ec] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-e5bbb6ec] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-e5bbb6ec] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-e5bbb6ec] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-e5bbb6ec] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-e5bbb6ec] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-e5bbb6ec] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-e5bbb6ec] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-e5bbb6ec] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-e5bbb6ec] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-e5bbb6ec] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-e5bbb6ec] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-e5bbb6ec] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-e5bbb6ec] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-e5bbb6ec] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-e5bbb6ec] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-e5bbb6ec] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-e5bbb6ec] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-e5bbb6ec] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-e5bbb6ec]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-e5bbb6ec] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-e5bbb6ec]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-e5bbb6ec] {
  border: 0 !important;
}
.borderRed[data-v-e5bbb6ec] {
  border-color: #f00 !important;
}
.border-aside[data-v-e5bbb6ec] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-e5bbb6ec] {
  border: none;
}
.borderLightgray[data-v-e5bbb6ec] {
  border: 1px solid lightgray;
}
.borderGray[data-v-e5bbb6ec] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-e5bbb6ec] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-e5bbb6ec] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-e5bbb6ec] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-e5bbb6ec] {
  border: 1px solid #fff;
}
.border2green[data-v-e5bbb6ec] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-e5bbb6ec] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-e5bbb6ec] {
  border: 2px solid #fff;
}
.border2gold[data-v-e5bbb6ec] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-e5bbb6ec] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-e5bbb6ec] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-e5bbb6ec] {
  border-color: #d42717 !important;
}
.border1green[data-v-e5bbb6ec] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-e5bbb6ec] {
  border-color: #f00 !important;
}
.border-fixed[data-v-e5bbb6ec] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-e5bbb6ec] {
  border-radius: 40px;
}
.radius30[data-v-e5bbb6ec] {
  border-radius: 30px;
}
.radius20[data-v-e5bbb6ec] {
  border-radius: 20px;
}
.radius15[data-v-e5bbb6ec] {
  border-radius: 15px;
}
.radius8[data-v-e5bbb6ec] {
  border-radius: 8px;
}
.radius3[data-v-e5bbb6ec] {
  border-radius: 3px !important;
}
.rounded[data-v-e5bbb6ec] {
  border-radius: 50%;
}
.rounded5[data-v-e5bbb6ec] {
  border-radius: 5px;
}
.round10[data-v-e5bbb6ec] {
  border-radius: 10px;
}
.box-border[data-v-e5bbb6ec] {
  box-sizing: border-box;
}
.text-center[data-v-e5bbb6ec] {
  text-align: center;
}
.text-right[data-v-e5bbb6ec] {
  text-align: right;
}
.text-left[data-v-e5bbb6ec] {
  text-align: left;
}
.text-lowercase[data-v-e5bbb6ec] {
  text-transform: lowercase;
}
.text-uppercase[data-v-e5bbb6ec] {
  text-transform: uppercase;
}
.text-capitalize[data-v-e5bbb6ec] {
  text-transform: capitalize !important;
}
.text-none[data-v-e5bbb6ec] {
  text-transform: none;
}
.text-ellipsis[data-v-e5bbb6ec] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-e5bbb6ec] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-e5bbb6ec]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-e5bbb6ec] {
  text-decoration: underline;
}
.text-underline[data-v-e5bbb6ec]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-e5bbb6ec] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-e5bbb6ec] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-e5bbb6ec] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-e5bbb6ec] {
  word-break: break-all;
}
.font-bold[data-v-e5bbb6ec] {
  font-weight: bold;
}
.price-through[data-v-e5bbb6ec] {
  text-decoration: line-through;
}
.font-italic[data-v-e5bbb6ec] {
  font-style: italic;
}
.font095em[data-v-e5bbb6ec] {
  font-size: 0.95em;
}
.font1em[data-v-e5bbb6ec] {
  font-size: 1em !important;
}
.font2em[data-v-e5bbb6ec] {
  font-size: 2em;
}
.font2-2em[data-v-e5bbb6ec] {
  font-size: 2.2em;
}
.font3em[data-v-e5bbb6ec] {
  font-size: 3em;
}
.font4em[data-v-e5bbb6ec] {
  font-size: 4em;
}
.font1-5em[data-v-e5bbb6ec] {
  font-size: 1.5em;
}
.font1-7em[data-v-e5bbb6ec] {
  font-size: 1.7em;
}
.font1-3em[data-v-e5bbb6ec] {
  font-size: 1.3em;
}
.font1-4em[data-v-e5bbb6ec] {
  font-size: 1.4em;
}
.font-9em[data-v-e5bbb6ec] {
  font-size: 0.9em;
}
.font10[data-v-e5bbb6ec] {
  font-size: 10px;
}
.font11[data-v-e5bbb6ec] {
  font-size: 11px;
}
.font12[data-v-e5bbb6ec] {
  font-size: 12px;
}
.font13[data-v-e5bbb6ec] {
  font-size: 13px;
}
.font14[data-v-e5bbb6ec] {
  font-size: 14px;
}
.font15[data-v-e5bbb6ec] {
  font-size: 15px;
}
.font16[data-v-e5bbb6ec] {
  font-size: 16px;
}
.font17[data-v-e5bbb6ec] {
  font-size: 17px;
}
.font18[data-v-e5bbb6ec] {
  font-size: 18px;
}
.font19[data-v-e5bbb6ec] {
  font-size: 19px;
}
.font20[data-v-e5bbb6ec] {
  font-size: 20px;
}
.font21[data-v-e5bbb6ec] {
  font-size: 21px;
}
.font22[data-v-e5bbb6ec] {
  font-size: 22px;
}
.font23[data-v-e5bbb6ec] {
  font-size: 23px;
}
.font24[data-v-e5bbb6ec] {
  font-size: 24px;
}
.font25[data-v-e5bbb6ec] {
  font-size: 25px;
}
.font26[data-v-e5bbb6ec] {
  font-size: 26px;
}
.font27[data-v-e5bbb6ec] {
  font-size: 27px;
}
.font28[data-v-e5bbb6ec] {
  font-size: 28px;
}
.font29[data-v-e5bbb6ec] {
  font-size: 29px;
}
.font30[data-v-e5bbb6ec] {
  font-size: 30px;
}
.font31[data-v-e5bbb6ec] {
  font-size: 31px;
}
.font32[data-v-e5bbb6ec] {
  font-size: 32px;
}
.font33[data-v-e5bbb6ec] {
  font-size: 33px;
}
.font34[data-v-e5bbb6ec] {
  font-size: 34px;
}
.font35[data-v-e5bbb6ec] {
  font-size: 35px;
}
.font36[data-v-e5bbb6ec] {
  font-size: 36px;
}
.font37[data-v-e5bbb6ec] {
  font-size: 37px;
}
.font38[data-v-e5bbb6ec] {
  font-size: 38px;
}
.font39[data-v-e5bbb6ec] {
  font-size: 39px;
}
.font40[data-v-e5bbb6ec] {
  font-size: 40px;
}
.font-normal[data-v-e5bbb6ec] {
  font-weight: normal;
}
.color-white[data-v-e5bbb6ec] {
  color: #fff;
}
.color-transparent[data-v-e5bbb6ec] {
  color: transparent !important;
}
.color-black[data-v-e5bbb6ec] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-e5bbb6ec] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-e5bbb6ec] {
  color: fuchia;
}
.color-gray[data-v-e5bbb6ec] {
  color: #a5afb9;
}
.color-hardgray[data-v-e5bbb6ec] {
  color: #4d5263;
}
.color-hannah[data-v-e5bbb6ec] {
  color: #EA184D;
}
.color-lightgray[data-v-e5bbb6ec] {
  color: #d3d3d3;
}
.color-darkblue[data-v-e5bbb6ec] {
  color: #2c3e50;
}
.color-darkgray[data-v-e5bbb6ec] {
  color: #757575;
}
.color-lightred[data-v-e5bbb6ec] {
  color: #e74c3c;
}
.color-red[data-v-e5bbb6ec] {
  color: #e74c3c;
}
.color-blue[data-v-e5bbb6ec] {
  color: #2980b9;
}
.color-yellow[data-v-e5bbb6ec] {
  color: #f49d1e;
}
.color-orange[data-v-e5bbb6ec] {
  color: #ffa500;
}
.color-green[data-v-e5bbb6ec] {
  color: #2AA186;
}
.color-gplus[data-v-e5bbb6ec] {
  color: #d42717;
}
.back-bluelight[data-v-e5bbb6ec] {
  background: #EBF0FF !important;
}
.back-blue[data-v-e5bbb6ec] {
  background: #2980b9 !important;
}
.back-hannah[data-v-e5bbb6ec] {
  background: #EA184D !important;
}
.back-purple[data-v-e5bbb6ec] {
  background: #8e44ad;
}
.back-green[data-v-e5bbb6ec] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-e5bbb6ec] {
  background: #2AA186;
}
.back-yellow[data-v-e5bbb6ec] {
  background: #f49d1e !important;
}
.back-gold[data-v-e5bbb6ec] {
  background: #f49d1e !important;
}
.back-red[data-v-e5bbb6ec] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-e5bbb6ec] {
  background: #e74c3c;
}
.back-lightred[data-v-e5bbb6ec] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-e5bbb6ec] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-e5bbb6ec] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-e5bbb6ec] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-e5bbb6ec] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-e5bbb6ec] {
  background: #f49d1e !important;
}
.back-gplus[data-v-e5bbb6ec] {
  background: #d42717;
}
.back-darkblue[data-v-e5bbb6ec] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-e5bbb6ec] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-e5bbb6ec] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-e5bbb6ec] {
  background: #3e3d40;
}
.back-midgray[data-v-e5bbb6ec] {
  background: #ececec;
}
.back-gray[data-v-e5bbb6ec] {
  background: #a5afb9;
}
.back-black[data-v-e5bbb6ec] {
  background: #121212;
}
.back-transparent[data-v-e5bbb6ec] {
  background: transparent;
}
.back-white[data-v-e5bbb6ec] {
  background: #fff !important;
}
.back-white-simple[data-v-e5bbb6ec] {
  background-color: #fff;
}
.back-lightgray[data-v-e5bbb6ec] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-e5bbb6ec] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-e5bbb6ec] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-e5bbb6ec] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-e5bbb6ec] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-e5bbb6ec] {
  background: #D6DFE4;
}
.bg-aside[data-v-e5bbb6ec] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-e5bbb6ec] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-e5bbb6ec] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-e5bbb6ec] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-e5bbb6ec] {
  background: #fff;
}
.back-item-odd-white[data-v-e5bbb6ec]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-e5bbb6ec] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-e5bbb6ec] {
  position: relative;
}
.absolute[data-v-e5bbb6ec] {
  position: absolute;
}
.fixed[data-v-e5bbb6ec] {
  position: fixed;
}
.fixed-bottom[data-v-e5bbb6ec] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-e5bbb6ec] {
  position: sticky;
}
.sticky.active[data-v-e5bbb6ec] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-e5bbb6ec] {
  bottom: 0;
}
.right0[data-v-e5bbb6ec] {
  right: 0 !important;
}
.left0[data-v-e5bbb6ec] {
  left: 0 !important;
}
.leftPositionControl[data-v-e5bbb6ec] {
  left: -10px;
}
.width100-50[data-v-e5bbb6ec] {
  width: 100%;
}
.width100-40[data-v-e5bbb6ec] {
  width: 100%;
}
.min-width100[data-v-e5bbb6ec] {
  min-width: 100%;
}
.min-width90[data-v-e5bbb6ec] {
  min-width: 90%;
}
.min-width80[data-v-e5bbb6ec] {
  min-width: 80% !important;
}
.min-width70[data-v-e5bbb6ec] {
  min-width: 70%;
}
.min-width60[data-v-e5bbb6ec] {
  min-width: 60%;
}
.min-width50[data-v-e5bbb6ec] {
  max-width: 50%;
}
.min-width45[data-v-e5bbb6ec] {
  min-width: 45%;
}
.min-width40[data-v-e5bbb6ec] {
  min-width: 40%;
}
.min-width30[data-v-e5bbb6ec] {
  min-width: 30%;
}
.min-width20[data-v-e5bbb6ec] {
  min-width: 20%;
}
.min-width25[data-v-e5bbb6ec] {
  min-width: 25%;
}
.min-width10[data-v-e5bbb6ec] {
  min-width: 10%;
}
.width100[data-v-e5bbb6ec] {
  width: 100%;
}
.width90[data-v-e5bbb6ec] {
  width: 90%;
}
.width80[data-v-e5bbb6ec] {
  width: 80% !important;
}
.width70[data-v-e5bbb6ec] {
  width: 70%;
}
.width60[data-v-e5bbb6ec] {
  width: 60%;
}
.width50[data-v-e5bbb6ec] {
  width: 50%;
}
.width45[data-v-e5bbb6ec] {
  width: 45%;
}
.width40[data-v-e5bbb6ec] {
  width: 40%;
}
.width30[data-v-e5bbb6ec] {
  width: 30%;
}
.width20[data-v-e5bbb6ec] {
  width: 20%;
}
.width25[data-v-e5bbb6ec] {
  width: 25%;
}
.width10[data-v-e5bbb6ec] {
  width: 10%;
}
.width-min[data-v-e5bbb6ec] {
  width: min-content;
}
.max-width800[data-v-e5bbb6ec] {
  max-width: 800px;
}
.widthCenter[data-v-e5bbb6ec] {
  width: 80%;
}
.max-width600[data-v-e5bbb6ec] {
  max-width: 600px;
}
.max-width300[data-v-e5bbb6ec] {
  max-width: 300px;
}
.widthHalf[data-v-e5bbb6ec] {
  width: 50%;
}
.width-sellProductImg-control[data-v-e5bbb6ec] {
  width: 150px;
}
.top-control-sellProduct[data-v-e5bbb6ec] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-e5bbb6ec] {
  width: 100%;
}
.width-cuotas-control-item[data-v-e5bbb6ec] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-e5bbb6ec] {
  width: 163px;
}
.width-control-btn-inline[data-v-e5bbb6ec] {
  width: 195px;
}
.width-controll-buys-item[data-v-e5bbb6ec] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-e5bbb6ec] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-e5bbb6ec] {
  width: 180px;
}
.width-pasarela-img-control[data-v-e5bbb6ec] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-e5bbb6ec] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-e5bbb6ec] {
  width: 95%;
}
.width-pasarela[data-v-e5bbb6ec] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-e5bbb6ec]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-e5bbb6ec]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-e5bbb6ec]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-e5bbb6ec]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-e5bbb6ec] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-e5bbb6ec] {
  max-height: 100%;
}
.height220[data-v-e5bbb6ec] {
  height: 220px;
}
.height100vh[data-v-e5bbb6ec] {
  height: 100vh !important;
}
.heightFilters[data-v-e5bbb6ec] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-e5bbb6ec] {
  height: 100%;
}
.height-aside[data-v-e5bbb6ec] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-e5bbb6ec] {
  height: 0px;
}
.heightBox[data-v-e5bbb6ec] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-e5bbb6ec] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-e5bbb6ec] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-e5bbb6ec] {
  justify-content: center;
}
.pointer[data-v-e5bbb6ec] {
  cursor: pointer !important;
}
.cursor-move[data-v-e5bbb6ec] {
  cursor: move !important;
}
.cursor-not[data-v-e5bbb6ec] {
  cursor: not-allowed !important;
}
.events-none[data-v-e5bbb6ec] {
  pointer-events: none;
}
.shadow[data-v-e5bbb6ec] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-e5bbb6ec] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-e5bbb6ec] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-e5bbb6ec] {
  transition: 0.3s;
}
.hoverShadow[data-v-e5bbb6ec]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-e5bbb6ec] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-e5bbb6ec] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-e5bbb6ec] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-e5bbb6ec] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-e5bbb6ec] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-e5bbb6ec] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-e5bbb6ec] {
  width: 40px;
  height: 40px;
}
.square35[data-v-e5bbb6ec] {
  width: 35px;
  height: 35px;
}
.square30[data-v-e5bbb6ec] {
  width: 30px;
  height: 30px;
}
.square25[data-v-e5bbb6ec] {
  width: 25px;
  height: 25px;
}
.square12[data-v-e5bbb6ec] {
  width: 12px;
  height: 12px;
}
.square15[data-v-e5bbb6ec] {
  width: 15px;
  height: 15px;
}
.square17[data-v-e5bbb6ec] {
  width: 17px;
  height: 17px;
}
.square18[data-v-e5bbb6ec] {
  width: 18px;
  height: 18px;
}
.square20[data-v-e5bbb6ec] {
  width: 20px;
  height: 20px;
}
.square50[data-v-e5bbb6ec] {
  width: 50px;
  height: 50px;
}
.square70[data-v-e5bbb6ec] {
  width: 70px;
  height: 70px;
}
.square55[data-v-e5bbb6ec] {
  width: 55px;
  height: 55px;
}
.square100[data-v-e5bbb6ec] {
  width: 100px;
  height: 100px;
}
.square10[data-v-e5bbb6ec] {
  width: 10px;
  height: 10px;
}
.square200[data-v-e5bbb6ec] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-e5bbb6ec] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-e5bbb6ec] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-e5bbb6ec] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-e5bbb6ec] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-e5bbb6ec] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-e5bbb6ec] {
  overflow-y: hidden;
}
.remove-scroll[data-v-e5bbb6ec] {
  overflow-y: hidden;
}
.active-scroll[data-v-e5bbb6ec] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-e5bbb6ec] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-e5bbb6ec] {
  overflow: hidden !important;
}
.overflow-auto[data-v-e5bbb6ec] {
  overflow: auto !important;
}
.hidden[data-v-e5bbb6ec] {
  visibility: hidden;
}
.offscreen[data-v-e5bbb6ec] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-e5bbb6ec] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-e5bbb6ec] {
  opacity: 0;
}
.opacity30[data-v-e5bbb6ec] {
  opacity: 0.3;
}
.opacity50[data-v-e5bbb6ec] {
  opacity: 0.5;
}
.opacity70[data-v-e5bbb6ec] {
  opacity: 0.7;
}
.opacity80[data-v-e5bbb6ec] {
  opacity: 0.8;
}
.transition30[data-v-e5bbb6ec] {
  transition: 0.3s;
}
.cleared[data-v-e5bbb6ec] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-e5bbb6ec] {
  transition: 0.1s;
}
.hover-green[data-v-e5bbb6ec]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-e5bbb6ec] {
  animation: aside-e5bbb6ec 0.5s reverse;
}
.aside-leave-active[data-v-e5bbb6ec] {
  animation: aside-e5bbb6ec 0.5s;
}
.asideContent-enter-active[data-v-e5bbb6ec] {
  animation: asideContent-e5bbb6ec 0.3s reverse;
}
.asideContent-leave-active[data-v-e5bbb6ec] {
  animation: asideContent-e5bbb6ec 0.3s;
}
@keyframes aside-e5bbb6ec {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-e5bbb6ec {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-e5bbb6ec {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-e5bbb6ec] {
  animation: spin-e5bbb6ec 2s infinite;
}
@keyframes spin-e5bbb6ec {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-e5bbb6ec] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-e5bbb6ec] {
  padding: 3px;
}
.carousel__pagination-button[data-v-e5bbb6ec] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-e5bbb6ec] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-e5bbb6ec]::after {
  display: none !important;
}
.pagination[data-v-e5bbb6ec] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-e5bbb6ec] {
  display: inline;
}
.pagination > li > a[data-v-e5bbb6ec], .pagination > li > span[data-v-e5bbb6ec] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-e5bbb6ec], .pagination > li:first-child > span[data-v-e5bbb6ec] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-e5bbb6ec], .pagination > li:last-child > span[data-v-e5bbb6ec] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-e5bbb6ec]:hover, .pagination > li > span[data-v-e5bbb6ec]:hover, .pagination > li > a[data-v-e5bbb6ec]:focus, .pagination > li > span[data-v-e5bbb6ec]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-e5bbb6ec], .pagination > .active > span[data-v-e5bbb6ec], .pagination > .active > a[data-v-e5bbb6ec]:hover, .pagination > .active > span[data-v-e5bbb6ec]:hover, .pagination > .active > a[data-v-e5bbb6ec]:focus, .pagination > .active > span[data-v-e5bbb6ec]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-e5bbb6ec] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-e5bbb6ec]:hover, .pagination > .disabled > span[data-v-e5bbb6ec]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-e5bbb6ec] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-e5bbb6ec]:hover, .pagination > .disabled > a[data-v-e5bbb6ec]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-e5bbb6ec], .pagination-lg > li > span[data-v-e5bbb6ec] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-e5bbb6ec], .pagination-lg > li:first-child > span[data-v-e5bbb6ec] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-e5bbb6ec], .pagination-lg > li:last-child > span[data-v-e5bbb6ec] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-e5bbb6ec], .pagination-sm > li > span[data-v-e5bbb6ec] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-e5bbb6ec], .pagination-sm > li:first-child > span[data-v-e5bbb6ec] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-e5bbb6ec], .pagination-sm > li:last-child > span[data-v-e5bbb6ec] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-e5bbb6ec] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-e5bbb6ec] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-e5bbb6ec] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-e5bbb6ec] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-e5bbb6ec] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-e5bbb6ec] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-e5bbb6ec] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-e5bbb6ec]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-e5bbb6ec] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-e5bbb6ec]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-e5bbb6ec] {
  overflow: unset !important;
}
.btn-shadow[data-v-e5bbb6ec] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-e5bbb6ec] {
  margin-left: 0px;
}
.reset-button[data-v-e5bbb6ec] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-e5bbb6ec] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-e5bbb6ec]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-e5bbb6ec] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-e5bbb6ec] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-e5bbb6ec],
.btn-finalize[data-v-e5bbb6ec] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-e5bbb6ec] {
  right: 7px;
}
.btn-finalize[data-v-e5bbb6ec] {
  left: 7px;
}
.tab-counter[data-v-e5bbb6ec] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-e5bbb6ec] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-e5bbb6ec] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-e5bbb6ec] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-e5bbb6ec] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-e5bbb6ec] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-e5bbb6ec] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-e5bbb6ec] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-e5bbb6ec] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-e5bbb6ec] {
  transition: 0.5s;
}
.tab[data-v-e5bbb6ec]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-e5bbb6ec] {
  color: #2980b9;
}
.tab.active[data-v-e5bbb6ec]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-e5bbb6ec] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-e5bbb6ec] {
  width: 220px;
}
.badge-display[data-v-e5bbb6ec], .badge-display2[data-v-e5bbb6ec] {
  min-width: 224px;
}
.my-badge[data-v-e5bbb6ec] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-e5bbb6ec] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-e5bbb6ec] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-e5bbb6ec] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-e5bbb6ec] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-e5bbb6ec] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-e5bbb6ec] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-e5bbb6ec] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-e5bbb6ec] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-e5bbb6ec] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-e5bbb6ec] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-e5bbb6ec] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-e5bbb6ec] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-e5bbb6ec] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-e5bbb6ec] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-e5bbb6ec] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-e5bbb6ec] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-e5bbb6ec] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-e5bbb6ec] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-e5bbb6ec] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-e5bbb6ec] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-e5bbb6ec] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-e5bbb6ec] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-e5bbb6ec] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-e5bbb6ec] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-e5bbb6ec] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-e5bbb6ec] {
  flex-wrap: wrap;
}
.vueperslide[data-v-e5bbb6ec] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-e5bbb6ec] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-e5bbb6ec] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-e5bbb6ec] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-e5bbb6ec] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-e5bbb6ec] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-e5bbb6ec] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-e5bbb6ec] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-e5bbb6ec] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-e5bbb6ec] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-e5bbb6ec] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-e5bbb6ec] {
  width: 100%;
}
.img-product-detail[data-v-e5bbb6ec] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-e5bbb6ec] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-e5bbb6ec] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-e5bbb6ec] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-e5bbb6ec] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-e5bbb6ec] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-e5bbb6ec] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-e5bbb6ec] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-e5bbb6ec] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-e5bbb6ec] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-e5bbb6ec] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-e5bbb6ec] {
  text-align: center;
}
.modal-enter[data-v-e5bbb6ec], .modal-leave-active[data-v-e5bbb6ec] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-e5bbb6ec], .modal-leave-active .modal-container[data-v-e5bbb6ec] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-e5bbb6ec] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-e5bbb6ec] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-e5bbb6ec] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-e5bbb6ec] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-e5bbb6ec]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-e5bbb6ec] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-e5bbb6ec] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-e5bbb6ec]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-e5bbb6ec] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-e5bbb6ec] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-e5bbb6ec]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-e5bbb6ec] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-e5bbb6ec]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-e5bbb6ec] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-e5bbb6ec] {
  display: none;
}
.vdp-datepicker input[data-v-e5bbb6ec] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-e5bbb6ec]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-e5bbb6ec] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-e5bbb6ec] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-e5bbb6ec ease-in-out infinite;
}
.vue-treeselect__control[data-v-e5bbb6ec] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-e5bbb6ec] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-e5bbb6ec] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-e5bbb6ec] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-e5bbb6ec] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-e5bbb6ec] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-e5bbb6ec] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-e5bbb6ec] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-e5bbb6ec {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-e5bbb6ec {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-e5bbb6ec {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-e5bbb6ec {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-e5bbb6ec {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-e5bbb6ec {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-e5bbb6ec],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-e5bbb6ec] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-e5bbb6ec] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-e5bbb6ec] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-e5bbb6ec],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-e5bbb6ec] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-e5bbb6ec] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-e5bbb6ec] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-e5bbb6ec] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-e5bbb6ec],
.vue-treeselect span[data-v-e5bbb6ec] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-e5bbb6ec] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-e5bbb6ec] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-e5bbb6ec]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-e5bbb6ec] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-e5bbb6ec] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-e5bbb6ec],
.vue-treeselect__control[data-v-e5bbb6ec]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-e5bbb6ec] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-e5bbb6ec] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-e5bbb6ec],
.vue-treeselect__multi-value[data-v-e5bbb6ec] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-e5bbb6ec] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-e5bbb6ec] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-e5bbb6ec] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-e5bbb6ec] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-e5bbb6ec],
.vue-treeselect__single-value[data-v-e5bbb6ec] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-e5bbb6ec] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-e5bbb6ec] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-e5bbb6ec] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-e5bbb6ec] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-e5bbb6ec] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-e5bbb6ec]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-e5bbb6ec] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-e5bbb6ec] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-e5bbb6ec],
.vue-treeselect__multi-value-label[data-v-e5bbb6ec] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-e5bbb6ec] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-e5bbb6ec] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-e5bbb6ec],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-e5bbb6ec] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-e5bbb6ec] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-e5bbb6ec] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-e5bbb6ec] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-e5bbb6ec] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-e5bbb6ec] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-e5bbb6ec] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-e5bbb6ec] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-e5bbb6ec] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-e5bbb6ec] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-e5bbb6ec] {
  display: none;
}
.vue-treeselect__input[data-v-e5bbb6ec],
.vue-treeselect__sizer[data-v-e5bbb6ec] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-e5bbb6ec] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-e5bbb6ec]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-e5bbb6ec] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-e5bbb6ec] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-e5bbb6ec] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-e5bbb6ec] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-e5bbb6ec cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-e5bbb6ec cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-e5bbb6ec]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-e5bbb6ec] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-e5bbb6ec] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-e5bbb6ec] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-e5bbb6ec] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-e5bbb6ec] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-e5bbb6ec] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-e5bbb6ec] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-e5bbb6ec] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-e5bbb6ec] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-e5bbb6ec] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-e5bbb6ec] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-e5bbb6ec] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-e5bbb6ec]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-e5bbb6ec] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-e5bbb6ec],
.vue-treeselect__option-arrow-placeholder[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-e5bbb6ec] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-e5bbb6ec] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-e5bbb6ec],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-e5bbb6ec] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-e5bbb6ec] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-e5bbb6ec] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-e5bbb6ec] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-e5bbb6ec] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-e5bbb6ec] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-e5bbb6ec],
.vue-treeselect__minus-mark[data-v-e5bbb6ec] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-e5bbb6ec] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-e5bbb6ec] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e5bbb6ec] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-e5bbb6ec] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-e5bbb6ec] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e5bbb6ec] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-e5bbb6ec] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-e5bbb6ec] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-e5bbb6ec] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-e5bbb6ec] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-e5bbb6ec] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-e5bbb6ec] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-e5bbb6ec] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-e5bbb6ec] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-e5bbb6ec] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-e5bbb6ec] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-e5bbb6ec] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-e5bbb6ec] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-e5bbb6ec] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-e5bbb6ec] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-e5bbb6ec] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-e5bbb6ec] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-e5bbb6ec]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-e5bbb6ec] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-e5bbb6ec]::before,
.vue-treeselect__icon-error[data-v-e5bbb6ec]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-e5bbb6ec]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-e5bbb6ec]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-e5bbb6ec] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-e5bbb6ec linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-e5bbb6ec linear infinite;
}
.vue-treeselect__icon-loader[data-v-e5bbb6ec]::before,
.vue-treeselect__icon-loader[data-v-e5bbb6ec]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-e5bbb6ec ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-e5bbb6ec ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-e5bbb6ec]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-e5bbb6ec]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-e5bbb6ec],
.vac-loader-wrapper[data-v-e5bbb6ec] {
  display: none !important;
}
.vac-room-name[data-v-e5bbb6ec] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-e5bbb6ec] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-e5bbb6ec] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-e5bbb6ec] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-e5bbb6ec] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-e5bbb6ec] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-e5bbb6ec] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-e5bbb6ec] {
  min-height: 24px !important;
}
.tagWarn[data-v-e5bbb6ec] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-e5bbb6ec]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-e5bbb6ec] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-e5bbb6ec]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-e5bbb6ec]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-e5bbb6ec] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-e5bbb6ec] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-e5bbb6ec] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-e5bbb6ec] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-e5bbb6ec]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-e5bbb6ec] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-e5bbb6ec]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-e5bbb6ec] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-e5bbb6ec] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-e5bbb6ec] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-e5bbb6ec]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-e5bbb6ec] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-e5bbb6ec]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-e5bbb6ec] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-e5bbb6ec]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-e5bbb6ec]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-e5bbb6ec] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-e5bbb6ec] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-e5bbb6ec] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-e5bbb6ec]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-e5bbb6ec] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-e5bbb6ec] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-e5bbb6ec] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-e5bbb6ec]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-e5bbb6ec] {
  font-size: 1.15em;
}
.my-select[data-v-e5bbb6ec] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-e5bbb6ec] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-e5bbb6ec] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-e5bbb6ec] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-e5bbb6ec] {
  width: 160px;
}
.my-select[data-v-e5bbb6ec] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-e5bbb6ec] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-e5bbb6ec] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-e5bbb6ec] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-e5bbb6ec] {
  width: 160px;
}
.input-cupon[data-v-e5bbb6ec] {
  display: flex;
}
.input-cupon > div > span[data-v-e5bbb6ec] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-e5bbb6ec] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-e5bbb6ec] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-e5bbb6ec]:not(:checked),
input[type=checkbox].check[data-v-e5bbb6ec]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-e5bbb6ec],
input[type=checkbox].check:checked + label[data-v-e5bbb6ec] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-e5bbb6ec]:before,
input[type=checkbox].check:checked + label[data-v-e5bbb6ec]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-e5bbb6ec]:after,
input[type=checkbox].check:checked + label[data-v-e5bbb6ec]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-e5bbb6ec]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-e5bbb6ec]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-e5bbb6ec]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-e5bbb6ec]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-e5bbb6ec]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-e5bbb6ec] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-e5bbb6ec]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-e5bbb6ec]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-e5bbb6ec] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-e5bbb6ec] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-e5bbb6ec] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-e5bbb6ec] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-e5bbb6ec] {
  opacity: 1;
}
.multiselect__tag[data-v-e5bbb6ec] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-e5bbb6ec] {
  background: #2AA186 !important;
}
.multiselect[data-v-e5bbb6ec] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-e5bbb6ec]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-e5bbb6ec] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-e5bbb6ec] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-e5bbb6ec]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-e5bbb6ec]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-e5bbb6ec]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-e5bbb6ec]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-e5bbb6ec] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-e5bbb6ec] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-e5bbb6ec] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-e5bbb6ec] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e5bbb6ec] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-e5bbb6ec] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e5bbb6ec]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e5bbb6ec]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-e5bbb6ec]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-e5bbb6ec] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-e5bbb6ec] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-e5bbb6ec] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-e5bbb6ec] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-e5bbb6ec]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-e5bbb6ec] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-e5bbb6ec] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-e5bbb6ec] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-e5bbb6ec] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-e5bbb6ec] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e5bbb6ec] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e5bbb6ec]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-e5bbb6ec] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-e5bbb6ec] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-e5bbb6ec], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-e5bbb6ec] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-e5bbb6ec] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-e5bbb6ec] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-e5bbb6ec], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-e5bbb6ec] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-e5bbb6ec], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-e5bbb6ec] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-e5bbb6ec]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-e5bbb6ec]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-e5bbb6ec] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-e5bbb6ec] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-e5bbb6ec] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-e5bbb6ec] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-e5bbb6ec] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-e5bbb6ec] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-e5bbb6ec] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-e5bbb6ec] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-e5bbb6ec] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-e5bbb6ec] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-e5bbb6ec] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-e5bbb6ec] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-e5bbb6ec] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-e5bbb6ec] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-e5bbb6ec] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-e5bbb6ec]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-e5bbb6ec] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-e5bbb6ec] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-e5bbb6ec] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-e5bbb6ec] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-e5bbb6ec] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-e5bbb6ec] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-e5bbb6ec] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-e5bbb6ec] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-e5bbb6ec], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-e5bbb6ec] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-e5bbb6ec] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-e5bbb6ec] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-e5bbb6ec] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-e5bbb6ec] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-e5bbb6ec] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-e5bbb6ec] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-e5bbb6ec] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-e5bbb6ec], .v3-emoji-picker .v3-header[data-v-e5bbb6ec] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-e5bbb6ec] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-e5bbb6ec] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-e5bbb6ec] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-e5bbb6ec]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-e5bbb6ec], .v3-emoji-picker .v3-skin-tones[data-v-e5bbb6ec] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-e5bbb6ec]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-e5bbb6ec] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-e5bbb6ec] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-e5bbb6ec] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-e5bbb6ec], body[data-v-e5bbb6ec] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-e5bbb6ec], body.home[data-v-e5bbb6ec] {
  background-color: #fff;
}
[data-v-e5bbb6ec]:focus {
  outline: none !important;
}
a[data-v-e5bbb6ec] {
  text-decoration: none;
}
a[data-v-e5bbb6ec]:hover,
a[data-v-e5bbb6ec]:focus {
  text-decoration: none;
}
img[data-v-e5bbb6ec] {
  border: 0;
}
textarea[data-v-e5bbb6ec] {
  resize: none;
}
h1[data-v-e5bbb6ec],
h2[data-v-e5bbb6ec],
h3[data-v-e5bbb6ec],
h4[data-v-e5bbb6ec],
h5[data-v-e5bbb6ec],
h6[data-v-e5bbb6ec] {
  font-weight: bold;
}
.text-message-input[data-v-e5bbb6ec] {
  min-height: 150px;
}
.document-thumbnail[data-v-e5bbb6ec] {
  width: 250px;
  min-height: 72px;
  border: 1px solid #d7dbe0;
  border-radius: 8px;
  background: #f7f9fb;
  padding: 12px;
  box-sizing: border-box;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textarea-with-counter[data-v-e5bbb6ec] {
  position: relative;
  width: 100%;
}
.text-message-input--with-counter[data-v-e5bbb6ec] {
  padding-bottom: 28px;
  padding-right: 12px;
  box-sizing: border-box;
}
.textarea-char-counter[data-v-e5bbb6ec] {
  position: absolute;
  right: 20px;
  bottom: 8px;
  font-size: 15px;
  color: #757575;
  pointer-events: none;
  user-select: none;
}
.vue-country-select[data-v-e5bbb6ec] {
  display: block !important;
  margin-top: 1px !important;
  margin-right: 5px !important;
  height: 44px !important;
  border: 2px solid #a5afb9 !important;
}
[data-v-e5bbb6ec] .vue-country-select .dropdown {
  height: 0px !important;
  padding: 25px 9px;
}
[data-v-e5bbb6ec] .country-selector__toggle {
  margin-top: 5px !important;
}
[data-v-e5bbb6ec] .country-selector__input {
  padding: 24px 35px !important;
  font-size: 17px !important;
  border-radius: 3px !important;
  box-shadow: grey 0px 0px 0px !important;
}
[data-v-e5bbb6ec] .country-selector__input:focus {
  border-color: #2980b9 !important;
  caret-color: inherit;
}
[data-v-e5bbb6ec] .vue-country-select .dropdown-list {
  width: 350% !important;
}
[data-v-e5bbb6ec] .variables-dynamic-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
[data-v-e5bbb6ec] .emoji-picker-container {
  display: flex;
  align-content: center !important;
  position: relative;
  width: 50px !important;
  margin-left: 5px !important;
}
[data-v-e5bbb6ec] .v3-emoji-picker-input {
  display: none !important;
}
[data-v-e5bbb6ec] .v3-input-picker-icon {
  border: 1.5px solid #a5afb9 !important;
  background: transparent !important;
  border-radius: 20px !important;
  width: 50px !important;
  color: #a5afb9 !important;
  position: relative !important;
  transform: none !important;
}
[data-v-e5bbb6ec] .v3-input-picker-icon::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a5afb9;
  pointer-events: none;
}
[data-v-e5bbb6ec] .v3-emoji-picker {
  top: -40px !important;
  left: 50px !important;
  inset: none !important;
}
[data-v-e5bbb6ec] .multiselect__single {
  position: relative !important;
  bottom: -7px !important;
}
[data-v-e5bbb6ec] .multiselect__select {
  top: 4px !important;
}
[data-v-e5bbb6ec] .dropdown-list {
  z-index: 10 !important;
}
.table-container[data-v-bf3f8727] {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  height: 70svh;
}
.audience-table[data-v-bf3f8727] {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.audience-table th[data-v-bf3f8727],
.audience-table td[data-v-bf3f8727] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e7ecf1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audience-table th[data-v-bf3f8727] {
  background: #e7ecf1;
  text-transform: capitalize;
  border-color: #fff;
}
.audience-table th.col-name[data-v-bf3f8727],
.audience-table td.col-name[data-v-bf3f8727] {
  width: 30%;
}
.audience-table th[data-v-bf3f8727]:not(.col-name),
.audience-table td[data-v-bf3f8727]:not(.col-name) {
  width: calc(70% / 4);
}

[data-v-41772456]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-41772456] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-41772456] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-41772456] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-41772456] {
  width: 100%;
}
.home-icon img[data-v-41772456] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-41772456] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-41772456] {
  line-height: 30px;
}
.list-style-none[data-v-41772456] {
  list-style: none;
}
.burger-menu[data-v-41772456] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-41772456] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-41772456] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-41772456] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-41772456] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-41772456] {
  position: relative;
}
.card-product .my-close[data-v-41772456] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-41772456] {
  margin: 0;
}
.filtro-form input[data-v-41772456] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-41772456] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-41772456] {
  padding: 20px 0 0;
}
.img-tiny[data-v-41772456] {
  width: 80px;
}
.img-item img[data-v-41772456] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-41772456] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-41772456] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-41772456]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-41772456] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-41772456] {
  margin-left: 10px;
}
.notifications section[data-v-41772456] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-41772456] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-41772456] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-41772456],
.list-complete-leave-to[data-v-41772456] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-41772456] {
  position: absolute;
}
#_op_data_r[data-v-41772456],
#_op_data_antifraud[data-v-41772456] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-41772456],
iframe#_op_data_antifraud[data-v-41772456],
iframe#device_profile[data-v-41772456],
iframe#thm_mp_cntnr[data-v-41772456] {
  position: absolute !important;
}
iframe[data-v-41772456] {
  background: #fff !important;
}
.main-content[data-v-41772456] {
  padding-top: 30px;
}
.card-contactStory[data-v-41772456] {
  width: 93vw;
}
.card-contactStory img[data-v-41772456] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-41772456] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-41772456] {
  width: 280px;
}
.dropped[data-v-41772456] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-41772456] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-41772456]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-41772456] {
  display: block !important;
}
.dropped .dropdown a[data-v-41772456] {
  color: #fff;
}
.dropped .dropdown a[data-v-41772456]:hover {
  text-decoration: underline;
}
.line-height25[data-v-41772456] {
  line-height: 25px;
}
aside[data-v-41772456] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-41772456] {
  height: 100vh;
}
.my-header[data-v-41772456] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-41772456] {
  position: inherit !important;
}
.my-header-menu[data-v-41772456] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-41772456] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-41772456]:hover {
  background: hannah;
}
.menu-api-activate[data-v-41772456] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-41772456] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-41772456] {
  position: relative;
}
.menu-api-item a[data-v-41772456]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-41772456] {
  padding: 0 !important;
}
.card-product[data-v-41772456] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-41772456] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-41772456] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-41772456] {
  margin: 0;
}
.sticky-home[data-v-41772456] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-41772456] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-41772456]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-41772456] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-41772456]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-41772456] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-41772456]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-41772456] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-41772456] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-41772456] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-41772456]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-41772456] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-41772456] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-41772456] {
  display: block !important;
}
.leftPositionSubMenu[data-v-41772456] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-41772456] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-41772456],
.circle-toggle-box[data-v-41772456] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-41772456] {
  left: 44px !important;
}
.triangleStatus[data-v-41772456]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-41772456] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-41772456] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-41772456] {
  overflow: visible !important;
}
.width-max80[data-v-41772456] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-41772456] {
  display: flex !important;
}
.flex-none[data-v-41772456] {
  flex: none;
}
.flex-nowrap[data-v-41772456] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-41772456] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-41772456] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-41772456] {
  flex-direction: column;
}
.flex-col-row[data-v-41772456] {
  flex-direction: column;
}
.flex-row[data-v-41772456] {
  flex-direction: row;
}
.flex-between-align[data-v-41772456] {
  align-content: space-between;
}
.flex-middle[data-v-41772456] {
  align-items: center;
}
.flex-bottom[data-v-41772456] {
  align-items: flex-end;
}
.flex-between[data-v-41772456] {
  justify-content: space-between;
}
.flex-center[data-v-41772456] {
  justify-content: center;
}
.flex-right[data-v-41772456] {
  justify-content: flex-end;
}
.flex-left[data-v-41772456] {
  justify-content: flex-start;
}
.flex-evenly[data-v-41772456] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-41772456] {
  flex-grow: 1;
}
.flex-grow-2[data-v-41772456] {
  flex-grow: 2;
}
.flex-grow-3[data-v-41772456] {
  flex-grow: 3;
}
.flex-grow-4[data-v-41772456] {
  flex-grow: 4;
}
.flex-grow-5[data-v-41772456] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-41772456] {
  align-items: flex-start;
}
.flex800[data-v-41772456] {
  display: none;
}
.flexc-flex[data-v-41772456] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-41772456] {
  display: none;
}
.flex-display-50-10[data-v-41772456] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-41772456] {
  display: none;
}
.show760[data-v-41772456] {
  display: none;
}
.hide[data-v-41772456] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-41772456] {
    display: block !important;
}
.badge-display[data-v-41772456] {
    display: none;
}
.badge-display2[data-v-41772456] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-41772456] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-41772456] {
    display: block;
}
.badge-display2[data-v-41772456] {
    display: none;
}
.fix-width[data-v-41772456] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-41772456] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-41772456] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-41772456] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-41772456] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-41772456] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-41772456] {
    width: 50%;
}
.width100-40[data-v-41772456] {
    width: 40%;
}
.show600[data-v-41772456] {
    display: block;
}
.width-controll-btn-typeweek[data-v-41772456] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-41772456] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-41772456] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-41772456] {
    width: 220px !important;
}
.leftPositionControl[data-v-41772456] {
    left: -40px !important;
}
.container-tipo-envio[data-v-41772456] {
    display: flex;
}
.width-controll-buys-item[data-v-41772456] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-41772456] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-41772456] {
    top: 380px !important;
}
.my-header-menu[data-v-41772456] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-41772456] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-41772456] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-41772456] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-41772456] {
    min-width: 400px;
}
.cart-btn-add[data-v-41772456] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-41772456] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-41772456] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-41772456] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-41772456] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-41772456] {
    justify-content: left;
}
.flex-mid[data-v-41772456] {
    display: flex !important;
}
.msg-stock[data-v-41772456] {
    padding: 10px 0 0;
}
.counter-cart[data-v-41772456] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-41772456] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-41772456] {
    display: none;
}
.badge-display2[data-v-41772456] {
    display: block;
}
.show760[data-v-41772456] {
    display: block;
}
.hide760[data-v-41772456] {
    display: none;
}
.grid-products[data-v-41772456] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-41772456] {
    margin: auto;
}
.mr-h[data-v-41772456] {
    margin: auto;
}
.width-control-otherProducts[data-v-41772456] {
    width: 170px !important;
}
.leftPositionControl[data-v-41772456] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-41772456] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-41772456] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-41772456] {
    width: 30vw !important;
}
.product-item[data-v-41772456] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-41772456] {
    width: 90% !important;
}
.my-container[data-v-41772456] {
    width: 680px !important;
}
.login[data-v-41772456] {
    width: 310px !important;
}
.width-cuotas-control[data-v-41772456] {
    width: 278px !important;
}
.flexc-flex[data-v-41772456] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-41772456] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-41772456] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-41772456] {
    height: 140px;
}
.width-control-input-chat[data-v-41772456] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-41772456] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-41772456] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-41772456] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-41772456] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-41772456] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-41772456] {
    width: 270px !important;
}
.leftPositionControl[data-v-41772456] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-41772456] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-41772456] {
    width: 17vw !important;
}
.filters-wrap[data-v-41772456] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-41772456] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-41772456] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-41772456] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-41772456] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-41772456] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-41772456] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-41772456] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-41772456]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-41772456] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-41772456] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-41772456]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-41772456] {
    max-width: 330px !important;
}
.iterable-box[data-v-41772456] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-41772456] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-41772456] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-41772456] {
    width: 160px !important;
}
.my-container[data-v-41772456] {
    width: 800px !important;
}
.search-btn-box[data-v-41772456] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-41772456] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-41772456] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-41772456] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-41772456] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-41772456] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-41772456] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-41772456] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-41772456] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-41772456] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-41772456] {
    width: 280px !important;
}
.width300-desktop[data-v-41772456] {
    width: 300px !important;
}
.concept-item-stats[data-v-41772456] {
    width: 80%;
}
.widthHalf-desktop[data-v-41772456] {
    width: 50% !important;
}
.column-desktop[data-v-41772456] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-41772456] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-41772456] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-41772456] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-41772456],
.flex-desktop[data-v-41772456] {
    display: flex !important;
}
.block-desktop[data-v-41772456] {
    display: block !important;
}
.hide-desktop[data-v-41772456] {
    display: none !important;
}
.fixButton[data-v-41772456] {
    top: -20px;
}
.width-cuotas-control[data-v-41772456] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-41772456] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-41772456] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-41772456] {
    display: none !important;
}
.bottom10-desktop[data-v-41772456] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-41772456] {
    left: -125px !important;
}
.grid-products[data-v-41772456] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-41772456] {
    width: 1000px !important;
}
.showFullDesktop[data-v-41772456] {
    display: block !important;
}
.leftPositionControl[data-v-41772456] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-41772456] {
    display: none !important;
}
.show-only-desktop[data-v-41772456] {
    display: flex !important;
}
.leftPositionControl[data-v-41772456] {
    left: -260px !important;
}
.catalog-container[data-v-41772456] {
    margin: unset;
}
.carrito-catalog[data-v-41772456] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-41772456] {
    left: -280px !important;
}
}
.grid-container[data-v-41772456] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-41772456] {
  grid-column: span 1;
}
.grid-item-1[data-v-41772456] {
  grid-column: span 1;
}
.grid-item-2[data-v-41772456] {
  grid-column: span 2;
}
.grid-item-3[data-v-41772456] {
  grid-column: span 3;
}
.grid-item-4[data-v-41772456] {
  grid-column: span 4;
}
.grid-item-5[data-v-41772456] {
  grid-column: span 5;
}
.grid-item-6[data-v-41772456] {
  grid-column: span 6;
}
.grid-item-7[data-v-41772456] {
  grid-column: span 7;
}
.grid-item-8[data-v-41772456] {
  grid-column: span 8;
}
.grid-item-9[data-v-41772456] {
  grid-column: span 9;
}
.grid-item-10[data-v-41772456] {
  grid-column: span 10;
}
.grid-item-11[data-v-41772456] {
  grid-column: span 11;
}
.grid-item-12[data-v-41772456] {
  grid-column: span 12;
}
.grid-cart[data-v-41772456] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-41772456] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-41772456] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-41772456] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-41772456] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-41772456] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-41772456] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-41772456] {
  gap: 10px;
}
.gap20[data-v-41772456] {
  gap: 20px;
}
.grid-box[data-v-41772456] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-41772456] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-41772456] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-41772456],
.grid-3 div[data-v-41772456],
.grid-4 div[data-v-41772456] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-41772456] {
  background: #fff;
}
.grid-item-odd[data-v-41772456]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-41772456] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-41772456] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-41772456] {
  max-width: 350px;
}
.margin0[data-v-41772456] {
  margin: 0 !important;
}
.margin0-5[data-v-41772456] {
  margin: 0 5px;
}
.margin10-0[data-v-41772456] {
  margin: 10px 0;
}
.margin10-5[data-v-41772456] {
  margin: 10px 5px;
}
.margin0-10[data-v-41772456] {
  margin: 0 10px;
}
.margin0-15[data-v-41772456] {
  margin: 0 15px;
}
.margin15-0[data-v-41772456] {
  margin: 15px 0px;
}
.margin20-0[data-v-41772456] {
  margin: 20px 0;
}
.margin20-10[data-v-41772456] {
  margin: 20px 10px;
}
.margin30-0[data-v-41772456] {
  margin: 30px 0;
}
.margin40-0[data-v-41772456] {
  margin: 40px 0;
}
.margin20-40[data-v-41772456] {
  margin: 20px 40px;
}
.margin0-20[data-v-41772456] {
  margin: 0 20px;
}
.margin5[data-v-41772456] {
  margin: 5px;
}
.margin5-0[data-v-41772456] {
  margin: 5px 0;
}
.margin10[data-v-41772456] {
  margin: 10px;
}
.margin10-20[data-v-41772456] {
  margin: 10px 20px;
}
.margin15[data-v-41772456] {
  margin: 15px;
}
.margin20[data-v-41772456] {
  margin: 20px;
}
.margin30[data-v-41772456] {
  margin: 30px;
}
.margin50[data-v-41772456] {
  margin: 50px;
}
.margin-right-auto[data-v-41772456] {
  margin-right: auto;
}
.margin-left-auto[data-v-41772456] {
  margin-left: auto;
}
.ml-h[data-v-41772456] {
  margin-left: auto;
}
.mr-h[data-v-41772456] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-41772456] {
  margin-bottom: 5px;
}
.margin-top5[data-v-41772456] {
  margin-top: 5px !important;
}
.margin-top10[data-v-41772456] {
  margin-top: 10px !important;
}
.margin-top15[data-v-41772456] {
  margin-top: 15px !important;
}
.margin-top20[data-v-41772456] {
  margin-top: 20px !important;
}
.margin-top30[data-v-41772456] {
  margin-top: 30px !important;
}
.margin-top35[data-v-41772456] {
  margin-top: 35px !important;
}
.margin-top40[data-v-41772456] {
  margin-top: 40px !important;
}
.margin-top50[data-v-41772456] {
  margin-top: 50px !important;
}
.margin-top60[data-v-41772456] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-41772456] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-41772456] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-41772456] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-41772456] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-41772456] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-41772456] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-41772456] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-41772456] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-41772456] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-41772456] {
  margin-left: 5px !important;
}
.margin-left10[data-v-41772456] {
  margin-left: 10px !important;
}
.margin-left15[data-v-41772456] {
  margin-left: 15px !important;
}
.margin-left20[data-v-41772456] {
  margin-left: 20px !important;
}
.margin-left30[data-v-41772456] {
  margin-left: 30px !important;
}
.margin-left35[data-v-41772456] {
  margin-left: 35px !important;
}
.margin-left40[data-v-41772456] {
  margin-left: 40px !important;
}
.margin-left50[data-v-41772456] {
  margin-left: 50px !important;
}
.margin-left60[data-v-41772456] {
  margin-left: 60px !important;
}
.margin-right5[data-v-41772456] {
  margin-right: 5px !important;
}
.margin-right10[data-v-41772456] {
  margin-right: 10px !important;
}
.margin-right15[data-v-41772456] {
  margin-right: 15px !important;
}
.margin-right20[data-v-41772456] {
  margin-right: 20px !important;
}
.margin-right30[data-v-41772456] {
  margin-right: 30px !important;
}
.margin-right35[data-v-41772456] {
  margin-right: 35px !important;
}
.margin-right40[data-v-41772456] {
  margin-right: 40px !important;
}
.margin-right50[data-v-41772456] {
  margin-right: 50px !important;
}
.margin-right60[data-v-41772456] {
  margin-right: 60px !important;
}
.my-5[data-v-41772456] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-41772456] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-41772456] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-41772456] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-41772456] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-41772456] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-41772456] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-41772456] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-41772456] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-41772456] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-41772456] {
  padding: 0 !important;
}
.padding5[data-v-41772456] {
  padding: 5px;
}
.padding10[data-v-41772456] {
  padding: 10px;
}
.padding15[data-v-41772456] {
  padding: 15px;
}
.padding20[data-v-41772456] {
  padding: 20px;
}
.padding30[data-v-41772456] {
  padding: 30px;
}
.padding40[data-v-41772456] {
  padding: 40px;
}
.padding40-0[data-v-41772456] {
  padding: 40px 0;
}
.padding-left5[data-v-41772456] {
  padding-left: 5px;
}
.padding-left10[data-v-41772456] {
  padding-left: 10px;
}
.padding-left15[data-v-41772456] {
  padding-left: 15px;
}
.padding-left20[data-v-41772456] {
  padding-left: 20px;
}
.padding-right5[data-v-41772456] {
  padding-right: 5px;
}
.padding-right10[data-v-41772456] {
  padding-right: 10px;
}
.padding-right15[data-v-41772456] {
  padding-right: 15px;
}
.padding-right20[data-v-41772456] {
  padding-right: 20px;
}
.padding-right30[data-v-41772456] {
  padding-right: 30px;
}
.padding-right40[data-v-41772456] {
  padding-right: 40px;
}
.padding-top0[data-v-41772456] {
  padding-top: 0px;
}
.padding-top5[data-v-41772456] {
  padding-top: 5px;
}
.padding-top10[data-v-41772456] {
  padding-top: 10px;
}
.padding-top15[data-v-41772456] {
  padding-top: 15px;
}
.padding-top20[data-v-41772456] {
  padding-top: 20px;
}
.padding-top30[data-v-41772456] {
  padding-top: 30px;
}
.padding-top50[data-v-41772456] {
  padding-top: 50px;
}
.padding-top60[data-v-41772456] {
  padding-top: 60px;
}
.padding-top70[data-v-41772456] {
  padding-top: 70px;
}
.padding-top90[data-v-41772456] {
  padding-top: 90px;
}
.padding-top100[data-v-41772456] {
  padding-top: 100px;
}
.padding-top120[data-v-41772456] {
  padding-top: 120px;
}
.padding-top180[data-v-41772456] {
  padding-top: 180px;
}
.padding-bottom0[data-v-41772456] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-41772456] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-41772456] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-41772456] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-41772456] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-41772456] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-41772456] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-41772456] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-41772456] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-41772456] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-41772456] {
  padding-bottom: 240px;
}
.padding10-0[data-v-41772456] {
  padding: 10px 0;
}
.padding10-5[data-v-41772456] {
  padding: 10px 5px;
}
.padding0-5[data-v-41772456] {
  padding: 0 5px;
}
.padding0-10[data-v-41772456] {
  padding: 0 10px;
}
.padding0-15[data-v-41772456] {
  padding: 0 15px;
}
.padding20-0[data-v-41772456] {
  padding: 20px 0;
}
.padding20-10[data-v-41772456] {
  padding: 20px 10px;
}
.padding15-20[data-v-41772456] {
  padding: 15px 20px;
}
.padding15-0[data-v-41772456] {
  padding: 15px 0px;
}
.padding20-5[data-v-41772456] {
  padding: 20px 5px;
}
.padding0-20[data-v-41772456] {
  padding: 0 20px;
}
.padding5-20[data-v-41772456] {
  padding: 5px 20px;
}
.padding5-15[data-v-41772456] {
  padding: 5px 15px;
}
.padding5-10[data-v-41772456] {
  padding: 5px 10px;
}
.padding15-10[data-v-41772456] {
  padding: 15px 10px;
}
.padding1em[data-v-41772456] {
  padding: 1em;
}
.padding10-20[data-v-41772456] {
  padding: 10px 20px;
}
.padding5-0[data-v-41772456] {
  padding: 5px 0;
}
.padding30-10[data-v-41772456] {
  padding: 30px 10px;
}
.px-5[data-v-41772456] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-41772456] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-41772456] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-41772456] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-41772456] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-41772456] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-41772456] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-41772456] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-41772456] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-41772456] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-41772456] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-41772456] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-41772456] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-41772456] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-41772456] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-41772456] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-41772456] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-41772456] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-41772456] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-41772456] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-41772456] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-41772456] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-41772456] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-41772456] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-41772456] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-41772456] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-41772456] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-41772456] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-41772456]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-41772456] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-41772456]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-41772456] {
  border: 0 !important;
}
.borderRed[data-v-41772456] {
  border-color: #f00 !important;
}
.border-aside[data-v-41772456] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-41772456] {
  border: none;
}
.borderLightgray[data-v-41772456] {
  border: 1px solid lightgray;
}
.borderGray[data-v-41772456] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-41772456] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-41772456] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-41772456] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-41772456] {
  border: 1px solid #fff;
}
.border2green[data-v-41772456] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-41772456] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-41772456] {
  border: 2px solid #fff;
}
.border2gold[data-v-41772456] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-41772456] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-41772456] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-41772456] {
  border-color: #d42717 !important;
}
.border1green[data-v-41772456] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-41772456] {
  border-color: #f00 !important;
}
.border-fixed[data-v-41772456] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-41772456] {
  border-radius: 40px;
}
.radius30[data-v-41772456] {
  border-radius: 30px;
}
.radius20[data-v-41772456] {
  border-radius: 20px;
}
.radius15[data-v-41772456] {
  border-radius: 15px;
}
.radius8[data-v-41772456] {
  border-radius: 8px;
}
.radius3[data-v-41772456] {
  border-radius: 3px !important;
}
.rounded[data-v-41772456] {
  border-radius: 50%;
}
.rounded5[data-v-41772456] {
  border-radius: 5px;
}
.round10[data-v-41772456] {
  border-radius: 10px;
}
.box-border[data-v-41772456] {
  box-sizing: border-box;
}
.text-center[data-v-41772456] {
  text-align: center;
}
.text-right[data-v-41772456] {
  text-align: right;
}
.text-left[data-v-41772456] {
  text-align: left;
}
.text-lowercase[data-v-41772456] {
  text-transform: lowercase;
}
.text-uppercase[data-v-41772456] {
  text-transform: uppercase;
}
.text-capitalize[data-v-41772456] {
  text-transform: capitalize !important;
}
.text-none[data-v-41772456] {
  text-transform: none;
}
.text-ellipsis[data-v-41772456] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-41772456] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-41772456]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-41772456] {
  text-decoration: underline;
}
.text-underline[data-v-41772456]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-41772456] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-41772456] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-41772456] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-41772456] {
  word-break: break-all;
}
.font-bold[data-v-41772456] {
  font-weight: bold;
}
.price-through[data-v-41772456] {
  text-decoration: line-through;
}
.font-italic[data-v-41772456] {
  font-style: italic;
}
.font095em[data-v-41772456] {
  font-size: 0.95em;
}
.font1em[data-v-41772456] {
  font-size: 1em !important;
}
.font2em[data-v-41772456] {
  font-size: 2em;
}
.font2-2em[data-v-41772456] {
  font-size: 2.2em;
}
.font3em[data-v-41772456] {
  font-size: 3em;
}
.font4em[data-v-41772456] {
  font-size: 4em;
}
.font1-5em[data-v-41772456] {
  font-size: 1.5em;
}
.font1-7em[data-v-41772456] {
  font-size: 1.7em;
}
.font1-3em[data-v-41772456] {
  font-size: 1.3em;
}
.font1-4em[data-v-41772456] {
  font-size: 1.4em;
}
.font-9em[data-v-41772456] {
  font-size: 0.9em;
}
.font10[data-v-41772456] {
  font-size: 10px;
}
.font11[data-v-41772456] {
  font-size: 11px;
}
.font12[data-v-41772456] {
  font-size: 12px;
}
.font13[data-v-41772456] {
  font-size: 13px;
}
.font14[data-v-41772456] {
  font-size: 14px;
}
.font15[data-v-41772456] {
  font-size: 15px;
}
.font16[data-v-41772456] {
  font-size: 16px;
}
.font17[data-v-41772456] {
  font-size: 17px;
}
.font18[data-v-41772456] {
  font-size: 18px;
}
.font19[data-v-41772456] {
  font-size: 19px;
}
.font20[data-v-41772456] {
  font-size: 20px;
}
.font21[data-v-41772456] {
  font-size: 21px;
}
.font22[data-v-41772456] {
  font-size: 22px;
}
.font23[data-v-41772456] {
  font-size: 23px;
}
.font24[data-v-41772456] {
  font-size: 24px;
}
.font25[data-v-41772456] {
  font-size: 25px;
}
.font26[data-v-41772456] {
  font-size: 26px;
}
.font27[data-v-41772456] {
  font-size: 27px;
}
.font28[data-v-41772456] {
  font-size: 28px;
}
.font29[data-v-41772456] {
  font-size: 29px;
}
.font30[data-v-41772456] {
  font-size: 30px;
}
.font31[data-v-41772456] {
  font-size: 31px;
}
.font32[data-v-41772456] {
  font-size: 32px;
}
.font33[data-v-41772456] {
  font-size: 33px;
}
.font34[data-v-41772456] {
  font-size: 34px;
}
.font35[data-v-41772456] {
  font-size: 35px;
}
.font36[data-v-41772456] {
  font-size: 36px;
}
.font37[data-v-41772456] {
  font-size: 37px;
}
.font38[data-v-41772456] {
  font-size: 38px;
}
.font39[data-v-41772456] {
  font-size: 39px;
}
.font40[data-v-41772456] {
  font-size: 40px;
}
.font-normal[data-v-41772456] {
  font-weight: normal;
}
.color-white[data-v-41772456] {
  color: #fff;
}
.color-transparent[data-v-41772456] {
  color: transparent !important;
}
.color-black[data-v-41772456] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-41772456] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-41772456] {
  color: fuchia;
}
.color-gray[data-v-41772456] {
  color: #a5afb9;
}
.color-hardgray[data-v-41772456] {
  color: #4d5263;
}
.color-hannah[data-v-41772456] {
  color: #EA184D;
}
.color-lightgray[data-v-41772456] {
  color: #d3d3d3;
}
.color-darkblue[data-v-41772456] {
  color: #2c3e50;
}
.color-darkgray[data-v-41772456] {
  color: #757575;
}
.color-lightred[data-v-41772456] {
  color: #e74c3c;
}
.color-red[data-v-41772456] {
  color: #e74c3c;
}
.color-blue[data-v-41772456] {
  color: #2980b9;
}
.color-yellow[data-v-41772456] {
  color: #f49d1e;
}
.color-orange[data-v-41772456] {
  color: #ffa500;
}
.color-green[data-v-41772456] {
  color: #2AA186;
}
.color-gplus[data-v-41772456] {
  color: #d42717;
}
.back-bluelight[data-v-41772456] {
  background: #EBF0FF !important;
}
.back-blue[data-v-41772456] {
  background: #2980b9 !important;
}
.back-hannah[data-v-41772456] {
  background: #EA184D !important;
}
.back-purple[data-v-41772456] {
  background: #8e44ad;
}
.back-green[data-v-41772456] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-41772456] {
  background: #2AA186;
}
.back-yellow[data-v-41772456] {
  background: #f49d1e !important;
}
.back-gold[data-v-41772456] {
  background: #f49d1e !important;
}
.back-red[data-v-41772456] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-41772456] {
  background: #e74c3c;
}
.back-lightred[data-v-41772456] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-41772456] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-41772456] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-41772456] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-41772456] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-41772456] {
  background: #f49d1e !important;
}
.back-gplus[data-v-41772456] {
  background: #d42717;
}
.back-darkblue[data-v-41772456] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-41772456] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-41772456] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-41772456] {
  background: #3e3d40;
}
.back-midgray[data-v-41772456] {
  background: #ececec;
}
.back-gray[data-v-41772456] {
  background: #a5afb9;
}
.back-black[data-v-41772456] {
  background: #121212;
}
.back-transparent[data-v-41772456] {
  background: transparent;
}
.back-white[data-v-41772456] {
  background: #fff !important;
}
.back-white-simple[data-v-41772456] {
  background-color: #fff;
}
.back-lightgray[data-v-41772456] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-41772456] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-41772456] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-41772456] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-41772456] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-41772456] {
  background: #D6DFE4;
}
.bg-aside[data-v-41772456] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-41772456] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-41772456] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-41772456] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-41772456] {
  background: #fff;
}
.back-item-odd-white[data-v-41772456]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-41772456] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-41772456] {
  position: relative;
}
.absolute[data-v-41772456] {
  position: absolute;
}
.fixed[data-v-41772456] {
  position: fixed;
}
.fixed-bottom[data-v-41772456] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-41772456] {
  position: sticky;
}
.sticky.active[data-v-41772456] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-41772456] {
  bottom: 0;
}
.right0[data-v-41772456] {
  right: 0 !important;
}
.left0[data-v-41772456] {
  left: 0 !important;
}
.leftPositionControl[data-v-41772456] {
  left: -10px;
}
.width100-50[data-v-41772456] {
  width: 100%;
}
.width100-40[data-v-41772456] {
  width: 100%;
}
.min-width100[data-v-41772456] {
  min-width: 100%;
}
.min-width90[data-v-41772456] {
  min-width: 90%;
}
.min-width80[data-v-41772456] {
  min-width: 80% !important;
}
.min-width70[data-v-41772456] {
  min-width: 70%;
}
.min-width60[data-v-41772456] {
  min-width: 60%;
}
.min-width50[data-v-41772456] {
  max-width: 50%;
}
.min-width45[data-v-41772456] {
  min-width: 45%;
}
.min-width40[data-v-41772456] {
  min-width: 40%;
}
.min-width30[data-v-41772456] {
  min-width: 30%;
}
.min-width20[data-v-41772456] {
  min-width: 20%;
}
.min-width25[data-v-41772456] {
  min-width: 25%;
}
.min-width10[data-v-41772456] {
  min-width: 10%;
}
.width100[data-v-41772456] {
  width: 100%;
}
.width90[data-v-41772456] {
  width: 90%;
}
.width80[data-v-41772456] {
  width: 80% !important;
}
.width70[data-v-41772456] {
  width: 70%;
}
.width60[data-v-41772456] {
  width: 60%;
}
.width50[data-v-41772456] {
  width: 50%;
}
.width45[data-v-41772456] {
  width: 45%;
}
.width40[data-v-41772456] {
  width: 40%;
}
.width30[data-v-41772456] {
  width: 30%;
}
.width20[data-v-41772456] {
  width: 20%;
}
.width25[data-v-41772456] {
  width: 25%;
}
.width10[data-v-41772456] {
  width: 10%;
}
.width-min[data-v-41772456] {
  width: min-content;
}
.max-width800[data-v-41772456] {
  max-width: 800px;
}
.widthCenter[data-v-41772456] {
  width: 80%;
}
.max-width600[data-v-41772456] {
  max-width: 600px;
}
.max-width300[data-v-41772456] {
  max-width: 300px;
}
.widthHalf[data-v-41772456] {
  width: 50%;
}
.width-sellProductImg-control[data-v-41772456] {
  width: 150px;
}
.top-control-sellProduct[data-v-41772456] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-41772456] {
  width: 100%;
}
.width-cuotas-control-item[data-v-41772456] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-41772456] {
  width: 163px;
}
.width-control-btn-inline[data-v-41772456] {
  width: 195px;
}
.width-controll-buys-item[data-v-41772456] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-41772456] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-41772456] {
  width: 180px;
}
.width-pasarela-img-control[data-v-41772456] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-41772456] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-41772456] {
  width: 95%;
}
.width-pasarela[data-v-41772456] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-41772456]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-41772456]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-41772456]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-41772456]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-41772456] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-41772456] {
  max-height: 100%;
}
.height220[data-v-41772456] {
  height: 220px;
}
.height100vh[data-v-41772456] {
  height: 100vh !important;
}
.heightFilters[data-v-41772456] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-41772456] {
  height: 100%;
}
.height-aside[data-v-41772456] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-41772456] {
  height: 0px;
}
.heightBox[data-v-41772456] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-41772456] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-41772456] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-41772456] {
  justify-content: center;
}
.pointer[data-v-41772456] {
  cursor: pointer !important;
}
.cursor-move[data-v-41772456] {
  cursor: move !important;
}
.cursor-not[data-v-41772456] {
  cursor: not-allowed !important;
}
.events-none[data-v-41772456] {
  pointer-events: none;
}
.shadow[data-v-41772456] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-41772456] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-41772456] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-41772456] {
  transition: 0.3s;
}
.hoverShadow[data-v-41772456]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-41772456] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-41772456] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-41772456] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-41772456] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-41772456] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-41772456] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-41772456] {
  width: 40px;
  height: 40px;
}
.square35[data-v-41772456] {
  width: 35px;
  height: 35px;
}
.square30[data-v-41772456] {
  width: 30px;
  height: 30px;
}
.square25[data-v-41772456] {
  width: 25px;
  height: 25px;
}
.square12[data-v-41772456] {
  width: 12px;
  height: 12px;
}
.square15[data-v-41772456] {
  width: 15px;
  height: 15px;
}
.square17[data-v-41772456] {
  width: 17px;
  height: 17px;
}
.square18[data-v-41772456] {
  width: 18px;
  height: 18px;
}
.square20[data-v-41772456] {
  width: 20px;
  height: 20px;
}
.square50[data-v-41772456] {
  width: 50px;
  height: 50px;
}
.square70[data-v-41772456] {
  width: 70px;
  height: 70px;
}
.square55[data-v-41772456] {
  width: 55px;
  height: 55px;
}
.square100[data-v-41772456] {
  width: 100px;
  height: 100px;
}
.square10[data-v-41772456] {
  width: 10px;
  height: 10px;
}
.square200[data-v-41772456] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-41772456] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-41772456] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-41772456] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-41772456] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-41772456] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-41772456] {
  overflow-y: hidden;
}
.remove-scroll[data-v-41772456] {
  overflow-y: hidden;
}
.active-scroll[data-v-41772456] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-41772456] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-41772456] {
  overflow: hidden !important;
}
.overflow-auto[data-v-41772456] {
  overflow: auto !important;
}
.hidden[data-v-41772456] {
  visibility: hidden;
}
.offscreen[data-v-41772456] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-41772456] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-41772456] {
  opacity: 0;
}
.opacity30[data-v-41772456] {
  opacity: 0.3;
}
.opacity50[data-v-41772456] {
  opacity: 0.5;
}
.opacity70[data-v-41772456] {
  opacity: 0.7;
}
.opacity80[data-v-41772456] {
  opacity: 0.8;
}
.transition30[data-v-41772456] {
  transition: 0.3s;
}
.cleared[data-v-41772456] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-41772456] {
  transition: 0.1s;
}
.hover-green[data-v-41772456]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-41772456] {
  animation: aside-41772456 0.5s reverse;
}
.aside-leave-active[data-v-41772456] {
  animation: aside-41772456 0.5s;
}
.asideContent-enter-active[data-v-41772456] {
  animation: asideContent-41772456 0.3s reverse;
}
.asideContent-leave-active[data-v-41772456] {
  animation: asideContent-41772456 0.3s;
}
@keyframes aside-41772456 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-41772456 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-41772456 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-41772456] {
  animation: spin-41772456 2s infinite;
}
@keyframes spin-41772456 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-41772456] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-41772456] {
  padding: 3px;
}
.carousel__pagination-button[data-v-41772456] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-41772456] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-41772456]::after {
  display: none !important;
}
.pagination[data-v-41772456] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-41772456] {
  display: inline;
}
.pagination > li > a[data-v-41772456], .pagination > li > span[data-v-41772456] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-41772456], .pagination > li:first-child > span[data-v-41772456] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-41772456], .pagination > li:last-child > span[data-v-41772456] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-41772456]:hover, .pagination > li > span[data-v-41772456]:hover, .pagination > li > a[data-v-41772456]:focus, .pagination > li > span[data-v-41772456]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-41772456], .pagination > .active > span[data-v-41772456], .pagination > .active > a[data-v-41772456]:hover, .pagination > .active > span[data-v-41772456]:hover, .pagination > .active > a[data-v-41772456]:focus, .pagination > .active > span[data-v-41772456]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-41772456] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-41772456]:hover, .pagination > .disabled > span[data-v-41772456]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-41772456] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-41772456]:hover, .pagination > .disabled > a[data-v-41772456]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-41772456], .pagination-lg > li > span[data-v-41772456] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-41772456], .pagination-lg > li:first-child > span[data-v-41772456] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-41772456], .pagination-lg > li:last-child > span[data-v-41772456] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-41772456], .pagination-sm > li > span[data-v-41772456] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-41772456], .pagination-sm > li:first-child > span[data-v-41772456] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-41772456], .pagination-sm > li:last-child > span[data-v-41772456] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-41772456] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-41772456] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-41772456] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-41772456] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-41772456] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-41772456] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-41772456] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-41772456]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-41772456] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-41772456]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-41772456] {
  overflow: unset !important;
}
.btn-shadow[data-v-41772456] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-41772456] {
  margin-left: 0px;
}
.reset-button[data-v-41772456] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-41772456] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-41772456]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-41772456] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-41772456] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-41772456],
.btn-finalize[data-v-41772456] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-41772456] {
  right: 7px;
}
.btn-finalize[data-v-41772456] {
  left: 7px;
}
.tab-counter[data-v-41772456] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-41772456] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-41772456] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-41772456] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-41772456] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-41772456] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-41772456] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-41772456] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-41772456] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-41772456] {
  transition: 0.5s;
}
.tab[data-v-41772456]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-41772456] {
  color: #2980b9;
}
.tab.active[data-v-41772456]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-41772456] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-41772456] {
  width: 220px;
}
.badge-display[data-v-41772456], .badge-display2[data-v-41772456] {
  min-width: 224px;
}
.my-badge[data-v-41772456] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-41772456] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-41772456] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-41772456] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-41772456] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-41772456] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-41772456] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-41772456] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-41772456] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-41772456] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-41772456] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-41772456] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-41772456] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-41772456] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-41772456] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-41772456] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-41772456] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-41772456] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-41772456] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-41772456] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-41772456] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-41772456] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-41772456] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-41772456] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-41772456] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-41772456] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-41772456] {
  flex-wrap: wrap;
}
.vueperslide[data-v-41772456] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-41772456] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-41772456] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-41772456] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-41772456] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-41772456] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-41772456] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-41772456] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-41772456] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-41772456] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-41772456] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-41772456] {
  width: 100%;
}
.img-product-detail[data-v-41772456] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-41772456] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-41772456] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-41772456] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-41772456] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-41772456] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-41772456] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-41772456] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-41772456] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-41772456] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-41772456] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-41772456] {
  text-align: center;
}
.modal-enter[data-v-41772456], .modal-leave-active[data-v-41772456] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-41772456], .modal-leave-active .modal-container[data-v-41772456] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-41772456] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-41772456] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-41772456] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-41772456] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-41772456] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-41772456]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-41772456] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-41772456] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-41772456] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-41772456]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-41772456] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-41772456] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-41772456] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-41772456]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-41772456] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-41772456] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-41772456] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-41772456]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-41772456] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-41772456] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-41772456] {
  display: none;
}
.vdp-datepicker input[data-v-41772456] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-41772456]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-41772456] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-41772456] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-41772456 ease-in-out infinite;
}
.vue-treeselect__control[data-v-41772456] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-41772456] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-41772456] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-41772456] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-41772456] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-41772456] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-41772456] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-41772456] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-41772456 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-41772456 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-41772456 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-41772456 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-41772456 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-41772456 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-41772456],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-41772456] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-41772456] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-41772456] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-41772456],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-41772456] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-41772456] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-41772456] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-41772456] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-41772456],
.vue-treeselect span[data-v-41772456] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-41772456] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-41772456] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-41772456]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-41772456] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-41772456] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-41772456],
.vue-treeselect__control[data-v-41772456]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-41772456] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-41772456] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-41772456],
.vue-treeselect__multi-value[data-v-41772456] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-41772456] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-41772456] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-41772456] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-41772456] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-41772456],
.vue-treeselect__single-value[data-v-41772456] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-41772456] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-41772456] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-41772456] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-41772456] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-41772456] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-41772456]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-41772456] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-41772456] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-41772456],
.vue-treeselect__multi-value-label[data-v-41772456] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-41772456] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-41772456] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-41772456],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-41772456] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-41772456] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-41772456] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-41772456] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-41772456] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-41772456] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-41772456] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-41772456] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-41772456] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-41772456] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-41772456] {
  display: none;
}
.vue-treeselect__input[data-v-41772456],
.vue-treeselect__sizer[data-v-41772456] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-41772456] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-41772456]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-41772456] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-41772456] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-41772456] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-41772456] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-41772456 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-41772456 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-41772456]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-41772456] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-41772456] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-41772456] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-41772456] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-41772456] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-41772456] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-41772456] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-41772456] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-41772456] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-41772456] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-41772456] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-41772456] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-41772456] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-41772456] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-41772456] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-41772456] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-41772456] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-41772456] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-41772456] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-41772456] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-41772456] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-41772456] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-41772456]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-41772456] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-41772456],
.vue-treeselect__option-arrow-placeholder[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-41772456] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-41772456] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-41772456],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-41772456] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-41772456] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-41772456] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-41772456] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-41772456] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-41772456] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-41772456],
.vue-treeselect__minus-mark[data-v-41772456] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-41772456] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-41772456] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-41772456] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-41772456] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-41772456] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-41772456] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-41772456] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-41772456] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-41772456] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-41772456] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-41772456] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-41772456] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-41772456] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-41772456] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-41772456] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-41772456] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-41772456] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-41772456] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-41772456] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-41772456] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-41772456] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-41772456] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-41772456]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-41772456] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-41772456]::before,
.vue-treeselect__icon-error[data-v-41772456]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-41772456]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-41772456]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-41772456] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-41772456 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-41772456 linear infinite;
}
.vue-treeselect__icon-loader[data-v-41772456]::before,
.vue-treeselect__icon-loader[data-v-41772456]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-41772456 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-41772456 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-41772456]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-41772456]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-41772456],
.vac-loader-wrapper[data-v-41772456] {
  display: none !important;
}
.vac-room-name[data-v-41772456] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-41772456] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-41772456] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-41772456] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-41772456] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-41772456] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-41772456] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-41772456] {
  min-height: 24px !important;
}
.tagWarn[data-v-41772456] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-41772456]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-41772456] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-41772456]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-41772456]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-41772456] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-41772456] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-41772456] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-41772456] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-41772456]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-41772456] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-41772456]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-41772456] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-41772456] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-41772456] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-41772456]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-41772456] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-41772456]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-41772456] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-41772456]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-41772456]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-41772456] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-41772456] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-41772456] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-41772456]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-41772456] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-41772456] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-41772456] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-41772456]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-41772456] {
  font-size: 1.15em;
}
.my-select[data-v-41772456] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-41772456] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-41772456] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-41772456] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-41772456] {
  width: 160px;
}
.my-select[data-v-41772456] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-41772456] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-41772456] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-41772456] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-41772456] {
  width: 160px;
}
.input-cupon[data-v-41772456] {
  display: flex;
}
.input-cupon > div > span[data-v-41772456] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-41772456] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-41772456] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-41772456]:not(:checked),
input[type=checkbox].check[data-v-41772456]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-41772456],
input[type=checkbox].check:checked + label[data-v-41772456] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-41772456]:before,
input[type=checkbox].check:checked + label[data-v-41772456]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-41772456]:after,
input[type=checkbox].check:checked + label[data-v-41772456]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-41772456]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-41772456]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-41772456]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-41772456]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-41772456]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-41772456] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-41772456]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-41772456]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-41772456] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-41772456] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-41772456] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-41772456] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-41772456] {
  opacity: 1;
}
.multiselect__tag[data-v-41772456] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-41772456] {
  background: #2AA186 !important;
}
.multiselect[data-v-41772456] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-41772456]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-41772456] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-41772456] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-41772456]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-41772456]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-41772456]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-41772456]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-41772456] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-41772456] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-41772456] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-41772456] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-41772456] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-41772456] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-41772456]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-41772456]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-41772456]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-41772456] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-41772456] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-41772456] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-41772456] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-41772456]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-41772456] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-41772456] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-41772456] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-41772456] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-41772456] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-41772456] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-41772456]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-41772456] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-41772456] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-41772456], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-41772456] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-41772456] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-41772456] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-41772456], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-41772456] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-41772456], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-41772456] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-41772456]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-41772456]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-41772456] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-41772456] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-41772456] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-41772456] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-41772456] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-41772456] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-41772456] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-41772456] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-41772456] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-41772456] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-41772456] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-41772456] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-41772456] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-41772456] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-41772456] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-41772456]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-41772456] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-41772456] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-41772456] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-41772456] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-41772456] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-41772456] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-41772456] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-41772456] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-41772456], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-41772456] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-41772456] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-41772456] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-41772456] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-41772456] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-41772456] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-41772456] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-41772456] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-41772456], .v3-emoji-picker .v3-header[data-v-41772456] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-41772456] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-41772456] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-41772456] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-41772456]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-41772456], .v3-emoji-picker .v3-skin-tones[data-v-41772456] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-41772456]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-41772456] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-41772456] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-41772456] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-41772456], body[data-v-41772456] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-41772456], body.home[data-v-41772456] {
  background-color: #fff;
}
[data-v-41772456]:focus {
  outline: none !important;
}
a[data-v-41772456] {
  text-decoration: none;
}
a[data-v-41772456]:hover,
a[data-v-41772456]:focus {
  text-decoration: none;
}
img[data-v-41772456] {
  border: 0;
}
textarea[data-v-41772456] {
  resize: none;
}
h1[data-v-41772456],
h2[data-v-41772456],
h3[data-v-41772456],
h4[data-v-41772456],
h5[data-v-41772456],
h6[data-v-41772456] {
  font-weight: bold;
}
[data-v-41772456] .vue-country-select {
  border: 2px solid #a5afb9 !important;
}
[data-v-41772456] .vue-country-select .dropdown {
  height: 0px !important;
  padding: 23px 9px;
}
[data-v-41772456] .country-selector__toggle {
  margin-top: 5px !important;
}
[data-v-41772456] .country-selector__input {
  padding: 24px 35px !important;
  font-size: 17px !important;
  border-radius: 3px !important;
  box-shadow: grey 0px 0px 0px !important;
}
[data-v-41772456] .country-selector__input:focus {
  border-color: #2980b9 !important;
  caret-color: inherit;
}
[data-v-41772456] .vue-country-select .dropdown-list {
  width: 350% !important;
}
.vac-message-current[data-v-41772456] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-41772456] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  margin: 10px 0;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.vac-message-container[data-v-41772456] {
  position: relative;
  padding: 2px 10px;
  align-items: end;
  min-width: 100px;
  box-sizing: content-box;
}
.vac-message-current[data-v-41772456] {
  background-color: var(--chat-message-bg-color-me) !important;
}
.vac-message-card[data-v-41772456] {
  background-color: var(--chat-message-bg-color);
  color: var(--chat-message-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 9px 3px;
  white-space: pre-line;
  max-width: 100%;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  transition: box-shadow 0.28scubic-bezier 0.4, 0, 0.2, 1;
  will-change: box-shadow;
  box-shadow: 0 1px 1px -1px #0000001a, 0 1px 1px -1px #0000001c, 0 1px 2px -1px #0000001c;
}
.template-buttons[data-v-41772456] {
  padding-top: 10px;
}
.message-actions[data-v-41772456] {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--lightgray);
  padding: 5px 0px;
  color: #2980b9;
}
.document-thumbnail[data-v-41772456] {
  width: 100%;
  min-height: 72px;
  border: 1px solid #d7dbe0;
  border-radius: 8px;
  background: #f7f9fb;
  padding: 12px;
  box-sizing: border-box;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-period-container[data-v-806feac0] {
  justify-content: flex-end;
@media (max-width: 590px) {
    justify-content: flex-start;
}
}
.select-date-container[data-v-806feac0] {
@media (max-width: 350px) {
.filter-button[data-v-806feac0] {
      width: 100%;
      margin-top: 10px;
}

    flex-wrap: wrap;
}
}
.pagination[data-v-806feac0] {
  margin: 10px 0;
}
.input-date[data-v-806feac0] {
  width: 150px;
}
@media (max-width: 390px) {
.input-date[data-v-806feac0] {
    width: 110px;
}
.ion-arrow-right-b[data-v-806feac0] {
    display: none;
}
}
.ghost[data-v-806feac0] {
  opacity: 0.5;
  background: #c8ebfb;
}
.tabs-container[data-v-806feac0] {
  position: sticky;
  top: 60px;
  z-index: 5;
  background: white;
  background: #e7ecf1;
  padding-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Pantalla ancha: ocupa 100%. Si los textos no caben: la fila crece y aparece scroll horizontal. */
.tabs-container[data-v-806feac0] .whatsapi-tabs {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box;
  width: max-content;
  min-width: 100%;
}
.tabs-container[data-v-806feac0] .whatsapi-tabs .tab {
  width: auto !important;
  flex: 1 1 0 !important;
  min-width: max-content !important;
  white-space: nowrap;
  box-sizing: border-box;
}

.text-message-input[data-v-3b455393] {
  min-height: 150px;
  font-family: Helvetica, Arial, sans-serif !important;
}

[data-v-3228dcc8]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-3228dcc8] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-3228dcc8] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-3228dcc8] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-3228dcc8] {
  width: 100%;
}
.home-icon img[data-v-3228dcc8] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-3228dcc8] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-3228dcc8] {
  line-height: 30px;
}
.list-style-none[data-v-3228dcc8] {
  list-style: none;
}
.burger-menu[data-v-3228dcc8] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-3228dcc8] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-3228dcc8] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-3228dcc8] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-3228dcc8] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-3228dcc8] {
  position: relative;
}
.card-product .my-close[data-v-3228dcc8] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-3228dcc8] {
  margin: 0;
}
.filtro-form input[data-v-3228dcc8] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-3228dcc8] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-3228dcc8] {
  padding: 20px 0 0;
}
.img-tiny[data-v-3228dcc8] {
  width: 80px;
}
.img-item img[data-v-3228dcc8] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-3228dcc8] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-3228dcc8] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-3228dcc8]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-3228dcc8] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-3228dcc8] {
  margin-left: 10px;
}
.notifications section[data-v-3228dcc8] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-3228dcc8] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-3228dcc8] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-3228dcc8],
.list-complete-leave-to[data-v-3228dcc8] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-3228dcc8] {
  position: absolute;
}
#_op_data_r[data-v-3228dcc8],
#_op_data_antifraud[data-v-3228dcc8] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-3228dcc8],
iframe#_op_data_antifraud[data-v-3228dcc8],
iframe#device_profile[data-v-3228dcc8],
iframe#thm_mp_cntnr[data-v-3228dcc8] {
  position: absolute !important;
}
iframe[data-v-3228dcc8] {
  background: #fff !important;
}
.main-content[data-v-3228dcc8] {
  padding-top: 30px;
}
.card-contactStory[data-v-3228dcc8] {
  width: 93vw;
}
.card-contactStory img[data-v-3228dcc8] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-3228dcc8] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-3228dcc8] {
  width: 280px;
}
.dropped[data-v-3228dcc8] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-3228dcc8] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-3228dcc8]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-3228dcc8] {
  display: block !important;
}
.dropped .dropdown a[data-v-3228dcc8] {
  color: #fff;
}
.dropped .dropdown a[data-v-3228dcc8]:hover {
  text-decoration: underline;
}
.line-height25[data-v-3228dcc8] {
  line-height: 25px;
}
aside[data-v-3228dcc8] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-3228dcc8] {
  height: 100vh;
}
.my-header[data-v-3228dcc8] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-3228dcc8] {
  position: inherit !important;
}
.my-header-menu[data-v-3228dcc8] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-3228dcc8] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-3228dcc8]:hover {
  background: hannah;
}
.menu-api-activate[data-v-3228dcc8] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-3228dcc8] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-3228dcc8] {
  position: relative;
}
.menu-api-item a[data-v-3228dcc8]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-3228dcc8] {
  padding: 0 !important;
}
.card-product[data-v-3228dcc8] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-3228dcc8] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-3228dcc8] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-3228dcc8] {
  margin: 0;
}
.sticky-home[data-v-3228dcc8] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-3228dcc8] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-3228dcc8]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-3228dcc8] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-3228dcc8]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-3228dcc8] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-3228dcc8]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-3228dcc8] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-3228dcc8] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-3228dcc8] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-3228dcc8]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-3228dcc8] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-3228dcc8] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-3228dcc8] {
  display: block !important;
}
.leftPositionSubMenu[data-v-3228dcc8] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-3228dcc8] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-3228dcc8],
.circle-toggle-box[data-v-3228dcc8] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-3228dcc8] {
  left: 44px !important;
}
.triangleStatus[data-v-3228dcc8]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-3228dcc8] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-3228dcc8] {
  overflow: visible !important;
}
.width-max80[data-v-3228dcc8] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-3228dcc8] {
  display: flex !important;
}
.flex-none[data-v-3228dcc8] {
  flex: none;
}
.flex-nowrap[data-v-3228dcc8] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-3228dcc8] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-3228dcc8] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-3228dcc8] {
  flex-direction: column;
}
.flex-col-row[data-v-3228dcc8] {
  flex-direction: column;
}
.flex-row[data-v-3228dcc8] {
  flex-direction: row;
}
.flex-between-align[data-v-3228dcc8] {
  align-content: space-between;
}
.flex-middle[data-v-3228dcc8] {
  align-items: center;
}
.flex-bottom[data-v-3228dcc8] {
  align-items: flex-end;
}
.flex-between[data-v-3228dcc8] {
  justify-content: space-between;
}
.flex-center[data-v-3228dcc8] {
  justify-content: center;
}
.flex-right[data-v-3228dcc8] {
  justify-content: flex-end;
}
.flex-left[data-v-3228dcc8] {
  justify-content: flex-start;
}
.flex-evenly[data-v-3228dcc8] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-3228dcc8] {
  flex-grow: 1;
}
.flex-grow-2[data-v-3228dcc8] {
  flex-grow: 2;
}
.flex-grow-3[data-v-3228dcc8] {
  flex-grow: 3;
}
.flex-grow-4[data-v-3228dcc8] {
  flex-grow: 4;
}
.flex-grow-5[data-v-3228dcc8] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-3228dcc8] {
  align-items: flex-start;
}
.flex800[data-v-3228dcc8] {
  display: none;
}
.flexc-flex[data-v-3228dcc8] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-3228dcc8] {
  display: none;
}
.flex-display-50-10[data-v-3228dcc8] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-3228dcc8] {
  display: none;
}
.show760[data-v-3228dcc8] {
  display: none;
}
.hide[data-v-3228dcc8] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-3228dcc8] {
    display: block !important;
}
.badge-display[data-v-3228dcc8] {
    display: none;
}
.badge-display2[data-v-3228dcc8] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-3228dcc8] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-3228dcc8] {
    display: block;
}
.badge-display2[data-v-3228dcc8] {
    display: none;
}
.fix-width[data-v-3228dcc8] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-3228dcc8] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-3228dcc8] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-3228dcc8] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-3228dcc8] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-3228dcc8] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-3228dcc8] {
    width: 50%;
}
.width100-40[data-v-3228dcc8] {
    width: 40%;
}
.show600[data-v-3228dcc8] {
    display: block;
}
.width-controll-btn-typeweek[data-v-3228dcc8] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-3228dcc8] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-3228dcc8] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-3228dcc8] {
    width: 220px !important;
}
.leftPositionControl[data-v-3228dcc8] {
    left: -40px !important;
}
.container-tipo-envio[data-v-3228dcc8] {
    display: flex;
}
.width-controll-buys-item[data-v-3228dcc8] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-3228dcc8] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-3228dcc8] {
    top: 380px !important;
}
.my-header-menu[data-v-3228dcc8] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-3228dcc8] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-3228dcc8] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-3228dcc8] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-3228dcc8] {
    min-width: 400px;
}
.cart-btn-add[data-v-3228dcc8] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-3228dcc8] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-3228dcc8] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-3228dcc8] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-3228dcc8] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-3228dcc8] {
    justify-content: left;
}
.flex-mid[data-v-3228dcc8] {
    display: flex !important;
}
.msg-stock[data-v-3228dcc8] {
    padding: 10px 0 0;
}
.counter-cart[data-v-3228dcc8] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-3228dcc8] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-3228dcc8] {
    display: none;
}
.badge-display2[data-v-3228dcc8] {
    display: block;
}
.show760[data-v-3228dcc8] {
    display: block;
}
.hide760[data-v-3228dcc8] {
    display: none;
}
.grid-products[data-v-3228dcc8] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-3228dcc8] {
    margin: auto;
}
.mr-h[data-v-3228dcc8] {
    margin: auto;
}
.width-control-otherProducts[data-v-3228dcc8] {
    width: 170px !important;
}
.leftPositionControl[data-v-3228dcc8] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-3228dcc8] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-3228dcc8] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-3228dcc8] {
    width: 30vw !important;
}
.product-item[data-v-3228dcc8] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-3228dcc8] {
    width: 90% !important;
}
.my-container[data-v-3228dcc8] {
    width: 680px !important;
}
.login[data-v-3228dcc8] {
    width: 310px !important;
}
.width-cuotas-control[data-v-3228dcc8] {
    width: 278px !important;
}
.flexc-flex[data-v-3228dcc8] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-3228dcc8] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-3228dcc8] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-3228dcc8] {
    height: 140px;
}
.width-control-input-chat[data-v-3228dcc8] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-3228dcc8] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-3228dcc8] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-3228dcc8] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-3228dcc8] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-3228dcc8] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-3228dcc8] {
    width: 270px !important;
}
.leftPositionControl[data-v-3228dcc8] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-3228dcc8] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-3228dcc8] {
    width: 17vw !important;
}
.filters-wrap[data-v-3228dcc8] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-3228dcc8] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-3228dcc8] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-3228dcc8] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-3228dcc8] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-3228dcc8] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-3228dcc8] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-3228dcc8] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-3228dcc8]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-3228dcc8] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-3228dcc8] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-3228dcc8]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-3228dcc8] {
    max-width: 330px !important;
}
.iterable-box[data-v-3228dcc8] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-3228dcc8] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-3228dcc8] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-3228dcc8] {
    width: 160px !important;
}
.my-container[data-v-3228dcc8] {
    width: 800px !important;
}
.search-btn-box[data-v-3228dcc8] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-3228dcc8] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-3228dcc8] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-3228dcc8] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-3228dcc8] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-3228dcc8] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-3228dcc8] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-3228dcc8] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-3228dcc8] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-3228dcc8] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-3228dcc8] {
    width: 280px !important;
}
.width300-desktop[data-v-3228dcc8] {
    width: 300px !important;
}
.concept-item-stats[data-v-3228dcc8] {
    width: 80%;
}
.widthHalf-desktop[data-v-3228dcc8] {
    width: 50% !important;
}
.column-desktop[data-v-3228dcc8] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-3228dcc8] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-3228dcc8] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-3228dcc8] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-3228dcc8],
.flex-desktop[data-v-3228dcc8] {
    display: flex !important;
}
.block-desktop[data-v-3228dcc8] {
    display: block !important;
}
.hide-desktop[data-v-3228dcc8] {
    display: none !important;
}
.fixButton[data-v-3228dcc8] {
    top: -20px;
}
.width-cuotas-control[data-v-3228dcc8] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-3228dcc8] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-3228dcc8] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-3228dcc8] {
    display: none !important;
}
.bottom10-desktop[data-v-3228dcc8] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-3228dcc8] {
    left: -125px !important;
}
.grid-products[data-v-3228dcc8] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-3228dcc8] {
    width: 1000px !important;
}
.showFullDesktop[data-v-3228dcc8] {
    display: block !important;
}
.leftPositionControl[data-v-3228dcc8] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-3228dcc8] {
    display: none !important;
}
.show-only-desktop[data-v-3228dcc8] {
    display: flex !important;
}
.leftPositionControl[data-v-3228dcc8] {
    left: -260px !important;
}
.catalog-container[data-v-3228dcc8] {
    margin: unset;
}
.carrito-catalog[data-v-3228dcc8] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-3228dcc8] {
    left: -280px !important;
}
}
.grid-container[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-3228dcc8] {
  grid-column: span 1;
}
.grid-item-1[data-v-3228dcc8] {
  grid-column: span 1;
}
.grid-item-2[data-v-3228dcc8] {
  grid-column: span 2;
}
.grid-item-3[data-v-3228dcc8] {
  grid-column: span 3;
}
.grid-item-4[data-v-3228dcc8] {
  grid-column: span 4;
}
.grid-item-5[data-v-3228dcc8] {
  grid-column: span 5;
}
.grid-item-6[data-v-3228dcc8] {
  grid-column: span 6;
}
.grid-item-7[data-v-3228dcc8] {
  grid-column: span 7;
}
.grid-item-8[data-v-3228dcc8] {
  grid-column: span 8;
}
.grid-item-9[data-v-3228dcc8] {
  grid-column: span 9;
}
.grid-item-10[data-v-3228dcc8] {
  grid-column: span 10;
}
.grid-item-11[data-v-3228dcc8] {
  grid-column: span 11;
}
.grid-item-12[data-v-3228dcc8] {
  grid-column: span 12;
}
.grid-cart[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-3228dcc8] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-3228dcc8] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-3228dcc8] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-3228dcc8] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-3228dcc8] {
  gap: 10px;
}
.gap20[data-v-3228dcc8] {
  gap: 20px;
}
.grid-box[data-v-3228dcc8] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-3228dcc8],
.grid-3 div[data-v-3228dcc8],
.grid-4 div[data-v-3228dcc8] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-3228dcc8] {
  background: #fff;
}
.grid-item-odd[data-v-3228dcc8]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-3228dcc8] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-3228dcc8] {
  max-width: 350px;
}
.margin0[data-v-3228dcc8] {
  margin: 0 !important;
}
.margin0-5[data-v-3228dcc8] {
  margin: 0 5px;
}
.margin10-0[data-v-3228dcc8] {
  margin: 10px 0;
}
.margin10-5[data-v-3228dcc8] {
  margin: 10px 5px;
}
.margin0-10[data-v-3228dcc8] {
  margin: 0 10px;
}
.margin0-15[data-v-3228dcc8] {
  margin: 0 15px;
}
.margin15-0[data-v-3228dcc8] {
  margin: 15px 0px;
}
.margin20-0[data-v-3228dcc8] {
  margin: 20px 0;
}
.margin20-10[data-v-3228dcc8] {
  margin: 20px 10px;
}
.margin30-0[data-v-3228dcc8] {
  margin: 30px 0;
}
.margin40-0[data-v-3228dcc8] {
  margin: 40px 0;
}
.margin20-40[data-v-3228dcc8] {
  margin: 20px 40px;
}
.margin0-20[data-v-3228dcc8] {
  margin: 0 20px;
}
.margin5[data-v-3228dcc8] {
  margin: 5px;
}
.margin5-0[data-v-3228dcc8] {
  margin: 5px 0;
}
.margin10[data-v-3228dcc8] {
  margin: 10px;
}
.margin10-20[data-v-3228dcc8] {
  margin: 10px 20px;
}
.margin15[data-v-3228dcc8] {
  margin: 15px;
}
.margin20[data-v-3228dcc8] {
  margin: 20px;
}
.margin30[data-v-3228dcc8] {
  margin: 30px;
}
.margin50[data-v-3228dcc8] {
  margin: 50px;
}
.margin-right-auto[data-v-3228dcc8] {
  margin-right: auto;
}
.margin-left-auto[data-v-3228dcc8] {
  margin-left: auto;
}
.ml-h[data-v-3228dcc8] {
  margin-left: auto;
}
.mr-h[data-v-3228dcc8] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-3228dcc8] {
  margin-bottom: 5px;
}
.margin-top5[data-v-3228dcc8] {
  margin-top: 5px !important;
}
.margin-top10[data-v-3228dcc8] {
  margin-top: 10px !important;
}
.margin-top15[data-v-3228dcc8] {
  margin-top: 15px !important;
}
.margin-top20[data-v-3228dcc8] {
  margin-top: 20px !important;
}
.margin-top30[data-v-3228dcc8] {
  margin-top: 30px !important;
}
.margin-top35[data-v-3228dcc8] {
  margin-top: 35px !important;
}
.margin-top40[data-v-3228dcc8] {
  margin-top: 40px !important;
}
.margin-top50[data-v-3228dcc8] {
  margin-top: 50px !important;
}
.margin-top60[data-v-3228dcc8] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-3228dcc8] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-3228dcc8] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-3228dcc8] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-3228dcc8] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-3228dcc8] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-3228dcc8] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-3228dcc8] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-3228dcc8] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-3228dcc8] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-3228dcc8] {
  margin-left: 5px !important;
}
.margin-left10[data-v-3228dcc8] {
  margin-left: 10px !important;
}
.margin-left15[data-v-3228dcc8] {
  margin-left: 15px !important;
}
.margin-left20[data-v-3228dcc8] {
  margin-left: 20px !important;
}
.margin-left30[data-v-3228dcc8] {
  margin-left: 30px !important;
}
.margin-left35[data-v-3228dcc8] {
  margin-left: 35px !important;
}
.margin-left40[data-v-3228dcc8] {
  margin-left: 40px !important;
}
.margin-left50[data-v-3228dcc8] {
  margin-left: 50px !important;
}
.margin-left60[data-v-3228dcc8] {
  margin-left: 60px !important;
}
.margin-right5[data-v-3228dcc8] {
  margin-right: 5px !important;
}
.margin-right10[data-v-3228dcc8] {
  margin-right: 10px !important;
}
.margin-right15[data-v-3228dcc8] {
  margin-right: 15px !important;
}
.margin-right20[data-v-3228dcc8] {
  margin-right: 20px !important;
}
.margin-right30[data-v-3228dcc8] {
  margin-right: 30px !important;
}
.margin-right35[data-v-3228dcc8] {
  margin-right: 35px !important;
}
.margin-right40[data-v-3228dcc8] {
  margin-right: 40px !important;
}
.margin-right50[data-v-3228dcc8] {
  margin-right: 50px !important;
}
.margin-right60[data-v-3228dcc8] {
  margin-right: 60px !important;
}
.my-5[data-v-3228dcc8] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-3228dcc8] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-3228dcc8] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-3228dcc8] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-3228dcc8] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-3228dcc8] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-3228dcc8] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-3228dcc8] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-3228dcc8] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-3228dcc8] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-3228dcc8] {
  padding: 0 !important;
}
.padding5[data-v-3228dcc8] {
  padding: 5px;
}
.padding10[data-v-3228dcc8] {
  padding: 10px;
}
.padding15[data-v-3228dcc8] {
  padding: 15px;
}
.padding20[data-v-3228dcc8] {
  padding: 20px;
}
.padding30[data-v-3228dcc8] {
  padding: 30px;
}
.padding40[data-v-3228dcc8] {
  padding: 40px;
}
.padding40-0[data-v-3228dcc8] {
  padding: 40px 0;
}
.padding-left5[data-v-3228dcc8] {
  padding-left: 5px;
}
.padding-left10[data-v-3228dcc8] {
  padding-left: 10px;
}
.padding-left15[data-v-3228dcc8] {
  padding-left: 15px;
}
.padding-left20[data-v-3228dcc8] {
  padding-left: 20px;
}
.padding-right5[data-v-3228dcc8] {
  padding-right: 5px;
}
.padding-right10[data-v-3228dcc8] {
  padding-right: 10px;
}
.padding-right15[data-v-3228dcc8] {
  padding-right: 15px;
}
.padding-right20[data-v-3228dcc8] {
  padding-right: 20px;
}
.padding-right30[data-v-3228dcc8] {
  padding-right: 30px;
}
.padding-right40[data-v-3228dcc8] {
  padding-right: 40px;
}
.padding-top0[data-v-3228dcc8] {
  padding-top: 0px;
}
.padding-top5[data-v-3228dcc8] {
  padding-top: 5px;
}
.padding-top10[data-v-3228dcc8] {
  padding-top: 10px;
}
.padding-top15[data-v-3228dcc8] {
  padding-top: 15px;
}
.padding-top20[data-v-3228dcc8] {
  padding-top: 20px;
}
.padding-top30[data-v-3228dcc8] {
  padding-top: 30px;
}
.padding-top50[data-v-3228dcc8] {
  padding-top: 50px;
}
.padding-top60[data-v-3228dcc8] {
  padding-top: 60px;
}
.padding-top70[data-v-3228dcc8] {
  padding-top: 70px;
}
.padding-top90[data-v-3228dcc8] {
  padding-top: 90px;
}
.padding-top100[data-v-3228dcc8] {
  padding-top: 100px;
}
.padding-top120[data-v-3228dcc8] {
  padding-top: 120px;
}
.padding-top180[data-v-3228dcc8] {
  padding-top: 180px;
}
.padding-bottom0[data-v-3228dcc8] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-3228dcc8] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-3228dcc8] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-3228dcc8] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-3228dcc8] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-3228dcc8] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-3228dcc8] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-3228dcc8] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-3228dcc8] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-3228dcc8] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-3228dcc8] {
  padding-bottom: 240px;
}
.padding10-0[data-v-3228dcc8] {
  padding: 10px 0;
}
.padding10-5[data-v-3228dcc8] {
  padding: 10px 5px;
}
.padding0-5[data-v-3228dcc8] {
  padding: 0 5px;
}
.padding0-10[data-v-3228dcc8] {
  padding: 0 10px;
}
.padding0-15[data-v-3228dcc8] {
  padding: 0 15px;
}
.padding20-0[data-v-3228dcc8] {
  padding: 20px 0;
}
.padding20-10[data-v-3228dcc8] {
  padding: 20px 10px;
}
.padding15-20[data-v-3228dcc8] {
  padding: 15px 20px;
}
.padding15-0[data-v-3228dcc8] {
  padding: 15px 0px;
}
.padding20-5[data-v-3228dcc8] {
  padding: 20px 5px;
}
.padding0-20[data-v-3228dcc8] {
  padding: 0 20px;
}
.padding5-20[data-v-3228dcc8] {
  padding: 5px 20px;
}
.padding5-15[data-v-3228dcc8] {
  padding: 5px 15px;
}
.padding5-10[data-v-3228dcc8] {
  padding: 5px 10px;
}
.padding15-10[data-v-3228dcc8] {
  padding: 15px 10px;
}
.padding1em[data-v-3228dcc8] {
  padding: 1em;
}
.padding10-20[data-v-3228dcc8] {
  padding: 10px 20px;
}
.padding5-0[data-v-3228dcc8] {
  padding: 5px 0;
}
.padding30-10[data-v-3228dcc8] {
  padding: 30px 10px;
}
.px-5[data-v-3228dcc8] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-3228dcc8] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-3228dcc8] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-3228dcc8] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-3228dcc8] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-3228dcc8] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-3228dcc8] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-3228dcc8] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-3228dcc8] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-3228dcc8] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-3228dcc8] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-3228dcc8] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-3228dcc8] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-3228dcc8] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-3228dcc8] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-3228dcc8] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-3228dcc8] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-3228dcc8] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-3228dcc8] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-3228dcc8] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-3228dcc8] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-3228dcc8] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-3228dcc8] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-3228dcc8] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-3228dcc8] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-3228dcc8] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-3228dcc8] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-3228dcc8] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-3228dcc8]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-3228dcc8] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-3228dcc8]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-3228dcc8] {
  border: 0 !important;
}
.borderRed[data-v-3228dcc8] {
  border-color: #f00 !important;
}
.border-aside[data-v-3228dcc8] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-3228dcc8] {
  border: none;
}
.borderLightgray[data-v-3228dcc8] {
  border: 1px solid lightgray;
}
.borderGray[data-v-3228dcc8] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-3228dcc8] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-3228dcc8] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-3228dcc8] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-3228dcc8] {
  border: 1px solid #fff;
}
.border2green[data-v-3228dcc8] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-3228dcc8] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-3228dcc8] {
  border: 2px solid #fff;
}
.border2gold[data-v-3228dcc8] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-3228dcc8] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-3228dcc8] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-3228dcc8] {
  border-color: #d42717 !important;
}
.border1green[data-v-3228dcc8] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-3228dcc8] {
  border-color: #f00 !important;
}
.border-fixed[data-v-3228dcc8] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-3228dcc8] {
  border-radius: 40px;
}
.radius30[data-v-3228dcc8] {
  border-radius: 30px;
}
.radius20[data-v-3228dcc8] {
  border-radius: 20px;
}
.radius15[data-v-3228dcc8] {
  border-radius: 15px;
}
.radius8[data-v-3228dcc8] {
  border-radius: 8px;
}
.radius3[data-v-3228dcc8] {
  border-radius: 3px !important;
}
.rounded[data-v-3228dcc8] {
  border-radius: 50%;
}
.rounded5[data-v-3228dcc8] {
  border-radius: 5px;
}
.round10[data-v-3228dcc8] {
  border-radius: 10px;
}
.box-border[data-v-3228dcc8] {
  box-sizing: border-box;
}
.text-center[data-v-3228dcc8] {
  text-align: center;
}
.text-right[data-v-3228dcc8] {
  text-align: right;
}
.text-left[data-v-3228dcc8] {
  text-align: left;
}
.text-lowercase[data-v-3228dcc8] {
  text-transform: lowercase;
}
.text-uppercase[data-v-3228dcc8] {
  text-transform: uppercase;
}
.text-capitalize[data-v-3228dcc8] {
  text-transform: capitalize !important;
}
.text-none[data-v-3228dcc8] {
  text-transform: none;
}
.text-ellipsis[data-v-3228dcc8] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-3228dcc8] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-3228dcc8]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-3228dcc8] {
  text-decoration: underline;
}
.text-underline[data-v-3228dcc8]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-3228dcc8] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-3228dcc8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-3228dcc8] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-3228dcc8] {
  word-break: break-all;
}
.font-bold[data-v-3228dcc8] {
  font-weight: bold;
}
.price-through[data-v-3228dcc8] {
  text-decoration: line-through;
}
.font-italic[data-v-3228dcc8] {
  font-style: italic;
}
.font095em[data-v-3228dcc8] {
  font-size: 0.95em;
}
.font1em[data-v-3228dcc8] {
  font-size: 1em !important;
}
.font2em[data-v-3228dcc8] {
  font-size: 2em;
}
.font2-2em[data-v-3228dcc8] {
  font-size: 2.2em;
}
.font3em[data-v-3228dcc8] {
  font-size: 3em;
}
.font4em[data-v-3228dcc8] {
  font-size: 4em;
}
.font1-5em[data-v-3228dcc8] {
  font-size: 1.5em;
}
.font1-7em[data-v-3228dcc8] {
  font-size: 1.7em;
}
.font1-3em[data-v-3228dcc8] {
  font-size: 1.3em;
}
.font1-4em[data-v-3228dcc8] {
  font-size: 1.4em;
}
.font-9em[data-v-3228dcc8] {
  font-size: 0.9em;
}
.font10[data-v-3228dcc8] {
  font-size: 10px;
}
.font11[data-v-3228dcc8] {
  font-size: 11px;
}
.font12[data-v-3228dcc8] {
  font-size: 12px;
}
.font13[data-v-3228dcc8] {
  font-size: 13px;
}
.font14[data-v-3228dcc8] {
  font-size: 14px;
}
.font15[data-v-3228dcc8] {
  font-size: 15px;
}
.font16[data-v-3228dcc8] {
  font-size: 16px;
}
.font17[data-v-3228dcc8] {
  font-size: 17px;
}
.font18[data-v-3228dcc8] {
  font-size: 18px;
}
.font19[data-v-3228dcc8] {
  font-size: 19px;
}
.font20[data-v-3228dcc8] {
  font-size: 20px;
}
.font21[data-v-3228dcc8] {
  font-size: 21px;
}
.font22[data-v-3228dcc8] {
  font-size: 22px;
}
.font23[data-v-3228dcc8] {
  font-size: 23px;
}
.font24[data-v-3228dcc8] {
  font-size: 24px;
}
.font25[data-v-3228dcc8] {
  font-size: 25px;
}
.font26[data-v-3228dcc8] {
  font-size: 26px;
}
.font27[data-v-3228dcc8] {
  font-size: 27px;
}
.font28[data-v-3228dcc8] {
  font-size: 28px;
}
.font29[data-v-3228dcc8] {
  font-size: 29px;
}
.font30[data-v-3228dcc8] {
  font-size: 30px;
}
.font31[data-v-3228dcc8] {
  font-size: 31px;
}
.font32[data-v-3228dcc8] {
  font-size: 32px;
}
.font33[data-v-3228dcc8] {
  font-size: 33px;
}
.font34[data-v-3228dcc8] {
  font-size: 34px;
}
.font35[data-v-3228dcc8] {
  font-size: 35px;
}
.font36[data-v-3228dcc8] {
  font-size: 36px;
}
.font37[data-v-3228dcc8] {
  font-size: 37px;
}
.font38[data-v-3228dcc8] {
  font-size: 38px;
}
.font39[data-v-3228dcc8] {
  font-size: 39px;
}
.font40[data-v-3228dcc8] {
  font-size: 40px;
}
.font-normal[data-v-3228dcc8] {
  font-weight: normal;
}
.color-white[data-v-3228dcc8] {
  color: #fff;
}
.color-transparent[data-v-3228dcc8] {
  color: transparent !important;
}
.color-black[data-v-3228dcc8] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-3228dcc8] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-3228dcc8] {
  color: fuchia;
}
.color-gray[data-v-3228dcc8] {
  color: #a5afb9;
}
.color-hardgray[data-v-3228dcc8] {
  color: #4d5263;
}
.color-hannah[data-v-3228dcc8] {
  color: #EA184D;
}
.color-lightgray[data-v-3228dcc8] {
  color: #d3d3d3;
}
.color-darkblue[data-v-3228dcc8] {
  color: #2c3e50;
}
.color-darkgray[data-v-3228dcc8] {
  color: #757575;
}
.color-lightred[data-v-3228dcc8] {
  color: #e74c3c;
}
.color-red[data-v-3228dcc8] {
  color: #e74c3c;
}
.color-blue[data-v-3228dcc8] {
  color: #2980b9;
}
.color-yellow[data-v-3228dcc8] {
  color: #f49d1e;
}
.color-orange[data-v-3228dcc8] {
  color: #ffa500;
}
.color-green[data-v-3228dcc8] {
  color: #2AA186;
}
.color-gplus[data-v-3228dcc8] {
  color: #d42717;
}
.back-bluelight[data-v-3228dcc8] {
  background: #EBF0FF !important;
}
.back-blue[data-v-3228dcc8] {
  background: #2980b9 !important;
}
.back-hannah[data-v-3228dcc8] {
  background: #EA184D !important;
}
.back-purple[data-v-3228dcc8] {
  background: #8e44ad;
}
.back-green[data-v-3228dcc8] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-3228dcc8] {
  background: #2AA186;
}
.back-yellow[data-v-3228dcc8] {
  background: #f49d1e !important;
}
.back-gold[data-v-3228dcc8] {
  background: #f49d1e !important;
}
.back-red[data-v-3228dcc8] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-3228dcc8] {
  background: #e74c3c;
}
.back-lightred[data-v-3228dcc8] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-3228dcc8] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-3228dcc8] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-3228dcc8] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-3228dcc8] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-3228dcc8] {
  background: #f49d1e !important;
}
.back-gplus[data-v-3228dcc8] {
  background: #d42717;
}
.back-darkblue[data-v-3228dcc8] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-3228dcc8] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-3228dcc8] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-3228dcc8] {
  background: #3e3d40;
}
.back-midgray[data-v-3228dcc8] {
  background: #ececec;
}
.back-gray[data-v-3228dcc8] {
  background: #a5afb9;
}
.back-black[data-v-3228dcc8] {
  background: #121212;
}
.back-transparent[data-v-3228dcc8] {
  background: transparent;
}
.back-white[data-v-3228dcc8] {
  background: #fff !important;
}
.back-white-simple[data-v-3228dcc8] {
  background-color: #fff;
}
.back-lightgray[data-v-3228dcc8] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-3228dcc8] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-3228dcc8] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-3228dcc8] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-3228dcc8] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-3228dcc8] {
  background: #D6DFE4;
}
.bg-aside[data-v-3228dcc8] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-3228dcc8] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-3228dcc8] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-3228dcc8] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-3228dcc8] {
  background: #fff;
}
.back-item-odd-white[data-v-3228dcc8]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-3228dcc8] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-3228dcc8] {
  position: relative;
}
.absolute[data-v-3228dcc8] {
  position: absolute;
}
.fixed[data-v-3228dcc8] {
  position: fixed;
}
.fixed-bottom[data-v-3228dcc8] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-3228dcc8] {
  position: sticky;
}
.sticky.active[data-v-3228dcc8] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-3228dcc8] {
  bottom: 0;
}
.right0[data-v-3228dcc8] {
  right: 0 !important;
}
.left0[data-v-3228dcc8] {
  left: 0 !important;
}
.leftPositionControl[data-v-3228dcc8] {
  left: -10px;
}
.width100-50[data-v-3228dcc8] {
  width: 100%;
}
.width100-40[data-v-3228dcc8] {
  width: 100%;
}
.min-width100[data-v-3228dcc8] {
  min-width: 100%;
}
.min-width90[data-v-3228dcc8] {
  min-width: 90%;
}
.min-width80[data-v-3228dcc8] {
  min-width: 80% !important;
}
.min-width70[data-v-3228dcc8] {
  min-width: 70%;
}
.min-width60[data-v-3228dcc8] {
  min-width: 60%;
}
.min-width50[data-v-3228dcc8] {
  max-width: 50%;
}
.min-width45[data-v-3228dcc8] {
  min-width: 45%;
}
.min-width40[data-v-3228dcc8] {
  min-width: 40%;
}
.min-width30[data-v-3228dcc8] {
  min-width: 30%;
}
.min-width20[data-v-3228dcc8] {
  min-width: 20%;
}
.min-width25[data-v-3228dcc8] {
  min-width: 25%;
}
.min-width10[data-v-3228dcc8] {
  min-width: 10%;
}
.width100[data-v-3228dcc8] {
  width: 100%;
}
.width90[data-v-3228dcc8] {
  width: 90%;
}
.width80[data-v-3228dcc8] {
  width: 80% !important;
}
.width70[data-v-3228dcc8] {
  width: 70%;
}
.width60[data-v-3228dcc8] {
  width: 60%;
}
.width50[data-v-3228dcc8] {
  width: 50%;
}
.width45[data-v-3228dcc8] {
  width: 45%;
}
.width40[data-v-3228dcc8] {
  width: 40%;
}
.width30[data-v-3228dcc8] {
  width: 30%;
}
.width20[data-v-3228dcc8] {
  width: 20%;
}
.width25[data-v-3228dcc8] {
  width: 25%;
}
.width10[data-v-3228dcc8] {
  width: 10%;
}
.width-min[data-v-3228dcc8] {
  width: min-content;
}
.max-width800[data-v-3228dcc8] {
  max-width: 800px;
}
.widthCenter[data-v-3228dcc8] {
  width: 80%;
}
.max-width600[data-v-3228dcc8] {
  max-width: 600px;
}
.max-width300[data-v-3228dcc8] {
  max-width: 300px;
}
.widthHalf[data-v-3228dcc8] {
  width: 50%;
}
.width-sellProductImg-control[data-v-3228dcc8] {
  width: 150px;
}
.top-control-sellProduct[data-v-3228dcc8] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-3228dcc8] {
  width: 100%;
}
.width-cuotas-control-item[data-v-3228dcc8] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-3228dcc8] {
  width: 163px;
}
.width-control-btn-inline[data-v-3228dcc8] {
  width: 195px;
}
.width-controll-buys-item[data-v-3228dcc8] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-3228dcc8] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-3228dcc8] {
  width: 180px;
}
.width-pasarela-img-control[data-v-3228dcc8] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-3228dcc8] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-3228dcc8] {
  width: 95%;
}
.width-pasarela[data-v-3228dcc8] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-3228dcc8]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-3228dcc8]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3228dcc8]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-3228dcc8]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-3228dcc8] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-3228dcc8] {
  max-height: 100%;
}
.height220[data-v-3228dcc8] {
  height: 220px;
}
.height100vh[data-v-3228dcc8] {
  height: 100vh !important;
}
.heightFilters[data-v-3228dcc8] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-3228dcc8] {
  height: 100%;
}
.height-aside[data-v-3228dcc8] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-3228dcc8] {
  height: 0px;
}
.heightBox[data-v-3228dcc8] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-3228dcc8] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-3228dcc8] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-3228dcc8] {
  justify-content: center;
}
.pointer[data-v-3228dcc8] {
  cursor: pointer !important;
}
.cursor-move[data-v-3228dcc8] {
  cursor: move !important;
}
.cursor-not[data-v-3228dcc8] {
  cursor: not-allowed !important;
}
.events-none[data-v-3228dcc8] {
  pointer-events: none;
}
.shadow[data-v-3228dcc8] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-3228dcc8] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-3228dcc8] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-3228dcc8] {
  transition: 0.3s;
}
.hoverShadow[data-v-3228dcc8]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-3228dcc8] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-3228dcc8] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-3228dcc8] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-3228dcc8] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-3228dcc8] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-3228dcc8] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-3228dcc8] {
  width: 40px;
  height: 40px;
}
.square35[data-v-3228dcc8] {
  width: 35px;
  height: 35px;
}
.square30[data-v-3228dcc8] {
  width: 30px;
  height: 30px;
}
.square25[data-v-3228dcc8] {
  width: 25px;
  height: 25px;
}
.square12[data-v-3228dcc8] {
  width: 12px;
  height: 12px;
}
.square15[data-v-3228dcc8] {
  width: 15px;
  height: 15px;
}
.square17[data-v-3228dcc8] {
  width: 17px;
  height: 17px;
}
.square18[data-v-3228dcc8] {
  width: 18px;
  height: 18px;
}
.square20[data-v-3228dcc8] {
  width: 20px;
  height: 20px;
}
.square50[data-v-3228dcc8] {
  width: 50px;
  height: 50px;
}
.square70[data-v-3228dcc8] {
  width: 70px;
  height: 70px;
}
.square55[data-v-3228dcc8] {
  width: 55px;
  height: 55px;
}
.square100[data-v-3228dcc8] {
  width: 100px;
  height: 100px;
}
.square10[data-v-3228dcc8] {
  width: 10px;
  height: 10px;
}
.square200[data-v-3228dcc8] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-3228dcc8] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-3228dcc8] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-3228dcc8] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-3228dcc8] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-3228dcc8] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-3228dcc8] {
  overflow-y: hidden;
}
.remove-scroll[data-v-3228dcc8] {
  overflow-y: hidden;
}
.active-scroll[data-v-3228dcc8] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-3228dcc8] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-3228dcc8] {
  overflow: hidden !important;
}
.overflow-auto[data-v-3228dcc8] {
  overflow: auto !important;
}
.hidden[data-v-3228dcc8] {
  visibility: hidden;
}
.offscreen[data-v-3228dcc8] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-3228dcc8] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-3228dcc8] {
  opacity: 0;
}
.opacity30[data-v-3228dcc8] {
  opacity: 0.3;
}
.opacity50[data-v-3228dcc8] {
  opacity: 0.5;
}
.opacity70[data-v-3228dcc8] {
  opacity: 0.7;
}
.opacity80[data-v-3228dcc8] {
  opacity: 0.8;
}
.transition30[data-v-3228dcc8] {
  transition: 0.3s;
}
.cleared[data-v-3228dcc8] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-3228dcc8] {
  transition: 0.1s;
}
.hover-green[data-v-3228dcc8]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-3228dcc8] {
  animation: aside-3228dcc8 0.5s reverse;
}
.aside-leave-active[data-v-3228dcc8] {
  animation: aside-3228dcc8 0.5s;
}
.asideContent-enter-active[data-v-3228dcc8] {
  animation: asideContent-3228dcc8 0.3s reverse;
}
.asideContent-leave-active[data-v-3228dcc8] {
  animation: asideContent-3228dcc8 0.3s;
}
@keyframes aside-3228dcc8 {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-3228dcc8 {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-3228dcc8 {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-3228dcc8] {
  animation: spin-3228dcc8 2s infinite;
}
@keyframes spin-3228dcc8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-3228dcc8] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-3228dcc8] {
  padding: 3px;
}
.carousel__pagination-button[data-v-3228dcc8] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-3228dcc8] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-3228dcc8]::after {
  display: none !important;
}
.pagination[data-v-3228dcc8] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-3228dcc8] {
  display: inline;
}
.pagination > li > a[data-v-3228dcc8], .pagination > li > span[data-v-3228dcc8] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-3228dcc8], .pagination > li:first-child > span[data-v-3228dcc8] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-3228dcc8], .pagination > li:last-child > span[data-v-3228dcc8] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-3228dcc8]:hover, .pagination > li > span[data-v-3228dcc8]:hover, .pagination > li > a[data-v-3228dcc8]:focus, .pagination > li > span[data-v-3228dcc8]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-3228dcc8], .pagination > .active > span[data-v-3228dcc8], .pagination > .active > a[data-v-3228dcc8]:hover, .pagination > .active > span[data-v-3228dcc8]:hover, .pagination > .active > a[data-v-3228dcc8]:focus, .pagination > .active > span[data-v-3228dcc8]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-3228dcc8] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-3228dcc8]:hover, .pagination > .disabled > span[data-v-3228dcc8]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3228dcc8] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-3228dcc8]:hover, .pagination > .disabled > a[data-v-3228dcc8]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-3228dcc8], .pagination-lg > li > span[data-v-3228dcc8] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-3228dcc8], .pagination-lg > li:first-child > span[data-v-3228dcc8] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-3228dcc8], .pagination-lg > li:last-child > span[data-v-3228dcc8] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-3228dcc8], .pagination-sm > li > span[data-v-3228dcc8] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-3228dcc8], .pagination-sm > li:first-child > span[data-v-3228dcc8] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-3228dcc8], .pagination-sm > li:last-child > span[data-v-3228dcc8] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-3228dcc8] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-3228dcc8] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-3228dcc8] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-3228dcc8] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-3228dcc8] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-3228dcc8] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-3228dcc8] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-3228dcc8]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-3228dcc8] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-3228dcc8]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-3228dcc8] {
  overflow: unset !important;
}
.btn-shadow[data-v-3228dcc8] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-3228dcc8] {
  margin-left: 0px;
}
.reset-button[data-v-3228dcc8] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-3228dcc8] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-3228dcc8]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-3228dcc8] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-3228dcc8] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-3228dcc8],
.btn-finalize[data-v-3228dcc8] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-3228dcc8] {
  right: 7px;
}
.btn-finalize[data-v-3228dcc8] {
  left: 7px;
}
.tab-counter[data-v-3228dcc8] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-3228dcc8] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-3228dcc8] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-3228dcc8] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-3228dcc8] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-3228dcc8] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-3228dcc8] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-3228dcc8] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-3228dcc8] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-3228dcc8] {
  transition: 0.5s;
}
.tab[data-v-3228dcc8]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-3228dcc8] {
  color: #2980b9;
}
.tab.active[data-v-3228dcc8]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-3228dcc8] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-3228dcc8] {
  width: 220px;
}
.badge-display[data-v-3228dcc8], .badge-display2[data-v-3228dcc8] {
  min-width: 224px;
}
.my-badge[data-v-3228dcc8] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-3228dcc8] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-3228dcc8] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-3228dcc8] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-3228dcc8] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-3228dcc8] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-3228dcc8] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-3228dcc8] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-3228dcc8] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-3228dcc8] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-3228dcc8] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-3228dcc8] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-3228dcc8] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-3228dcc8] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-3228dcc8] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-3228dcc8] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-3228dcc8] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-3228dcc8] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-3228dcc8] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-3228dcc8] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-3228dcc8] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-3228dcc8] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-3228dcc8] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-3228dcc8] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-3228dcc8] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-3228dcc8] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-3228dcc8] {
  flex-wrap: wrap;
}
.vueperslide[data-v-3228dcc8] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-3228dcc8] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-3228dcc8] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-3228dcc8] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-3228dcc8] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-3228dcc8] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-3228dcc8] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-3228dcc8] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-3228dcc8] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-3228dcc8] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-3228dcc8] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-3228dcc8] {
  width: 100%;
}
.img-product-detail[data-v-3228dcc8] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-3228dcc8] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-3228dcc8] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-3228dcc8] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-3228dcc8] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-3228dcc8] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-3228dcc8] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-3228dcc8] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-3228dcc8] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-3228dcc8] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-3228dcc8] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-3228dcc8] {
  text-align: center;
}
.modal-enter[data-v-3228dcc8], .modal-leave-active[data-v-3228dcc8] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-3228dcc8], .modal-leave-active .modal-container[data-v-3228dcc8] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-3228dcc8] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-3228dcc8] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-3228dcc8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-3228dcc8] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-3228dcc8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-3228dcc8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-3228dcc8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-3228dcc8] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-3228dcc8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-3228dcc8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-3228dcc8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-3228dcc8] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-3228dcc8] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-3228dcc8]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-3228dcc8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-3228dcc8] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-3228dcc8] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-3228dcc8]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-3228dcc8] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-3228dcc8] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-3228dcc8] {
  display: none;
}
.vdp-datepicker input[data-v-3228dcc8] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-3228dcc8]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-3228dcc8] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-3228dcc8] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-3228dcc8 ease-in-out infinite;
}
.vue-treeselect__control[data-v-3228dcc8] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-3228dcc8] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-3228dcc8] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-3228dcc8] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-3228dcc8] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-3228dcc8] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-3228dcc8] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-3228dcc8] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-3228dcc8 {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-3228dcc8 {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-3228dcc8 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-3228dcc8 {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-3228dcc8 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-3228dcc8 {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3228dcc8],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3228dcc8] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-3228dcc8] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-3228dcc8] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-3228dcc8],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-3228dcc8] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-3228dcc8] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-3228dcc8] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-3228dcc8] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-3228dcc8],
.vue-treeselect span[data-v-3228dcc8] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-3228dcc8] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-3228dcc8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-3228dcc8]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-3228dcc8] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-3228dcc8] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-3228dcc8],
.vue-treeselect__control[data-v-3228dcc8]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-3228dcc8] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-3228dcc8] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-3228dcc8],
.vue-treeselect__multi-value[data-v-3228dcc8] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-3228dcc8] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-3228dcc8] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-3228dcc8] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-3228dcc8] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-3228dcc8],
.vue-treeselect__single-value[data-v-3228dcc8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-3228dcc8] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-3228dcc8] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-3228dcc8] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-3228dcc8] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-3228dcc8] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-3228dcc8]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-3228dcc8] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-3228dcc8] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-3228dcc8],
.vue-treeselect__multi-value-label[data-v-3228dcc8] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-3228dcc8] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-3228dcc8] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-3228dcc8],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-3228dcc8] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-3228dcc8] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-3228dcc8] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-3228dcc8] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-3228dcc8] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-3228dcc8] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-3228dcc8] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-3228dcc8] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-3228dcc8] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-3228dcc8] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-3228dcc8] {
  display: none;
}
.vue-treeselect__input[data-v-3228dcc8],
.vue-treeselect__sizer[data-v-3228dcc8] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-3228dcc8] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-3228dcc8]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-3228dcc8] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-3228dcc8] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-3228dcc8] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-3228dcc8] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-3228dcc8 cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-3228dcc8 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-3228dcc8]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-3228dcc8] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-3228dcc8] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-3228dcc8] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-3228dcc8] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-3228dcc8] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-3228dcc8] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-3228dcc8] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-3228dcc8] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-3228dcc8] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-3228dcc8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-3228dcc8] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3228dcc8] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-3228dcc8]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-3228dcc8] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-3228dcc8],
.vue-treeselect__option-arrow-placeholder[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-3228dcc8] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-3228dcc8] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-3228dcc8],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-3228dcc8] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-3228dcc8] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-3228dcc8] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-3228dcc8] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-3228dcc8] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-3228dcc8] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-3228dcc8],
.vue-treeselect__minus-mark[data-v-3228dcc8] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-3228dcc8] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-3228dcc8] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3228dcc8] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-3228dcc8] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-3228dcc8] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3228dcc8] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-3228dcc8] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-3228dcc8] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-3228dcc8] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-3228dcc8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-3228dcc8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-3228dcc8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-3228dcc8] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-3228dcc8] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-3228dcc8] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-3228dcc8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-3228dcc8] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-3228dcc8] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-3228dcc8] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-3228dcc8] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-3228dcc8] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-3228dcc8] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-3228dcc8]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-3228dcc8] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-3228dcc8]::before,
.vue-treeselect__icon-error[data-v-3228dcc8]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-3228dcc8]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-3228dcc8]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-3228dcc8] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-3228dcc8 linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-3228dcc8 linear infinite;
}
.vue-treeselect__icon-loader[data-v-3228dcc8]::before,
.vue-treeselect__icon-loader[data-v-3228dcc8]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-3228dcc8 ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-3228dcc8 ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-3228dcc8]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-3228dcc8]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-3228dcc8],
.vac-loader-wrapper[data-v-3228dcc8] {
  display: none !important;
}
.vac-room-name[data-v-3228dcc8] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-3228dcc8] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-3228dcc8] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-3228dcc8] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-3228dcc8] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-3228dcc8] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-3228dcc8] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-3228dcc8] {
  min-height: 24px !important;
}
.tagWarn[data-v-3228dcc8] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-3228dcc8]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-3228dcc8] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-3228dcc8]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-3228dcc8]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-3228dcc8] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-3228dcc8] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-3228dcc8] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-3228dcc8] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-3228dcc8]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-3228dcc8] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-3228dcc8]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-3228dcc8] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-3228dcc8] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-3228dcc8] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-3228dcc8]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-3228dcc8] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-3228dcc8]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-3228dcc8] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-3228dcc8]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-3228dcc8]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-3228dcc8] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-3228dcc8] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-3228dcc8] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-3228dcc8]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-3228dcc8] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-3228dcc8] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-3228dcc8] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-3228dcc8]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-3228dcc8] {
  font-size: 1.15em;
}
.my-select[data-v-3228dcc8] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3228dcc8] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3228dcc8] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3228dcc8] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3228dcc8] {
  width: 160px;
}
.my-select[data-v-3228dcc8] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-3228dcc8] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-3228dcc8] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-3228dcc8] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-3228dcc8] {
  width: 160px;
}
.input-cupon[data-v-3228dcc8] {
  display: flex;
}
.input-cupon > div > span[data-v-3228dcc8] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-3228dcc8] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-3228dcc8] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-3228dcc8]:not(:checked),
input[type=checkbox].check[data-v-3228dcc8]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-3228dcc8],
input[type=checkbox].check:checked + label[data-v-3228dcc8] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-3228dcc8]:before,
input[type=checkbox].check:checked + label[data-v-3228dcc8]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-3228dcc8]:after,
input[type=checkbox].check:checked + label[data-v-3228dcc8]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-3228dcc8]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-3228dcc8]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-3228dcc8]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3228dcc8]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-3228dcc8]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-3228dcc8] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-3228dcc8]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-3228dcc8]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-3228dcc8] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-3228dcc8] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-3228dcc8] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-3228dcc8] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-3228dcc8] {
  opacity: 1;
}
.multiselect__tag[data-v-3228dcc8] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-3228dcc8] {
  background: #2AA186 !important;
}
.multiselect[data-v-3228dcc8] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-3228dcc8]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-3228dcc8] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-3228dcc8] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-3228dcc8]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-3228dcc8]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-3228dcc8]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-3228dcc8]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-3228dcc8] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-3228dcc8] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-3228dcc8] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-3228dcc8] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3228dcc8] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-3228dcc8] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3228dcc8]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3228dcc8]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-3228dcc8]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-3228dcc8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-3228dcc8] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-3228dcc8] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-3228dcc8] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-3228dcc8]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-3228dcc8] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-3228dcc8] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3228dcc8] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-3228dcc8] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-3228dcc8] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3228dcc8] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3228dcc8]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3228dcc8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3228dcc8] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-3228dcc8], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-3228dcc8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-3228dcc8] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-3228dcc8] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3228dcc8], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-3228dcc8] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-3228dcc8], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-3228dcc8] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3228dcc8]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-3228dcc8]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-3228dcc8] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-3228dcc8] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-3228dcc8] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-3228dcc8] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-3228dcc8] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-3228dcc8] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-3228dcc8] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-3228dcc8] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-3228dcc8] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-3228dcc8] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-3228dcc8] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-3228dcc8] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-3228dcc8] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-3228dcc8] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-3228dcc8] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-3228dcc8]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-3228dcc8] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-3228dcc8] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-3228dcc8] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-3228dcc8] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-3228dcc8] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-3228dcc8] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-3228dcc8] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-3228dcc8] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-3228dcc8], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3228dcc8] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-3228dcc8] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-3228dcc8] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-3228dcc8] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-3228dcc8] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-3228dcc8] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-3228dcc8] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-3228dcc8] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-3228dcc8], .v3-emoji-picker .v3-header[data-v-3228dcc8] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-3228dcc8] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-3228dcc8] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-3228dcc8] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-3228dcc8]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-3228dcc8], .v3-emoji-picker .v3-skin-tones[data-v-3228dcc8] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-3228dcc8]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-3228dcc8] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-3228dcc8] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-3228dcc8] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-3228dcc8], body[data-v-3228dcc8] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-3228dcc8], body.home[data-v-3228dcc8] {
  background-color: #fff;
}
[data-v-3228dcc8]:focus {
  outline: none !important;
}
a[data-v-3228dcc8] {
  text-decoration: none;
}
a[data-v-3228dcc8]:hover,
a[data-v-3228dcc8]:focus {
  text-decoration: none;
}
img[data-v-3228dcc8] {
  border: 0;
}
textarea[data-v-3228dcc8] {
  resize: none;
}
h1[data-v-3228dcc8],
h2[data-v-3228dcc8],
h3[data-v-3228dcc8],
h4[data-v-3228dcc8],
h5[data-v-3228dcc8],
h6[data-v-3228dcc8] {
  font-weight: bold;
}
@media (max-width: 800px) {
.chat-container[data-v-3228dcc8] {
    width: 100%;
}
}
@media (min-width: 800px) {
.chat-container[data-v-3228dcc8] {
    width: 50%;
}
}
@media (min-width: 900px) {
.chat-container[data-v-3228dcc8] {
    width: 60%;
}
}
@media (min-width: 1200px) {
.chat-container[data-v-3228dcc8] {
    width: 70%;
}
}
.menu-container[data-v-3228dcc8] {
  overflow-y: scroll;
  height: calc(100svh - 120px);
}
@media (max-width: 800px) {
.menu-container[data-v-3228dcc8] {
    width: 100%;
}
}
@media (min-width: 800px) {
.menu-container[data-v-3228dcc8] {
    width: 50%;
}
}
@media (min-width: 900px) {
.menu-container[data-v-3228dcc8] {
    width: 40%;
}
}
@media (min-width: 1200px) {
.menu-container[data-v-3228dcc8] {
    width: 30%;
}
}
[data-v-fae5462e]:root {
  --primary: #405367;
  --blue: #2980b9;
  --green: #2AA186;
  --gray: #a5afb9;
  --lightgray: #d6dce2;
  --darkgray: #757575;
  --white: #fff;
  --red: #e74c3c;
  --purple: #8e44ad;
}
.counter-cart[data-v-fae5462e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.separator[data-v-fae5462e] {
  height: 2px;
  width: 100%;
  background-color: #d6dce2;
  box-sizing: border-box;
}
.separator-header[data-v-fae5462e] {
  width: 2px;
  height: 60px;
  background-color: #000;
  opacity: 0.3;
  margin: 0 6px;
}
.home-icon[data-v-fae5462e] {
  width: 100%;
}
.home-icon img[data-v-fae5462e] {
  display: block;
  width: 40%;
  margin: auto;
}
.anchor-fixed[data-v-fae5462e] {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: grey 0px 0px 7px;
}
.line-height30[data-v-fae5462e] {
  line-height: 30px;
}
.list-style-none[data-v-fae5462e] {
  list-style: none;
}
.burger-menu[data-v-fae5462e] {
  position: absolute;
  top: 0;
  left: 0;
}
.create-qr[data-v-fae5462e] {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#qr-code-full-region > video[data-v-fae5462e] {
  width: 100% !important;
  box-sizing: border-box;
}
.red-alert[data-v-fae5462e] {
  left: 0;
  width: 100%;
}
.blue-alert[data-v-fae5462e] {
  width: 100%;
  left: calc((100% - 800px) / 2);
  max-width: 800px;
}
.card-product[data-v-fae5462e] {
  position: relative;
}
.card-product .my-close[data-v-fae5462e] {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #121212;
  cursor: pointer;
}
.filtro-form[data-v-fae5462e] {
  margin: 0;
}
.filtro-form input[data-v-fae5462e] {
  border: 1px solid #d3d3d3;
  background: #fff;
  max-width: 80px;
  margin-right: 0.5em;
  padding-left: 0.5em;
}
.filtro-form button[data-v-fae5462e] {
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.3em 0.55em;
}
.msg-stock[data-v-fae5462e] {
  padding: 20px 0 0;
}
.img-tiny[data-v-fae5462e] {
  width: 80px;
}
.img-item img[data-v-fae5462e] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.touch-to-close[data-v-fae5462e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.excerpt[data-v-fae5462e] {
  display: block;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ion-more[data-v-fae5462e]:before {
  transform: rotate(90deg);
}
.radio-logo[data-v-fae5462e] {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
}
.radio-logo > figure[data-v-fae5462e] {
  margin-left: 10px;
}
.notifications section[data-v-fae5462e] {
  display: flex;
  flex-direction: column;
}
.subMenu[data-v-fae5462e] {
  left: -120%;
  transition: 0.7s;
}
.list-complete-item[data-v-fae5462e] {
  transition: all 0.7s;
  display: inline-block;
}
.list-complete-enter[data-v-fae5462e],
.list-complete-leave-to[data-v-fae5462e] {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active[data-v-fae5462e] {
  position: absolute;
}
#_op_data_r[data-v-fae5462e],
#_op_data_antifraud[data-v-fae5462e] {
  position: absolute !important;
}
iframe#_op_data_r[data-v-fae5462e],
iframe#_op_data_antifraud[data-v-fae5462e],
iframe#device_profile[data-v-fae5462e],
iframe#thm_mp_cntnr[data-v-fae5462e] {
  position: absolute !important;
}
iframe[data-v-fae5462e] {
  background: #fff !important;
}
.main-content[data-v-fae5462e] {
  padding-top: 30px;
}
.card-contactStory[data-v-fae5462e] {
  width: 93vw;
}
.card-contactStory img[data-v-fae5462e] {
  border-radius: 4px;
}
.card-contactStory .vac-messages-container[data-v-fae5462e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.login[data-v-fae5462e] {
  width: 280px;
}
.dropped[data-v-fae5462e] {
  background: #2c3e50;
}
.dropped .toggleColor[data-v-fae5462e] {
  color: #2980b9 !important;
}
.dropped .toggleColor[data-v-fae5462e]:hover {
  color: #2980b9 !important;
}
.dropped .dropdown[data-v-fae5462e] {
  display: block !important;
}
.dropped .dropdown a[data-v-fae5462e] {
  color: #fff;
}
.dropped .dropdown a[data-v-fae5462e]:hover {
  text-decoration: underline;
}
.line-height25[data-v-fae5462e] {
  line-height: 25px;
}
aside[data-v-fae5462e] {
  left: 0;
  top: 0;
  z-index: 992;
  height: 100vh;
}
aside > div[data-v-fae5462e] {
  height: 100vh;
}
.my-header[data-v-fae5462e] {
  font-size: 16px;
  height: 61px !important;
  position: fixed;
  width: 100%;
  z-index: 990;
  /* Esta propiedad se agrega en algunas pantallas para esconder el menu
  al hacer scroll */
}
.my-header.inherit[data-v-fae5462e] {
  position: inherit !important;
}
.my-header-menu[data-v-fae5462e] {
  min-height: calc(100vh - 61px);
  left: -100vw;
  position: relative;
  transition: 0.3s;
  z-index: 101;
}
.my-header-notification[data-v-fae5462e] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.my-header-notification[data-v-fae5462e]:hover {
  background: hannah;
}
.menu-api-activate[data-v-fae5462e] {
  width: 40px;
  height: 40px;
  color: #fff;
  position: fixed;
  top: 80px;
  z-index: 9999;
  right: 0px;
}
.menu-api[data-v-fae5462e] {
  margin: 0 !important;
  position: relative;
}
.menu-api-item[data-v-fae5462e] {
  position: relative;
}
.menu-api-item a[data-v-fae5462e]:hover {
  background: #2d3e4f !important;
  color: #fff !important;
}
#smart-cart-container-global.active[data-v-fae5462e] {
  padding: 0 !important;
}
.card-product[data-v-fae5462e] {
  background: #fff;
  width: 200px;
  padding: 10px;
}
.compressor[data-v-fae5462e] {
  display: none;
}
.paypal-button.paypal-button-number-0[data-v-fae5462e] {
  margin-bottom: 20px !important;
}
.filters-wrap[data-v-fae5462e] {
  margin: 0;
}
.sticky-home[data-v-fae5462e] {
  position: sticky;
  z-index: 11;
  top: 61px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.sticky-home.active[data-v-fae5462e] {
  border-bottom: 3px solid #337ab7;
}
.sticky-home.active[data-v-fae5462e]::after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 95%;
  height: 20px;
  border-bottom: 20px solid #fff;
}
.como-vender-whatsapp[data-v-fae5462e] {
  border-bottom: 1px solid;
}
.como-vender-whatsapp[data-v-fae5462e]:hover {
  border-bottom: 1px solid transparent !important;
  cursor: pointer;
}
.card-types-item[data-v-fae5462e] {
  width: auto;
  margin: 10px 0;
}
.card-types-item[data-v-fae5462e]:hover {
  cursor: pointer;
}
.controlWidthRightDetailProduct[data-v-fae5462e] {
  padding: 10px 15px;
}
.change-on-hover .itemIndex1[data-v-fae5462e] {
  display: none;
  transition: all 0.6s ease;
}
.change-on-hover .itemIndex0[data-v-fae5462e] {
  transition: all 0.6s ease;
}
.change-on-hover[data-v-fae5462e]:hover {
  transition: all 0.6s ease;
}
.change-on-hover:hover .itemIndex0[data-v-fae5462e] {
  display: none;
}
.change-on-hover:hover .itemIndex1[data-v-fae5462e] {
  display: block !important;
}
.desktop-submenus:hover .desktop-submenus-list[data-v-fae5462e] {
  display: block !important;
}
.leftPositionSubMenu[data-v-fae5462e] {
  left: -500px;
  transition: 0.4s;
}
.card-contactStory .vac-messages-container[data-v-fae5462e] {
  max-height: 310px !important;
  overflow-y: auto !important;
}
.circle-toggle[data-v-fae5462e],
.circle-toggle-box[data-v-fae5462e] {
  transition: all ease 0.3s;
}
.circle-toggle-on[data-v-fae5462e] {
  left: 44px !important;
}
.triangleStatus[data-v-fae5462e]:after {
  content: "";
  border-top: 12px solid;
  display: flex;
  border-right: 12px solid;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.main-interests[data-v-fae5462e] {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3)) 40px;
}
.fix-position[data-v-fae5462e] {
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.fix-overflow[data-v-fae5462e] {
  overflow: visible !important;
}
.width-max80[data-v-fae5462e] {
  width: 80%;
  max-width: 400px;
}
.flex[data-v-fae5462e] {
  display: flex !important;
}
.flex-none[data-v-fae5462e] {
  flex: none;
}
.flex-nowrap[data-v-fae5462e] {
  flex-wrap: nowrap;
}
.flex-wrap[data-v-fae5462e] {
  flex-wrap: wrap;
}
.flex-wrap-reverse[data-v-fae5462e] {
  flex-wrap: wrap-reverse;
}
.flex-column[data-v-fae5462e] {
  flex-direction: column;
}
.flex-col-row[data-v-fae5462e] {
  flex-direction: column;
}
.flex-row[data-v-fae5462e] {
  flex-direction: row;
}
.flex-between-align[data-v-fae5462e] {
  align-content: space-between;
}
.flex-middle[data-v-fae5462e] {
  align-items: center;
}
.flex-bottom[data-v-fae5462e] {
  align-items: flex-end;
}
.flex-between[data-v-fae5462e] {
  justify-content: space-between;
}
.flex-center[data-v-fae5462e] {
  justify-content: center;
}
.flex-right[data-v-fae5462e] {
  justify-content: flex-end;
}
.flex-left[data-v-fae5462e] {
  justify-content: flex-start;
}
.flex-evenly[data-v-fae5462e] {
  justify-content: space-evenly;
}
.flex-grow-1[data-v-fae5462e] {
  flex-grow: 1;
}
.flex-grow-2[data-v-fae5462e] {
  flex-grow: 2;
}
.flex-grow-3[data-v-fae5462e] {
  flex-grow: 3;
}
.flex-grow-4[data-v-fae5462e] {
  flex-grow: 4;
}
.flex-grow-5[data-v-fae5462e] {
  flex-grow: 5;
}
.flex-toppattern_orkestra-small copy.png[data-v-fae5462e] {
  align-items: flex-start;
}
.flex800[data-v-fae5462e] {
  display: none;
}
.flexc-flex[data-v-fae5462e] {
  display: flex;
  flex-direction: column;
}
.flex-mid[data-v-fae5462e] {
  display: none;
}
.flex-display-50-10[data-v-fae5462e] {
  flex: 1 1 calc(50% - 10px);
}
.show600[data-v-fae5462e] {
  display: none;
}
.show760[data-v-fae5462e] {
  display: none;
}
.hide[data-v-fae5462e] {
  display: none !important;
}
@media (min-width: 350px) {
.showAfter350[data-v-fae5462e] {
    display: block !important;
}
.badge-display[data-v-fae5462e] {
    display: none;
}
.badge-display2[data-v-fae5462e] {
    display: block;
}
}
@media (min-width: 380px) {
.vueperslides[data-v-fae5462e] {
    width: 250px;
    margin: auto;
}
}
@media (min-width: 458px) {
.badge-display[data-v-fae5462e] {
    display: block;
}
.badge-display2[data-v-fae5462e] {
    display: none;
}
.fix-width[data-v-fae5462e] {
    width: 70%;
}
}
@media (min-width: 500px) {
.width-control-btn-inline[data-v-fae5462e] {
    width: 180px !important;
}
.width-button-control-cart-actions[data-v-fae5462e] {
    width: 210px !important;
}
}
@media (min-width: 600px) {
.radio-logo > figure[data-v-fae5462e] {
    width: 100% !important;
    max-width: 100px;
}
.grid-2-3[data-v-fae5462e] {
    grid-template-columns: repeat(3, 1fr);
}
.img-item-miniature[data-v-fae5462e] {
    width: 140px;
    height: 140px;
}
.width100-50[data-v-fae5462e] {
    width: 50%;
}
.width100-40[data-v-fae5462e] {
    width: 40%;
}
.show600[data-v-fae5462e] {
    display: block;
}
.width-controll-btn-typeweek[data-v-fae5462e] {
    width: 190px !important;
    top: -23px !important;
}
.width-control-btn-inline[data-v-fae5462e] {
    width: 250px !important;
}
.width-btn-control-select-sugeridos[data-v-fae5462e] {
    width: 180px !important;
}
.width-button-control-btn-regresa-a-cobro[data-v-fae5462e] {
    width: 220px !important;
}
.leftPositionControl[data-v-fae5462e] {
    left: -40px !important;
}
.container-tipo-envio[data-v-fae5462e] {
    display: flex;
}
.width-controll-buys-item[data-v-fae5462e] {
    width: 140px !important;
}
.width-sellProductImg-control[data-v-fae5462e] {
    width: 190px !important;
}
.top-control-sellProduct[data-v-fae5462e] {
    top: 380px !important;
}
.my-header-menu[data-v-fae5462e] {
    width: 500px;
    box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.35);
}
body[data-v-fae5462e] {
    font-size: 15px !important;
}
.padding20-tablet[data-v-fae5462e] {
    padding: 20px !important;
}
}
@media (max-width: 760px) {
.mx-5-sm[data-v-fae5462e] {
    margin-left: 5px;
    margin-right: 5px;
}
}
@media (min-width: 760px) {
.min-width400[data-v-fae5462e] {
    min-width: 400px;
}
.cart-btn-add[data-v-fae5462e] {
    margin-left: 20px !important;
}
.grid-cart-img[data-v-fae5462e] {
    grid-row: 1/4;
    grid-column: 1/2;
}
.grid-cart-info[data-v-fae5462e] {
    grid-row: auto;
    grid-column: 2/3;
}
.grid-cart-actions[data-v-fae5462e] {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 0;
}
.height-detail[data-v-fae5462e] {
    height: calc(100vh - 138px);
}
.height-detail > section > .flex[data-v-fae5462e] {
    justify-content: left;
}
.flex-mid[data-v-fae5462e] {
    display: flex !important;
}
.msg-stock[data-v-fae5462e] {
    padding: 10px 0 0;
}
.counter-cart[data-v-fae5462e] {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}
.counter-cart > div[data-v-fae5462e] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badge-display[data-v-fae5462e] {
    display: none;
}
.badge-display2[data-v-fae5462e] {
    display: block;
}
.show760[data-v-fae5462e] {
    display: block;
}
.hide760[data-v-fae5462e] {
    display: none;
}
.grid-products[data-v-fae5462e] {
    grid-template-columns: repeat(2, calc(100% / 2)) !important;
}
.ml-h[data-v-fae5462e] {
    margin: auto;
}
.mr-h[data-v-fae5462e] {
    margin: auto;
}
.width-control-otherProducts[data-v-fae5462e] {
    width: 170px !important;
}
.leftPositionControl[data-v-fae5462e] {
    left: -60px !important;
}
.width-pasarela-img-control[data-v-fae5462e] {
    width: 110px !important;
}
.width-button-control-cart-actions[data-v-fae5462e] {
    width: 250px !important;
}
.widthAvailablesLeft[data-v-fae5462e] {
    width: 30vw !important;
}
.product-item[data-v-fae5462e] {
    border-bottom: 0px solid transparent !important;
}
.width-sellProduct-control[data-v-fae5462e] {
    width: 90% !important;
}
.my-container[data-v-fae5462e] {
    width: 680px !important;
}
.login[data-v-fae5462e] {
    width: 310px !important;
}
.width-cuotas-control[data-v-fae5462e] {
    width: 278px !important;
}
.flexc-flex[data-v-fae5462e] {
    flex-direction: row;
}
}
@media (min-width: 840px) {
.flex800[data-v-fae5462e] {
    display: flex !important;
}
}
@media (min-width: 900px) {
.red-alert[data-v-fae5462e] {
    left: unset;
    width: 800px;
}
.btn-shadow[data-v-fae5462e] {
    height: 140px;
}
.width-control-input-chat[data-v-fae5462e] {
    width: 600px !important;
}

  /* .heightControlLeftBox {
    height: 79vh !important;
  } */
.heightControlRightBox[data-v-fae5462e] {
    height: calc(100vh - 130px) !important;
}
.chat .vac-card-window.window[data-v-fae5462e] {
    height: calc(100% - 60px) !important;
    width: calc(100vw - 420px) !important;
}
.width-control-otherProducts[data-v-fae5462e] {
    width: 136px !important;
}
.controlWidthRightDetailProduct[data-v-fae5462e] {
    width: 70%;
    margin: 0 5%;
}
.width-button-control-btn-regresa-a-cobro[data-v-fae5462e] {
    width: 270px !important;
}
.width-control-btn-inline[data-v-fae5462e] {
    width: 270px !important;
}
.leftPositionControl[data-v-fae5462e] {
    left: -110px !important;
}
.width-button-control-cart-actions[data-v-fae5462e] {
    width: 300px !important;
}
.widthAvailablesLeft[data-v-fae5462e] {
    width: 17vw !important;
}
.filters-wrap[data-v-fae5462e] {
    position: static !important;
    height: auto !important;
    overflow-y: inherit !important;
}
.filters-wrap-squareSize[data-v-fae5462e] {
    width: 50px !important;
    height: 50px !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input[data-v-fae5462e] {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}
.filters-wrap-filtersInputs .filters-wrap-filtersInputs-input .my-input[data-v-fae5462e] {
    font-size: 1.2em !important;
}
.filters-wrap-filterBtns[data-v-fae5462e] {
    margin: 0 10px !important;
}
.filters-wrap-filterBtns div[data-v-fae5462e] {
    width: 100% !important;
}
.filters-wrap-filterBtns .first-box[data-v-fae5462e] {
    margin: 0 !important;
    padding-right: 20px !important;
}
.filters-wrap-filterBtns .second-box[data-v-fae5462e] {
    position: relative !important;
}
.filters-wrap-filterBtns .second-box[data-v-fae5462e]:after {
    content: "";
    width: 2px;
    height: 42px;
    background: #ccc;
    position: absolute;
    top: 21px;
    left: -16px;
}
.filters-wrap-searchButtons[data-v-fae5462e] {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.filters-wrap-searchButtons div[data-v-fae5462e] {
    width: 100% !important;
}
.filters-wrap-searchButtons div[data-v-fae5462e]:first-child {
    margin-right: 15px !important;
}
.card-contactStory[data-v-fae5462e] {
    max-width: 330px !important;
}
.iterable-box[data-v-fae5462e] {
    display: flex !important;
    flex-wrap: wrap !important;
}
.iterable-box-item[data-v-fae5462e] {
    width: 259px !important;
}
.top-control-sellProduct[data-v-fae5462e] {
    top: 400px !important;
}
.width-sellProductImg-control[data-v-fae5462e] {
    width: 160px !important;
}
.my-container[data-v-fae5462e] {
    width: 800px !important;
}
.search-btn-box[data-v-fae5462e] {
    width: 120px !important;
    position: relative;
    top: 10px;
    margin-left: 10px !important;
}
.card-types[data-v-fae5462e] {
    flex-wrap: wrap;
    gap: 10px;
}
.card-types-item[data-v-fae5462e] {
    width: calc(50% - 20px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px !important;
}
.margin-top10-desktop[data-v-fae5462e] {
    margin-top: 10px !important;
}
.padding10-desktop[data-v-fae5462e] {
    padding: 10px !important;
}
.margin-right10-desktop[data-v-fae5462e] {
    margin-right: 10px !important;
}
.margin-bottom0-desktop[data-v-fae5462e] {
    margin-bottom: 0 !important;
}
.margin-right20-desktop[data-v-fae5462e] {
    margin-right: 20px !important;
}
.margin-left20-desktop[data-v-fae5462e] {
    margin-left: 20px !important;
}
.margin-bottom20-desktop[data-v-fae5462e] {
    margin-bottom: 20px !important;
}
.excerpt[data-v-fae5462e] {
    width: 280px !important;
}
.width300-desktop[data-v-fae5462e] {
    width: 300px !important;
}
.concept-item-stats[data-v-fae5462e] {
    width: 80%;
}
.widthHalf-desktop[data-v-fae5462e] {
    width: 50% !important;
}
.column-desktop[data-v-fae5462e] {
    flex-direction: column !important;
}
.btn-sincronize[data-v-fae5462e] {
    top: 198px !important;
    right: 30px !important;
}
.width100-desktop[data-v-fae5462e] {
    width: 100% !important;
}
.margin-bottom5-mobile[data-v-fae5462e] {
    margin-bottom: 0 !important;
}
.flex-desktop-prospection[data-v-fae5462e],
.flex-desktop[data-v-fae5462e] {
    display: flex !important;
}
.block-desktop[data-v-fae5462e] {
    display: block !important;
}
.hide-desktop[data-v-fae5462e] {
    display: none !important;
}
.fixButton[data-v-fae5462e] {
    top: -20px;
}
.width-cuotas-control[data-v-fae5462e] {
    width: 250px !important;
}
.width-cuotas-control-item[data-v-fae5462e] {
    width: 250px !important;
}
.width-cuotas-control-item-right[data-v-fae5462e] {
    position: relative;
    left: 20px;
}
.width-cuotas-control-item-right .total-text[data-v-fae5462e] {
    display: none !important;
}
.bottom10-desktop[data-v-fae5462e] {
    position: relative;
    bottom: 10px;
}
}
@media (min-width: 1000px) {
.leftPositionControl[data-v-fae5462e] {
    left: -125px !important;
}
.grid-products[data-v-fae5462e] {
    grid-template-columns: repeat(3, calc(100% / 3)) !important;
}
}
@media (min-width: 1100px) {
.my-container-bigger[data-v-fae5462e] {
    width: 1000px !important;
}
.showFullDesktop[data-v-fae5462e] {
    display: block !important;
}
.leftPositionControl[data-v-fae5462e] {
    left: -195px !important;
}
}
@media (min-width: 1200px) {
.hide-only-desktop[data-v-fae5462e] {
    display: none !important;
}
.show-only-desktop[data-v-fae5462e] {
    display: flex !important;
}
.leftPositionControl[data-v-fae5462e] {
    left: -260px !important;
}
.catalog-container[data-v-fae5462e] {
    margin: unset;
}
.carrito-catalog[data-v-fae5462e] {
    max-width: 400px;
    width: 100%;
    position: fixed;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}
}
@media (min-width: 1280px) {
.leftPositionControl[data-v-fae5462e] {
    left: -280px !important;
}
}
.grid-container[data-v-fae5462e] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.grid-item[data-v-fae5462e] {
  grid-column: span 1;
}
.grid-item-1[data-v-fae5462e] {
  grid-column: span 1;
}
.grid-item-2[data-v-fae5462e] {
  grid-column: span 2;
}
.grid-item-3[data-v-fae5462e] {
  grid-column: span 3;
}
.grid-item-4[data-v-fae5462e] {
  grid-column: span 4;
}
.grid-item-5[data-v-fae5462e] {
  grid-column: span 5;
}
.grid-item-6[data-v-fae5462e] {
  grid-column: span 6;
}
.grid-item-7[data-v-fae5462e] {
  grid-column: span 7;
}
.grid-item-8[data-v-fae5462e] {
  grid-column: span 8;
}
.grid-item-9[data-v-fae5462e] {
  grid-column: span 9;
}
.grid-item-10[data-v-fae5462e] {
  grid-column: span 10;
}
.grid-item-11[data-v-fae5462e] {
  grid-column: span 11;
}
.grid-item-12[data-v-fae5462e] {
  grid-column: span 12;
}
.grid-cart[data-v-fae5462e] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
}
.grid-cart-img[data-v-fae5462e] {
  grid-row: 1/2;
  margin-bottom: 10px;
}
.grid-cart-info[data-v-fae5462e] {
  grid-row: 1/2;
}
.grid-cart-actions[data-v-fae5462e] {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-left: 10px;
}
.grid-cart-move[data-v-fae5462e] {
  grid-column: 1/3;
  grid-row: 3/4;
}
.grid-2[data-v-fae5462e] {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.grid-2-3[data-v-fae5462e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.gap10[data-v-fae5462e] {
  gap: 10px;
}
.gap20[data-v-fae5462e] {
  gap: 20px;
}
.grid-box[data-v-fae5462e] {
  box-shadow: 0 0 2px #808080;
  margin-bottom: 30px;
}
.grid-4[data-v-fae5462e] {
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
}
.grid-3[data-v-fae5462e] {
  display: grid;
  grid-template-columns: 25% 60% 15%;
}
.grid-box div[data-v-fae5462e],
.grid-3 div[data-v-fae5462e],
.grid-4 div[data-v-fae5462e] {
  padding-right: 20px !important;
  word-break: break-all;
}
.grid-item-odd[data-v-fae5462e] {
  background: #fff;
}
.grid-item-odd[data-v-fae5462e]:nth-child(odd) {
  background: #e7ecf1 !important;
}
.grid-carrito-catalog[data-v-fae5462e] {
  display: grid;
  grid-template-columns: 1fr 410px;
}
.grid-products[data-v-fae5462e] {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  justify-items: center;
}
.grid-products > .product-item[data-v-fae5462e] {
  max-width: 350px;
}
.margin0[data-v-fae5462e] {
  margin: 0 !important;
}
.margin0-5[data-v-fae5462e] {
  margin: 0 5px;
}
.margin10-0[data-v-fae5462e] {
  margin: 10px 0;
}
.margin10-5[data-v-fae5462e] {
  margin: 10px 5px;
}
.margin0-10[data-v-fae5462e] {
  margin: 0 10px;
}
.margin0-15[data-v-fae5462e] {
  margin: 0 15px;
}
.margin15-0[data-v-fae5462e] {
  margin: 15px 0px;
}
.margin20-0[data-v-fae5462e] {
  margin: 20px 0;
}
.margin20-10[data-v-fae5462e] {
  margin: 20px 10px;
}
.margin30-0[data-v-fae5462e] {
  margin: 30px 0;
}
.margin40-0[data-v-fae5462e] {
  margin: 40px 0;
}
.margin20-40[data-v-fae5462e] {
  margin: 20px 40px;
}
.margin0-20[data-v-fae5462e] {
  margin: 0 20px;
}
.margin5[data-v-fae5462e] {
  margin: 5px;
}
.margin5-0[data-v-fae5462e] {
  margin: 5px 0;
}
.margin10[data-v-fae5462e] {
  margin: 10px;
}
.margin10-20[data-v-fae5462e] {
  margin: 10px 20px;
}
.margin15[data-v-fae5462e] {
  margin: 15px;
}
.margin20[data-v-fae5462e] {
  margin: 20px;
}
.margin30[data-v-fae5462e] {
  margin: 30px;
}
.margin50[data-v-fae5462e] {
  margin: 50px;
}
.margin-right-auto[data-v-fae5462e] {
  margin-right: auto;
}
.margin-left-auto[data-v-fae5462e] {
  margin-left: auto;
}
.ml-h[data-v-fae5462e] {
  margin-left: auto;
}
.mr-h[data-v-fae5462e] {
  margin-right: auto;
}
.margin-bottom5-mobile[data-v-fae5462e] {
  margin-bottom: 5px;
}
.margin-top5[data-v-fae5462e] {
  margin-top: 5px !important;
}
.margin-top10[data-v-fae5462e] {
  margin-top: 10px !important;
}
.margin-top15[data-v-fae5462e] {
  margin-top: 15px !important;
}
.margin-top20[data-v-fae5462e] {
  margin-top: 20px !important;
}
.margin-top30[data-v-fae5462e] {
  margin-top: 30px !important;
}
.margin-top35[data-v-fae5462e] {
  margin-top: 35px !important;
}
.margin-top40[data-v-fae5462e] {
  margin-top: 40px !important;
}
.margin-top50[data-v-fae5462e] {
  margin-top: 50px !important;
}
.margin-top60[data-v-fae5462e] {
  margin-top: 60px !important;
}
.margin-bottom5[data-v-fae5462e] {
  margin-bottom: 5px !important;
}
.margin-bottom10[data-v-fae5462e] {
  margin-bottom: 10px !important;
}
.margin-bottom15[data-v-fae5462e] {
  margin-bottom: 15px !important;
}
.margin-bottom20[data-v-fae5462e] {
  margin-bottom: 20px !important;
}
.margin-bottom30[data-v-fae5462e] {
  margin-bottom: 30px !important;
}
.margin-bottom35[data-v-fae5462e] {
  margin-bottom: 35px !important;
}
.margin-bottom40[data-v-fae5462e] {
  margin-bottom: 40px !important;
}
.margin-bottom50[data-v-fae5462e] {
  margin-bottom: 50px !important;
}
.margin-bottom60[data-v-fae5462e] {
  margin-bottom: 60px !important;
}
.margin-left5[data-v-fae5462e] {
  margin-left: 5px !important;
}
.margin-left10[data-v-fae5462e] {
  margin-left: 10px !important;
}
.margin-left15[data-v-fae5462e] {
  margin-left: 15px !important;
}
.margin-left20[data-v-fae5462e] {
  margin-left: 20px !important;
}
.margin-left30[data-v-fae5462e] {
  margin-left: 30px !important;
}
.margin-left35[data-v-fae5462e] {
  margin-left: 35px !important;
}
.margin-left40[data-v-fae5462e] {
  margin-left: 40px !important;
}
.margin-left50[data-v-fae5462e] {
  margin-left: 50px !important;
}
.margin-left60[data-v-fae5462e] {
  margin-left: 60px !important;
}
.margin-right5[data-v-fae5462e] {
  margin-right: 5px !important;
}
.margin-right10[data-v-fae5462e] {
  margin-right: 10px !important;
}
.margin-right15[data-v-fae5462e] {
  margin-right: 15px !important;
}
.margin-right20[data-v-fae5462e] {
  margin-right: 20px !important;
}
.margin-right30[data-v-fae5462e] {
  margin-right: 30px !important;
}
.margin-right35[data-v-fae5462e] {
  margin-right: 35px !important;
}
.margin-right40[data-v-fae5462e] {
  margin-right: 40px !important;
}
.margin-right50[data-v-fae5462e] {
  margin-right: 50px !important;
}
.margin-right60[data-v-fae5462e] {
  margin-right: 60px !important;
}
.my-5[data-v-fae5462e] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10[data-v-fae5462e] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15[data-v-fae5462e] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20[data-v-fae5462e] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30[data-v-fae5462e] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-5[data-v-fae5462e] {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10[data-v-fae5462e] {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-20[data-v-fae5462e] {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-30[data-v-fae5462e] {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-40[data-v-fae5462e] {
  margin-right: 40px;
  margin-left: 40px;
}
.padding0[data-v-fae5462e] {
  padding: 0 !important;
}
.padding5[data-v-fae5462e] {
  padding: 5px;
}
.padding10[data-v-fae5462e] {
  padding: 10px;
}
.padding15[data-v-fae5462e] {
  padding: 15px;
}
.padding20[data-v-fae5462e] {
  padding: 20px;
}
.padding30[data-v-fae5462e] {
  padding: 30px;
}
.padding40[data-v-fae5462e] {
  padding: 40px;
}
.padding40-0[data-v-fae5462e] {
  padding: 40px 0;
}
.padding-left5[data-v-fae5462e] {
  padding-left: 5px;
}
.padding-left10[data-v-fae5462e] {
  padding-left: 10px;
}
.padding-left15[data-v-fae5462e] {
  padding-left: 15px;
}
.padding-left20[data-v-fae5462e] {
  padding-left: 20px;
}
.padding-right5[data-v-fae5462e] {
  padding-right: 5px;
}
.padding-right10[data-v-fae5462e] {
  padding-right: 10px;
}
.padding-right15[data-v-fae5462e] {
  padding-right: 15px;
}
.padding-right20[data-v-fae5462e] {
  padding-right: 20px;
}
.padding-right30[data-v-fae5462e] {
  padding-right: 30px;
}
.padding-right40[data-v-fae5462e] {
  padding-right: 40px;
}
.padding-top0[data-v-fae5462e] {
  padding-top: 0px;
}
.padding-top5[data-v-fae5462e] {
  padding-top: 5px;
}
.padding-top10[data-v-fae5462e] {
  padding-top: 10px;
}
.padding-top15[data-v-fae5462e] {
  padding-top: 15px;
}
.padding-top20[data-v-fae5462e] {
  padding-top: 20px;
}
.padding-top30[data-v-fae5462e] {
  padding-top: 30px;
}
.padding-top50[data-v-fae5462e] {
  padding-top: 50px;
}
.padding-top60[data-v-fae5462e] {
  padding-top: 60px;
}
.padding-top70[data-v-fae5462e] {
  padding-top: 70px;
}
.padding-top90[data-v-fae5462e] {
  padding-top: 90px;
}
.padding-top100[data-v-fae5462e] {
  padding-top: 100px;
}
.padding-top120[data-v-fae5462e] {
  padding-top: 120px;
}
.padding-top180[data-v-fae5462e] {
  padding-top: 180px;
}
.padding-bottom0[data-v-fae5462e] {
  padding-bottom: 0px !important;
}
.padding-bottom5[data-v-fae5462e] {
  padding-bottom: 5px;
}
.padding-bottom10[data-v-fae5462e] {
  padding-bottom: 10px;
}
.padding-bottom15[data-v-fae5462e] {
  padding-bottom: 15px;
}
.padding-bottom20[data-v-fae5462e] {
  padding-bottom: 20px;
}
.padding-bottom30[data-v-fae5462e] {
  padding-bottom: 30px;
}
.padding-bottom50[data-v-fae5462e] {
  padding-bottom: 50px;
}
.padding-bottom60[data-v-fae5462e] {
  padding-bottom: 60px !important;
}
.padding-bottom80[data-v-fae5462e] {
  padding-bottom: 80px;
}
.padding-bottom100[data-v-fae5462e] {
  padding-bottom: 100px;
}
.padding-bottom-cart[data-v-fae5462e] {
  padding-bottom: 240px;
}
.padding10-0[data-v-fae5462e] {
  padding: 10px 0;
}
.padding10-5[data-v-fae5462e] {
  padding: 10px 5px;
}
.padding0-5[data-v-fae5462e] {
  padding: 0 5px;
}
.padding0-10[data-v-fae5462e] {
  padding: 0 10px;
}
.padding0-15[data-v-fae5462e] {
  padding: 0 15px;
}
.padding20-0[data-v-fae5462e] {
  padding: 20px 0;
}
.padding20-10[data-v-fae5462e] {
  padding: 20px 10px;
}
.padding15-20[data-v-fae5462e] {
  padding: 15px 20px;
}
.padding15-0[data-v-fae5462e] {
  padding: 15px 0px;
}
.padding20-5[data-v-fae5462e] {
  padding: 20px 5px;
}
.padding0-20[data-v-fae5462e] {
  padding: 0 20px;
}
.padding5-20[data-v-fae5462e] {
  padding: 5px 20px;
}
.padding5-15[data-v-fae5462e] {
  padding: 5px 15px;
}
.padding5-10[data-v-fae5462e] {
  padding: 5px 10px;
}
.padding15-10[data-v-fae5462e] {
  padding: 15px 10px;
}
.padding1em[data-v-fae5462e] {
  padding: 1em;
}
.padding10-20[data-v-fae5462e] {
  padding: 10px 20px;
}
.padding5-0[data-v-fae5462e] {
  padding: 5px 0;
}
.padding30-10[data-v-fae5462e] {
  padding: 30px 10px;
}
.px-5[data-v-fae5462e] {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10[data-v-fae5462e] {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15[data-v-fae5462e] {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20[data-v-fae5462e] {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25[data-v-fae5462e] {
  padding-right: 25px;
  padding-left: 25px;
}
.py-5[data-v-fae5462e] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10[data-v-fae5462e] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15[data-v-fae5462e] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20[data-v-fae5462e] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30[data-v-fae5462e] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.center-block[data-v-fae5462e] {
  margin-left: auto;
  margin-right: auto;
}
.border-left-white[data-v-fae5462e] {
  border-left: 1px solid #ffffff80;
}
.border-left-dark[data-v-fae5462e] {
  border-left: 1px solid #000000;
}
.border-top-blue[data-v-fae5462e] {
  border-top: 3px solid #337ab7;
}
.border-top-dashed[data-v-fae5462e] {
  border-top: 2px #c7d3df dashed;
}
.border-top-lightgray[data-v-fae5462e] {
  border-top: 2px #c7d3df solid;
}
.border-top-white[data-v-fae5462e] {
  border-top: 2px #fff solid;
}
.border-top-lightgray-1[data-v-fae5462e] {
  border-top: 1px #d6dce2 solid;
}
.border-bottom-lightgray[data-v-fae5462e] {
  border-bottom: 2px #c7d3df solid;
}
.border2[data-v-fae5462e] {
  border: 2px solid !important;
}
.border-bottom-white[data-v-fae5462e] {
  border-bottom: 2px solid #fff !important;
}
.border1input[data-v-fae5462e] {
  border: 1px solid #c7d3df;
}
.border-red[data-v-fae5462e] {
  border: 2px solid #e74c3c !important;
}
.border-green[data-v-fae5462e] {
  border: 2px solid #2AA186 !important;
}
.border2inputSelected[data-v-fae5462e] {
  border: 2px solid #2c3e50;
}
.border2-0-dashed[data-v-fae5462e] {
  border-top: 2px dashed #a5afb9;
  border-bottom: 2px dashed #a5afb9;
}
.border-select-blue[data-v-fae5462e] {
  border: 2px solid #337ab7;
}
.border-cart-item[data-v-fae5462e] {
  border: 1px solid #c7d3df;
}
.border-cart-item[data-v-fae5462e]:hover {
  border: 1px solid #2980b9;
}
.border-btn[data-v-fae5462e] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}
.border-btn[data-v-fae5462e]:active {
  border-bottom: 0px inset transparent !important;
  transform: scale(0.97);
}
.border0[data-v-fae5462e] {
  border: 0 !important;
}
.borderRed[data-v-fae5462e] {
  border-color: #f00 !important;
}
.border-aside[data-v-fae5462e] {
  border-radius: 20px 20px 0 0;
}
.border-none[data-v-fae5462e] {
  border: none;
}
.borderLightgray[data-v-fae5462e] {
  border: 1px solid lightgray;
}
.borderGray[data-v-fae5462e] {
  border: 1px solid #ddd;
}
.border-bottom1[data-v-fae5462e] {
  border-bottom: 1px solid #d3d3d3;
}
.border-bottom2[data-v-fae5462e] {
  border-bottom: 2px solid #d3d3d3;
}
.border-bottom3[data-v-fae5462e] {
  border-bottom: 3px solid #d3d3d3;
}
.border1white[data-v-fae5462e] {
  border: 1px solid #fff;
}
.border2green[data-v-fae5462e] {
  border: 2px solid #2AA186 !important;
}
.border2red[data-v-fae5462e] {
  border: 2px solid #f00 !important;
}
.border2white[data-v-fae5462e] {
  border: 2px solid #fff;
}
.border2gold[data-v-fae5462e] {
  border: 2px solid #ccb75a;
}
.border-box[data-v-fae5462e] {
  border-bottom: 2px solid #c7d3df;
}
.borderWarn[data-v-fae5462e] {
  border-color: #fd9c28 !important;
}
.borderError[data-v-fae5462e] {
  border-color: #d42717 !important;
}
.border1green[data-v-fae5462e] {
  border: 1px solid #008000 !important;
}
.borderRed[data-v-fae5462e] {
  border-color: #f00 !important;
}
.border-fixed[data-v-fae5462e] {
  border: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.radius40[data-v-fae5462e] {
  border-radius: 40px;
}
.radius30[data-v-fae5462e] {
  border-radius: 30px;
}
.radius20[data-v-fae5462e] {
  border-radius: 20px;
}
.radius15[data-v-fae5462e] {
  border-radius: 15px;
}
.radius8[data-v-fae5462e] {
  border-radius: 8px;
}
.radius3[data-v-fae5462e] {
  border-radius: 3px !important;
}
.rounded[data-v-fae5462e] {
  border-radius: 50%;
}
.rounded5[data-v-fae5462e] {
  border-radius: 5px;
}
.round10[data-v-fae5462e] {
  border-radius: 10px;
}
.box-border[data-v-fae5462e] {
  box-sizing: border-box;
}
.text-center[data-v-fae5462e] {
  text-align: center;
}
.text-right[data-v-fae5462e] {
  text-align: right;
}
.text-left[data-v-fae5462e] {
  text-align: left;
}
.text-lowercase[data-v-fae5462e] {
  text-transform: lowercase;
}
.text-uppercase[data-v-fae5462e] {
  text-transform: uppercase;
}
.text-capitalize[data-v-fae5462e] {
  text-transform: capitalize !important;
}
.text-none[data-v-fae5462e] {
  text-transform: none;
}
.text-ellipsis[data-v-fae5462e] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.text-nowrap[data-v-fae5462e] {
  white-space: nowrap;
}
.first-letter-uppercase[data-v-fae5462e]::first-letter {
  text-transform: uppercase;
}
.text-underline[data-v-fae5462e] {
  text-decoration: underline;
}
.text-underline[data-v-fae5462e]:hover {
  text-decoration: none;
  cursor: pointer;
}
.fix-width-text[data-v-fae5462e] {
  word-break: break-word;
  white-space: normal;
}
.truncate-text[data-v-fae5462e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.break-word[data-v-fae5462e] {
  word-wrap: break-word;
  width: 100%;
}
.text-break[data-v-fae5462e] {
  word-break: break-all;
}
.font-bold[data-v-fae5462e] {
  font-weight: bold;
}
.price-through[data-v-fae5462e] {
  text-decoration: line-through;
}
.font-italic[data-v-fae5462e] {
  font-style: italic;
}
.font095em[data-v-fae5462e] {
  font-size: 0.95em;
}
.font1em[data-v-fae5462e] {
  font-size: 1em !important;
}
.font2em[data-v-fae5462e] {
  font-size: 2em;
}
.font2-2em[data-v-fae5462e] {
  font-size: 2.2em;
}
.font3em[data-v-fae5462e] {
  font-size: 3em;
}
.font4em[data-v-fae5462e] {
  font-size: 4em;
}
.font1-5em[data-v-fae5462e] {
  font-size: 1.5em;
}
.font1-7em[data-v-fae5462e] {
  font-size: 1.7em;
}
.font1-3em[data-v-fae5462e] {
  font-size: 1.3em;
}
.font1-4em[data-v-fae5462e] {
  font-size: 1.4em;
}
.font-9em[data-v-fae5462e] {
  font-size: 0.9em;
}
.font10[data-v-fae5462e] {
  font-size: 10px;
}
.font11[data-v-fae5462e] {
  font-size: 11px;
}
.font12[data-v-fae5462e] {
  font-size: 12px;
}
.font13[data-v-fae5462e] {
  font-size: 13px;
}
.font14[data-v-fae5462e] {
  font-size: 14px;
}
.font15[data-v-fae5462e] {
  font-size: 15px;
}
.font16[data-v-fae5462e] {
  font-size: 16px;
}
.font17[data-v-fae5462e] {
  font-size: 17px;
}
.font18[data-v-fae5462e] {
  font-size: 18px;
}
.font19[data-v-fae5462e] {
  font-size: 19px;
}
.font20[data-v-fae5462e] {
  font-size: 20px;
}
.font21[data-v-fae5462e] {
  font-size: 21px;
}
.font22[data-v-fae5462e] {
  font-size: 22px;
}
.font23[data-v-fae5462e] {
  font-size: 23px;
}
.font24[data-v-fae5462e] {
  font-size: 24px;
}
.font25[data-v-fae5462e] {
  font-size: 25px;
}
.font26[data-v-fae5462e] {
  font-size: 26px;
}
.font27[data-v-fae5462e] {
  font-size: 27px;
}
.font28[data-v-fae5462e] {
  font-size: 28px;
}
.font29[data-v-fae5462e] {
  font-size: 29px;
}
.font30[data-v-fae5462e] {
  font-size: 30px;
}
.font31[data-v-fae5462e] {
  font-size: 31px;
}
.font32[data-v-fae5462e] {
  font-size: 32px;
}
.font33[data-v-fae5462e] {
  font-size: 33px;
}
.font34[data-v-fae5462e] {
  font-size: 34px;
}
.font35[data-v-fae5462e] {
  font-size: 35px;
}
.font36[data-v-fae5462e] {
  font-size: 36px;
}
.font37[data-v-fae5462e] {
  font-size: 37px;
}
.font38[data-v-fae5462e] {
  font-size: 38px;
}
.font39[data-v-fae5462e] {
  font-size: 39px;
}
.font40[data-v-fae5462e] {
  font-size: 40px;
}
.font-normal[data-v-fae5462e] {
  font-weight: normal;
}
.color-white[data-v-fae5462e] {
  color: #fff;
}
.color-transparent[data-v-fae5462e] {
  color: transparent !important;
}
.color-black[data-v-fae5462e] {
  color: #121212 !important;
  color: #121212;
}
.color-black.color-blue[data-v-fae5462e] {
  color: #2980b9 !important;
}
.color-fuchia[data-v-fae5462e] {
  color: fuchia;
}
.color-gray[data-v-fae5462e] {
  color: #a5afb9;
}
.color-hardgray[data-v-fae5462e] {
  color: #4d5263;
}
.color-hannah[data-v-fae5462e] {
  color: #EA184D;
}
.color-lightgray[data-v-fae5462e] {
  color: #d3d3d3;
}
.color-darkblue[data-v-fae5462e] {
  color: #2c3e50;
}
.color-darkgray[data-v-fae5462e] {
  color: #757575;
}
.color-lightred[data-v-fae5462e] {
  color: #e74c3c;
}
.color-red[data-v-fae5462e] {
  color: #e74c3c;
}
.color-blue[data-v-fae5462e] {
  color: #2980b9;
}
.color-yellow[data-v-fae5462e] {
  color: #f49d1e;
}
.color-orange[data-v-fae5462e] {
  color: #ffa500;
}
.color-green[data-v-fae5462e] {
  color: #2AA186;
}
.color-gplus[data-v-fae5462e] {
  color: #d42717;
}
.back-bluelight[data-v-fae5462e] {
  background: #EBF0FF !important;
}
.back-blue[data-v-fae5462e] {
  background: #2980b9 !important;
}
.back-hannah[data-v-fae5462e] {
  background: #EA184D !important;
}
.back-purple[data-v-fae5462e] {
  background: #8e44ad;
}
.back-green[data-v-fae5462e] {
  background: #2AA186 !important;
}
.back-green-simple[data-v-fae5462e] {
  background: #2AA186;
}
.back-yellow[data-v-fae5462e] {
  background: #f49d1e !important;
}
.back-gold[data-v-fae5462e] {
  background: #f49d1e !important;
}
.back-red[data-v-fae5462e] {
  background: #e74c3c !important;
}
.back-red-simple[data-v-fae5462e] {
  background: #e74c3c;
}
.back-lightred[data-v-fae5462e] {
  background: #e74c3c !important;
}
.back-lightgold[data-v-fae5462e] {
  background: repeating-linear-gradient(40deg, rgba(0, 0, 0, 0.4) 20px, rgba(0, 0, 0, 0.4) 40px, #ccb75a 40px, #ccb75a 60px);
}
.back-lightorange[data-v-fae5462e] {
  background: #f05a28 !important;
}
.back-lightblue[data-v-fae5462e] {
  background: #2980b9 !important;
}
.back-lightgreen[data-v-fae5462e] {
  background: #2AA186 !important;
}
.back-lightyellow[data-v-fae5462e] {
  background: #f49d1e !important;
}
.back-gplus[data-v-fae5462e] {
  background: #d42717;
}
.back-darkblue[data-v-fae5462e] {
  background: #2c3e50 !important;
}
.back-darkblue-simple[data-v-fae5462e] {
  background: #2c3e50;
}
.back-pattern-whatsapp[data-v-fae5462e] {
  background: #f2f2f2 !important;
}
.back-darkgray[data-v-fae5462e] {
  background: #3e3d40;
}
.back-midgray[data-v-fae5462e] {
  background: #ececec;
}
.back-gray[data-v-fae5462e] {
  background: #a5afb9;
}
.back-black[data-v-fae5462e] {
  background: #121212;
}
.back-transparent[data-v-fae5462e] {
  background: transparent;
}
.back-white[data-v-fae5462e] {
  background: #fff !important;
}
.back-white-simple[data-v-fae5462e] {
  background-color: #fff;
}
.back-lightgray[data-v-fae5462e] {
  background-color: #d6dce2;
}
.back-darkblue-login[data-v-fae5462e] {
  background: #2c3e50;
  background-image: url("./PatternOrkestra.svg");
  background-size: 300px 300px;
}
.back-darkblue-header[data-v-fae5462e] {
  background: #2c3e50 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-blue[data-v-fae5462e] {
  background: #2980b9 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 150px 150px !important;
}
.back-pattern-lightgray[data-v-fae5462e] {
  background: #d6dce2 !important;
  background-image: url("./PatternOrkestra.svg") !important;
  background-size: 300px 3000px !important;
}
.bg-gray[data-v-fae5462e] {
  background: #D6DFE4;
}
.bg-aside[data-v-fae5462e] {
  transition: 0.3s;
  background-color: rgba(100, 100, 100, 0);
}
.bg-aside.active[data-v-fae5462e] {
  background-color: rgba(100, 100, 100, 0);
  transition: 0.3s;
}
.back-gray.my-btn[data-v-fae5462e] {
  box-shadow: 0 0 0 transparent !important;
}
.back-orange[data-v-fae5462e] {
  background: #ff9d00;
}
.back-item-odd-white[data-v-fae5462e] {
  background: #fff;
}
.back-item-odd-white[data-v-fae5462e]:nth-child(odd) {
  background: transparent !important;
}
.header-back[data-v-fae5462e] {
  font-size: 16px;
  height: calc(100vh - 60px);
  transition: 0.3s;
  left: -100vw;
  position: relative;
  z-index: 101;
}
.relative[data-v-fae5462e] {
  position: relative;
}
.absolute[data-v-fae5462e] {
  position: absolute;
}
.fixed[data-v-fae5462e] {
  position: fixed;
}
.fixed-bottom[data-v-fae5462e] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.sticky[data-v-fae5462e] {
  position: sticky;
}
.sticky.active[data-v-fae5462e] {
  border-bottom: 3px solid #337ab7;
}
.bottom0[data-v-fae5462e] {
  bottom: 0;
}
.right0[data-v-fae5462e] {
  right: 0 !important;
}
.left0[data-v-fae5462e] {
  left: 0 !important;
}
.leftPositionControl[data-v-fae5462e] {
  left: -10px;
}
.width100-50[data-v-fae5462e] {
  width: 100%;
}
.width100-40[data-v-fae5462e] {
  width: 100%;
}
.min-width100[data-v-fae5462e] {
  min-width: 100%;
}
.min-width90[data-v-fae5462e] {
  min-width: 90%;
}
.min-width80[data-v-fae5462e] {
  min-width: 80% !important;
}
.min-width70[data-v-fae5462e] {
  min-width: 70%;
}
.min-width60[data-v-fae5462e] {
  min-width: 60%;
}
.min-width50[data-v-fae5462e] {
  max-width: 50%;
}
.min-width45[data-v-fae5462e] {
  min-width: 45%;
}
.min-width40[data-v-fae5462e] {
  min-width: 40%;
}
.min-width30[data-v-fae5462e] {
  min-width: 30%;
}
.min-width20[data-v-fae5462e] {
  min-width: 20%;
}
.min-width25[data-v-fae5462e] {
  min-width: 25%;
}
.min-width10[data-v-fae5462e] {
  min-width: 10%;
}
.width100[data-v-fae5462e] {
  width: 100%;
}
.width90[data-v-fae5462e] {
  width: 90%;
}
.width80[data-v-fae5462e] {
  width: 80% !important;
}
.width70[data-v-fae5462e] {
  width: 70%;
}
.width60[data-v-fae5462e] {
  width: 60%;
}
.width50[data-v-fae5462e] {
  width: 50%;
}
.width45[data-v-fae5462e] {
  width: 45%;
}
.width40[data-v-fae5462e] {
  width: 40%;
}
.width30[data-v-fae5462e] {
  width: 30%;
}
.width20[data-v-fae5462e] {
  width: 20%;
}
.width25[data-v-fae5462e] {
  width: 25%;
}
.width10[data-v-fae5462e] {
  width: 10%;
}
.width-min[data-v-fae5462e] {
  width: min-content;
}
.max-width800[data-v-fae5462e] {
  max-width: 800px;
}
.widthCenter[data-v-fae5462e] {
  width: 80%;
}
.max-width600[data-v-fae5462e] {
  max-width: 600px;
}
.max-width300[data-v-fae5462e] {
  max-width: 300px;
}
.widthHalf[data-v-fae5462e] {
  width: 50%;
}
.width-sellProductImg-control[data-v-fae5462e] {
  width: 150px;
}
.top-control-sellProduct[data-v-fae5462e] {
  position: relative;
  top: 340px;
}
.width-cuotas-control[data-v-fae5462e] {
  width: 100%;
}
.width-cuotas-control-item[data-v-fae5462e] {
  width: 100%;
  background: myLightgray;
  color: #2c3e50;
}
.width-btn-control-select-sugeridos[data-v-fae5462e] {
  width: 163px;
}
.width-control-btn-inline[data-v-fae5462e] {
  width: 195px;
}
.width-controll-buys-item[data-v-fae5462e] {
  width: 96px;
}
.width-button-control-cart-actions[data-v-fae5462e] {
  width: 168px;
}
.width-button-control-btn-regresa-a-cobro[data-v-fae5462e] {
  width: 180px;
}
.width-pasarela-img-control[data-v-fae5462e] {
  width: 85px;
}
.width-controll-btn-typeweek[data-v-fae5462e] {
  width: 145px;
  right: 7px;
  top: -17px;
}
.width-control-input-chat[data-v-fae5462e] {
  width: 95%;
}
.width-pasarela[data-v-fae5462e] {
  width: 49% !important;
  border: 1px solid #d3d3d3;
}
.width-pasarela[data-v-fae5462e]:nth-child(1) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
}
.width-pasarela[data-v-fae5462e]:nth-child(2) {
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fae5462e]:nth-child(3) {
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-pasarela[data-v-fae5462e]:nth-child(4) {
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.width-control-otherProducts[data-v-fae5462e] {
  width: 180px;
}
.width-control-otherProducts figure img[data-v-fae5462e] {
  max-height: 100%;
}
.height220[data-v-fae5462e] {
  height: 220px;
}
.height100vh[data-v-fae5462e] {
  height: 100vh !important;
}
.heightFilters[data-v-fae5462e] {
  height: calc(100vh - 60px) !important;
}
.height100[data-v-fae5462e] {
  height: 100%;
}
.height-aside[data-v-fae5462e] {
  min-height: calc(100vh - 20px);
}
.height0[data-v-fae5462e] {
  height: 0px;
}
.heightBox[data-v-fae5462e] {
  max-height: 960px !important;
}
.heightDropdownProducts[data-v-fae5462e] {
  height: 255px !important;
  overflow-y: auto !important;
}
.height-detail[data-v-fae5462e] {
  box-sizing: border-box;
  height: calc(100vh - 210px);
  padding-bottom: 150px;
}
.height-detail > section > .flex[data-v-fae5462e] {
  justify-content: center;
}
.pointer[data-v-fae5462e] {
  cursor: pointer !important;
}
.cursor-move[data-v-fae5462e] {
  cursor: move !important;
}
.cursor-not[data-v-fae5462e] {
  cursor: not-allowed !important;
}
.events-none[data-v-fae5462e] {
  pointer-events: none;
}
.shadow[data-v-fae5462e] {
  box-shadow: #a5afb9 0px 0px 7px;
}
.shadow-detail[data-v-fae5462e] {
  box-shadow: #757575 0px 0px 25px;
}
.shadowCard[data-v-fae5462e] {
  box-shadow: 0 0 15px #a5afb9;
}
.hoverShadow[data-v-fae5462e] {
  transition: 0.3s;
}
.hoverShadow[data-v-fae5462e]:hover {
  box-shadow: 0 4px 10px #999 !important;
}
.box-shadow[data-v-fae5462e] {
  box-shadow: 0 4px 10px #999 !important;
}
.my-box-shadow[data-v-fae5462e] {
  box-shadow: 0 0 5px #ccc;
}
.box-shadow1[data-v-fae5462e] {
  box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 7px 3px;
}
.catalog-container[data-v-fae5462e] {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.my-container[data-v-fae5462e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.my-container-bigger[data-v-fae5462e] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.square40[data-v-fae5462e] {
  width: 40px;
  height: 40px;
}
.square35[data-v-fae5462e] {
  width: 35px;
  height: 35px;
}
.square30[data-v-fae5462e] {
  width: 30px;
  height: 30px;
}
.square25[data-v-fae5462e] {
  width: 25px;
  height: 25px;
}
.square12[data-v-fae5462e] {
  width: 12px;
  height: 12px;
}
.square15[data-v-fae5462e] {
  width: 15px;
  height: 15px;
}
.square17[data-v-fae5462e] {
  width: 17px;
  height: 17px;
}
.square18[data-v-fae5462e] {
  width: 18px;
  height: 18px;
}
.square20[data-v-fae5462e] {
  width: 20px;
  height: 20px;
}
.square50[data-v-fae5462e] {
  width: 50px;
  height: 50px;
}
.square70[data-v-fae5462e] {
  width: 70px;
  height: 70px;
}
.square55[data-v-fae5462e] {
  width: 55px;
  height: 55px;
}
.square100[data-v-fae5462e] {
  width: 100px;
  height: 100px;
}
.square10[data-v-fae5462e] {
  width: 10px;
  height: 10px;
}
.square200[data-v-fae5462e] {
  width: 200px;
  height: 200px;
}
.box-warn[data-v-fae5462e] {
  border-left: 5px solid #ff0;
  border-radius: 4px;
  background: #fff;
}
.box-danger[data-v-fae5462e] {
  border-left: 5px solid #f00;
  border-radius: 4px;
  background: #fff;
}
.box-success[data-v-fae5462e] {
  border-left: 5px solid #008000;
  border-radius: 4px;
  background: #fff;
}
.single-box[data-v-fae5462e] {
  border: 2px solid #2c3e50;
}
.overflowYauto[data-v-fae5462e] {
  overflow-y: auto !important;
}
.overflowYHidden[data-v-fae5462e] {
  overflow-y: hidden;
}
.remove-scroll[data-v-fae5462e] {
  overflow-y: hidden;
}
.active-scroll[data-v-fae5462e] {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.scrollyh[data-v-fae5462e] {
  overflow-y: hidden;
}
.overflow-hidden[data-v-fae5462e] {
  overflow: hidden !important;
}
.overflow-auto[data-v-fae5462e] {
  overflow: auto !important;
}
.hidden[data-v-fae5462e] {
  visibility: hidden;
}
.offscreen[data-v-fae5462e] {
  position: absolute;
  left: -9999px;
}
.deslised[data-v-fae5462e] {
  opacity: 0;
  top: 50px !important;
}
.opacity0[data-v-fae5462e] {
  opacity: 0;
}
.opacity30[data-v-fae5462e] {
  opacity: 0.3;
}
.opacity50[data-v-fae5462e] {
  opacity: 0.5;
}
.opacity70[data-v-fae5462e] {
  opacity: 0.7;
}
.opacity80[data-v-fae5462e] {
  opacity: 0.8;
}
.transition30[data-v-fae5462e] {
  transition: 0.3s;
}
.cleared[data-v-fae5462e] {
  position: relative;
  z-index: 4;
}
.hover-green[data-v-fae5462e] {
  transition: 0.1s;
}
.hover-green[data-v-fae5462e]:hover {
  background: #2AA186 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.aside-enter-active[data-v-fae5462e] {
  animation: aside-fae5462e 0.5s reverse;
}
.aside-leave-active[data-v-fae5462e] {
  animation: aside-fae5462e 0.5s;
}
.asideContent-enter-active[data-v-fae5462e] {
  animation: asideContent-fae5462e 0.3s reverse;
}
.asideContent-leave-active[data-v-fae5462e] {
  animation: asideContent-fae5462e 0.3s;
}
@keyframes aside-fae5462e {
0% {
    background-color: rgba(100, 100, 100, 0.6);
}
100% {
    background-color: rgba(100, 100, 100, 0);
}
}
@keyframes asideContent-fae5462e {
0% {
    transform: translateY(0%);
}
100% {
    transform: translateY(100%);
}
}
@keyframes loadingA-fae5462e {
to {
    background-position-x: -20%;
}
}
.rotate[data-v-fae5462e] {
  animation: spin-fae5462e 2s infinite;
}
@keyframes spin-fae5462e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.carousel__pagination[data-v-fae5462e] {
  position: relative !important;
  top: 10px !important;
}
.carousel__pagination-item[data-v-fae5462e] {
  padding: 3px;
}
.carousel__pagination-button[data-v-fae5462e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #c7d3df !important;
  /* Color de fondo */
  padding: 0px !important;
}
.carousel__pagination-button--active[data-v-fae5462e] {
  width: 10px !important;
  /* Ancho del círculo */
  height: 10px !important;
  /* Alto del círculo */
  border-radius: 50% !important;
  /* Hace que sea un círculo */
  background-color: #2980b9 !important;
  /* Color de fondo */
}
.carousel__pagination-button[data-v-fae5462e]::after {
  display: none !important;
}
.pagination[data-v-fae5462e] {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li[data-v-fae5462e] {
  display: inline;
}
.pagination > li > a[data-v-fae5462e], .pagination > li > span[data-v-fae5462e] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a[data-v-fae5462e], .pagination > li:first-child > span[data-v-fae5462e] {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a[data-v-fae5462e], .pagination > li:last-child > span[data-v-fae5462e] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a[data-v-fae5462e]:hover, .pagination > li > span[data-v-fae5462e]:hover, .pagination > li > a[data-v-fae5462e]:focus, .pagination > li > span[data-v-fae5462e]:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a[data-v-fae5462e], .pagination > .active > span[data-v-fae5462e], .pagination > .active > a[data-v-fae5462e]:hover, .pagination > .active > span[data-v-fae5462e]:hover, .pagination > .active > a[data-v-fae5462e]:focus, .pagination > .active > span[data-v-fae5462e]:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span[data-v-fae5462e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > span[data-v-fae5462e]:hover, .pagination > .disabled > span[data-v-fae5462e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fae5462e] {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a[data-v-fae5462e]:hover, .pagination > .disabled > a[data-v-fae5462e]:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a[data-v-fae5462e], .pagination-lg > li > span[data-v-fae5462e] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a[data-v-fae5462e], .pagination-lg > li:first-child > span[data-v-fae5462e] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a[data-v-fae5462e], .pagination-lg > li:last-child > span[data-v-fae5462e] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a[data-v-fae5462e], .pagination-sm > li > span[data-v-fae5462e] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a[data-v-fae5462e], .pagination-sm > li:first-child > span[data-v-fae5462e] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a[data-v-fae5462e], .pagination-sm > li:last-child > span[data-v-fae5462e] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-general[data-v-fae5462e] {
  align-items: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  height: 50px;
  justify-content: center;
  transition: 0.3s;
}
.btn-general.shadow[data-v-fae5462e] {
  box-shadow: 0 0 4px 0 #aaa;
}
.btn-general[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn[data-v-fae5462e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa !important;
}
.my-btn[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-orkestra[data-v-fae5462e] {
  padding: 8px;
  outline: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2em;
  min-width: 140px;
  transition: 0.3s;
}
.my-btn-orkestra[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn2[data-v-fae5462e] {
  padding: 0.8em 1.2em;
  outline: 0;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
  font-size: 0.95em;
  transition: 0.3s;
  box-shadow: 0 0 18px #aaa;
}
.my-btn2[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.my-btn-round[data-v-fae5462e] {
  padding: 0.55em 1.2em !important;
  outline: 0;
  border: 3px double !important;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9em;
  transition: 0.3s;
  color: #fff;
}
.my-btn-round[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.95, 0.95);
}
.btn-active[data-v-fae5462e] {
  outline: 0;
  transition: 0.3s;
}
.btn-active[data-v-fae5462e]:active {
  box-shadow: 0 0 0 transparent;
  transform: scale(0.9, 0.9);
}
.fullScreenBtn[data-v-fae5462e] {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9c9c999;
  padding: 4px;
  border-radius: 50%;
}
.fullScreenBtn > svg[data-v-fae5462e]:hover {
  width: 15px;
  height: 15px;
}
.fullScreenBtn > svg:hover .vueperslides__parallax-wrapper[data-v-fae5462e] {
  overflow: unset !important;
}
.btn-shadow[data-v-fae5462e] {
  border-radius: 8px;
  box-shadow: grey 0px 0px 7px;
  box-sizing: border-box;
  height: 140px;
  max-width: 170px;
}
.cart-btn-add[data-v-fae5462e] {
  margin-left: 0px;
}
.reset-button[data-v-fae5462e] {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-repeat-siblings[data-v-fae5462e] {
  width: 45%;
  margin-bottom: 10px;
}
.button-repeat-siblings[data-v-fae5462e]:nth-child(odd) {
  margin-right: 10px;
}
.disabled2.my-btn[data-v-fae5462e] {
  box-shadow: 0 0 0 transparent !important;
}
.disabled.my-btn[data-v-fae5462e] {
  box-shadow: 0 0 0 transparent !important;
}
.btn-sincronize[data-v-fae5462e],
.btn-finalize[data-v-fae5462e] {
  position: absolute;
  border-radius: 30px;
  top: 70px;
  z-index: 11;
  padding: 10px;
  width: 140px;
}
.btn-sincronize[data-v-fae5462e] {
  right: 7px;
}
.btn-finalize[data-v-fae5462e] {
  left: 7px;
}
.tab-counter[data-v-fae5462e] {
  position: sticky;
  top: 171px;
  z-index: 10;
  transition: 0.5s;
}
.tab-counter.active[data-v-fae5462e] {
  padding-top: 10px;
}
.tab-counter.active > .separator[data-v-fae5462e] {
  margin-top: 10px !important;
}
.tab-counter.active h2[data-v-fae5462e] {
  font-size: 18px;
  transition: 0.5s;
}
.tab-counter.active p[data-v-fae5462e] {
  font-size: 16px;
  transition: 0.5s;
}
.tabs[data-v-fae5462e] {
  position: sticky;
  width: 100%;
  border: 1px solid transparent;
  padding-left: 0;
  transition: 0.5s;
  margin-top: 10px;
}
.tabs.active[data-v-fae5462e] {
  z-index: 10;
  top: 130px;
  transition: 0.5s;
}
.tabs.active > div > h2[data-v-fae5462e] {
  font-size: 18px !important;
  transition: 0.5s;
}
.tab[data-v-fae5462e] {
  color: #2c3e50;
  width: 50%;
  position: relative;
}
.tab > h2[data-v-fae5462e] {
  transition: 0.5s;
}
.tab[data-v-fae5462e]::after {
  content: "";
  background-color: #d6dce2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tab.active[data-v-fae5462e] {
  color: #2980b9;
}
.tab.active[data-v-fae5462e]::after {
  content: "";
  background-color: #2980b9;
  height: 4px;
}
.tab-shadow[data-v-fae5462e] {
  border: 1px solid #fff;
  box-shadow: 0 0 18px #aaa;
}
.prospection-tab[data-v-fae5462e] {
  width: 220px;
}
.badge-display[data-v-fae5462e], .badge-display2[data-v-fae5462e] {
  min-width: 224px;
}
.my-badge[data-v-fae5462e] {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 1px;
  padding-right: 1px;
}
.badge[data-v-fae5462e] {
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
}
.badge-outline-primary[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-8[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-9[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-10[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-11[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-12[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-13[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-14[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-15[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-16[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-17[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-18[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-19[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-20[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-21[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-22[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-23[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-24[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-25[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-26[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-27[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-28[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-29[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-30[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-31[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-primary-32[data-v-fae5462e] {
  border: 1.5px solid #405367;
  color: #405367;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-8[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-9[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-10[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-11[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-12[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-13[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-14[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-15[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-16[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-17[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-18[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-19[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-20[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-21[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-22[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-23[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-24[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-25[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-26[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-27[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-28[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-29[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-30[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-31[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gray-32[data-v-fae5462e] {
  border: 1.5px solid #a5afb9;
  color: #a5afb9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-8[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-9[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-10[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-11[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-12[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-13[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-14[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-15[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-16[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-17[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-18[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-19[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-20[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-21[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-22[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-23[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-24[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-25[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-26[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-27[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-28[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-29[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-30[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-31[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkgray-32[data-v-fae5462e] {
  border: 1.5px solid #757575;
  color: #757575;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-8[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-9[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-10[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-11[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-12[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-13[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-14[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-15[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-16[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-17[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-18[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-19[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-20[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-21[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-22[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-23[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-24[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-25[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-26[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-27[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-28[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-29[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-30[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-31[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-myLightgray-32[data-v-fae5462e] {
  border: 1.5px solid #d6dce2;
  color: #d6dce2;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-8[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-9[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-10[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-11[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-12[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-13[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-14[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-15[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-16[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-17[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-18[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-19[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-20[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-21[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-22[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-23[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-24[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-25[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-26[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-27[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-28[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-29[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-30[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-31[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-yellow-32[data-v-fae5462e] {
  border: 1.5px solid #f49d1e;
  color: #f49d1e;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-8[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-9[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-10[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-11[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-12[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-13[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-14[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-15[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-16[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-17[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-18[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-19[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-20[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-21[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-22[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-23[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-24[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-25[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-26[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-27[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-28[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-29[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-30[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-31[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkpurple-32[data-v-fae5462e] {
  border: 1.5px solid #37283f;
  color: #37283f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-8[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-9[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-10[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-11[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-12[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-13[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-14[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-15[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-16[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-17[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-18[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-19[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-20[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-21[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-22[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-23[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-24[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-25[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-26[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-27[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-28[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-29[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-30[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-31[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-purple-32[data-v-fae5462e] {
  border: 1.5px solid #8e44ad;
  color: #8e44ad;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-8[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-9[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-10[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-11[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-12[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-13[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-14[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-15[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-16[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-17[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-18[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-19[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-20[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-21[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-22[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-23[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-24[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-25[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-26[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-27[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-28[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-29[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-30[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-31[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-green-32[data-v-fae5462e] {
  border: 1.5px solid #2AA186;
  color: #2AA186;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-8[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-9[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-10[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-11[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-12[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-13[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-14[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-15[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-16[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-17[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-18[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-19[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-20[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-21[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-22[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-23[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-24[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-25[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-26[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-27[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-28[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-29[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-30[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-31[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-facebook-32[data-v-fae5462e] {
  border: 1.5px solid #3b5998;
  color: #3b5998;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-8[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-9[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-10[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-11[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-12[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-13[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-14[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-15[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-16[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-17[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-18[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-19[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-20[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-21[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-22[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-23[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-24[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-25[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-26[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-27[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-28[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-29[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-30[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-31[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-darkblue-32[data-v-fae5462e] {
  border: 1.5px solid #2c3e50;
  color: #2c3e50;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-8[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-9[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-10[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-11[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-12[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-13[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-14[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-15[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-16[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-17[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-18[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-19[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-20[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-21[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-22[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-23[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-24[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-25[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-26[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-27[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-28[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-29[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-30[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-31[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-black-32[data-v-fae5462e] {
  border: 1.5px solid #121212;
  color: #121212;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-8[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-9[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-10[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-11[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-12[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-13[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-14[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-15[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-16[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-17[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-18[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-19[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-20[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-21[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-22[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-23[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-24[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-25[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-26[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-27[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-28[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-29[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-30[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-31[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-red-32[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-8[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-9[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-10[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-11[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-12[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-13[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-14[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-15[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-16[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-17[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-18[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-19[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-20[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-21[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-22[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-23[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-24[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-25[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-26[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-27[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-28[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-29[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-30[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-31[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightred-32[data-v-fae5462e] {
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-8[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-9[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-10[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-11[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-12[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-13[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-14[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-15[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-16[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-17[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-18[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-19[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-20[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-21[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-22[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-23[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-24[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-25[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-26[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-27[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-28[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-29[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-30[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-31[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-lightOrange-32[data-v-fae5462e] {
  border: 1.5px solid #f05a28;
  color: #f05a28;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-8[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-9[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-10[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-11[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-12[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-13[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-14[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-15[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-16[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-17[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-18[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-19[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-20[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-21[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-22[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-23[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-24[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-25[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-26[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-27[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-28[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-29[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-30[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-31[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-blue-32[data-v-fae5462e] {
  border: 1.5px solid #2980b9;
  color: #2980b9;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-8[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-9[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-10[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-11[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-12[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-13[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-14[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-15[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-16[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-17[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-18[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-19[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-20[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-21[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-22[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-23[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-24[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-25[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-26[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-27[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-28[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-29[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-30[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-31[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-hannah-32[data-v-fae5462e] {
  border: 1.5px solid #EA184D;
  color: #EA184D;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-8[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-9[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-10[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-11[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-12[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-13[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-14[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-15[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-16[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-17[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-18[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-19[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-20[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-21[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-22[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-23[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-24[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-25[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-26[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-27[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-28[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-29[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-30[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-31[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-gold-32[data-v-fae5462e] {
  border: 1.5px solid #ccb75a;
  color: #ccb75a;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-8[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-9[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-10[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-11[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-12[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-13[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-14[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-15[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-16[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-17[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-18[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-19[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-20[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-21[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-22[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-23[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-24[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-25[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-26[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-27[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-28[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-29[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-30[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-31[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-danger-32[data-v-fae5462e] {
  border: 1.5px solid #ff3f3f;
  color: #ff3f3f;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-8[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-9[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-10[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-11[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-12[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-13[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-14[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-15[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-16[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-17[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-18[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-19[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-20[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-21[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-22[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-23[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-24[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-25[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-26[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-27[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-28[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-29[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-30[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-31[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-success-32[data-v-fae5462e] {
  border: 1.5px solid #18A085;
  color: #18A085;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-8[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-9[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-10[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-11[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-12[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-13[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-14[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-15[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-16[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-17[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-18[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-19[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-20[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-21[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-22[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-23[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-24[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-25[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-26[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-27[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-28[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-29[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-30[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-31[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-white-32[data-v-fae5462e] {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-8[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 8px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-9[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 9px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-10[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 10px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-11[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-12[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-13[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-14[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-15[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-16[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 16px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-17[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 17px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-18[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-19[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 19px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-20[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 20px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-21[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 21px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-22[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 22px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-23[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 23px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-24[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 24px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-25[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 25px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-26[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 26px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-27[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 27px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-28[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 28px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-29[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 29px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-30[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 30px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-31[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 31px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.badge-outline-muted_dark-32[data-v-fae5462e] {
  border: 1.5px solid #95A5A6;
  color: #95A5A6;
  background: transparent;
  border-radius: 20px;
  font-size: 32px;
  height: auto;
  min-width: 0;
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
}
.vueperslides[data-v-fae5462e] {
  width: 100%;
}
.vueperslides__bullet .default[data-v-fae5462e] {
  border: 1px solid #2c3e50;
}
.vueperslides__bullet--active .default[data-v-fae5462e] {
  background-color: #2c3e50;
}
.vueperslides__bullet[data-v-fae5462e] {
  margin: 0.5em 0.6em;
}
.vueperslides__bullets[data-v-fae5462e] {
  flex-wrap: wrap;
}
.vueperslide[data-v-fae5462e] {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.product-item-detail[data-v-fae5462e] {
  max-width: 500px;
  box-sizing: border-box;
}
.product-item-detail .thumbnail > div img[data-v-fae5462e] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  max-width: 100%;
}
.product-item[data-v-fae5462e] {
  padding: 20px 10px;
  max-width: 450px;
  box-sizing: border-box;
  width: 100%;
}
.product-item figure[data-v-fae5462e] {
  width: 100%;
  max-height: 350px;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.product-item-client[data-v-fae5462e] {
  width: 100%;
  padding: 20px 0;
  max-width: 330px;
  box-sizing: border-box;
  margin: 0 10px;
}
.product-item-client figure[data-v-fae5462e] {
  width: 330px;
  min-height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}
.img-item-miniature[data-v-fae5462e] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.img-item-miniature > img[data-v-fae5462e] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item-thumbnails[data-v-fae5462e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item-thumbnails .thumbnail[data-v-fae5462e] {
  border-bottom: 2px solid #d3d3d3;
  width: 70px;
  height: auto;
  margin: 10px;
  min-height: auto !important;
}
.product-item-thumbnails .thumbnail > div > img[data-v-fae5462e] {
  width: 100%;
}
.img-product-detail[data-v-fae5462e] {
  max-width: 500px;
  width: 100%;
}
.toasted-container[data-v-fae5462e] {
  top: 100px !important;
}
.toasted.toasted-primary[data-v-fae5462e] {
  background: #008000 !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 40px #222 !important;
  font-weight: 600 !important;
  transform: scale(1.3) !important;
  width: 250px !important;
  font-size: 1em !important;
  justify-content: center !important;
}
.container-modal[data-v-fae5462e] {
  height: calc(100vh - 40px);
  left: 0;
  overflow-y: auto;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.container-modal > .modal-aside[data-v-fae5462e] {
  z-index: 992;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.6);
  border-radius: 30px 30px 0 0;
}
.container-modal > .modal-aside > .mask[data-v-fae5462e] {
  z-index: 993;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  min-height: calc(100vh - 40px);
}
.modal-mask[data-v-fae5462e] {
  position: fixed;
  z-index: 99954363225;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 241, 0.9);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  max-width: 560px;
  margin: 0px auto;
}
.modal-container[data-v-fae5462e] {
  padding: 20px;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-container-full-width[data-v-fae5462e] {
  padding: 10px 0 10px 0;
  max-width: 680px;
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3[data-v-fae5462e] {
  margin-top: 0;
  color: #42b983;
}
.modal-body[data-v-fae5462e] {
  margin: 0;
  max-height: 80vh;
  overflow: auto;
  background: white;
}
.modal-default-button[data-v-fae5462e] {
  text-align: center;
}
.modal-enter[data-v-fae5462e], .modal-leave-active[data-v-fae5462e] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-fae5462e], .modal-leave-active .modal-container[data-v-fae5462e] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal[data-v-fae5462e] {
  color: #7b7b7b;
  border: 0;
  font-size: 20px;
  background: transparent !important;
}
.submenu-modal[data-v-fae5462e] {
  padding: 5px;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.tooltip-client-validated-wrap[data-v-fae5462e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap:hover .tooltip-client-validated[data-v-fae5462e] {
  opacity: 1 !important;
}
.tooltip-client-validated[data-v-fae5462e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -32px;
  left: -70px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated[data-v-fae5462e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 43%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-right[data-v-fae5462e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-right:hover .tooltip-client-validated-right[data-v-fae5462e] {
  opacity: 1 !important;
}
.tooltip-client-validated-right[data-v-fae5462e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -120px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-right[data-v-fae5462e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 72%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip-client-validated-wrap-left[data-v-fae5462e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-client-validated-wrap-left:hover .tooltip-client-validated-left[data-v-fae5462e] {
  opacity: 1 !important;
}
.tooltip-client-validated-left[data-v-fae5462e] {
  position: absolute;
  padding: 5px 10px;
  background: #121212;
  color: #fff;
  font-size: 15px;
  width: 150px;
  border-radius: 4px;
  text-transform: capitalize;
  text-align: center;
  top: -34px;
  left: -21px;
  opacity: 0;
  transition: all ease 0.8s;
  text-decoration: none !important;
}
.tooltip-client-validated-left[data-v-fae5462e]:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21%;
  border-right: 8px solid transparent;
  border-top: 8px solid #121212;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip[data-v-fae5462e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip:hover .tooltip-text[data-v-fae5462e] {
  display: block !important;
  transition: all ease 0.8s;
}
.tooltip-text[data-v-fae5462e] {
  transition: all ease 0.8s;
  position: absolute;
  padding: 5px 10px;
  background: #fff;
  color: #121212;
  font-size: 15px;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  top: 38px;
  left: -220px;
  display: none;
  text-decoration: none !important;
  box-shadow: 0 0 15px #a5afb9;
  z-index: 1000;
}
.tooltip-text[data-v-fae5462e]:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 32px;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.tooltip-container[data-v-fae5462e] {
  transition: all ease 0.8s;
  cursor: pointer;
}
.tooltip-container:hover .tooltip-container-text[data-v-fae5462e] {
  transition: all ease 0.8s;
  box-shadow: 0 0 15px #a5afb9;
  display: block !important;
  position: absolute;
  background: white;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 1000 !important;
}
.tooltip-container-text[data-v-fae5462e] {
  display: none;
}
.vdp-datepicker input[data-v-fae5462e] {
  width: 100%;
  border: 0;
  border: 1px solid #c7d3df;
  padding: 0.6em 0 0.6em 0.8em;
  font-size: 1.2em;
  transition: 0.3s;
  color: #757575;
  border-radius: 1px;
  background: #fff;
}
.vdp-datepicker input[data-v-fae5462e]:focus {
  border-color: #2980b9;
}
.vdp-datepicker__calendar[data-v-fae5462e] {
  width: auto !important;
  margin-top: 3px;
}
.skeleton[data-v-fae5462e] {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #d6dce2;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 0.85s loadingA-fae5462e ease-in-out infinite;
}
.vue-treeselect__control[data-v-fae5462e] {
  height: 50px !important;
  border-radius: 1px !important;
}
.vue-treeselect__placeholder[data-v-fae5462e] {
  padding: 7px !important;
}
.vue-treeselect__control-arrow[data-v-fae5462e] {
  width: 17px !important;
  color: #8b9ba8 !important;
  height: 17px !important;
}
.vue-treeselect__x[data-v-fae5462e] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 7px !important;
}
.vue-treeselect__multi-value-item[data-v-fae5462e] {
  font-size: 16px !important;
}
.vue-treeselect__control-arrow-container[data-v-fae5462e] {
  padding-left: 8px !important;
  position: relative !important;
  right: 10px !important;
}
.vue-treeselect__input-container[data-v-fae5462e] {
  height: 90% !important;
  width: 100% !important;
}
.vue-treeselect__input[data-v-fae5462e] {
  height: 90% !important;
  width: 100% !important;
}
@-webkit-keyframes vue-treeselect-animation-fade-in-fae5462e {
0% {
    opacity: 0;
}
}
@keyframes vue-treeselect-animation-fade-in-fae5462e {
0% {
    opacity: 0;
}
}
@-webkit-keyframes vue-treeselect-animation-bounce-fae5462e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes vue-treeselect-animation-bounce-fae5462e {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@-webkit-keyframes vue-treeselect-animation-rotate-fae5462e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes vue-treeselect-animation-rotate-fae5462e {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fae5462e],
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fae5462e] {
  transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active[data-v-fae5462e] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active[data-v-fae5462e] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter[data-v-fae5462e],
.vue-treeselect__multi-value-item--transition-leave-to[data-v-fae5462e] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move[data-v-fae5462e] {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect-helper-zoom-effect-off[data-v-fae5462e] {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.vue-treeselect[data-v-fae5462e] {
  position: relative;
  text-align: left;
}
.vue-treeselect div[data-v-fae5462e],
.vue-treeselect span[data-v-fae5462e] {
  box-sizing: border-box;
  text-transform: uppercase !important;
}
.vue-treeselect svg[data-v-fae5462e] {
  fill: currentColor;
}
.vue-treeselect__control[data-v-fae5462e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 200ms;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control[data-v-fae5462e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control[data-v-fae5462e] {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control[data-v-fae5462e] {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control[data-v-fae5462e],
.vue-treeselect__control[data-v-fae5462e]:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control[data-v-fae5462e] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control[data-v-fae5462e] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container[data-v-fae5462e],
.vue-treeselect__multi-value[data-v-fae5462e] {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container[data-v-fae5462e] {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container[data-v-fae5462e] {
  cursor: text;
}
.vue-treeselect__multi-value[data-v-fae5462e] {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value[data-v-fae5462e] {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder[data-v-fae5462e],
.vue-treeselect__single-value[data-v-fae5462e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder[data-v-fae5462e] {
  color: #bdbdbd;
  top: -2px;
  position: absolute;
}
.vue-treeselect__single-value[data-v-fae5462e] {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value[data-v-fae5462e] {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container[data-v-fae5462e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item[data-v-fae5462e] {
  display: inline-table;
  background: #e3f2fd;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039be5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item[data-v-fae5462e]:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled[data-v-fae5462e] {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item[data-v-fae5462e] {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove[data-v-fae5462e],
.vue-treeselect__multi-value-label[data-v-fae5462e] {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove[data-v-fae5462e] {
  cursor: pointer;
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove[data-v-fae5462e] {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove[data-v-fae5462e],
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove[data-v-fae5462e] {
  display: none;
}
.vue-treeselect__value-remove > svg[data-v-fae5462e] {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label[data-v-fae5462e] {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip[data-v-fae5462e] {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text[data-v-fae5462e] {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container[data-v-fae5462e] {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container[data-v-fae5462e] {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container[data-v-fae5462e] {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container[data-v-fae5462e] {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container[data-v-fae5462e] {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container[data-v-fae5462e] {
  display: none;
}
.vue-treeselect__input[data-v-fae5462e],
.vue-treeselect__sizer[data-v-fae5462e] {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input[data-v-fae5462e] {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input[data-v-fae5462e]::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input[data-v-fae5462e] {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input[data-v-fae5462e] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input[data-v-fae5462e] {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer[data-v-fae5462e] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in-fae5462e cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: 200ms vue-treeselect-animation-fade-in-fae5462e cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container[data-v-fae5462e]:hover {
  color: #e53935;
}
.vue-treeselect__x[data-v-fae5462e] {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container[data-v-fae5462e] {
  cursor: default;
}
.vue-treeselect__control-arrow[data-v-fae5462e] {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow[data-v-fae5462e] {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow[data-v-fae5462e] {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated[data-v-fae5462e] {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.vue-treeselect__menu[data-v-fae5462e] {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu[data-v-fae5462e] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu[data-v-fae5462e] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option[data-v-fae5462e] {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 185px;
}
.vue-treeselect__option[data-v-fae5462e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight[data-v-fae5462e] {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fae5462e] {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected[data-v-fae5462e]:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide[data-v-fae5462e] {
  display: none;
}
.vue-treeselect__option-arrow-container[data-v-fae5462e],
.vue-treeselect__option-arrow-placeholder[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container[data-v-fae5462e] {
  cursor: pointer;
}
.vue-treeselect__option-arrow[data-v-fae5462e] {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow[data-v-fae5462e],
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow[data-v-fae5462e] {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated[data-v-fae5462e] {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter[data-v-fae5462e] {
  -webkit-transform: rotateZ(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container[data-v-fae5462e] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container[data-v-fae5462e] {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox[data-v-fae5462e] {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark[data-v-fae5462e],
.vue-treeselect__minus-mark[data-v-fae5462e] {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark[data-v-fae5462e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark[data-v-fae5462e] {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fae5462e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
}
}
.vue-treeselect__check-mark[data-v-fae5462e] {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
}
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark[data-v-fae5462e] {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fae5462e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark[data-v-fae5462e] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
}
}
.vue-treeselect__checkbox--unchecked[data-v-fae5462e] {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked[data-v-fae5462e] {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate[data-v-fae5462e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate[data-v-fae5462e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--checked[data-v-fae5462e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked[data-v-fae5462e] {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled[data-v-fae5462e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled[data-v-fae5462e] {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label[data-v-fae5462e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count[data-v-fae5462e] {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip[data-v-fae5462e] {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry[data-v-fae5462e] {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container[data-v-fae5462e] {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container[data-v-fae5462e] {
  padding-left: 5px;
}
.vue-treeselect__icon-warning[data-v-fae5462e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning[data-v-fae5462e]::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error[data-v-fae5462e] {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error[data-v-fae5462e]::before,
.vue-treeselect__icon-error[data-v-fae5462e]::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error[data-v-fae5462e]::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error[data-v-fae5462e]::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader[data-v-fae5462e] {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate-fae5462e linear infinite;
  animation: 1.6s vue-treeselect-animation-rotate-fae5462e linear infinite;
}
.vue-treeselect__icon-loader[data-v-fae5462e]::before,
.vue-treeselect__icon-loader[data-v-fae5462e]::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce-fae5462e ease-in-out infinite;
  animation: 1.6s vue-treeselect-animation-bounce-fae5462e ease-in-out infinite;
}
.vue-treeselect__icon-loader[data-v-fae5462e]::before {
  background: #039be5;
}
.vue-treeselect__icon-loader[data-v-fae5462e]::after {
  background: #b3e5fc;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.infinite-loading-container[data-v-fae5462e],
.vac-loader-wrapper[data-v-fae5462e] {
  display: none !important;
}
.vac-room-name[data-v-fae5462e] {
  text-transform: uppercase !important;
}
.vac-col-messages .vac-messages-container[data-v-fae5462e] {
  padding-top: 60px !important;
}
.vac-messages-container[data-v-fae5462e] {
  padding-top: 10px !important;
}
.vac-room-info.vac-text-ellipsis[data-v-fae5462e] {
  display: none !important;
}
.vac-media-preview .vac-media-preview-container[data-v-fae5462e] {
  width: 85% !important;
  height: 85% !important;
}
.vac-media-preview[data-v-fae5462e] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vac-col-messages .vac-box-footer[data-v-fae5462e] {
  padding-bottom: 18px !important;
}
.vac-col-messages .vac-textarea[data-v-fae5462e] {
  min-height: 24px !important;
}
.tagWarn[data-v-fae5462e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -13px;
  z-index: 100;
}
.tagWarn[data-v-fae5462e]:after {
  content: "";
  background: #fd9c28;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.tagError[data-v-fae5462e] {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #aaa;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  top: -20px;
  z-index: 100;
}
.tagError[data-v-fae5462e]:after {
  content: "";
  background: #e74c3c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.input-cont[data-v-fae5462e]:before {
  content: "";
  background-image: url("./search.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.input-cont > span[data-v-fae5462e] {
  top: 12px;
  right: 15px;
}
.my-input[data-v-fae5462e] {
  width: 100%;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  padding: 15px 9px;
  font-size: 17px;
  transition: 0.3s;
  color: #183752;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif !important;
}
.my-input.search[data-v-fae5462e] {
  background: #fff;
  padding: 13px 32px;
}
.my-input.search.active[data-v-fae5462e] {
  box-shadow: grey 0px 0px 7px;
}
.my-input[data-v-fae5462e]:focus {
  border-color: #2980b9;
}
.my-input-simple[data-v-fae5462e] {
  width: 100%;
  border: 1px solid border;
  padding: 0.4em 0 0.4em 0.4em;
  font-size: 1.15em;
  transition: 0.3s;
  border-radius: 0.2em;
  background: #fff;
}
.my-input-simple[data-v-fae5462e]:focus {
  border: 1px solid #ccb75a;
}
.disabled[data-v-fae5462e] {
  background: #d6dce2 !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}
.disabled2[data-v-fae5462e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #d6dce2 !important;
  box-shadow: 0 0 0 transparent !important;
  border-radius: 0 !important;
}
.disabled3[data-v-fae5462e] {
  background: #bcc4ca !important;
  color: #757575 !important;
  border-color: #333 !important;
  box-shadow: 0 0 0 transparent !important;
}
label[data-v-fae5462e]:hover:before {
  border: 2px solid #4778d9 !important;
}
.placeholder-gray[data-v-fae5462e] {
  color: #a5afb9 !important;
}
.placeholder-gray[data-v-fae5462e]::placeholder {
  color: #a5afb9 !important;
  opacity: 1;
}
.search-box-header input[data-v-fae5462e] {
  position: relative;
  font-size: 1.1em;
  padding: 0.8em;
  width: 100%;
  border: 1px solid #1d2831;
  padding: 0.6em;
  transition: 0.3s;
  color: #f2f2f2;
  border-radius: 4px;
}
.search-box-header input[data-v-fae5462e]:focus {
  box-shadow: 0em 0em 1em #f2f2f2;
}
.search-box-header[data-v-fae5462e]:hover {
  cursor: pointer;
}
.search-box-header-icon[data-v-fae5462e] {
  color: #1f2c39;
  position: absolute;
  top: 0.5em;
  right: -0.5em;
}
.search-box[data-v-fae5462e] {
  position: fixed;
  top: 65px;
  width: 96%;
  z-index: 10;
}
.search-box .main-box[data-v-fae5462e] {
  border: 1px solid #d3d3d3;
  font-size: 1.5em;
  z-index: 10;
}
.search-box[data-v-fae5462e]:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7em;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2c3e50;
}
.search-box input[data-v-fae5462e] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 0.6em;
  font-size: 1em;
}
.my-input-search[data-v-fae5462e] {
  width: 260px;
  border: 0;
  border: 1px solid #d3d3d3;
  padding: 0.25em 1.9em 0.25em 0.1em;
  border-radius: 30px;
  font-size: 1.15em;
  transition: 0.3s;
  color: #757575;
}
.my-input-search input[data-v-fae5462e] {
  color: #f49d1e;
  padding: 5px 0 5px 16px;
  border: 0;
  font-size: 0.9em;
  width: 95%;
}
.my-input-search input[data-v-fae5462e]:focus {
  border-color: #2980b9;
}
.my-input-search-icon[data-v-fae5462e] {
  font-size: 1.15em;
}
.my-select[data-v-fae5462e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fae5462e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fae5462e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fae5462e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fae5462e] {
  width: 160px;
}
.my-select[data-v-fae5462e] {
  position: relative !important;
  border: 2px solid #a5afb9;
  border-radius: 3px;
  height: 42px;
  z-index: 5;
}
.my-select select[data-v-fae5462e] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  background: transparent;
  width: 100%;
  min-height: 42px;
  padding-left: 0.3em;
  z-index: 150;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
}
.my-select select option[data-v-fae5462e] {
  font-size: 1.2em;
  padding: 0.8em !important;
}
.my-select-icon[data-v-fae5462e] {
  position: absolute;
  right: 0px;
  font-size: 23px;
  top: 0px;
  padding-left: 11px;
  color: #8b9ba9 !important;
  z-index: 12;
  padding: 8px;
  border-left: 1px solid #c7d3df;
}
.box-select-type[data-v-fae5462e] {
  width: 160px;
}
.input-cupon[data-v-fae5462e] {
  display: flex;
}
.input-cupon > div > span[data-v-fae5462e] {
  right: 5px;
  top: 13px;
}
.input-cupon > div > input[data-v-fae5462e] {
  border-color: #c7d3df;
  border-radius: 8px !important;
}
.input-cupon > button[data-v-fae5462e] {
  border-radius: 8px !important;
  text-transform: uppercase;
  height: 54px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
input[type=checkbox].check[data-v-fae5462e]:not(:checked),
input[type=checkbox].check[data-v-fae5462e]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].check:not(:checked) + label[data-v-fae5462e],
input[type=checkbox].check:checked + label[data-v-fae5462e] {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type=checkbox].check:not(:checked) + label[data-v-fae5462e]:before,
input[type=checkbox].check:checked + label[data-v-fae5462e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].check:not(:checked) + label[data-v-fae5462e]:after,
input[type=checkbox].check:checked + label[data-v-fae5462e]:after {
  content: "✔";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #ffd700;
  transition: all 0.2s;
}
input[type=checkbox].check:not(:checked) + label[data-v-fae5462e]:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox].check:checked + label[data-v-fae5462e]:after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox].check:disabled:not(:checked) + label[data-v-fae5462e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fae5462e]:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=checkbox].check:disabled:checked + label[data-v-fae5462e]:after {
  color: #999;
}
input[type=checkbox].check:disabled + label[data-v-fae5462e] {
  color: #aaa;
}
input[type=checkbox].check:checked:focus + label[data-v-fae5462e]:before,
input[type=checkbox].check:not(:checked):focus + label[data-v-fae5462e]:before {
  border: 2px solid #4778d9;
}
.check-icon-green[data-v-fae5462e] {
  font-size: 2.5em;
  border: 5px solid #121212;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.checkWrap[data-v-fae5462e] {
  width: 26px !important;
  height: 26px !important;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #757575;
  border-radius: 50%;
  z-index: 1 !important;
}
.checkWrap .check-icon[data-v-fae5462e] {
  background: #f49d1e;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}
.checkWrap input[data-v-fae5462e] {
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  top: -4px;
  border-radius: 50%;
  opacity: 0;
}
.checkWrap input:checked ~ .check-icon[data-v-fae5462e] {
  opacity: 1;
}
.multiselect__tag[data-v-fae5462e] {
  background: #2AA186 !important;
}
.multiselect__option--highlight[data-v-fae5462e] {
  background: #2AA186 !important;
}
.multiselect[data-v-fae5462e] {
  border: 2px solid #a5afb9;
  border-radius: 3px;
}
.multiselect__select[data-v-fae5462e]::before {
  border-width: 8px 8px 0;
}
.multiselect__tags[data-v-fae5462e] {
  border: none !important;
  min-height: 49px !important;
}
.v3-body-inner[data-v-fae5462e] {
  scroll-behavior: smooth;
  scrollbar-color: #393d3f rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.v3-body-inner[data-v-fae5462e]::-webkit-scrollbar {
  width: 8px;
}
.v3-body-inner[data-v-fae5462e]::-webkit-scrollbar-track {
  background-color: transparent;
}
.v3-body-inner[data-v-fae5462e]::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.v3-body-inner[data-v-fae5462e]:hover::-webkit-scrollbar-thumb {
  display: block;
}
.v3-emoji-picker[data-v-fae5462e] {
  height: 320px;
  width: 280px;
  box-shadow: 0 2px 10px #0003;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v3-emoji-picker[data-v-fae5462e] * {
  box-sizing: border-box;
}
.v3-emoji-picker .v3-header[data-v-fae5462e] {
  padding: 15px 15px 13px;
  border-bottom: 1px solid;
}
.v3-emoji-picker .v3-header .v3-groups[data-v-fae5462e] {
  display: flex;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fae5462e] {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.7;
  transition: 0.2s;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden[data-v-fae5462e] {
  display: none;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fae5462e]:first-child, .v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fae5462e]:last-child {
  flex-grow: 0;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group[data-v-fae5462e]:hover {
  opacity: 1;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span[data-v-fae5462e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-header .v3-groups .v3-group span img[data-v-fae5462e] {
  display: block;
  width: 1em;
  height: auto;
}
.v3-emoji-picker .v3-spacing[data-v-fae5462e] {
  height: 11px;
}
.v3-emoji-picker .v3-search input[data-v-fae5462e] {
  width: 100%;
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.2s;
}
.v3-emoji-picker .v3-search input[data-v-fae5462e]:focus {
  outline: none;
}
.v3-emoji-picker .v3-body[data-v-fae5462e] {
  padding: 0 0 15px 11px;
  min-height: 0;
  flex-grow: 1;
}
.v3-emoji-picker .v3-body .v3-body-inner[data-v-fae5462e] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-right: 11px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fae5462e] {
  margin: 0;
  top: 0;
  padding: 7px 0 3px 4px;
  z-index: 2;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky[data-v-fae5462e] {
  position: sticky;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis[data-v-fae5462e] {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fae5462e] {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-grow: 1;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fae5462e]:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fae5462e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fae5462e] {
  max-width: 100%;
  padding: 4px;
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span[data-v-fae5462e], .v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img[data-v-fae5462e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button[data-v-fae5462e] {
  font-family: "Apple Color Emoji";
}
.v3-emoji-picker .v3-footer[data-v-fae5462e] {
  font-size: 14px;
  border-top: 1px solid #dddddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fae5462e], .v3-emoji-picker .v3-footer .v3-foot-left[data-v-fae5462e] {
  display: flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone img[data-v-fae5462e], .v3-emoji-picker .v3-footer .v3-foot-left img[data-v-fae5462e] {
  width: 20px;
  display: block;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fae5462e]:first-child, .v3-emoji-picker .v3-footer .v3-foot-left > span[data-v-fae5462e]:first-child {
  margin-right: 6px;
}
.v3-emoji-picker .v3-footer .v3-foot-left > span.v3-text[data-v-fae5462e] {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v3-emoji-picker .v3-footer .v3-tone[data-v-fae5462e] {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.v3-emoji-picker .v3-footer .v3-tone > span[data-v-fae5462e] {
  display: inline-flex;
  vertical-align: top;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-text[data-v-fae5462e] {
  font-size: 13px;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon[data-v-fae5462e] {
  display: inline-flex;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  align-self: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral[data-v-fae5462e] {
  background-color: #ffd225;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb[data-v-fae5462e] {
  background-color: #ffdfbd;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc[data-v-fae5462e] {
  background-color: #e9c197;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd[data-v-fae5462e] {
  background-color: #c88e62;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe[data-v-fae5462e] {
  background-color: #a86637;
}
.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff[data-v-fae5462e] {
  background-color: #60463a;
}
.v3-emoji-picker .v3-footer .v3-tone .is-mac span[data-v-fae5462e] {
  font-family: "Apple Color Emoji";
}
.v3-skin-tones[data-v-fae5462e] {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 0 0 10px 10px;
}
.v3-skin-tones.v3-is-open[data-v-fae5462e] {
  opacity: 1;
  visibility: visible;
}
.v3-skin-tones .v3-skin-tone[data-v-fae5462e] {
  display: inline-block;
  height: 15px;
  width: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0ms;
}
.v3-skin-tones .v3-skin-tone[data-v-fae5462e]:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.v3-skin-tones .v3-skin-tone-neutral[data-v-fae5462e] {
  color: #ffd225;
  background-color: #ffd225;
}
.v3-skin-tones .v3-skin-tone-1f3fb[data-v-fae5462e] {
  color: #ffdfbd;
  background-color: #ffdfbd;
}
.v3-skin-tones .v3-skin-tone-1f3fc[data-v-fae5462e] {
  color: #e9c197;
  background-color: #e9c197;
}
.v3-skin-tones .v3-skin-tone-1f3fd[data-v-fae5462e] {
  color: #c88e62;
  background-color: #c88e62;
}
.v3-skin-tones .v3-skin-tone-1f3fe[data-v-fae5462e] {
  color: #a86637;
  background-color: #a86637;
}
.v3-skin-tones .v3-skin-tone-1f3ff[data-v-fae5462e] {
  color: #60463a;
  background-color: #60463a;
}
.v3-input-emoji-picker[data-v-fae5462e] * {
  box-sizing: border-box;
}
.v3-input-emoji-picker .v3-input-picker-root[data-v-fae5462e] {
  position: relative;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input[data-v-fae5462e], .v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fae5462e] {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 15px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea[data-v-fae5462e] {
  min-height: 80px;
  resize: vertical;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea + .v3-input-picker-wrap .v3-input-picker-icon[data-v-fae5462e] {
  top: auto;
  bottom: 5px;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon[data-v-fae5462e] {
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img[data-v-fae5462e] {
  display: block;
  width: 1em;
  height: 1em;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker[data-v-fae5462e] {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker[data-v-fae5462e] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.v3-emoji-picker[data-v-fae5462e] {
  --v3-picker-bg: #ffffff;
  --v3-picker-fg: #000000;
  --v3-picker-border: #dddddd;
  --v3-picker-input-bg: var(--v3-picker-bg);
  --v3-picker-input-border: #cccccc;
  --v3-picker-input-focus-border: #000000;
  --v3-group-image-filter: none;
  --v3-picker-emoji-hover: #f7f7f7;
  background: var(--v3-picker-bg);
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-footer[data-v-fae5462e], .v3-emoji-picker .v3-header[data-v-fae5462e] {
  border-color: var(--v3-picker-border);
}
.v3-emoji-picker .v3-groups[data-v-fae5462e] {
  filter: var(--v3-group-image-filter);
}
.v3-emoji-picker .v3-tone[data-v-fae5462e] {
  color: var(--v3-picker-fg);
}
.v3-emoji-picker .v3-search input[data-v-fae5462e] {
  background: var(--v3-picker-input-bg);
  border-color: var(--v3-picker-input-border);
  color: inherit;
}
.v3-emoji-picker .v3-search input[data-v-fae5462e]:focus {
  border-color: var(--v3-picker-input-focus-border);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5[data-v-fae5462e], .v3-emoji-picker .v3-skin-tones[data-v-fae5462e] {
  background: var(--v3-picker-bg);
}
.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button[data-v-fae5462e]:hover {
  background: var(--v3-picker-emoji-hover, #f7f7f7);
}
@media (prefers-color-scheme: dark) {
.v3-emoji-picker.v3-color-theme-auto[data-v-fae5462e] {
    --v3-picker-bg: #000000;
    --v3-picker-fg: #ffffff;
    --v3-picker-border: #333333;
    --v3-picker-input-bg: #222222;
    --v3-picker-input-border: #444444;
    --v3-picker-input-focus-border: #555555;
    --v3-group-image-filter: invert(1);
    --v3-picker-emoji-hover: #222222;
}
}
.v3-emoji-picker.v3-color-theme-dark[data-v-fae5462e] {
  --v3-picker-bg: #000000;
  --v3-picker-fg: #ffffff;
  --v3-picker-border: #333333;
  --v3-picker-input-bg: #222222;
  --v3-picker-input-border: #444444;
  --v3-picker-input-focus-border: #555555;
  --v3-group-image-filter: invert(1);
  --v3-picker-emoji-hover: #222222;
}
[data-v-fae5462e] {
  padding: 0px;
  margin: 0px;
  outline: none;
}
html[data-v-fae5462e], body[data-v-fae5462e] {
  touch-action: pan-x, pan-y;
  margin: 0;
  padding: 0;
  background: #e7ecf1;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
html.home[data-v-fae5462e], body.home[data-v-fae5462e] {
  background-color: #fff;
}
[data-v-fae5462e]:focus {
  outline: none !important;
}
a[data-v-fae5462e] {
  text-decoration: none;
}
a[data-v-fae5462e]:hover,
a[data-v-fae5462e]:focus {
  text-decoration: none;
}
img[data-v-fae5462e] {
  border: 0;
}
textarea[data-v-fae5462e] {
  resize: none;
}
h1[data-v-fae5462e],
h2[data-v-fae5462e],
h3[data-v-fae5462e],
h4[data-v-fae5462e],
h5[data-v-fae5462e],
h6[data-v-fae5462e] {
  font-weight: bold;
}
[data-v-fae5462e] .vuejs3-datepicker__value {
  min-width: 120px !important;
}
[data-v-fae5462e] .vuejs3-datepicker__calendar {
  z-index: 9999 !important;
  width: 200% !important;
  top: -28svh !important;
}
[data-v-fae5462e] .vuejs3-datepicker__content {
  font-size: 1em !important;
}
.my-btn[data-v-fae5462e] {
  box-shadow: 0 0 0 0 transparent !important;
}
[data-v-fae5462e] .multiselect {
  height: 47px !important;
}
[data-v-fae5462e] .multiselect__tags {
  min-height: 47px !important;
}
[data-v-fae5462e] .multiselect__select {
  top: 4px !important;
}
[data-v-fae5462e] .multiselect__single {
  position: relative !important;
  bottom: -7px !important;
}
table[data-v-8a1f1a92] {
  border-collapse: collapse; /* Elimina el espacio entre celdas */
  border-spacing: 0; /* Asegura que no haya separación */
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}
th[data-v-8a1f1a92] {
  padding: 10px;
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #e7ecf1;
}
td[data-v-8a1f1a92] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 0; /* Permite que las celdas se ajusten y el texto haga wrap */
}


























































:root {
  --vc-clr-primary: #000;
  --vc-clr-secondary: #090f207f;
  --vc-clr-white: #ffffff;
}

.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  touch-action: pan-y;
  overscroll-behavior: none;
}

.carousel.is-dragging {
  touch-action: none;
}

.carousel * {
  box-sizing: border-box;
}

.carousel__track {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  transition: transform ease-out;
  height: var(--vc-trk-height, auto);
  transition-duration: var(--vc-trk-transition-duration);
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel.is-ttb {
  .carousel__track {
    flex-direction: column;
  }
}

.carousel.is-btt {
  .carousel__track {
    flex-direction: column-reverse;
  }
}

.carousel.is-vertical {
  .carousel__slide--clone:first-child {
    margin-block-start: var(--vc-trk-cloned-offset);
  }
}

.carousel:not(.is-vertical) {
  .carousel__slide--clone:first-child {
    margin-inline-start: var(--vc-trk-cloned-offset);
  }
}

.carousel.is-effect-fade {
  .carousel__track {
    transition: none;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
  }

  .carousel__slide {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    transition: opacity ease-in-out;
    transition-duration: var(--vc-trk-transition-duration);
    grid-area: 1 / 1; /* Make all slides occupy the same grid cell */
    pointer-events: none; /* Prevent inactive slides from being clickable */
  }

  .carousel__slide--active {
    opacity: 1;
    pointer-events: auto; /* Re-enable pointer events for active slide */
  }
}

:root {
  --vc-icn-width: 1.2em;
}

.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}

:root {
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;
}

.carousel__prev,
.carousel__next {
  box-sizing: content-box;
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: var(--vc-nav-height);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.carousel__prev {
  left: 0;
}

.carousel__next {
  right: 0;
}

.carousel.is-rtl {
  .carousel__prev {
    left: auto;
    right: 0;
  }
  .carousel__next {
    right: auto;
    left: 0;
  }
}

.carousel.is-vertical {
  .carousel__prev,
  .carousel__next {
    left: auto;
    top: auto;
    right: 50%;
    transform: translate(50%);
    margin: 5px auto;
  }
}

.carousel.is-btt {
  .carousel__prev {
    bottom: 0;
  }
  .carousel__next {
    top: 0;
  }
}

.carousel.is-ttb {
  .carousel__prev {
    top: 0;
  }
  .carousel__next {
    bottom: 0;
  }
}

@media (hover: hover) {
  .carousel__prev:hover,
  .carousel__next:hover {
    color: var(--vc-nav-color-hover);
  }
}

:root {
  --vc-pgn-width: 16px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 6px 5px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}

.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none !important;
  line-height: 0;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel__pagination-button {
  display: block;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: var(--vc-pgn-margin);
  background: transparent;
}

.carousel__pagination-button::after {
  display: block;
  content: '';
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-border-radius);
  background-color: var(--vc-pgn-background-color);
}

.carousel__pagination-button--active::after {
  background-color: var(--vc-pgn-active-color);
}

@media (hover: hover) {
  .carousel__pagination-button:hover::after {
    background-color: var(--vc-pgn-active-color);
  }
}


.carousel.is-vertical {
  .carousel__pagination {
    left: auto;
    right: 5px;
    bottom: 50%;
    transform: translateY(50%);
    flex-direction: column;
  }

  .carousel__pagination-button::after {
    height: var(--vc-pgn-width);
    width: var(--vc-pgn-height);
  }
}
.carousel__slide {
  flex-shrink: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Fix iOS scrolling #22 */
  transform: translateZ(0);
}

